• 1
  • 41
  • 42
  • 43(current)
  • 44
  • 45
  • 51
[RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC')
(2012-04-30, 17:09)Mudislander Wrote: was wondering if anyone else had any issues with linux and album thumbs.

nope, works fine here.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Okay Thanks, guess I have some rewriting todo.
Noli illegitimi carborundum


is this script broken... getting errors with eden nightly
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(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

Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Using this script with Eden official and it's failing on me constantly Sad http://pastebin.com/ygcQ71y4 any ideas?

Thanks
Image
(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.
My skins:

Amber
Quartz

My bad. No need to be rude.

http://pastebin.com/JepfGdhc
Image
(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.
My skins:

Amber
Quartz

Wow.

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

Thanks
Image
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
Can anyone please tell me where I can download the Watchlist script fromHuh

Thanks in advance
Image
(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
Noli illegitimi carborundum


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.
Noticed that myself to 2 weeks ago. Same for randomitems.
Will fix that this week.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Appreciated, thanks.
  • 1
  • 41
  • 42
  • 43(current)
  • 44
  • 45
  • 51

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC')2