Format Strings
Javinizer allows you options to use tags for file naming using scraped metadata. The available tags are as follows, conforming with the naming schema available from the JAVMovieScraper application:
<ID>
<CONTENTID>
<DIRECTOR>
<TITLE>
<RELEASEDATE>
<YEAR>
<STUDIO>
<RUNTIME>
<SET>
<LABEL>
<ACTORS>
<ORIGINALTITLE>
<FILENAME>
<RESOLUTION>
Resolution requires
sort.metadata.nfo.mediainfo
as true
Example
Metadata Output
Metadata Assignment
In this example for movie ABP-420, the tags would be defined as:
Tag
Value
<ID>
ABP-420
<CONTENTID>
118abp00420
<DIRECTOR>
Manhattan Kimura
<TITLE>
Endless Sex Starring Rino Kirishima
<RELEASEDATE>
2016-01-08
<YEAR>
2016
<STUDIO>
Prestige
<RUNTIME>
136
<SET>
Endless Sex
<LABEL>
ABSOLUTELY PERFECT
<ACTORS>
Kirishima Rino
<ORIGINALTITLE>
エンドレスセックス 桐嶋りの
<FILENAME>
ABP-420.1080p
<RESOLUTION>
Format Strings
Here are some examples of how you can build your desired format string.
Format String
Value
<ID> - <TITLE> (<YEAR>)
ABP 420 - Endless Sex Starring Rino Kirishima (2016)
[<STUDIO>] [<YEAR>] <ID>
[Prestige] [2016] ABP-420
<ID> (<RUNTIME>min)
ABP-420 (136min)
<ID> (<ACTORS>) [<RELEASEDATE>]
ABP-420 (Kirishima Rino) [2016-01-08]
[<STUDIO>] [<LABEL>] - <ID>
[Prestige] [ABSOLUTELY PERFECT] - ABP-420
Last updated