Valid comic naming variables

Information and Tutorials on features in Mylar and how to use it
Post Reply
kansur
Posts: 1
Joined: Fri Jun 18, 2021 11:30 pm

Valid comic naming variables

Post by kansur »

I have mylar3 up and running but I am encountering difficulties with the naming function under settings/advanced. Specifically I have been trying to no avail to find a list of valid naming variables. There is a little i info button beside the input, but clicking that does nothing. Things like $Series and $Year are exampled, and after some googling I discovered that $VolumeN was a thing. What else is there?
TVS2021
Posts: 6
Joined: Sun Jun 20, 2021 12:20 pm

Re: Valid comic naming variables

Post by TVS2021 »

You just need to hover over it. The mouse icon (the hand) is misleading.

For folders, they are:
$Series = SeriesName
$Year = SeriesYear
$Annual = Annual (word)
$VolumeY = V{SeriesYear}
$VolumeN = V{Volume#}
$Type = BookType (TPB/GN)
For files, they are:
$Series = SeriesName
$Year = IssueYear
$Annual = Annual (word)
$Issue = IssueNumber
$VolumeY = V{SeriesYear}
$VolumeN = V{Volume#}
$month = publication month number
$monthname = publication month name
$Type = BookType (TPB)
Mylar v0.5.3 running in a Docker on OpenMediaVault 4
Post Reply