Hi, I have tried following the manual with adding tag option, but am a bit puzzled. It would be great to show in the manual how to include multiple option (I guess connecting them with a comma-space is the way to do it).
Problem is that I entered " all.ignore.sort={The}, -Album.ignore.sort={The}" exactly as in the manual, but now get a syntax error advise on the "-Album.ignore.sort={The}" part. What did I do wrong?
Thanks, Rene
PS I noted you're not in favour of a FAQ section, maybe including some more examples or clarifying a bit further where what would go? Cheers.
(18-04-2015 15:42)ReneZ Wrote: [ -> ]Hi, I have tried following the manual with adding tag option, but am a bit puzzled. It would be great to show in the manual how to include multiple option (I guess connecting them with a comma-space is the way to do it).
Problem is that I entered " all.ignore.sort={The}, -Album.ignore.sort={The}" exactly as in the manual, but now get a syntax error advise on the "-Album.ignore.sort={The}" part. What did I do wrong?
Thanks, Rene
PS I noted you're not in favour of a FAQ section, maybe including some more examples or clarifying a bit further where what would go? Cheers.
As it says in the user guide section, this is a comma-separated list. You can include a space after the comma but this isn't necessary.
MinimServer doesn't allow the "-" prefix for options that include a value. I will update the user guide to clarify this and remove the incorrect example. Thanks for letting me know about this.
OK, cheers.
So what would be thr right syntax for "all.ignore.sort={The}, -Album.ignore.sort={The}" to get the desired result? Thanks.
Regards, Rene
(19-04-2015 14:38)ReneZ Wrote: [ -> ]OK, cheers.
So what would be thr right syntax for "all.ignore.sort={The}, -Album.ignore.sort={The}" to get the desired result? Thanks.
Regards, Rene
As a temporary workaround, you could use:
all.sortValue.ignoreThe, -Album.sortValue.ignoreThe
This syntax is deprecated and will be removed in a future release. I am thinking about what support can be provided when this happens.
(20-04-2015 16:56)ReneZ Wrote: [ -> ]OK, thanks for that.
This problem is fixed in MinimServer update 67. You can specify
all.ignore.sort={The}, -Album.ignore.sort
to do what you want.