Kodi Community Forum

Full Version: Tv Show Without Season XML Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi.. I have some BBC Documentaries and they have no seasons..thetvdb.com has them in years and episode. eg. BBC Documentaries/2010/Ep9..So i read on the XBMC wiki i need to add rules to the advanced setting.xml to use tv show without season number.. i pulled this from the wiki..i really don't know what to add. my folder structure is correct it is (TV SHOW/BBC DOCUMENTARIES/2010/file...for example i have a file "The Lure Of Las Vegas E9..what would i need to to scrape this please some help thank you

"Filenames without Season

There are two methods to add episodes without a season in their file path. Both ways will force the season to '1', so that you can use the 'Use Absolute Ordering (Single Season)' setting from the TheTvDb.com scraper.
Simple Method (supported since 9.11)
Use only one pair of parentheses
Example: <regexp>[/\._ \-]([0-9]+)</regexp>

Advanced Method (supported since 10.05)
Supports multi-episode files without season
Use an empty pair of parentheses for the season
Example: <regexp>[/\._ \-]()([0-9]+)(-[0-9]+)?</regexp>
i figured it out mods close this thread thank you