Nightly Builds: Problem with scrapping TV-Shows as DVD
#1
Win7, XBMC R32375, TVDB 1.0.6

I try to scrapping my TV-Shows to the Dharma Build, but the DVDs isn't found. In the 9.11 Build, the DVDs is found correctly.

My TV-Shows stored on a NAS with this structure

Serien (here is the tvdb scrapper set) - Die Rosenheim-Cops - DVD - Die Rosenheim-Cops S05E12E13E14E15E16 - VIDEO_TS

In the folder Die Rosenheim-Cops is a tvshow.nfo (fullxml) and also some movies with nfo (fullxml) available.

I use this advancesettings.xml
Quote:<advancedsettings>
<tvshowmatching append="yes">
<regexp>[Ss]([0-9]+)[\.\-]?[Ee]([0-9]+)([^\\/]*)(?Sad?:[\\/]video_ts)[\\/]video_ts.ifo)?</regexp>
</tvshowmatching>
</advancedsettings>

In the log is showing that the DVDs is found as multipart episodes but the DVDs aren't add to the database, only the separate movies are add to the database.

Debug log:
http://pastebin.com/raw.php?i=CzGph9zh
Reply
#2
Look at the <episodeguide> in your log. It's using absolute numbering - everything is in season 1, thus anything without the .nfo file is not being matched. Looks like you just need to switch that off.

Nothing to do with multiple episodes, and nothing to do with DVDs.

Cheers,
Jonathan
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.


Image
Reply
#3
Hi Jonathan,
Yes, the problem was that in the Scrapper settings tvdb "Use Absolute Ordering (Single Season) was set.

I missunderstand this topic, so that it only works as single season.

After switch off that it works fine.

Thanks for your help
Reply

Logout Mark Read Team Forum Stats Members Help
Nightly Builds: Problem with scrapping TV-Shows as DVD0