Hi there guys.
My entire library for movies is sorted so that a scraper will easily find the movie info: X:\name (year)\name (year).ext.
The problem in jriver is that sometimes the movie has some "weird" value ( like original 300 character filename) embedded in the field "name".
This messes up the auto import, forcing me to first fill properties from filename and then load all metadata again.
I have played around with the custom tag "filename (, 0) But since that will also include the (year), It's sub optimal.
All this would be solved with the option to auto fill properties from file name during import, but that's not an option as I have understood it.
So is there some other good way of ignoring the embedded "name" field and just fetch the tmdb data from the filename while getting the correct title without the (year) ?