Kodi Community Forum
[RELEASE] Home Theater Experience (Script) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] Home Theater Experience (Script) (/showthread.php?tid=55628)



- Nuka1195 - 2009-12-21

videos are required for ratings. once the video playlist starts. you can not mix in images.


- apex82 - 2009-12-21

soder Wrote:Try ShowMix instead?

http://showmix-project.com/news.php

/Söder

showmix does not have the black mod... which looks so slick. Please can someone help me get the button added to aeon auriga? I love this mod but cant seem to find any info on getting it to work for this skin.


- soder - 2009-12-21

apex82 Wrote:showmix does not have the black mod... which looks so slick. Please can someone help me get the button added to aeon auriga? I love this mod but cant seem to find any info on getting it to work for this skin.

You can in ShowMix have night and colour black?

/Söder


- mccorkled - 2009-12-21

I guess I can make a video using some jpegs and then fade it out. When do u expect to have the new stuff added?


- Nuka1195 - 2009-12-21

the problem is finding high quality rating images. i believe there is a free program that can turn stills into an avi.

no more when will this be done. i work on it when i feel up to it. i won't be rushed.


- Nuka1195 - 2009-12-21

7. Intermission video or more trivia (optional if you want to watch 2

if i have the script clear the playlist and queue the video. intermission video will not be possible. trivia between videos is not possible unless the script keeps running. i don't want that, it would waste cycles. you could highlight a playlist that has movi1, intermission video and movie2 or i can add an option to not clear the queue, but you would have to make sure you have queued them properly.

job 1. from me is the trivia slide show.


- apex82 - 2009-12-21

soder Wrote:You can in ShowMix have night and colour black?

/Söder

Ok using showmix 2.5 now... replaced button id 11 with the code pasted on page 12. It is now playing the trailer and intro video but it does not play the movie after.... I saw a this was a problem earlier on in the thread but never found a solution. Please help


- mccorkled - 2009-12-21

I found the solution was to just restart xbmc. After changing options it sometimes won't queue the movie. Restart and it's fixes.

Nuka -
I wasn't rushing. Just asking what progress you've made. Xbmc is my new fav hobby so I like to stay involved


Here are more clips, I was going to include them in the original but its pointless to reupload the entire thing for a few clips. This is the last of them. Next thing I will try to work on is the ratings videos.
http://forum.xbmc.org/showthread.php?tid=65075


- apex82 - 2009-12-22

mccorkled Wrote:I found the solution was to just restart xbmc. After changing options it sometimes won't queue the movie. Restart and it's fixes.

restarting didnt fix it either.... it still plays the apple trailer and intro video fine... it just wont continue to play the movie after. I am pressing (i) on the movie I want to watch and then selecting trailer from the menu.... please help.
Using windows 7 x64 with new camelot beta and aeon showmix 2.5


- mccorkled - 2009-12-22

Uninstall the plugin and reinstall it.


- Nuka1195 - 2009-12-22

thanks mccorkled,

apex, after you run the script. go to the now playing window and see what videos are queued and see if it's in there


- Nuka1195 - 2009-12-22

also the audio is in the database,

so v0lrath if you can tell me what your db says for dolby and dts as i have none. i'll see about making that work.


- Therms - 2009-12-22

I have all my trailers in one folder on a mapped network drive (T:\).

I set the appropriate options in the script settings. Selected the local scraper and browsed to T:\ for the trailer location. The settings dialog shows "T:\".

It just never worked. If I changed to the apple-current scraper it worked fine.

I fixed this by manually editing the local scraper.py.

Changed:
Code:
self._fetch_trailers( [ self.settings[ "trailer_path" ] ] )
to:
Code:
self._fetch_trailers( [ "T:\\" ] )

A dirty hack, yes. It works until someone takes the time to figure out what is going on.

Now on to my next problem. How do I get my trailers to play with an external player...


- Nuka1195 - 2009-12-22

maybe YOU could take the time to supply a hell of alot more info. like a debug log to start.


- Therms - 2009-12-22

Nuka1195 Wrote:maybe YOU could take the time to supply a hell of alot more info. like a debug log to start.

What's with the attitude? I was just reporting a potential bug. You know, sometimes software has that.

I fixed my problem, the only thing motivating me to go to the effort to get and provide more info is my generosity and thankfulness for someone else saving me the effort of developing this script myself. Poor attitudes lessen my generosity and thankfulness however.