![]() |
|
functionality discnumber - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Music Tagging (/forumdisplay.php?fid=9) +--- Thread: functionality discnumber (/showthread.php?tid=634) |
functionality discnumber - Oroperplex - 22-05-2013 16:01 My 2 disk albums are sorted (files are flacs): folder 1: blabla (cd 1) Tracks: 01. blabla.flac (tag: discnumber = 1, Tag:album = blabla [disc 1]) 02. blabla.flac (tag: discnumber = 1, Tag:album = blabla [disc 1]) ... ... ... folder 2: blabla (cd 2) Tracks: 01. blabla.flac (tag: discnumber = 2, Tag:album = blabla [disc 2]) 02. blabla.flac (tag: discnumber = 2, Tag:album = blabla [disc 2]) My renderers shows me the following and it`s fine for me Disc 1 01.blabla 02.blabla Disc 2 01.blabla 02.blabla Question: The Disc 1 / Disc 2 seperation is shown because "[disc 1], [disc 2]" string is behind the album name. Is it possible to enter the same album name into the album tag, means without [disc 1] [disc 2]. Is it possible that the discnumber will do this seperation job in the renderer view ? RE: functionality discnumber - simoncn - 22-05-2013 16:41 (22-05-2013 16:01)Oroperplex Wrote: Question: The Disc 1 / Disc 2 seperation is shown because "[disc 1], [disc 2]" string is behind the album name. If you use DISCNUMBER without the [disc n] suffix, the discs will be merged and you'll get: 01.blabla 02.blabla 03.blabla 04.blabla To prevent this merging when there's no [disc n] suffix, you can use DISCSUBTITLE as well as DISCNUMBER. |