2019-06-03, 19:03
Version 3.0
In my movie rename pattern, I have the following
${title} (${movie.releaseDate;date(yyyy)}) [${videoFormat}] [${certification}]
Which gives me Something like this:
Always Be My Maybe (2019) [1080p] [not rated]
However, in version 2.x, I had found a way that if the rating was NR, it would leave off the " [not rated]" in the name. For the life of me I can't remember how I did it, if it was just an option, or some way I was able to create the pattern that caused it to work this way.
Unfortunately, like an idiot, I "updated" to V3.0 instead of installing new in a different directory and can't figure out what I did to make this work. Looking at the data_old_v2, all I see in the config.xml for the renamer part is the following
<movieRenameAfterScrape>false</movieRenameAfterScrape>
<movieRenamerColonReplacement></movieRenamerColonReplacement>
<movieRenamerCreateMoviesetForSingleMovie>false</movieRenamerCreateMoviesetForSingleMovie>
<movieRenamerFilename>$E ($Y) [$F] [$C]</movieRenamerFilename>
<movieRenamerLanguageStyle>ISO3T</movieRenamerLanguageStyle>
<movieRenamerNfoCleanup>false</movieRenamerNfoCleanup>
<movieRenamerPathname>$E ($Y) [$F] [$C]</movieRenamerPathname>
<movieRenamerSpaceReplacement>_</movieRenamerSpaceReplacement>
<movieRenamerSpaceSubstitution>false</movieRenamerSpaceSubstitution>
Anyone have any ideas on how to do this?
In my movie rename pattern, I have the following
${title} (${movie.releaseDate;date(yyyy)}) [${videoFormat}] [${certification}]
Which gives me Something like this:
Always Be My Maybe (2019) [1080p] [not rated]
However, in version 2.x, I had found a way that if the rating was NR, it would leave off the " [not rated]" in the name. For the life of me I can't remember how I did it, if it was just an option, or some way I was able to create the pattern that caused it to work this way.
Unfortunately, like an idiot, I "updated" to V3.0 instead of installing new in a different directory and can't figure out what I did to make this work. Looking at the data_old_v2, all I see in the config.xml for the renamer part is the following
<movieRenameAfterScrape>false</movieRenameAfterScrape>
<movieRenamerColonReplacement></movieRenamerColonReplacement>
<movieRenamerCreateMoviesetForSingleMovie>false</movieRenamerCreateMoviesetForSingleMovie>
<movieRenamerFilename>$E ($Y) [$F] [$C]</movieRenamerFilename>
<movieRenamerLanguageStyle>ISO3T</movieRenamerLanguageStyle>
<movieRenamerNfoCleanup>false</movieRenamerNfoCleanup>
<movieRenamerPathname>$E ($Y) [$F] [$C]</movieRenamerPathname>
<movieRenamerSpaceReplacement>_</movieRenamerSpaceReplacement>
<movieRenamerSpaceSubstitution>false</movieRenamerSpaceSubstitution>
Anyone have any ideas on how to do this?