Kodi Community Forum
[RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') (/showthread.php?tid=113702)



RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - ronie - 2012-05-01

(2012-04-30, 17:09)Mudislander Wrote: was wondering if anyone else had any issues with linux and album thumbs.

nope, works fine here.


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Mudislander - 2012-05-01

Okay Thanks, guess I have some rewriting todo.


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Lunatixz - 2012-05-18

is this script broken... getting errors with eden nightly


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - ronie - 2012-05-18

(2012-05-18, 18:03)Lunatixz Wrote: is this script broken... getting errors with eden nightly

yes, many scripts are broken atm.

http://trac.xbmc.org/ticket/13034




RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Rumik - 2012-05-28

Using this script with Eden official and it's failing on me constantly Sad http://pastebin.com/ygcQ71y4 any ideas?

Thanks


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - pecinko - 2012-05-28

(2012-05-28, 21:06)Rumik Wrote: Using this script with Eden official and it's failing on me constantly Sad http://pastebin.com/ygcQ71y4 any ideas?

Turn debugging ON before making a log.



RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Rumik - 2012-05-28

My bad. No need to be rude.

http://pastebin.com/JepfGdhc


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - pecinko - 2012-05-28

(2012-05-28, 21:44)Rumik Wrote: My bad. No need to be rude.

http://pastebin.com/JepfGdhc

Then don't be.

I was merely trying to be helpful.


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Rumik - 2012-05-28

Wow.

So yeah, would someone mind taking a look for me?

Thanks


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Hetoft - 2012-06-18

Hey there, great job on the watchlist script. It's seems pretty smart!

However, every time I load XBMC, I get this "script.watchlist failed" error. This is taken from the debug log:

Code:
00:52:09 T:1288   DEBUG: script.watchlist: tv show list: 22 items
00:52:09 T:1288    INFO: -->Python script returned the following error<--
00:52:09 T:1288   ERROR: Error Type: <type 'exceptions.ValueError'>
00:52:09 T:1288   ERROR: Error Contents: time data u'2012-05-01' does not match format '%Y-%m-%d %H:%M:%S'
00:52:09 T:1288   ERROR: Traceback (most recent call last):
                                              File "C:\Program Files\XBMC\portable_data\addons\script.watchlist\default.py", line 588, in <module>
                                                Main()
                                              File "C:\Program Files\XBMC\portable_data\addons\script.watchlist\default.py", line 33, in __init__
                                                self._fetch_info()
                                              File "C:\Program Files\XBMC\portable_data\addons\script.watchlist\default.py", line 59, in _fetch_info
                                                self._fetch_episodes()
                                              File "C:\Program Files\XBMC\portable_data\addons\script.watchlist\default.py", line 181, in _fetch_episodes
                                                datetime = strptime(playdate, "%Y-%m-%d %H:%M:%S")
                                              File "C:\Program Files\XBMC\system\python\Lib\_strptime.py", line 454, in _strptime_time
                                                return _strptime(data_string, format)[0]
                                              File "C:\Program Files\XBMC\system\python\Lib\_strptime.py", line 325, in _strptime
                                                (data_string, format))
                                            ValueError: time data u'2012-05-01' does not match format '%Y-%m-%d %H:%M:%S'
00:52:09 T:1288    INFO: -->End of Python script error report<--

What could be the cause? It seems to not recognize the format '2012-05-01'... But where do I correct it? In which DB file, and to what exactly? Or just... How do I fix this? Do I have to remove sources, add again and rescrape my whole library - and if I then reimport my current library, would I still get the error? Smile


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - ady199 - 2012-06-22

Can anyone please tell me where I can download the Watchlist script fromHuh

Thanks in advance


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Mudislander - 2012-06-22

(2012-06-22, 12:01)ady199 Wrote: Can anyone please tell me where I can download the Watchlist script fromHuh

Thanks in advance

Official repo - also needs skin support


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Hitcher - 2012-07-17

While setting up a new instance of XBMC I noticed this script would throw an error if there was no music database available, so would it be possible to run a check and skip if there wasn't one?

Might also be worth checking for a video database in case.

Thanks.


Re: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Martijn - 2012-07-17

Noticed that myself to 2 weeks ago. Same for randomitems.
Will fix that this week.


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Hitcher - 2012-07-17

Appreciated, thanks.