MinimServer Forum
Tagging with own TAG - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Music Tagging (/forumdisplay.php?fid=9)
+--- Thread: Tagging with own TAG (/showthread.php?tid=5840)

Pages: 1 2


RE: Tagging with own TAG - simoncn - 23-09-2020 17:50

I don't understand what you mean by "3 lines at the very end". Please post a screen shot showing these 3 lines.


RE: Tagging with own TAG - JPO2005 - 23-09-2020 17:54

(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.



RE: Tagging with own TAG - JPO2005 - 23-09-2020 17:56

So behind the date like this:
Schubert Lieder II (1968) - Disk 1 von 8

From the 2nd line it should come out.


RE: Tagging with own TAG - simoncn - 23-09-2020 20:11

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.


RE: Tagging with own TAG - Alandbush - 23-09-2020 20:26

(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^ (^) }


RE: Tagging with own TAG - simoncn - 23-09-2020 21:20

Thanks, Alan.


RE: Tagging with own TAG - JPO2005 - 23-09-2020 21:51

(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^ (^) }


RE: Tagging with own TAG - simoncn - 23-09-2020 22:05

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.


RE: Tagging with own TAG - JPO2005 - 24-09-2020 07:27

Okay thank you very much