First time trying out CE, and its really great!
One problem though, I can't seem to have music with my slides. If I activate that function, nothing works. Here's the relevant part from the log (i guess):
Code:
02:43:02 T:3228143616 NOTICE: [ script.cinema.experience ] - Failed to import Automate
02:43:02 T:3228143616 NOTICE: [ script.cinema.experience ] - Script Name: Cinema Experience
02:43:02 T:3228143616 NOTICE: [ script.cinema.experience ] - Script ID: script.cinema.experience
02:43:02 T:3228143616 NOTICE: [ script.cinema.experience ] - Script Version: 3.0.3
02:43:02 T:3228143616 NOTICE: [ script.cinema.experience ] - Starting Window ID: 10025
02:43:02 T:3228143616 NOTICE: [ script.cinema.experience ] - Video Playlist Cleared
02:43:02 T:3228143616 NOTICE: [ script.cinema.experience ] - Music Playlist Cleared
02:43:02 T:3228143616 NOTICE: [ script.cinema.experience ] - Action(Queue,25)
02:43:02 T:3228143616 NOTICE: [ script.cinema.experience ] - Library_view: oldway
02:43:02 T:3228143616 NOTICE: [script.cinema.experience] - Storing Playlist in memory
02:43:02 T:3228143616 NOTICE: [script.cinema.experience] - Retrieving Movie Details
02:43:02 T:3228143616 NOTICE: [script.cinema.experience] - Storing Playlist in memory
02:43:02 T:3228143616 NOTICE: [ script.cinema.experience ] - [ ce_playlist.py ] - Building Music Playlist
02:43:02 T:3228143616 ERROR: Traceback (most recent call last):
02:43:02 T:3228143616 ERROR: File "/Users/magnus/Library/Application Support/XBMC/addons/script.cinema.experience/addon.py", line 339, in <module>
02:43:02 T:3228143616 ERROR: exit = Script().start_script( "oldway" )
02:43:02 T:3228143616 ERROR: File "/Users/magnus/Library/Application Support/XBMC/addons/script.cinema.experience/resources/lib/ce_player.py", line 96, in start_script
02:43:02 T:3228143616 ERROR: self._play_trivia( mpaa, genre, plist, equivalent_mpaa )
02:43:02 T:3228143616 ERROR: File "/Users/magnus/Library/Application Support/XBMC/addons/script.cinema.experience/resources/lib/ce_player.py", line 305, in _play_trivia
02:43:02 T:3228143616 ERROR: build_music_playlist()
02:43:02 T:3228143616 ERROR: File "/Users/magnus/Library/Application Support/XBMC/addons/script.cinema.experience/resources/lib/ce_playlist.py", line 267, in build_music_playlist
02:43:02 T:3228143616 ERROR: track_location.append( trivia[ "trivia_music_file" ] )
02:43:02 T:3228143616 ERROR: NameError: global name 'trivia' is not defined
02:43:15 T:3228143616 NOTICE: Thread Background Loader start, auto delete: false
02:43:16 T:3228143616 NOTICE: Previous line repeats 3 times.
02:43:16 T:3228143616 NOTICE: Thread XBPyThread start, auto delete: false
I've tried folder, single song, Mp3 and m4a, same problem.
I'm on OSX if that matters.
Edit: Oh, and I'm also experiencing the move to next movie.
Edit2: Tried adding a folder again (using a different path), and this time it worked. Perhaps a path problem? I saw that you mentioned that earlier.