Kodi Community Forum
Release TVRage-Eps (Script) TV Show Episode Notifier and Browser Addon - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/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


- papampi - 2010-12-15

I have the latest 1.0.1
But still it start to read library and after 10 shows it stops !


- ruuk - 2010-12-15

papampi Wrote:I have the latest 1.0.1
But still it start to read library and after 10 shows it stops !

Could you send me your xbmc.log?

Duplicate the error and then send the log to [email protected]

If you need the location of the log, go here to find where it is for your os:

http://wiki.xbmc.org/index.php?title=Log_File


- papampi - 2010-12-16

I think I found the problem !
I will post the log for you to see what u can do !
Thnx


- papampi - 2010-12-16

Thanks man
Version 1.0.3 is working nice .


- PainToad - 2011-01-26

Why is it stuck to +12 hours max? I'm 18 hours ahead...


- ruuk - 2011-01-26

PainToad Wrote:Why is it stuck to +12 hours max? I'm 18 hours ahead...

I just don't like people who are more than 12 hours ahead Wink Just kidding.
Despite my undeniable genius Smile, sometimes I'm a total idiot.

I'll fix it along with another bug I've been meaning to get to and am surprised no one has mentioned yet.


- PainToad - 2011-01-27

Thanks mate Smile


Version 1.0.4 - ruuk - 2011-01-27

Version 1.0.4 posted to repository, pending repository update.

Changes:

Extended airtime offset values in settings to +-23
Bug Fix (Hopefully =] ): Old shows staying at top of list



Option for previous day's listings? - icharania - 2011-03-26

I love the plugin!

Is it possible to provide an option for yesterday's listings as well.
I realize not everyone would want it but in my case having that would be really nice as well.

Thanks


- FishOil - 2011-03-30

Still using this script. Very useful. Thanks


- eddiem - 2011-04-10

I am getting error on all nightlies since:
XBMCSetup-20110407-39c2b37-master.exe

http://pastebin.com/auwXQmtF


- ruuk - 2011-04-10

eddiem Wrote:I am getting error on all nightlies since:
XBMCSetup-20110407-39c2b37-master.exe

http://pastebin.com/auwXQmtF

If you can check and see if the file in the error below is in the skins folder for the addon.
If it is then then I think I know what I need to fix.
If not, try removing and re-installing the addon.

Code:
#
w = TVRageEps("script-tvrage-main.xml" , os.getcwd(), "Default")
#
                                            TypeError: XML File for Window is missing



- eddiem - 2011-04-10

I tried that a few times with no change.
I just noticed this bug in tracker which mentions
" os.getcwd " which is in the error.

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


- ruuk - 2011-04-10

eddiem Wrote:I tried that a few times with no change.
I just noticed this bug in tracker which mentions
" os.getcwd " which is in the error.

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

That's what I was thinking the problem might be, which is why I wanted you to verify the file was there. If you've re-installed then I'm sure it is. On my more recently updated scripts I've removed any os.getcwd() because I've been told that eventually I couldn't count on it to return the addon path. I guess it's happened. Smile

I'll try to fix and update soon.


- ruuk - 2011-04-10

icharania Wrote:I love the plugin!

Is it possible to provide an option for yesterday's listings as well.
I realize not everyone would want it but in my case having that would be really nice as well.

Thanks

Sorry about the late reply. I'll keep it in mind. What exactly do you have in mind, if you could describe what you are envisioning that would be helpful.