@Starson17
thanks for the regex.. this is great..
can it be modified to ignore brackets around series like -
First last - (Series 1) - title.ext
First last - [Series 1] - title.ext
and i dont know if it is possible but here it goes, can we use regex such that if author name has a coma it swaps first/last name. like -
First Last - title.ext -> Author name = "First Last"
Last, First - title.ext -> Author name = "First Last" instead of "Last, First"
Last, First M.- title.ext -> Author name = "First M. Last" instead of "Last, First M."
|