Posts: 2,441
Joined: Apr 2009
Reputation:
73
`Black
Team-Kodi Member
Posts: 2,441
Could be possible but it's too much work so no.
Posts: 2,441
Joined: Apr 2009
Reputation:
73
`Black
Team-Kodi Member
Posts: 2,441
2013-02-28, 14:40
(This post was last modified: 2013-02-28, 14:41 by `Black.)
Yes but don't forget to rescan the files if you do that.
Posts: 1,155
Joined: Aug 2008
2013-02-28, 18:47
(This post was last modified: 2013-02-28, 18:48 by User 34959.)
Black, the cl.ly link in the first post it not working, but the copy paste method of the Github address obviously works.
Posts: 1,155
Joined: Aug 2008
I'm having an issue with either the script or the fade label, not sure which one is it.
http://forum.xbmc.org/showthread.php?tid...pid1354471
Posts: 2,441
Joined: Apr 2009
Reputation:
73
`Black
Team-Kodi Member
Posts: 2,441
2013-03-03, 14:22
(This post was last modified: 2013-03-03, 14:29 by `Black.)
Fadelabel is the problem but I could update the script so that it doesn't set empty properties.
Edit: Hm that's not possible because I would have to remove the AudioChannel and AudioCodec properties. So you can't use a fadelabel I'm afraid. Use a list and animate it with AlarmClock.
Posts: 1,155
Joined: Aug 2008
2013-03-03, 14:36
(This post was last modified: 2013-03-03, 14:47 by User 34959.)
If i use <info>Window.Property(SubtitleLanguage.1)</info> it skips the empty values but then i cannot use formatting.. hmmh
Just to make sure i understand what is happening if i use it like this and there is only 1 subtitle it scrolls through the existing non-empty property + 1 empty space, and that's why it looks like it's skipping the empty properties?
PHP Code:
<label>[UPPERCASE][B]$INFO[Window.Property(SubtitleLanguage.1)][/B][/UPPERCASE] [UPPERCASE][B]$INFO[Window.Property(SubtitleLanguage.2)][/B][/UPPERCASE]
Posts: 1,155
Joined: Aug 2008
Well the fadelabel is now sorted and on to the next problem, it's returning false subtitle properties. Audio properties have been spot on so far.
It seems to be obsessed with returning RUM (Romanian) when in reality according to streamdetails table i have in about 5 movies. It feels little bit like it's not clearing the properties. Some of my movies can have as many as 20-30 subtitles.
My database has gone through so many upgrades that i'll redo it first, maybe that'll solve it.
Posts: 2,441
Joined: Apr 2009
Reputation:
73
`Black
Team-Kodi Member
Posts: 2,441
I'm clearing just the first 10 because I never thought anyone would have more... can I ask why you need 30 subtitles?
Posts: 1,155
Joined: Aug 2008
DVD's can have that many, atleast here in Finland. First we have all the Nordic countries, then rest of the major European languages etc. If you use makemkv to convert them to mkv and don't remove unwanted languages that what you'll end up with.
Posts: 2,441
Joined: Apr 2009
Reputation:
73
`Black
Team-Kodi Member
Posts: 2,441
Ok, try latest git, script now clears 1 to 99.