2013-07-11, 14:03
For locally stored trailers, how do I get XBMC to read the nfo. file for each trailer?
(2013-07-14, 17:20)rsolmn Wrote: I love this addon!! I have everything working except the countdown video. I have no clue where it needs to be placed. Is there a folder that the video needs to go in? Or am I missing something my folder looks exactly the same as the wiki does https://code.google.com/p/xbmc-addons/wi...deoFolders .. Any suggestions thanks in advance.
(2013-07-12, 18:02)Harald_Schmidt Wrote: Hallo!
I got a problem with cinema experience 3.0.4 on my raspberry pi. When the main movie should begin, the program just goes back to the movie menu. Two infos that may be of interest for this problem: My movies are on an NFS-share and if i change the audio output to analog, it works and the movies are playing.
Any suggestions? Thanks in advance!
http://pastebin.com/nA29r0Gp
(2013-07-12, 20:44)mmatforum Wrote: Is there anyway to get the script to open up video playlists instead of movie titles, genres, etc? I have a playlist set up to choose 4 random movies according to certain criteria, for an easy movie marathon. I would love to be able to open that playlist and queue up those movies for the multi-feature presentation with Cinema Experience. I haven't come up with any way to do this, other than opening the playlist, making a note of the 4 movies and then starting the Cinema script and finding those 4 movies and queuing them. This is kind of a pain! I'm willing to try anything that anyone can come up with to make this easier. And I'm sorry if there is a simple and obvious way to do this that I'm missing. I'm new to Cinema Experience and I've been searching all through this forum and haven't seen anything so far. Thanks for any help!
(2013-02-22, 13:44)deathbringer Wrote: Could you also integrate support for DTS-HD High Resolution Audio, so audio trailers from a directory 'DTSHD-HRA' are played? The stream is labeled as 'dtshd_hra' in the DB.
(2013-07-15, 07:31)giftie Wrote: You might be running into a memory limitation on the Pi. The script runs a test on the last video being played. Try adding a video to Movie theatre outro or feature outro and try again.
(2013-07-15, 07:43)giftie Wrote: You are probably using a smart playlist to perform this. This is quite difficult to replicate inside the script since the smart playlist code is built into the core of XBMC. You might want to try to use the 'override play button' setting in Cinema Experience, then run your playlist. If XBMC builds the playlist right, the script should handle the movies just fine. Also be sure to check the multiple feature settings in Cinema Experience
(2013-07-17, 05:00)mmatforum Wrote:(2013-07-15, 07:43)giftie Wrote: You are probably using a smart playlist to perform this. This is quite difficult to replicate inside the script since the smart playlist code is built into the core of XBMC. You might want to try to use the 'override play button' setting in Cinema Experience, then run your playlist. If XBMC builds the playlist right, the script should handle the movies just fine. Also be sure to check the multiple feature settings in Cinema Experience
Thank you for your response! I am using a smart playlist. I'll try using the 'override play button' setting later this week and let you know how it works.
(2013-07-11, 14:03)NewMedia Wrote: For locally stored trailers, how do I get XBMC to read the nfo. file for each trailer?The nfo file needs to be named exactly the same as the trailer file(except for the extension of course) and it needs to match the format found in this thread -> http://forum.xbmc.org/showthread.php?tid...#pid664143
(2013-07-18, 03:09)mmatforum Wrote:(2013-07-17, 05:00)mmatforum Wrote:(2013-07-15, 07:43)giftie Wrote: You are probably using a smart playlist to perform this. This is quite difficult to replicate inside the script since the smart playlist code is built into the core of XBMC. You might want to try to use the 'override play button' setting in Cinema Experience, then run your playlist. If XBMC builds the playlist right, the script should handle the movies just fine. Also be sure to check the multiple feature settings in Cinema Experience
Thank you for your response! I am using a smart playlist. I'll try using the 'override play button' setting later this week and let you know how it works.
Unfortunately the 'override play button' doesn't seem to work at all, for the playlist or any other movie. Thanks for trying though.