ok i've been trying to adjust the template and i am pulling my hair out.
all i want to do is for the TITLE, i do not want the full directory path, just the title of the avi file. how should my template look
if i have a file /southpark/episode1/testepisode1.avi
and i click import, my name,title,sorttitle all says the same thing
/southpark/episode1/testepisode1
then i have to go into the database and remove (/southpark/episode1/) so i am left with only testepisode1.
needless to say i have hundreds of these files and i have been wasting alot of time converting season after season.
so i figure there is a better way than this.
how can i have it when i import, it only says testepisode1instead of the whole directory path.
i want to remove the full directory path in all the field elements.
can someone explain how the template works, here is the mask section on the video template
- Code: Select all
<mask>\\(?<genre>.*)\\(?<name>.*)\\video_ts\\video_ts\.ifo</mask>
<mask>\\(?<name>.*)\\video_ts\\video_ts\.ifo</mask>
<mask>\\(?<name>.*)\\.*\.iso</mask>
<mask>\\(?<name>.*)\..*?</mask>
<mask>\\(?<name>.*?)\\.*?</mask>
<mask>\\(?<name>.*)</mask>
or does this issue have to do with the folderitem
<folderitem>ignore</folderitem> <--what does this do?
will this help me remove the folder path on all my database elements.
thanks in advance.
-bb