I need help with patterns for filenames
|
16th Feb, 2013, 09:25 PM
Post: #2
|
|||
|
|||
RE: I need help with patterns for filenames
Where is the season information coming from? Are you using absolute ordering? You should read this: http://wiki.xbmc.org/index.php?title=TV_Shows_(Video_Library)
In any case if the file names lack logic or information (season information), it will be impossible to write a piece of logic (regex) to parse it. XBMC expects the first regexp match to be the season, and the second to return the episode. If the season information isn't in the file or directory name, a regex cannot match it and thus not return it. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
I need help with patterns for filenames - kraleksandr - 16th Feb, 2013, 06:29 PM
RE: I need help with patterns for filenames - bacobart - 16th Feb, 2013 09:25 PM
RE: I need help with patterns for filenames - kraleksandr - 16th Feb, 2013, 09:29 PM
RE: I need help with patterns for filenames - bacobart - 16th Feb, 2013, 09:34 PM
RE: I need help with patterns for filenames - kraleksandr - 16th Feb, 2013, 11:22 PM
RE: I need help with patterns for filenames - mk01 - 6th Mar, 2013, 05:49 AM
|