MinimServer Forum

Full Version: Minimwatch config script not working after Minimserver/watch update to v2.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Do you have Composition defined in either indexTags or itemTags? Omitting this is the usual cause of this error message.
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
You need to remove Composition.displayFormat={$Composition} from tagFormat. Composition cannot have a displayFormat setting, so this has no effect and was previously ignored.
Many thanks, Simon. That has worked!
Best wishes,
Stuart
Reference URL's