2010-12-13, 19:57
slides.xml is also for ratings and thems, so if you have a slides.xml with a rating of "R" it won't list if your movie is "PG" and you enabled that. slides.xml also propogates down i think. can't remember.
quebert Wrote:a few questions, what should a slides.xml look like? I see it saying in the trivia it's needed to match up slides to ratings. But I'm not seeing an example file so I know what to put in the file.
2nd, when I add a single video file as the trivia intro it doesn't play it, I'm guessing this is something that's not implemented yet?
SlaveUnit Wrote:I never used slides for ratings etc. I did only use them so when using actual trivia the answer slide would always come after the question. Examples for that feature are in the first post, which you may have seen.
The trivia intro never worked correctly for me either (a while ago).
SlaveUnit Wrote:Good ideas for the future on matching more audio codecs. Also realize that THX is not an audio type its only and opinionated certification. So matching a THX intro will never happen because there is no way (unless you include it in your filename) that XBMC will know it's THX.
Nuka1195 Wrote:targettio, look in myvideos34.db and find the different audio streams and post what you find out. i asked for this before. if there is a way to differentiate them then sounds like a good addition.
<control type="button" id="13">
<description>Home Theater Experience</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>Theater</label>
<onclick>Dialog.Close(MovieInformation)</onclick>
<onclick>Playlist.Clear</onclick>
<onclick>RunScript(special://home/scripts/Home Theater Experience/default.py)</onclick>
</control>
Quote:special://home/scripts/Home Theater Experience/default.pywith
Quote:C:\Users\whateveryournameis\AppData\Roaming\XBMC\addons\script.cinema.experience\addon.pyto get the script to run.
quebert Wrote:DAMN I dunno how but I totally missed seeing that in the OP lol thanks. I have a suggestion for this script, maybe nobody but me would like it. But I think it would be cool to have a movie facts option that's separate from the trivia. Then I could have it do 2.5 minutes of trivia and 2.5 minutes of movie facts.
I still can't figure out what to change in the xml to make the trivia have an option to only run for 2 minutesm if anyone wants to help my stupid butt out.
Harro Wrote:I am running Darma RC2 and have gotten this to work with only a few exceptions.
I have replaced the DialogVideoInfo.xml in the system folder of xbmc (C:\Program Files (x86)\XBMC\addons\skin.confluence\720p) with the one that came with the addon. But i had to replace thespecific line was with to get the script to run.Code:<control type="button" id="13">
<description>Home Theater Experience</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>Theater</label>
<onclick>Dialog.Close(MovieInformation)</onclick>
<onclick>Playlist.Clear</onclick>
<onclick>RunScript(special://home/scripts/Home Theater Experience/default.py)</onclick>
</control>
Only problem now is that it will not run the trivia before any of the intro's or outro's of the main movie.
I have a custom button made under the main program that will run the Home Cinema script without playing a main movie and all works great when i run that but not through the addon button (Theater) in the info of the main movie. So it works and it doesnt fully work will keep trying.
Also SlaveUnit I tried that movie quote pack and it works ok for me. I do have slides.xml in all my trivia folders though even the stills. I couldnt get the stills to work with out a .xml file
Just posting a few things I have found out playing around with this, maybe it will help someone.
Quote:<slides>
<slide>
<question format="[Aa*-Zz*].jpg" />
<clue format="n/a" />
<answer format="n/a" />
</slide>
</slides>
Targettio Wrote:I know the audio stream info is available while the file is playing as it shows on the info overlay, but I have no idea if that's is stores in the db or figured out once the file is played. I will do what I can to investigate.
Targettio Wrote:It appears there is no info about the audio streams in the database. So how does the script currently work out which audio intro to run?
SlaveUnit Wrote:It should be in there. That is where it puts it when you scan movies into the library. then your skin reads the what audio is from there.