2014-03-01, 14:58
Hi, it's me again
I've decided to give this plugin another try, now that my library is more populated with content.
I have a playlist called DVD-Movies that contains a list of movies available on my smb share. The movies were added to XBMC library, are accessible and playable. The playlist, when accessed from XBMC, returns 68 movies:
But when I access this as a custom-playlist as a channel in PseudoTV Live (latest master), it returns no playable content:
Are playlists working? Is there some alternative way to playback this content?
I've decided to give this plugin another try, now that my library is more populated with content.
I have a playlist called DVD-Movies that contains a list of movies available on my smb share. The movies were added to XBMC library, are accessible and playable. The playlist, when accessed from XBMC, returns 68 movies:
PHP Code:
07:48:31 T:140235266000832 DEBUG: CGUIMediaWindow::GetDirectory (special://profile/playlists/video/DVD-Movies.xsp)
07:48:31 T:140235266000832 DEBUG: ParentPath = [special://profile/playlists/video/DVD-Movies.xsp]
07:48:31 T:140235266000832 DEBUG: RunQuery took 4 ms for 68 items query: select * from movieview WHERE ((movieview.c00 LIKE '%[DVD] [HARD DRIVE]%'))
But when I access this as a custom-playlist as a channel in PseudoTV Live (latest master), it returns no playable content:
PHP Code:
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-FileAccess: trying to open special://profile/addon_data/script.pseudotv.live/cache/stored/DVD-Movies.xsp
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-ChannelList: getSmartPlaylistType
00:45:48 T:140439650821888 DEBUG: Previous line repeats 1 times.
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-ChannelList: buildFileList
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-ChannelList: sendJSON
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-FileAccess: trying to open /home/durdle/.xbmc/userdata/guisettings.xml
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-ChannelList: determineWebServer is False
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-ChannelList: sendJSON command: {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory": "special://profile/addon_data/script.pseudotv.live/cache/stored/DVD-Movies.xsp", "media": "video", "properties":["season","episode","playcount","duration","runtime","tagline","showtitle","album","artist","plot","plotoutline"]}, "id": 1}
00:45:48 T:140439650821888 DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory": "special://profile/addon_data/script.pseudotv.live/cache/stored/DVD-Movies.xsp", "media": "video", "properties":["season","episode","playcount","duration","runtime","tagline","showtitle","album","artist","plot","plotoutline"]}, "id": 1}
00:45:48 T:140439650821888 DEBUG: CUtil::GetMatchingSource: no matching source found for [special://profile/addon_data/script.pseudotv.live/cache/stored/DVD-Movies.xsp]
00:45:48 T:140439650821888 DEBUG: Previous line repeats 4 times.
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-ChannelList: buildFileList return
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-FileAccess: trying to open special://profile/addon_data/script.pseudotv.live/cache/channel_1.m3u
00:45:48 T:140439650821888 ERROR: script.pseudotv.live-ChannelList: Unable to get information about channel 1
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-ChannelList: runActions 8 on channel 1
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-ChannelList: clearPlaylistHistory
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-ChannelList: channel not valid, ignoring
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-ChannelList: runActions 16 on channel 1
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-ChannelList: getChannelName 0
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-ChannelList: getSmartPlaylistName
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-FileAccess: trying to open special://profile/playlists/video/DVD-Movies.xsp
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-ChannelList: getSmartPlaylistName return DVD-Movies
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-ChannelList: runActions 64 on channel 1
00:45:48 T:140439650821888 DEBUG: script.pseudotv.live-ChannelList: setupChannel 2
Are playlists working? Is there some alternative way to playback this content?