2014-04-08, 07:36
Hey RagnaroktA. Is there a way to have Cinema Experience play either the 2D version or 3D version of the Cinema Spots based on if the movies is 2D or 3D?
(2014-04-08, 07:36)FredG89 Wrote: Hey RagnaroktA. Is there a way to have Cinema Experience play either the 2D version or 3D version of the Cinema Spots based on if the movies is 2D or 3D?
(2014-04-08, 15:51)giftie Wrote:(2014-04-08, 07:36)FredG89 Wrote: Hey RagnaroktA. Is there a way to have Cinema Experience play either the 2D version or 3D version of the Cinema Spots based on if the movies is 2D or 3D?
The script uses two methods in Gotham to determine if the movie is 3D. The first is database information(stereoptics) and second is filename tag.. The Frodo version of the script only uses the second one. You can check out what is available in 3D here -> http://forum.xbmc.org/showthread.php?tid...pid1584809
(2014-04-09, 14:54)giftie Wrote:(2014-04-09, 03:11)FredG89 Wrote: Ah ok, so I am to assume that the code hasn't be written by the individual and it's not just settings you config in cinema experience.
I'm not quite sure I understand what you are asking,
(2014-04-11, 00:14)FredG89 Wrote:(2014-04-09, 14:54)giftie Wrote:(2014-04-09, 03:11)FredG89 Wrote: Ah ok, so I am to assume that the code hasn't be written by the individual and it's not just settings you config in cinema experience.
I'm not quite sure I understand what you are asking,
NVM, I got it working. I do have a few questions though. Where are you guys getting your music for the trivia slides from? Also where can we get current 3D trailers.
(2014-04-10, 17:52)mookieman Wrote: It will play all the intro videos, ratings, audio, countdown and then as soon as it hits the movie itself it just exits the movie and goes back to the film list screen.
(2014-04-10, 17:52)mookieman Wrote: Hi thereThe fault is in the scripts handling of your video playlist that you use for one of your intros. This is fixed in the next release.
Was using this without any issues with Frodo. Since I upgraded to the Gotham Beta (currently running Beta 3) I have had a problem.
Firstly if I go to use in the normal way in Aeon Nox, that is press the I (information) button and go to the Cinema Button and try and play that way XBMC freezes and I have to kill it from the Task Manager.
The other way, just pressing Play having set the "Override Play Button" in the CE settings mostly works. It will play all the intro videos, ratings, audio, countdown and then as soon as it hits the movie itself it just exits the movie and goes back to the film list screen.
Debug log located at http://xbmclogs.com/show.php?id=170876
Quote:Another issue I have had all along is that all Audio Vids play correctly except for Dolby TrueHD, for some reason it always defaults to the standard Dolby Digital video. I have the videos set up as listed in the Wiki, Parent Folder Videos, Child Folder Audio and then a folder for each of the formats inside the Audio Folder. Also Dolby Digital + does not work from the "Others" folder anybody know know if it's supposed to? Not that big a deal with the audio issue to be honest but I really would like the problem with the main movie not playing to be resolved.
Hoping somebody can help me.
(2014-04-11, 23:41)XBMC-Roger Wrote:(2014-04-10, 17:52)mookieman Wrote: It will play all the intro videos, ratings, audio, countdown and then as soon as it hits the movie itself it just exits the movie and goes back to the film list screen.
That happened to me as well. I tested that outside of CE with a standard playlist and everything works well until an .ISO file shall be played. With ISOs always end on the film list screen, but the movie starts in the background (I can hear the sound). Since Cinema Experience creates a playlist "on the fly", I guess it has less to do with this addon and it is more a general XBMC issue. Strange, since XBMC is capable to handle ISOs.
(2014-04-12, 01:23)giftie Wrote: The fault is in the scripts handling of your video playlist that you use for one of your intros. This is fixed in the next release.
(2014-04-12, 01:23)giftie Wrote:(2014-04-10, 17:52)mookieman Wrote: Hi thereThe fault is in the scripts handling of your video playlist that you use for one of your intros. This is fixed in the next release.
Was using this without any issues with Frodo. Since I upgraded to the Gotham Beta (currently running Beta 3) I have had a problem.
Firstly if I go to use in the normal way in Aeon Nox, that is press the I (information) button and go to the Cinema Button and try and play that way XBMC freezes and I have to kill it from the Task Manager.
The other way, just pressing Play having set the "Override Play Button" in the CE settings mostly works. It will play all the intro videos, ratings, audio, countdown and then as soon as it hits the movie itself it just exits the movie and goes back to the film list screen.
Debug log located at http://xbmclogs.com/show.php?id=170876
Quote:Another issue I have had all along is that all Audio Vids play correctly except for Dolby TrueHD, for some reason it always defaults to the standard Dolby Digital video. I have the videos set up as listed in the Wiki, Parent Folder Videos, Child Folder Audio and then a folder for each of the formats inside the Audio Folder. Also Dolby Digital + does not work from the "Others" folder anybody know know if it's supposed to? Not that big a deal with the audio issue to be honest but I really would like the problem with the main movie not playing to be resolved.
Hoping somebody can help me.
I'm not sure if XBMC stores the Dolby digital + track info in the database. The script uses the first audio track details for determining which folder to pull from. If it doesn't match any of the codec values it then uses the 'Others' folder.