"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

I give you my generic filter to extract a movie title from movie filename.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?
Code: Select all
::>\([-_ a-zA-Z0-9éëèàù,.]*\) # Remove content in brakets=
You can do this from "File > Import > Media files" and click on title column in preview list to set translated title instead of original title fieldIs it possible to import such movie title into Translated Title instead of Original Title?
I test your example with the filter I give you and I have the good result: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
Code: Select all
::>\(.*\) # Remove content in brakets=
Yes but you can not import title directly in translated title.Useful suggestions to use import.... should it be possible to obtain the same result using drag & drop??
Code: Select all
::> bluray.*=
::> hddvd.*=
::> dvd.*=
::> bdrip.*=
::> brrip.*=
::> webrip.*=
::> divx.*=
::> xvid.*=
::> x264.*=
::> h264.*=