![]() |
|
[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) |
- 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.Added. Will be in the upcoming version. Thanks for reminding me
- 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. 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
- grote002 - 2010-10-07 22:30 ruuk Wrote:Version 0.9.4 has been posted for update to the repository. 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<--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 simplejsonThanks 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? |