I have been playing around with this issue for the past few days, and have not found anything in this thread.
To start off, I have the Aeon NOX skin installed, and I am using the latest version of Cinema Experience:
12:31:12 T:524 NOTICE: [ script.cinema.experience ] - Script Name: Cinema Experience
12:31:12 T:524 NOTICE: [ script.cinema.experience ] - Script ID: script.cinema.experience
12:31:12 T:524 NOTICE: [ script.cinema.experience ] - Script Version: 3.0.6
12:31:12 T:524 NOTICE: [ script.cinema.experience ] - Starting Window ID: 10025
The problem I am having is that the script is not playing the correct MPAA ratings video. The movie is rated at PG-13, but the script will always play the rating video of NR. From looking at the debug logs, the database queries is retrieving the correct MPAA rating. But what is being stored in the playlist is different. This is happening with every movie in my collection.
Any help would be greatly appreciated....
Here is a snipit of the log file:
12:31:13 T:524 NOTICE: [ script.cinema.experience ] - Library_view: oldway
12:31:13 T:524 DEBUG: [ script.cinema.experience ] - [ ce_playlist.py ] - _get_queued_video_info() Started
12:31:13 T:524 NOTICE: [script.cinema.experience] - Storing Playlist in memory
12:31:13 T:524 DEBUG: [json_utils.py] - JSONRPC Query -
{"jsonrpc": "2.0", "method": "Playlist.GetItems", "params": {"playlistid": 1, "properties": ["title", "file", "thumbnail", "streamdetails", "mpaa", "genre"] }, "id": 1}
12:31:13 T:524 DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "method": "Playlist.GetItems", "params": {"playlistid": 1, "properties": ["title", "file", "thumbnail", "streamdetails", "mpaa", "genre"] }, "id": 1}
12:31:13 T:524 DEBUG: JSONRPC: Calling playlist.getitems
12:31:13 T:524 DEBUG: [json_utils.py] - retrieve_json_dict - JSONRPC -
{"id":1,"jsonrpc":"2.0","result":{"items":[{"file":"smb://DS410/DVD Images/Movies/(500) Days of Summer (2009)/VIDEO_TS/VIDEO_TS.IFO","genre":["Romance","Comedy","Drama"],"id":1027,"label":"(500) Days of Summer","mpaa":"PG-13","streamdetails":{"audio":[{"channels":6,"codec":"ac3","language":"en"},{"channels":6,"codec":"ac3","language":"en"},{"channels":2,"codec":"ac3","language":"es"},{"channels":2,"codec":"ac3","language":"fr"}],"subtitle":[{"language":"en"},{"language":"es"},{"language":"es"},{"language":"fr"}],"video":[{"aspect":1.7779999971389771,"codec":"mpeg-2v","duration":0,"height":480,"width":720}]},"thumbnail":"image://smb%3a%2f%2fDS410%2fDVD%20Images%2fMovies%2f(500)%20Days%20of%20Summer%20(2009)%2ffolder.jpg/","title":"(500) Days of Summer","type":"movie"}],"limits":{"end":1,"start":0,"total":1}}}
12:31:13 T:524 NOTICE: [script.cinema.experience] - Retrieving Movie Details
12:31:13 T:524 DEBUG: [json_utils.py] - JSONRPC Query -
{"jsonrpc": "2.0", "method": "VideoLibrary.GetMovieDetails", "params": {"movieid": 1027, "properties": ["title", "file", "thumbnail", "streamdetails", "mpaa", "genre"]}, "id": 1}
12:31:13 T:524 DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "method": "VideoLibrary.GetMovieDetails", "params": {"movieid": 1027, "properties": ["title", "file", "thumbnail", "streamdetails", "mpaa", "genre"]}, "id": 1}
12:31:13 T:524 DEBUG: JSONRPC: Calling videolibrary.getmoviedetails
12:31:13 T:524 DEBUG: [json_utils.py] - retrieve_json_dict - JSONRPC -
{"id":1,"jsonrpc":"2.0","result":{"moviedetails":{"file":"smb://DS410/DVD Images/Movies/(500) Days of Summer (2009)/VIDEO_TS/VIDEO_TS.IFO","genre":["Romance","Comedy","Drama"],"label":"(500) Days of Summer","movieid":1027,"mpaa":"PG-13","streamdetails":{"audio":[{"channels":6,"codec":"ac3","language":"en"},{"channels":6,"codec":"ac3","language":"en"},{"channels":2,"codec":"ac3","language":"es"},{"channels":2,"codec":"ac3","language":"fr"}],"subtitle":[{"language":"en"},{"language":"es"},{"language":"es"},{"language":"fr"}],"video":[{"aspect":1.7779999971389771,"codec":"mpeg-2v","duration":0,"height":480,"width":720}]},"thumbnail":"image://smb%3a%2f%2fDS410%2fDVD%20Images%2fMovies%2f(500)%20Days%20of%20Summer%20(2009)%2ffolder.jpg/","title":"(500) Days of Summer"}}}
12:31:13 T:524 DEBUG: [ script.cinema.experience ] - [ ce_playlist.py ] - Queued Movie Information
12:31:13 T:524 DEBUG: [ script.cinema.experience ] - [ ce_playlist.py ] ----------------------------------------------------------------------
12:31:13 T:524 DEBUG: [ script.cinema.experience ] - [ ce_playlist.py ] - Title: (500) Days of Summer
12:31:13 T:524 DEBUG: [ script.cinema.experience ] - [ ce_playlist.py ] - Path: smb://DS410/DVD Images/Movies/(500) Days of Summer (2009)/VIDEO_TS/VIDEO_TS.IFO
12:31:13 T:524 DEBUG: [ script.cinema.experience ] - [ ce_playlist.py ] - Genre: Romance / Comedy / Drama
12:31:13 T:524 DEBUG: [ script.cinema.experience ] - [ ce_playlist.py ] - MPAA: NR
12:31:13 T:524 DEBUG: [ script.cinema.experience ] - [ ce_playlist.py ] - Audio: ac3
12:31:13 T:524 DEBUG: [ script.cinema.experience ] - [ ce_playlist.py ] - Folder: (u'C:\\XBMC\\Audio\\Dolby\\',)
12:31:13 T:524 DEBUG: [ script.cinema.experience ] - [ ce_playlist.py ] ----------------------------------------------------------------------
12:31:13 T:524 NOTICE: [script.cinema.experience] - Storing Playlist in memory
12:31:13 T:524 DEBUG: [json_utils.py] - JSONRPC Query -
{"jsonrpc": "2.0", "method": "Playlist.GetItems", "params": {"playlistid": 1, "properties": ["title", "file", "thumbnail", "streamdetails", "mpaa", "genre"] }, "id": 1}
12:31:13 T:524 DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "method": "Playlist.GetItems", "params": {"playlistid": 1, "properties": ["title", "file", "thumbnail", "streamdetails", "mpaa", "genre"] }, "id": 1}
12:31:13 T:524 DEBUG: JSONRPC: Calling playlist.getitems
12:31:13 T:524 DEBUG: [json_utils.py] - retrieve_json_dict - JSONRPC -
{"id":1,"jsonrpc":"2.0","result":{"items":[{"file":"smb://DS410/DVD Images/Movies/(500) Days of Summer (2009)/VIDEO_TS/VIDEO_TS.IFO","genre":["Romance","Comedy","Drama"],"id":1027,"label":"(500) Days of Summer","mpaa":"PG-13","streamdetails":{"audio":[{"channels":6,"codec":"ac3","language":"en"},{"channels":6,"codec":"ac3","language":"en"},{"channels":2,"codec":"ac3","language":"es"},{"channels":2,"codec":"ac3","language":"fr"}],"subtitle":[{"language":"en"},{"language":"es"},{"language":"es"},{"language":"fr"}],"video":[{"aspect":1.7779999971389771,"codec":"mpeg-2v","duration":0,"height":480,"width":720}]},"thumbnail":"image://smb%3a%2f%2fDS410%2fDVD%20Images%2fMovies%2f(500)%20Days%20of%20Summer%20(2009)%2ffolder.jpg/","title":"(500) Days of Summer","type":"movie"}],"limits":{"end":1,"start":0,"total":1}}}
12:31:13 T:524 NOTICE: [ script.cinema.experience ] - [ ce_playlist.py ] - Building Music Playlist
12:31:13 T:524 DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "method": "AudioPlaylist.Clear", "id": 1}