2009-04-25, 13:39
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: </b></td><td class='b2'>([^<]*)</td></expression>
and change to:
<expression>Title: </b></td><td class='b2' width='200'>([^<]*)</td></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 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: </b></td><td class='b2'>([^<]*)</td></expression>
and change to:
<expression>Title: </b></td><td class='b2' width='200'>([^<]*)</td></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