Naming video files/TV shows: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>DonJ
No edit summary
>Muggsy
Line 6: Line 6:
The defaults will match the following structures/filenames:
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 [[AdvancedSettings.xml#.3Ctvshowmatching.3E|tvshowmatching]].
'''\Battlestar Galactica\Season 3\01 - Occupation.avi''' will be matched by
<xml>
<tvshowmatching>
    <regexp>Season[\._ ]([0-9]+)[\\/]([0-9]+)[^\\/]*</regexp>
</tvshowmatching>
</xml>


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

Revision as of 20:51, 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>

See Also

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