• 1
  • 10
  • 11
  • 12(current)
  • 13
  • 14
  • 29
Transparency! v3.11.7 for xbmc dharma 10.1
epoke Wrote:I'm using XBMC for AppleTV and some movie files are in network(smb) share.
My samba server is sometimes offline, so I think file location flag might be helpfulSmile.

Image

I replaced VideoMediaFlagsSubtitles to VideoMediaFlagsFileLocation in Includes_MediaFlagsVideo.xml...

Code:
<include name="VideoMediaFlagsFileLocation">
    <posx>408</posx>
    <posy>0</posy>
    <width>64</width>
    <height>48</height>
</include>

Code:
<!-- File Location -->
    <control type="image">
        <include>VideoMediaFlagsFileLocation</include>
        <texture>flags/movies/filelocation/network.png</texture>
        <visible>substring(ListItem.Path,smb)</visible>
    </control>
    <control type="image">
        <include>VideoMediaFlagsFileLocation</include>
        <texture>flags/movies/filelocation/local.png</texture>
        <visible>!substring(ListItem.Path,smb) + !stringcompare(ListItem.Label,..)</visible>
    </control>

ListItem.Path,smb can be replaced with ListItem.Path,yourservername.

it's certainly a nice idea, though i think a 'file online' / 'file offline' flag would be more useful.
sadly, that's not possible as far as i know.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
That's beautiful man! Not useful to me, as ALL my files are on the server, but I like the way that looks Smile
Kodi: Kodi 17.4, with Transparency!
50 TB Unraid Server: Docker Apps: SABnzbd, Sickrage, mariaDB
HTPC: Win10 (cause Steam), i7, GTX 1080
Watching on: Panasonic TC65-PS64 with lowend Sony 5.1 HTIB
Other devices: rMBP 15", MBA 13", nvidia shield
Reply
ronie Wrote:it's certainly a nice idea, though i think a 'file online' / 'file offline' flag would be more useful.
sadly, that's not possible as far as i know.

I agree with you. This is a temporary solution.
I hope online/offline flag is possible.
Reply
Hey Roni.. I hit the space bar to pause a movie... use the right MB to go back a level and I see this... intriguing, anything here supposed to work yet?

Image
Reply
PatK Wrote:Hey Roni.. I hit the space bar to pause a movie... use the right MB to go back a level and I see this... intriguing, anything here supposed to work yet?

Image

What is "MB" and what system is XBMC running on?

MacMini 2.3gHz i7, OS X 10.13.6
Running Kodi 18.9
Reply
ronie Wrote:look up Breadcrumbs-Video-Library in Includes.xml

perfect, thanks.


quick q: i know in other skins you can shut off the "update available" messages at the top of the screen by going to "Settings->Add-ons->left arrow"...how do you do it in Transparency?
Reply
PatK Wrote:Hey Roni.. I hit the space bar to pause a movie... use the right MB to go back a level and I see this... intriguing, anything here supposed to work yet?

Image

what screen is that? 'now playing' or...?
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
kmfdm515 Wrote:quick q: i know in other skins you can shut off the "update available" messages at the top of the screen by going to "Settings->Add-ons->left arrow"...how do you do it in Transparency?

exactly the same way?
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
ronie Wrote:exactly the same way?

hmmm...when i go to Settings->Add-ons->'left arrow' i only get 3 options: View, Sort, and Auto Update (which just turns off the auto update, not the notifications that updates are available).
Reply
kmfdm515 Wrote:hmmm...when i go to Settings->Add-ons->'left arrow' i only get 3 options: View, Sort, and Auto Update (which just turns off the auto update, not the notifications that updates are available).

if the option is there in other skins, than most likely you're using an outdated version of T!

edit:
check Settings > System info
should say v3.11.1 or v3.11.2 (SVN)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
ronie Wrote:if the option is there in other skins, than most likely you're using an outdated version of T!

edit:
check Settings > System info
should say v3.11.1 or v3.11.2 (SVN)

ugh, my fault...i didn't see anything re: that in the changelog from 3.10->3.11

thanks.
Reply
Star 
ronie Wrote:what screen is that? 'now playing' or...?
Not sure what screen it is... it's pausing the playing video, using the right mouse button (that's long for MB) I get this screen... I can back right up to home this way... but this screen looks like it could be useful, if in the middle of a film you would like to know more about it, I saw the icons... and thought perhaps you would make them in-focus hot for some action.
Reply
PatK Wrote:Not sure what screen it is... it's pausing the playing video, using the right mouse button (that's long for MB) I get this screen... I can back right up to home this way... but this screen looks like it could be useful, if in the middle of a film you would like to know more about it, I saw the icons... and thought perhaps you would make them in-focus hot for some action.

yup it's the now playing screen.
those icons are only useful if you use library mode.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
Star 
ronie Wrote:yup it's the now playing screen.
those icons are only useful if you use library mode.
In library mode I never see this screen... I go straight back to home screen from the pause screen, same result when hitting the back button on the keyboard.

So you mean to tell me I'm missing out on a whole screen with gadgets and widgets that do something?
Reply
PatK Wrote:In library mode I never see this screen... I go straight back to home screen from the pause screen, same result when hitting the back button on the keyboard.

no idea really...that's handled by xbmc, not the skin.

PatK Wrote:So you mean to tell me I'm missing out on a whole screen with gadgets and widgets that do something?

you can always select 'now playing' in the context menu,
it'll take you to the now playing playlist.
if you missed out on it, check the xbmc wiki. ;-)

the info/icons on the now playing screen are the same as you see when you're browsing your video library....that is, unless you've disabled the mediaflags in skin settings.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
  • 1
  • 10
  • 11
  • 12(current)
  • 13
  • 14
  • 29

Logout Mark Read Team Forum Stats Members Help
Transparency! v3.11.7 for xbmc dharma 10.13