Max Kellermann
Max Kellermann
No, this feature does not exist currently. But since it's open source, you can implement it (and submit a PR).
I don't think it makes sense at all. Maybe you could name an example that demonstrates the usefulness?
How exactly would this command line look like? What other sort options would there be?
> Sorting by the tag we list should be suffice: Not quite 1. any other tag is impossible to sort by 2. you're slightly wrong - you can only sort...
@geneticdrift, you are talking about a very different aspect that is orthogonal to the concept discussed here. It would be possible add a command, say `locale` that lets the client...
What tags does the file have? What tags does MPD show for this file? What does this have to do with NFS and httpd? Do tags work with any other...
I can't reproduce this problem. I get Icy no matter if the file was played from local disk or from NFS.
We still don't know where the exception came from and your commit message doesn't explain anything. Please add more text to the commit message explaning the whole problem and how...
Also note the GH Actions failure. The exception message looks suspicious (two trailing newlines?)
This PR does at least two distinct things in one commit: 1. switch from FormatMessageA() to FormatMessageW() 2. move the FormatMessage call to a new error category Mixing both in...