Need help with TVShow Scraping
#1
Hi,

I having problems getting my TV Shows recognized.

I named my TVShows like:
Code:
House of Cards (US) (2013)/Staffel 01/House.of.Cards.(US).(2013).S01E01.Das.Spiel.beginnt.AC3.6ch.deu.DTS.6ch.eng.1080p.BluRay.x264.mkv

or:
Code:
Game of Thrones (2011)/Staffel 01/Game.of.Thrones.(2011).S01E01.Der.Winter.naht.DTS.6ch.deu.eng.1080p.BluRay.x264.mkv

FYI advancedsettings.xml:
Code:
    <tvshowmatching>
        <regexp>[Ss]([0-9]+)[][ ._-]*[Ee]([0-9]+)([^\\/]*)$</regexp>
    </tvshowmatching>

I need to remove the year and country in the folder name to get it work.

But the Wiki states:
Quote:You must set the content to TV Shows on the directory directly above the individual show folders. To ensure accurate matches for your TV shows, the folder names should match the title displayed on the site being scraped. For the default TVDB scraper this may mean including the year of release, e.g. Castle (2009) (in cases of duplicate titles), or the country of origin, e.g. Being Human (US) (in cases of foreign remakes).

Can anyone help me out?

Thanks
Reply
#2
That is what you need to do. I have never had to use the year or the country for any shows from thetvdb.

Reread what you posted from the wiki, "in cases of duplicate titles" and "in cases of foreign remakes". So not need unless it meets one or both.
Reply

Logout Mark Read Team Forum Stats Members Help
Need help with TVShow Scraping0