English > Support

File Scanner and Regular Expressions

<< < (16/18) > >>

JoopvB:
I see, so multiple URL's are saved in one field; OK. Must be the plugin. Thanks.

WoozyB:

Hi there, I've looked through here and did a search but:

Is there a way to use the file scanner but only to get individual file info?  I don't want them to be grouped by seasons/episodes, as these aren't all TV shows.  I want to have one long basic list of single titles, even if some are similarly named or are in the same folder.

Thanks!

oli70:
I'm trying to use PVD to archive my football matches.
The sintax of files is

Champions League - 201213x01 - F_Bayern Munich - Borussia Dortmund.

Questions:

Season Field can be long 6 or more bytes ?

Can i use a string value for Episode ?
(Example Champions League - 201213xF -Bayern Munich - Borussia Dortmund)

Witch is the String for use these string ?

I use the standard one, but is not ok for season long 6.

(?i)^.*\\(?P<title>.*) - (s|\b)(?P<season>[0-9]{1,4})x(?P<episode>[0-9]{1,4}) - (?P<eptitle>.*)\..{3,4}

(?i)^.*\\(?P<title>.*) - (s|\b)(?P<season>[0-9]{1,6})x(?P<episode>[0-9]{1,4}) - (?P<eptitle>.*)\..{3,4}
dont' work!

Thx

nostra:

--- Quote ---(?i)^.*\\(?P<title>.*) - (s|\b)(?P<season>[0-9]{1,6})x(?P<episode>[0-9]{1,4}) - (?P<eptitle>.*)\..{3,4}
--- End quote ---
This seems to work fine here. Try moving this RegEx up in the list.

oli70:
Boh...

File name:

"NFL - 199798x02 - NFCCH_CAR@GB.mkv"

is catalogued only "NFL"

with the string
(?i)^.*\\(?P<title>.*) - (s|\b)(?P<season>[0-9]{1,6})x(?P<episode>[0-9]{1,4}) - (?P<eptitle>.*)\..{3,4}

with
(?i)^.*\\(?P<title>.*) - (s|\b)(?P<season>[0-9]{1,4})x(?P<episode>[0-9]{1,4}) - (?P<eptitle>.*)\..{3,4}

and file name
"NFL - 1997x02 - NFCCH_CAR@GB.mkv" all is OK!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version