2013-09-21, 18:14
Since the last big update to retroplayer I can no longer scan music into my library. I have tried removing the library and letting XBM make a new one from scratch and I cannot get anything to populate into it. I have tried several scrapers. I have removed the source and readded it. I have debugging turned on and there are no errors, this is all that is logged:
Is anyone else experiencing this issue?
Code:
09:06:53 T:2925525824 DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "id": 1, "method": "AudioLibrary.GetAlbums", "params": {"properties": ["title", "description", "albumlabel", "theme", "mood", "style", "type", "artist", "genre", "year", "thumbnail", "fanart", "rating", "playcount"], "limits": {"end": 20}, "sort": {"order": "descending", "method": "playcount" }}}
09:06:53 T:2925525824 DEBUG: GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strAlbum <> ''
09:06:53 T:2925525824 DEBUG: GetAlbumsByWhere - query took 1 ms
09:06:53 T:2925525824 DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "id": 1, "method": "AudioLibrary.GetAlbums", "params": {"properties": ["title", "description", "albumlabel", "theme", "mood", "style", "type", "artist", "genre", "year", "thumbnail", "fanart", "rating", "playcount"], "limits": {"end": 20}, "sort": {"order": "descending", "method": "dateadded" }}}
09:06:53 T:2925525824 DEBUG: GetAlbumsByWhere query: SELECT albumview.* FROM albumview WHERE albumview.strAlbum <> ''
09:06:53 T:2925525824 DEBUG: GetAlbumsByWhere - query took 0 ms
Code:
09:20:52 T:3037521664 DEBUG: OnKey: launch_media_center (0xc3) pressed, action is Info
09:20:52 T:3037521664 DEBUG: CGUIMediaWindow::GetDirectory (/storage/Music/The Airborne Toxic Event/The Airborne Toxic Event (Bonus Track Version)/)
09:20:52 T:3037521664 DEBUG: ParentPath = [/storage/Music/The Airborne Toxic Event/]
09:20:52 T:3037521664 DEBUG: DialogProgress::StartModal called
09:20:52 T:3037521664 DEBUG: ------ Window Init (DialogProgress.xml) ------
09:20:52 T:3037521664 DEBUG: Window DialogProgress.xml was already loaded
09:20:52 T:3037521664 DEBUG: Alloc resources: 0.06m
09:20:52 T:3037521664 DEBUG: LoadMusicTag: loading tag information for file: /storage/Music/The Airborne Toxic Event/The Airborne Toxic Event (Bonus Track Version)/11 The Winning Side (Bonus Track).m4a
09:20:52 T:3037521664 DEBUG: DialogProgress::StartModal called (already running)!
09:20:52 T:3037521664 DEBUG: ------ Window Init (DialogProgress.xml) ------
09:20:52 T:3037521664 DEBUG: Window DialogProgress.xml was already loaded
09:20:52 T:3037521664 DEBUG: Alloc resources: 0.03m
09:20:53 T:3037521664 DEBUG: LIRC: Update - NEW at 3669691:000000037ff07bf0 00 More_UP mceusb (More_UP)
09:20:53 T:3037521664 DEBUG: ------ Window Init (DialogOK.xml) ------
09:20:53 T:3037521664 DEBUG: Window DialogOK.xml was already loaded
09:20:53 T:3037521664 DEBUG: Alloc resources: 0.03m
09:20:54 T:3037521664 DEBUG: LIRC: Update - NEW at 3671475:000000037ff07bdd 00 Enter mceusb (Enter)
09:20:54 T:3037521664 DEBUG: OnKey: 11 (0x0b) pressed, action is Select
Is anyone else experiencing this issue?