[RELEASE] TVRage-Eps (Script) TV Show Episode Notifier and Browser Addon

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
J_K_M_A_N Offline
Fan
Posts: 443
Joined: Feb 2006
Reputation: 1
Location: Minnesota
Post: #41
I must be an idiot. I am still having a problem. I tried to delete it and install the 9.1 version from the repository hoping that it would grab that library and then I updated from the zip file. I still get the error when I run it. Here is my debug log.

J_K_M_A_N
find quote
XmemphistoX Offline
Junior Member
Posts: 40
Joined: Aug 2010
Reputation: 0
Post: #42
J_K_M_A_N Wrote:Just messed with this script a bit and I love it! It was tough finding some shows (like two and a half men...I had to search two_and_a_half_men I think) but I figured it out. It is an excellent script. Thank you! I just wish I could get the updated one. Could you maybe post the zip file so we can install it instead of waiting for it to be updated on the repository? Smile

J_K_M_A_N

I also had trouble finding two and a half men. Just ended up searching for "half men" and it found it.
find quote
ruuk Offline
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #43
J_K_M_A_N Wrote:I must be an idiot. I am still having a problem. I tried to delete it and install the 9.1 version from the repository hoping that it would grab that library and then I updated from the zip file. I still get the error when I run it. Here is my debug log.
J_K_M_A_N
Re-installing an old version won't work, they will all be missing the import line which is only needed in the new version. Did you re-download the zip and still not have it work? It is possible it won't add the simplejson when installing from zip. It is also possible that re-installing with the same version number is causing it not to really update. Let me know if you re-downloaded, and then I'll try updating the zip to a new version.
find quote
ppic Offline
Skilled Python Coder
Posts: 2,663
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #44
hum, just see your option, why are you requiring username and passwordConfused

[Image: widget]
Passion-XBMC Repository Download your SVN skins and addons
TvTunes Addon Download Play your theme while browsing library
TVshow Next Aired display next aired infos from tvrage.com
Logo Downloader Script download Logo/clearart/show thumbs/poster/banner
Bande-Annonce Allociné plugin watch trailers in french and vo
SportLive Script Live score match info in XBMC (not compatible dharma)
find quote
ruuk Offline
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #45
ppic Wrote:hum, just see your option, why are you requiring username and passwordConfused
It's not required unless you have a username and password set for the XBMC http server.
find quote
ppic Offline
Skilled Python Coder
Posts: 2,663
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #46
basically, you don't need http if you use executehttpapi:

Code:
sql_data = "select tvshow.c00 , path.strPath from tvshow , path , tvshowlinkpath where path.idPath = tvshowlinkpath.idPath AND tvshow.idShow = tvshowlinkpath.idShow GROUP BY tvshow.c00"
        xml_data = xbmc.executehttpapi( "QueryVideoDatabase(%s)" % urllib.quote_plus( sql_data ), )


same way for you with a json request

[Image: widget]
Passion-XBMC Repository Download your SVN skins and addons
TvTunes Addon Download Play your theme while browsing library
TVshow Next Aired display next aired infos from tvrage.com
Logo Downloader Script download Logo/clearart/show thumbs/poster/banner
Bande-Annonce Allociné plugin watch trailers in french and vo
SportLive Script Live score match info in XBMC (not compatible dharma)
find quote
ruuk Offline
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #47
ppic Wrote:basically, you don't need http if you use executebuiltin:

Code:
sql_data = "select tvshow.c00 , path.strPath from tvshow , path , tvshowlinkpath where path.idPath = tvshowlinkpath.idPath AND tvshow.idShow = tvshowlinkpath.idShow GROUP BY tvshow.c00"
        xml_data = xbmc.executehttpapi( "QueryVideoDatabase(%s)" % urllib.quote_plus( sql_data ), )

The httpapi is deprecated so I am not using it. I'm using the jsonrpc api which as far as I know does not have an xbmc.execute equivalent yet.
find quote
ruuk Offline
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #48
Posted version 0.9.5 for update to the repository.

Or get the zip here:

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

If the zip doesn't work then you may need to wait for the repository update.
Alternatively you can get my facebook image plugin from the repository which will cause the simplejson module to be installed which will fix the problem.

Sorry about the problems. Blush
I tested on 2 different computers, but some things just don't show up until you dump your program upon unsuspecting victims. Smile
find quote
J_K_M_A_N Offline
Fan
Posts: 443
Joined: Feb 2006
Reputation: 1
Location: Minnesota
Post: #49
Well, the other version worked fine on my HTPC box and the 9.5 version is now working on my work system so thank you very much. I really like this thing. I used to use mytvrss but it has been down and it doesn't list all the shows. They have to add them manually and with this I don't have to wait to add shows. As long as they are on tvrage, it works. Fantastic job!

J_K_M_A_N
find quote
Dobyken Offline
Fan
Posts: 559
Joined: Apr 2010
Reputation: 5
Location: Florida Gulf Coast
Post: #50
ruuk Wrote:Posted version 0.9.5 for update to the repository.

Or get the zip here:

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


Tried out ..9.4 last night and .9.5 this morning...Mythbuntu 10.04. The "Add All" doesn't appear to be writing to the data file for me. It scans the TV series and prompts for verification for matching but they don't actually get added. I took a look at the "data" file in Userdata/Addonondata and it only contains the original 6 shows I added manually the other day. Wiping the old data file and rerunning the scan left me with zero shows in the list. One related issue on the new file scan. One of my series wasn't found in your search. Can an "Use Existing" selection be added to the prompt or "Skip".

Mythbuntu doesn't need viruses - we have Sudo
find quote
Post Reply