Two values of Albumtitle would be nice
|
17-09-2023, 15:38
(This post was last modified: 17-09-2023 15:39 by mminga.)
Post: #1
|
|||
|
|||
Two values of Albumtitle would be nice
I want to have two alternative titles, as it is in discogs:
https://www.discogs.com/release/19214767-Cash-Unearthed One title should show the Box Set, the other should show the Dics Tiltle. But it does not work, see also here: https://forum.minimserver.com/showthread...+tag+value My wish would be, that the server could do it in the same manner as in Genre, Artist, or Country. Is there a reason why it is not possible? Thanks in advance for an answer. |
|||
17-09-2023, 16:57
Post: #2
|
|||
|
|||
RE: Two values of Albumtitle would be nice
You can use DISCSUBTITLE tag as described here
|
|||
17-09-2023, 18:29
Post: #3
|
|||
|
|||
RE: Two values of Albumtitle would be nice
The internal design of MInimServer allows an item (track or group) to belong either to a single album or to no album. Allowing an item to belong to multiple albums would be a major change.
As DISCSUBTITLE is already supported by MinimServer, this is the recommended solution. In the future, it is likely that ALBUMGROUP will also be supported (see this post), which would provide another way of doing this. |
|||
17-09-2023, 21:00
Post: #4
|
|||
|
|||
RE: Two values of Albumtitle would be nice
OK, I see, my wish:
The DISCSUBTITLE should be parallel to Album I tried in aliasTags Code: DISCSUBTITLE:ALBUM Thanks for your hints. |
|||
17-09-2023, 21:46
Post: #5
|
|||
|
|||
RE: Two values of Albumtitle would be nice
That’s wrong.
In that way you’re just creating an alias for the Album tag (ie like as you rename Album in DISCSUBTITLE) You need to set the Album tag as the box name and the DISCSUBTITLE tag as the different sections of the box, one for each section |
|||
18-09-2023, 07:50
Post: #6
|
|||
|
|||
RE: Two values of Albumtitle would be nice | |||
18-09-2023, 16:49
(This post was last modified: 18-09-2023 16:51 by mminga.)
Post: #7
|
|||
|
|||
RE: Two values of Albumtitle would be nice
Thanks for the hint, but my wish ist not to create an new structure, I want a "merged" album list with both values. I do not want/need too complex lists, I prefer flat structures.
I tried the following: Code: Album.merge={Discsubtitle} Code: Warning: conflicting ALBUM tag value Unearthed Volume 1 (Who's Gonna Cry) ignored for file Johnny Cash - Unearthed 1 - Who's Gonna Cry |
|||
18-09-2023, 17:34
(This post was last modified: 18-09-2023 17:35 by stefano_mbp.)
Post: #8
|
|||
|
|||
RE: Two values of Albumtitle would be nice
You could try to use indexFormat in tagFormat property (Advanced):
Album.indexFormat={$Album$DISCSUBTITLE} in this way you concatenate Album and DISCSUBTITLE |
|||
18-09-2023, 17:45
Post: #9
|
|||
|
|||
RE: Two values of Albumtitle would be nice
You could do the following:
1) Add DISCSUBTITLE tags to your files in addition to ALBUM tags, as suggested by stefano_mbp 2) Add a tag name AlbumTitle to the indexTags property 3) Add the following to the tagValue property: AlbumTitle.merge={Album, DiscSubtitle} After restarting MinimServer, you will see a new index AlbumTitle containing a mixture of top-level album sets and individual album names. |
|||
18-09-2023, 17:56
(This post was last modified: 18-09-2023 18:22 by mminga.)
Post: #10
|
|||
|
|||
RE: Two values of Albumtitle would be nice
Thank you again, but it does not work.
Code: Incorrect tag 'Album' for option 'indexFormat' in property 'tagFormat' Quote: No tag would be added if the item already has a WorkByTitle tag. This limitation doesn't apply to the Artist tag.https://minimserver.com/ug-library.html#...formatting If there is no way, it can live with it. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)