If anyone could please tell me how to set this up so both work.
This is the dvd folder naming advanced setting.
http://forum.xbmc.org/showthread.php?tid...#pid766599
This is the bdmv folder naming i am using so it scrapes properly.
http://forum.xbmc.org/showthread.php?tid...pid1003826
This is what i have someone helped me with currently, i have tried a few things with the code below, with the current code, a bluray folder tv show will scan constantly, it wont end, scanning over and over and over. With other versions i created the bluray tv folders scrape fine, but then the dvd folders are not picked up or scrapped by xbmc....Its infuriating, My dvd and bluray folders folders are in this format "name of show"---->"S01E01E02" typically, occasionally i might have a season folder as well. "Name of show"---->Season--->S01E01E02
PHP Code:
<advancedsettings>
<tvshowmatching append="no">
<regexp>[Ss]([0-9]+)[Ee]([0-9]+)([^\\/]*)[\\/]BDMV[\\/]index.bdmv([\\/]*)</regexp>
<regexp>[Ss]([0-9]+)[Ee]([0-9]+)([^\\/]*)[\\/]VIDEO_TS[\\/]video_ts.ifo([\\/]*)</regexp>
<regexp>[Ss]([0-9]+)[Ee]([0-9]+)([^\\/]*)[\.][mkv avi m2ts]</regexp>
<regexp>\[[Ss]([0-9]+)\]_\[[Ee]([0-9]+)\]?([^\\/]*)(?:(?:[\\/]video_ts)[\\/]video_ts.ifo)?</regexp>
<regexp>[\._ \[\-\\/]([0-9]+)x([0-9]+)([^\\/]*)(?:(?:[\\/]video_ts)[\\/]video_ts.ifo)?</regexp>
<regexp>[Ss]([0-9]+)[\.\-]?[Ee]([0-9]+)([^\\/]*)(?:(?:[\\/]video_ts)[\\/]video_ts.ifo)?</regexp>
<regexp>[\._ \-\\/]([0-9]+)([0-9][0-9])([\._ \-][^\\/]*)(?:(?:[\\/]video_ts)[\\/]video_ts.ifo)?</regexp>
</tvshowmatching>
</advancedsettings>
Also before anyone suggests i convert to iso or something, I have 14 tb library in folders. I do not want to convert them.Dvd folders and bluray folders are official structures for bluray and dvd so it should be possible to get them both to scrape properly in xbmc.
I appreciate any help in advance. I should also mention if i use the code for dvd folders or bluray folders for tv shows alone (one or the other)....it works, its only putting them together its not working.

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
?:[/]video_ts)[/]video_ts.ifo)?'
Search
Help