![]() |
|
PUBLISHER tag in Index Tags trouble - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Support (/forumdisplay.php?fid=4) +--- Thread: PUBLISHER tag in Index Tags trouble (/showthread.php?tid=7783) |
PUBLISHER tag in Index Tags trouble - KreTR - 21-04-2026 06:57 I've added the "PUBLISHER" tag to Index Tags, but I'm having a problem. Only entries in the following format: Columbia\Sony Music are displayed in the "PUBLISHER" tab and only information after the "\\". is displayed. Entries without the "\\" are not indexed. What should I do to index entries like "Sony Music"? RE: PUBLISHER tag in Index Tags trouble - simoncn - 21-04-2026 08:18 What tagging program did you use to create the PUBLISHER tags? RE: PUBLISHER tag in Index Tags trouble - Stake - 21-04-2026 08:27 Trying to reproduce the problem I ran into a very odd situation. Using foobar2000 I added a "Publisher" tag to a few files and populated it with "Sony". The result was reflected correctly in MP3Tag. I added "Publisher" to the index tags, saved, restarted and recanned the server. Oddly enough there was no sign of Publisher in the list view, neither on the WiiM Home app, nor on mconnect. Then I repeated the exercise with a wildly made up tag called "Trala" and again pupolated it with "Sony". This will show up in the both apps as a selection criterion. Is there some sort of ban on "Publisher"? RE: PUBLISHER tag in Index Tags trouble - KreTR - 21-04-2026 08:53 I'm using MP3Tag latest version. RE: PUBLISHER tag in Index Tags trouble - simbun - 21-04-2026 10:23 (21-04-2026 08:27)Stake Wrote: I added "Publisher" to the index tags, saved, restarted and recanned the server. Have you tried LABEL instead of PUBLISHER? EDIT: Sorry you're absolutely right. PUBLISHER (written to ORGANISATION in foobar) is processed but doesn't appear to be indexed. RE: PUBLISHER tag in Index Tags trouble - Stake - 21-04-2026 11:21 (21-04-2026 10:23)simbun Wrote:(21-04-2026 08:27)Stake Wrote: I added "Publisher" to the index tags, saved, restarted and recanned the server. Ah, you've brought me onto the right track. Writing a "Publisher" tag both in foobar and MP3Tag will actually create the "Organization" tag. If I put this into index tags it will be indexed and I can see it as a selection item. In MP3 Tag I can see this mapping in the settings. Not so in foobar though. I sometimes also use a little info tool called MediaInfo. This will show me "Prorducer". ![]() It's all a bit weird. RE: PUBLISHER tag in Index Tags trouble - simoncn - 21-04-2026 13:29 A further twist is that this happens with FLAC files but not with MP3 files. Using Mp3tag to add a PUBLISHER tag to an MP3 file causes an ID3v2 TPUB frame to be written to the file, which MinimServer maps to a LABEL tag. RE: PUBLISHER tag in Index Tags trouble - Stake - 21-04-2026 13:36 So best keep clear of ‚publisher‘ and use ‚label‘ instead. That‘s what I do anyway. RE: PUBLISHER tag in Index Tags trouble - simbun - 21-04-2026 14:11 MusicBee's Tag Inspector (Right click on track > Edit > Tag Inspector) is a great tool to have on hand in these situations, as it displays the raw field names alongside the "user friendly" alias. [attachment=3544] If I'd used it myself in this instance I might have have spotted my typo (organiSation)! Better yet, if you're working with MinimServer you can enable the writeAllTags option and it'll produce a listing of tag name(as used in MinimServer)/value pairs. RE: PUBLISHER tag in Index Tags trouble - Stake - 21-04-2026 14:22 (21-04-2026 14:11)simbun Wrote: MusicBee's Tag Inspector (Right click on track > Edit > Tag Inspector) is a great tool to have on hand in these situations, as it displays the raw field names alongside the "user friendly" alias. Good advice, thank you. I‘ll keep that in mind. |