MinimServer Forum

Full Version: Tagging with own TAG
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I don't understand what you mean by "3 lines at the very end". Please post a screen shot showing these 3 lines.
(23-09-2020 17:50)simoncn Wrote: [ -> ]I don't understand what you mean by "3 lines at the very end". Please post a screen shot showing these 3 lines.
So behind the date like this:
Schubert Lieder II (1968) - Disk 1 von 8

From the 2nd line it should come out.
If you have a TotalDiscs tag in your files, you can do this:

album.displayFormat={$album^$date^ (^)}, title.displayFormat={$title^ $composer^ (^)}, artist.displayFormat={$conductor^$albumartist^ (^)$discnumber^ - Disk $totaldiscs^ von }

You also need to add TotalDiscs to itemTags.
(23-09-2020 20:11)simoncn Wrote: [ -> ]album.displayFormat={$album^$date^ (^)}, title.displayFormat={$title^ $composer^ (^)}, artist.displayFormat={$conductor^$albumartist^ (^)$discnumber^ - Disk $totaldiscs^ von }

The op wanted discnumber placed after album and date tags that appear on the third line

I.e.
album.displayFormat={$album^$date^ (^)$discnumber^ - Disk ^$totaldiscs^ von }, title.displayFormat={$title^ $composer^ (^)}, artist.displayFormat={$conductor^$albumartist^ (^) }
Thanks, Alan.
(23-09-2020 21:20)simoncn Wrote: [ -> ]Thanks, Alan.

This is what it looks like now. Got that built in.
album.displayFormat={$album^$date^ (^)$discnumber^ - Disk ^$totaldiscs^ von }, title.displayFormat={$title^ $composer^ (^)}, artist.displayFormat={$conductor^$albumartist^ (^) }
If you put $discnumber in album.displayFormat, you will get all discs from the album. If you want a single disk number, you need to put $discnumber in title.displayFormat.
Okay thank you very much
Pages: 1 2
Reference URL's