Usually my movies have a file name such this:
"Title (Author) Year.ext"
Would you suggest me a regular expression to delete "(Author)" while importing into AMC?
Is it possible to import such movie title into Translated Title instead of Original Title?
Many Thanks
Usually my movies have a file name such this:
"Title (Author) Year.ext"
Would you suggest me a regular expression to delete "(Author)" while importing into AMC?
I give you my generic filter to extract a movie title from movie filename.
Maybe I will update it as default in next update of AMC 4.2 beta.
Download the file bellow that contains filter and import it from window to filter filename.
@soulsnake
Thanks for your quick answer but regular expression doesn't look to be useful and file name/movie title remains the same as before:
from: Convoy - Trincea d'Asfalto (Sam Peckinpah) 1978.avi
I obtain: Convoy Trincea d'Asfalto Sam Peckinpah
while I wish: Convoy Trincea d'Asfalto
Useful suggestions to use import.... should it be possible to obtain the same result using drag & drop??
Thanks for your quick answer but regular expression doesn't look to be useful and file name/movie title remains the same as before:
from:
Convoy - Trincea d'Asfalto (Sam Peckinpah) 1978.avi
I obtain:
Convoy Trincea d'Asfalto Sam Peckinpah
while I wish:
Convoy Trincea d'Asfalto
I test your example with the filter I give you and I have the good result: Convoy Trincea d'Asfalto
Do you import the filter or just add the regular explession in your filter ?
I modify the filter to support all charateres, it will work even if you have special characteres en brackets:
These filter rules are great, but when I import scene releases the group name won't be stripped. Here's an example:
A.Serious.Man.2009.LIMITED.DVDRip.XviD-ESPiSE-1
is
A Serious Man ESPi SE 1
(Please note I added the -1 (for CD1) at the end myself, tho it would be great if this could be stripped, too.)
or:
There.Will.Be.Blood.CD1.DVDRip.XviD-DiAMOND
is
There Will Be Blood Di AMOND
Any solution with what rule I could fix this? Thank you.
PS I thought about stripping the whole "XviD-*" or "X264-*" if it's possible to add wildcards. Surely easier than adding all group names to the filter.
I found a couple more cases where the file name hasn't been stripped correctly by your filter, please see the link below, otherwise it works perfectly.