Steveb1968 / script.pseudotv

Channel surfing for your video library
Other
79 stars 27 forks source link

PSTV not playing channels from Custom Playlists #42

Closed hrast01 closed 5 years ago

hrast01 commented 5 years ago

Kodi 18.4, Shield TV Experience 8.0.1, PSTV 2.4.5. Channels are just Custom Playlists don't ever find episodes. I can play them directly without issue. Here's a sample of what I see in the debug logs:

2019-11-06 14:52:21.043 T:24329 DEBUG: script.pseudotv-ChannelList: setupChannel 1 2019-11-06 14:52:21.044 T:24329 DEBUG: script.pseudotv-Channel: Added rule - Only Played Watched Items 2019-11-06 14:52:21.044 T:24329 DEBUG: script.pseudotv-ChannelList: runActions 1 on channel 1 2019-11-06 14:52:21.044 T:24329 DEBUG: script.pseudotv-FileAccess: trying to open /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/script.pseudotv/settings2.xml 2019-11-06 14:52:21.044 T:24329 DEBUG: script.pseudotv-VFSFile: trying to open /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/script.pseudotv/settings2.xml 2019-11-06 14:52:21.044 T:24329 DEBUG: script.pseudotv-VFSFile: Opening /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/script.pseudotv/settings2.xml 2019-11-06 14:52:21.046 T:24329 DEBUG: script.pseudotv-ChannelList: makeChannelList 1 2019-11-06 14:52:21.047 T:24329 DEBUG: script.pseudotv-FileAccess: copying special://profile/playlists/video/Corner Gas.xsp to special://profile/addon_data/script.pseudotv/cache/stored/Corner Gas.xsp 2019-11-06 14:52:21.050 T:24329 DEBUG: script.pseudotv-FileAccess: trying to open special://profile/addon_data/script.pseudotv/cache/stored/Corner Gas.xsp 2019-11-06 14:52:21.050 T:24329 DEBUG: script.pseudotv-VFSFile: trying to open special://profile/addon_data/script.pseudotv/cache/stored/Corner Gas.xsp 2019-11-06 14:52:21.050 T:24329 DEBUG: script.pseudotv-VFSFile: Opening special://profile/addon_data/script.pseudotv/cache/stored/Corner Gas.xsp 2019-11-06 14:52:21.053 T:24329 DEBUG: script.pseudotv-ChannelList: getSmartPlaylistType 2019-11-06 14:52:21.054 T:24329 DEBUG: script.pseudotv-ChannelList: buildFileList 2019-11-06 14:52:21.091 T:24329 DEBUG: Previous line repeats 1 times. 2019-11-06 14:52:21.091 T:24329 DEBUG: CUtil::GetMatchingSource: no matching source found for [smb://nas.priv/media/TV/Corner Gas Animated/] 2019-11-06 14:52:21.175 T:24326 DEBUG: Previous line repeats 1 times. 2019-11-06 14:52:21.175 T:24326 DEBUG: script.pseudotv-FileLock: refreshLocks 2019-11-06 14:52:21.265 T:24318 INFO: CPythonInvoker(2, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.pseudotv/resources/lib/Config.py): waiting on thread 165284623600 2019-11-06 14:52:23.194 T:24329 DEBUG: script.pseudotv-ChannelList: buildFileList 2019-11-06 14:52:23.194 T:24329 DEBUG: CUtil::GetMatchingSource: no matching source found for [smb://nas.priv/media/TV/Corner Gas Animated/Season 01/] 2019-11-06 14:52:23.373 T:24329 DEBUG: Previous line repeats 1 times.

Perhaps something similar to #17?

hrast01 commented 5 years ago

Additional info. I have a Windows 7 system that was running Kodi 18.3 and it was having no problems with using Smart Playlists as a channel, but now that I've updated it to 18.4, I'm getting the same behavior (I haven't verified that its the same messages yet).

hrast01 commented 5 years ago

It appears that something change in Smart Playlist between 18.3 and 18.4. The playlist I was having problems with is to create a channel with "Corner Gas" and "Corner Gas Animated". The logic was set to: Title contains Corner Gas. If I change the logic to: Title begins with Corner Gas, the channel loads episodes from both series into the queue. I'll close this, it seems like a Kodi issue and not a PSTV issue. Thanks for the work on the plugin!

Steveb1968 commented 5 years ago

Hi mate, I just tested custom playlists with kodi 18.4 and every playlist I tried loaded ok. That was on a Win10 machine but not sure that matters. Maybe something changed in Kodi 18.4.

Edit: Ok mate, Glad you sorted it out. Pulled the trigger a bit late on this post, didn't see your latest post. :)

hrast01 commented 5 years ago

Seems a weird thing to have changed, but at least I wasn't crazy that it had all been working before.