XBMC Community Forum  

Go Back   XBMC Community Forum > Development > Scraper Development

Scraper Development Developers forum for meta data scrapers. Scraper developers only!
Not for posting feature requests, bugs, or end-user support requests!

Reply
 
Thread Tools Search this Thread Display Modes
Old 2009-04-25, 14:39   #1
Oxyg3n
Junior Member
 
Join Date: May 2007
Posts: 7
Oxyg3n is on a distinguished road
Default TVRage Scraper not getting Episode Name

Afternoon,

Last night, I got a little annoyed with myself and ending up wiping my entire UserData folder (no I didnt have a backup either)

So I did what your supposed to do. I re-setup my paths etc etc, Decided at that time, I had enough time to get it to spend hours connecting to TVRage and re-setup the library.

But I noticed a slight problem when it came to actually viewing the Library, now I can only assume its to do with the Scraper, but I entered TV Show > Season and all the Episodes were blank, they all played fine, but just no name, in the Episode list.

Does anybody have any ideas, as I said I can only assume its a scraper problem. But I would like to be able to see all my episodes in a nice list






----- EDIT -------

I have managed to solve the problem, there was a small bug in the TVRage scraper (There might of been a minor update)

But to fix, go to XBMC/system/scrapers/video/tvrage.xml

Go to Line 65 which is
<expression>Title: &lt;/b&gt;&lt;/td&gt;&lt;td class='b2'&gt;([^&lt;]*)&lt;/td&gt;</expression>

and change to:
<expression>Title: &lt;/b&gt;&lt;/td&gt;&lt;td class='b2' width='200'&gt;([^&lt;]*)&lt;/td&gt;</expression>


I restarted XBMC (not sure if you have to)
Wiped my DB (not sure if you have to do that either)
Re-setup the library

Done :-D

Last edited by Oxyg3n; 2009-04-26 at 15:32. Reason: Added Fix
Oxyg3n is offline   Reply With Quote
Old 2009-11-15, 21:59   #2
johoja
Member
 
Join Date: Aug 2009
Posts: 35
johoja is on a distinguished road
Default

Quote:
Originally Posted by Oxyg3n View Post
Afternoon,

Last night, I got a little annoyed with myself and ending up wiping my entire UserData folder (no I didnt have a backup either)

So I did what your supposed to do. I re-setup my paths etc etc, Decided at that time, I had enough time to get it to spend hours connecting to TVRage and re-setup the library.

But I noticed a slight problem when it came to actually viewing the Library, now I can only assume its to do with the Scraper, but I entered TV Show > Season and all the Episodes were blank, they all played fine, but just no name, in the Episode list.

Does anybody have any ideas, as I said I can only assume its a scraper problem. But I would like to be able to see all my episodes in a nice list






----- EDIT -------

I have managed to solve the problem, there was a small bug in the TVRage scraper (There might of been a minor update)

But to fix, go to XBMC/system/scrapers/video/tvrage.xml

Go to Line 65 which is
<expression>Title: &lt;/b&gt;&lt;/td&gt;&lt;td class='b2'&gt;([^&lt;]*)&lt;/td&gt;</expression>

and change to:
<expression>Title: &lt;/b&gt;&lt;/td&gt;&lt;td class='b2' width='200'&gt;([^&lt;]*)&lt;/td&gt;</expression>


I restarted XBMC (not sure if you have to)
Wiped my DB (not sure if you have to do that either)
Re-setup the library

Done :-D
Awesome thanks for the tip
johoja is offline   Reply With Quote
Old 2009-11-15, 23:52   #3
IsSidha
Junior Member
 
Join Date: Oct 2009
Posts: 16
IsSidha is on a distinguished road
Default

not only does it not show the episode title...

there is no plot, dates are wrong but not everywhere, like, Torchwood being from 1969 but the first aired date is correct (2006).. but it's better then using IMDB TV or TV.com cuz they don't find anything at all

thanks for the tip!! now go and edit some stuff ))))
IsSidha is offline   Reply With Quote
Old 2009-11-16, 01:16   #4
johoja
Member
 
Join Date: Aug 2009
Posts: 35
johoja is on a distinguished road
Default

I changed the plot stuff to this to get it to work..seems to work for me....

<RegExp input="$$1" output="&lt;plot&gt;\1&lt;/plot&gt;" dest="5+">
<expression>&lt;/script&gt;&lt;br&gt;([^&lt;]*)&lt;br&gt;</expression>
</RegExp>
johoja is offline   Reply With Quote
Old 2009-11-16, 01:28   #5
vdrfan
Team-XBMC Developer
 
Join Date: Jan 2008
Location: Germany
Posts: 1,284
vdrfan is on a distinguished road
Default

Please upload the updated scraper (or a diff) to our ticket system once ready so we can include them. Thanks.
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


vdrfan is offline   Reply With Quote
Old 2009-11-17, 00:40   #6
The Guv.
Junior Member
 
Join Date: Nov 2009
Posts: 23
The Guv. is on a distinguished road
Default

Worked fine my end.

To confirm, you do need to remove the source, clean lib, add source and set content to update.
The Guv. is offline   Reply With Quote
Old 2009-11-17, 01:05   #7
The Guv.
Junior Member
 
Join Date: Nov 2009
Posts: 23
The Guv. is on a distinguished road
Default

Plot's may still be missing...

Dates seem to be a bit wack too.
The Guv. is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 14:23.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project