Posts: 369
Joined: Jan 2011
Reputation:
3
2013-03-25, 22:31
(This post was last modified: 2013-03-25, 22:47 by Marx1.)
It doesn't install, logs doesn't say anything important
(log deleted)
I still have Frodo 12.0, can it be the cause? In which section of plugins should I see this script? Programs?
Edit: Hmm popup and log didn't show that script is instaled, hovewer I see it in ~/.xbmc/addons/script.videolanguage
OK seems to work, I don't see flags, but for example POL/AUX blinking so it seems it works, Thanx for help.
Posts: 17,859
Joined: Jul 2011
Reputation:
371
read forum rules!
never post log snippets on the forum
Posts: 1,155
Joined: Aug 2008
You won't see it in installed addons, it's one of those hidden addons like favourites script. Just install it from the zip and open some video info dialogs and see if the language labels show up.
And for further support ask in the skin thread please.
Posts: 1,739
Joined: Aug 2011
Reputation:
23
2013-04-08, 10:44
(This post was last modified: 2013-04-08, 10:48 by schumi2004.)
We could try to create a patch of it and create your custom XBMC build and see if it works?
Edit:
I see that ace20022 and peih picked up the PR development, maybe better to wait to see how it turns out.
Posts: 51
Joined: Jul 2011
Reputation:
0
I must be missing some configuration detail, because the audio and subtitle flags show up in the info screen of my movies, but not for my tvshow episodes.
I use Aeon Nox (current GIT version)..
Posts: 2,441
Joined: Apr 2009
Reputation:
73
`Black
Team-Kodi Member
Posts: 2,441
2013-05-18, 23:20
(This post was last modified: 2013-05-18, 23:21 by `Black.)
It only shows up if:
- The audio stream has a language defined (e.g. hdtv rips don't have that)
- The files have internal subtitles, script doesn't read external subtitles
Posts: 385
Joined: Feb 2004
Reputation:
4
Just discovered this script and this is what I've been looking for for years in XBMC, a way to see onscreen what language the movie is in.
Works like a charm with Aeon Nox 4.1.9, now I jsut have to go throught all my MKVs and fix the "und" track languages.
thanks!!!!
Hardware: Revo 3610 + SSD - Harmony 700 Remote
Software: XBMCBuntu Gotham -
Sickbeard -
SabNZBd+
Posts: 487
Joined: Jul 2012
Reputation:
6
Nice!
I'm wondering if in the future we'll be able to create TAGs/filter with library items that has external subtitle (only show subtitles items)
Today I keep tv-shows without subtitles in another folder and when my subtitle script find subs, it move to the specific tv-show folder and then I force a library scan.
Posts: 538
Joined: Feb 2011
Reputation:
1
Hope someone can help, since I can't get it to work:
I added this:
You have to add this to DialogVideoInfo.xml
<onload condition="System.HasAddon(script.videolanguage) + [Container.Content(movies) | Container.Content(episodes)]">RunScript(script.videolanguage,movieid=$INFO[ListItem.DBID])</onload>
under window and afterwards loads up XBMC but I can't see any language under movies info.
Can someone point me to where it goes wrong? I'm on AEON NOX.
Posts: 3
Joined: Dec 2013
Reputation:
0
Hi, can someone point me in the right direction please
I'm using this script in aeon mq5 and it works great except for one thing.
Lots of my videos have an undefined audio language, which is fine I can just change that in the database,
and when im looking through the videos in xbmc the languages and subtitles pop up exactly as I want.
However when I play a video, the entry in the database is overwritten with und again.
Ive looked through the code but I cannot see which part writes to the database?
Is this handled by another script?
Thanks in advance