Naming video files/TV shows: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Muggsy
>Muggsy
Line 16: Line 16:
</tvshowmatching>
</tvshowmatching>
</xml>
</xml>
* works in BUILD SVN 8339 and greater *


== See Also ==
== See Also ==

Revision as of 20:53, 26 March 2007

The TV show lookup relies on the following conventions in order to work as advertised.

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?

Directory Structure & File Names

The directory structure and filenames for tvshows have to be matched by the regular expressions set in tvshowmatching.

The defaults will match the following structures/filenames:

Custom Directory Structure & File Names

The directory structure and filenames for tvshows have to be matched by the regular expressions set in tvshowmatching.

\Battlestar Galactica\Season 3\01 - Occupation.avi will be matched by

<xml> <tvshowmatching>

   <regexp>Season[\._ ]([0-9]+)[\\/]([0-9]+)[^\\/]*</regexp>

</tvshowmatching> </xml>

  • works in BUILD SVN 8339 and greater *

See Also

http://www.xboxmediacenter.com/forum/showthread.php?t=25349