![]() |
|
Tag sort syntax issue? - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Music Tagging (/forumdisplay.php?fid=9) +--- Thread: Tag sort syntax issue? (/showthread.php?tid=2370) |
Tag sort syntax issue? - ReneZ - 18-04-2015 15:42 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. RE: Tag sort syntax issue? - simoncn - 18-04-2015 23:44 (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). 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. RE: Tag sort syntax issue? - ReneZ - 19-04-2015 14:38 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 RE: Tag sort syntax issue? - simoncn - 19-04-2015 16:30 (19-04-2015 14:38)ReneZ Wrote: OK, cheers. 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. RE: Tag sort syntax issue? - ReneZ - 20-04-2015 16:56 OK, thanks for that. RE: Tag sort syntax issue? - simoncn - 01-10-2015 21:32 (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. RE: Tag sort syntax issue? - ReneZ - 30-12-2015 17:45 Thanks Simon! |