XBMC Community Forum
[RELEASE] TVRage-Eps (Script) TV Show Episode Notifier and Browser Addon - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] TVRage-Eps (Script) TV Show Episode Notifier and Browser Addon (/showthread.php?tid=82174)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16


- ruuk - 2010-10-07 19:08

J_K_M_A_N Wrote:One other thing I noticed (that you may already be addressing) is that the times for me are off. Any chance of setting an offset somehow? For me it would be a -1 hour. Maybe you could put that in the settings somewhere? Like an offset time by and have the arrows to go up or down hours. Smile
Added. Will be in the upcoming version.
Thanks for reminding me Smile


- J_K_M_A_N - 2010-10-07 20:48

Wow. You are the man! I installed XBMC at work just for this plugin. (Can't get away with watching videos at work.)

J_K_M_A_N


- ppic - 2010-10-07 20:57

ruuk Wrote:Glad you like it. Thanks for pointing out the two and a half men thing. I found that adding underscores was better for any search (even two_men_half was better) and made the script automatically add them. That's especially useful for auto adding from the XBMC library which will be in the next version.

I'll probably wrap up the next version tomorrow and I'll post a link to a zip for that one here as well as post it for the repository.

you can also use urllib.quote_plus, it's fetching good result.


- ruuk - 2010-10-07 21:24

ppic Wrote:you can also use urllib.quote_plus, it's fetching good result.
Now I feel like and idiot. That's what I should've been doing in the first place.
Thanks for pointing that out ppic.


Version 0.9.4 - ruuk - 2010-10-07 21:32

Version 0.9.4 has been posted for update to the repository.

If you can't wait, get the zip at:

http://code.google.com/p/tvrage-eps/downloads/list

Thanks for all the useful comments Smile


- grote002 - 2010-10-07 22:30

ruuk Wrote:Version 0.9.4 has been posted for update to the repository.

If you can't wait, get the zip at:

http://code.google.com/p/tvrage-eps/downloads/list

Thanks for all the useful comments Smile

When i try to start it, it says 'Script Failed'

in the xbmc.log it says it can't find module simplejson

Error Contents: No module named simplejson
ImportError: No module named simplejson

Where/How do I get that module?


- J_K_M_A_N - 2010-10-07 22:39

I downloaded it and installed it from ZIP and it is giving me an error.

Code:
15:34:54 T:5124 M:2818519040  NOTICE: -->Python Interpreter Initialized<--
15:34:54 T:5124 M:2818519040   DEBUG: XBPyThread::Process - The source file to load is C:\Documents and Settings\Joe\Application Data\XBMC\addons\script.tvrage.com\default.py
15:34:54 T:5124 M:2818519040   DEBUG: XBPyThread::Process - Setting the Python path to C:\Documents and Settings\Joe\Application Data\XBMC\addons\script.tvrage.com;C:\Program Files\XBMC\addons\script.module.pil\lib;C:\Documents and Settings\Joe\Application Data\XBMC\addons\script.module.elementtree\lib;C:\Program Files\XBMC\addons\script.module.pysqlite\lib;special://xbmc/system/python/DLLs;special://xbmc/system/python/Lib;special://xbmcbin/system/python/python24.zip;special://xbmc/system/python\DLLs;special://xbmc/system/python\lib;special://xbmc/system/python\lib\plat-win;special://xbmc/system/python\lib\lib-tk;C:\Program Files\XBMC
15:34:54 T:5124 M:2818519040   DEBUG: XBPyThread::Process - Entering source directory C:\Documents and Settings\Joe\Application Data\XBMC\addons\script.tvrage.com
15:34:54 T:5124 M:2817806336   DEBUG: LoadLibraryExA called with flags:
                                             - LOAD_WITH_ALTERED_SEARCH_PATH
15:34:54 T:5124 M:2817798144   DEBUG: Win32DllLoader::Load(special://xbmc/system/python/DLLs\_socket.pyd)
15:34:54 T:5124 M:2817454080   DEBUG: LoadLibraryExA called with flags:
                                             - LOAD_WITH_ALTERED_SEARCH_PATH
15:34:54 T:5124 M:2817445888   DEBUG: Win32DllLoader::Load(special://xbmc/system/python/DLLs\_ssl.pyd)
15:34:54 T:4616 M:2816086016   DEBUG: ------ Window Deinit (DialogFavourites.xml) ------
15:34:54 T:5124 M:2817912832    INFO: -->Python script returned the following error<--
15:34:54 T:5124 M:2817912832   ERROR: Error Type: exceptions.ImportError
15:34:54 T:5124 M:2817912832   ERROR: Error Contents: No module named simplejson
15:34:54 T:5124 M:2817970176   ERROR: Traceback (most recent call last):
                                              File "C:\Documents and Settings\Joe\Application Data\XBMC\addons\script.tvrage.com\default.py", line 5, in ?
                                                import jsonrpc
                                              File "C:\Documents and Settings\Joe\Application Data\XBMC\addons\script.tvrage.com\jsonrpc.py", line 1, in ?
                                                import urllib, simplejson
                                            ImportError: No module named simplejson
15:34:54 T:5124 M:2817970176    INFO: -->End of Python script error report<--

Not sure if that helps.I can post the whole debug file if needed. This is a fresh install of beta 2 with only TV shows added on the local machine.

J_K_M_A_N


- spiff - 2010-10-07 22:47

simplejson is in the add-on repository and will be installed if you install through there.


Bug Fix - ruuk - 2010-10-07 22:51

grote002 Wrote:in the xbmc.log it says it can't find module simplejson
Error Contents: No module named simplejson
ImportError: No module named simplejson
Thanks for that. You don't need to get the module. I forgot to add an import line for that in the addon.xml file. My other scripts already load it so I wasn't getting errors.

Go ahead and re-download and retry:

http://code.google.com/p/tvrage-eps/downloads/list


- XmemphistoX - 2010-10-07 22:58

Awesome script. Is there anyway to get this incorporated into the TV Shows menu addons rather than Programs?