MinimServer Forum
Tagging Issues for a JPLAY user - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Support (/forumdisplay.php?fid=4)
+--- Thread: Tagging Issues for a JPLAY user (/showthread.php?tid=7769)

Pages: 1 2


Tagging Issues for a JPLAY user - jchkus - 22-03-2026 20:30

I have purchased a full license now. While trying to follow the steps on UpnpCustom configuration section, I got an error when I copied and pasted the roleTags and multiTags. When I tried to save the entries, the text that I entered in the box is all red and I was unable to save it.

I followed the tags provided on JPLAY user guide page: https://jplay.app/userguide

Tags that I was trying to add:

roleTags={AlbumArtist,Composer,Soloists,Conductor,Orchestra,Ensemble,Choir}
multiTag={Genre,Artist,Composer,Soloists,Conductor,Orchestra,Ensemble,Choir}

Please help.


RE: Tagging Issues for a JPLAY user - stefano_mbp - 22-03-2026 20:46

All tags mentioned in roleTags and multiTag must be defined in indexTags or itemTags


RE: Tagging Issues for a JPLAY user - jchkus - 22-03-2026 23:13

(22-03-2026 20:46)stefano_mbp Wrote:  All tags mentioned in roleTags and multiTag must be defined in indexTags or itemTags

Sorry, I’m new to this. Can you please elaborate more on this ?


RE: Tagging Issues for a JPLAY user - simbun - 22-03-2026 23:39

(22-03-2026 20:30)jchkus Wrote:  Tags that I was trying to add:

roleTags={AlbumArtist,Composer,Soloists,Conductor,Orchestra,Ensemble,Choir}
multiTag={Genre,Artist,Composer,Soloists,Conductor,Orchestra,Ensemble,Choir}

I think you'll need to separate the options with a comma:
Code:
upnpCustom: roleTags={AlbumArtist,Composer,Soloists,Conductor,Orchestra,Ensemble,Choir}, multiTag={Genre,Artist,Composer,Soloists,Conductor,Orchestra,Ensemble,Choir}

EDIT: It looks like a comma isn't required between options, I assume because each is always going to be terminated with }


RE: Tagging Issues for a JPLAY user - jchkus - 23-03-2026 00:42

(22-03-2026 23:39)simbun Wrote:  
(22-03-2026 20:30)jchkus Wrote:  Tags that I was trying to add:

roleTags={AlbumArtist,Composer,Soloists,Conductor,Orchestra,Ensemble,Choir}
multiTag={Genre,Artist,Composer,Soloists,Conductor,Orchestra,Ensemble,Choir}

I think you'll need to separate the options with a comma:
Code:
upnpCustom: roleTags={AlbumArtist,Composer,Soloists,Conductor,Orchestra,Ensemble,Choir}, multiTag={Genre,Artist,Composer,Soloists,Conductor,Orchestra,Ensemble,Choir}

Oh, thanks for the pointer. I will give your suggestion a try.


RE: Tagging Issues for a JPLAY user - jchkus - 23-03-2026 04:10

@simbun: I have tried putting the comma between roleTags and multiTag as you have suggested, but still doesn't work. The text has become red and I'm unable to save the setting. Do you have any other suggestions?


RE: Tagging Issues for a JPLAY user - stefano_mbp - 23-03-2026 07:37

Just an example

indexTags: AlbumArtist
itemTags: Composer
upnpCustom: roleTags={AlbumArtist}, multiTag={Composer}

As I wrote before any tag in roleTags and multiTag must be defined in indexTags or itemTags too


RE: Tagging Issues for a JPLAY user - simbun - 23-03-2026 08:42

(23-03-2026 04:10)jchkus Wrote:  @simbun: I have tried putting the comma between roleTags and multiTag as you have suggested, but still doesn't work. The text has become red and I'm unable to save the setting. Do you have any other suggestions?

Have you entered the full configuration as per the JPLAY site?

Code:
indexTags: Artist, Composer, Genre, Soloists, Conductor, Orchestra, Ensemble, Choir, AlbumArtist
itemTags: Engineer, DISCSUBTITLE, Style, Period, Instrument, Lyrics, Producer, Label, Publisher, Movement, MovementName, InvolvedPeople, Work, Work--Name, RecordingDate, RecordingLocation

Before adding these options make sure the above settings have been saved.
Code:
upnpCustom: roleTags={AlbumArtist,Composer,Soloists,Conductor,Orchestra,Ensemble,Choir} multiTag={Genre,Artist,Composer,Soloists,Conductor,Orchestra,Ensemble,Choir}



RE: Tagging Issues for a JPLAY user - simoncn - 23-03-2026 13:35

I have copied and pasted the settings from the previous post. These settings are working for me with no error message.


RE: Tagging Issues for a JPLAY user - jchkus - 23-03-2026 13:40

@simbun: Yes, I did enter exactly what the full configuration per the JPLAY site stated. However, the contents in the IndexTags shown on the screenshot (Jplay site) is different from the one you provided, so I copied yours instead. Also, they provided the tagValue (RecordingDate, RecordingLocation) are the culpits causing the RoleTags and MultiTag failed to be saved, as well as putting the "all tags" under writeAllTags. Now I experienced no further error while saving. Thank you so much for your help. I do have a follow up question however, I noticed not all artist images show up, but all album arts appear just fine. Does MiniMServer have the functionality to update artist images (portrait pictures) like Roon Server does? Thank you.