MinimServer Forum
Minimwatch config script not working after Minimserver/watch update to v2.2 - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Minimwatch config script not working after Minimserver/watch update to v2.2 (/showthread.php?tid=7065)



Minimwatch config script not working after Minimserver/watch update to v2.2 - SBennett - 18-11-2023 17:11

Hi
I have just updated to Minimwatch and Minimserver v2.2 after renewing my subscription which expired a week or so back.

However, when I now launch Minimwatch the icon is red and when I re-scan I get an error as below (copied from the log), so I am not able to access my music.

"MinimServer: incorrect tag 'Composition' for option 'displayFormat' in property 'tagFormat'."

My scripting against tagFormat, under the Advnaced tab in Minimwatch, reads as below:

"Artist.displayFormat={$Artist}, Work.indexFormat={$Composition^$Composer^ [^]}, Title.displayFormat={$Title^$Titlesuffix^ [^]^$Titlesuffixcomposer^ [^]}, Composition.displayFormat={$Composition}, Group.displayFormat={$Group$Composer}"

I would really appreciate if someone could help me. I have spent a lot of time learning how to configure Minimserver over the last few years, but unfortunately have not done it for a while so am not able to troubleshoot this!

Perhaps there are some differences in the new version which conflicts with my previous scripting?

Kind regards,
Stuart


RE: Minimwatch config script not working after Minimserver/watch update to v2.2 - simoncn - 18-11-2023 17:29

Do you have Composition defined in either indexTags or itemTags? Omitting this is the usual cause of this error message.


RE: Minimwatch config script not working after Minimserver/watch update to v2.2 - SBennett - 19-11-2023 12:43

Yes, in itemTags, see below..

indexTags
Genre, Artist, Composer, Work, Date, Conductor, Choir, Album, All Artists, Lyricist, *RecentAdded, *RecentPlayed, #AudioData, #AudioFormat

itemTags
Orchestra, Soloists, Composition, Title, Titlesuffix, Titlesuffixcomposer, Compositionsuffix, GenreSort


RE: Minimwatch config script not working after Minimserver/watch update to v2.2 - simoncn - 19-11-2023 14:08

You need to remove Composition.displayFormat={$Composition} from tagFormat. Composition cannot have a displayFormat setting, so this has no effect and was previously ignored.


RE: Minimwatch config script not working after Minimserver/watch update to v2.2 - SBennett - 19-11-2023 14:30

Many thanks, Simon. That has worked!
Best wishes,
Stuart