Library: Auto Update & Scraping
#1
I've recently started using XBMC after quite a bit of time with Plex. Running XBMC on an AppleTV 2. Version info:
XBMC Pre-11.0 Git:20110623-62171b3

Things are mostly working great, but I've got a couple of questions about the library that I can't seem to fix for myself.

1 - How can I have the library auto-update? Searching through the forum, there seemed to be an add-on that did this at one time. However, looking through the available add-ons (XBMC.org Add-ons -> Program Add-Ons), I don't see the auto-update add-on available.

2 - Is there a trick to getting date-based scraping to work correctly? Again, searching through the forums seems to indicate this should work; and looking at the logs, I'm seeing the scraper does correctly match the date, and the episode is available in the XML from TheTVDB. But alas, no match is found. This happens for all date-based shows I have, and I've included nhe
relevant bits from the log for one below (snipped out the unnecessary bits of xml):

Thanks!
--a

Code:
10:48:09 T:104620032 M:106926080   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib-arm-osx.so)
10:48:09 T:104620032 M:106926080   DEBUG: Loading: /private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/system/ImageLib-arm-osx.so
10:48:09 T:104620032 M:106926080   DEBUG: FileCurl::Open(0x63c210c) http://thetvdb.com/banners/posters/73387-2.jpg
10:48:11 T:104620032 M:130932736   DEBUG: OpenDir - Using authentication url smb://FENSTER/TV%20Shows/Late%20Late%20Show%20With%20Craig%20Ferguson
10:48:11 T:104620032 M:130932736   DEBUG: VideoInfoScanner: Found date based match smb://fenster/tv shows/late late show with craig ferguson/craig.ferguson.2011.07.07.720p.hdtv.x264-orenji.mkv (07/07/2011) [([0-9]{4})[\.-]([0-9]{2})[\.-]([0-9]{2})]
10:48:11 T:104620032 M:130932736   DEBUG: VideoInfoScanner: Found date based match smb://fenster/tv shows/late late show with craig ferguson/craig.ferguson.2011.07.08.720p.hdtv.x264-orenji.mkv (07/08/2011) [([0-9]{4})[\.-]([0-9]{2})[\.-]([0-9]{2})]
10:48:12 T:104620032 M:106917888   DEBUG: GetEpisodeList: Searching 'http://www.thetvdb.com/api/1D62F2F90030C444/series/73387/all/en.zip' using The TVDB scraper (file: '/var/mobile/Library/Preferences/XBMC/addons/metadata.tvdb.com', content: 'tvshows', version: '1.2.3')
10:48:17 T:104620032 M:106102784   DEBUG: scraper: GetEpisodeList returned
<?xml version="1.0"?>
<episodeguide>
    <episode>
        <title>Thomas Lennon, Tatum O'Neal</title>
        <url cache="73387.xml">http://www.thetvdb.com/api/1D62F2F90030C444/series/73387/all/en.zip</url>
        <epnum>113</epnum>
        <season>7</season>
        <id>4125605</id>
        <aired>2011-07-07</aired>
    </episode>
    <episode>
        <title>Larry King, Ziggy Marley</title>
        <url cache="73387.xml">http://www.thetvdb.com/api/1D62F2F90030C444/series/73387/all/en.zip</url>
        <epnum>114</epnum>
        <season>7</season>
        <id>4125606</id>
        <aired>2011-07-08</aired>
    </episode>
</episodeguide>
10:48:18 T:104620032 M:105426944   DEBUG: VideoInfoScanner: No NFO file found. Using title search for 'smb://FENSTER/TV Shows/Late Late Show With Craig Ferguson/craig.ferguson.2011.07.07.720p.hdtv.x264-orenji.mkv'
10:48:18 T:104620032 M:105426944   DEBUG: OnProcessSeriesFolder - no match for show: 'The Late Late Show with Craig Ferguson', season: -1, episode: -1, airdate: '07/07/2011', title: ''
10:48:18 T:104620032 M:105426944   DEBUG: VideoInfoScanner: No NFO file found. Using title search for 'smb://FENSTER/TV Shows/Late Late Show With Craig Ferguson/craig.ferguson.2011.07.08.720p.hdtv.x264-orenji.mkv'
10:48:18 T:104620032 M:105426944   DEBUG: OnProcessSeriesFolder - no match for show: 'The Late Late Show with Craig Ferguson', season: -1, episode: -1, airdate: '07/08/2011', title: ''
10:48:18 T:104620032 M:105426944   DEBUG: GetStackedTvShowList query: select idShow from tvshow where c00 like (select c00 from tvshow where idShow=110) order by idShow
10:48:18 T:104620032 M:105426944   DEBUG: RunQuery took 1 ms for 0 items query: select episode.c12,path.strPath,tvshow.c00,tvshow.c08,tvshow.c14,tvshow.c13,count(1),count(files.playCount) from episode join tvshowlinkepisode on tvshowlinkepisode.idEpisode=episode.idEpisode join tvshow on tvshow.idShow=tvshowlinkepisode.idShow join files on files.idFile=episode.idFile  join tvshowlinkpath on tvshowlinkpath.idShow = tvshow.idShow join path on path.idPath = tvshowlinkpath.idPath where tvshow.idShow = 110  group by episode.c12
10:48:18 T:104620032 M:105426944   DEBUG: OpenDir - Using authentication url smb://FENSTER/TV%20Shows/Late%20Late%20Show%20With%20Craig%20Ferguson
Reply

Logout Mark Read Team Forum Stats Members Help
Library: Auto Update & Scraping0