We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 3.56 breaks URI encoding for unicode tracks.
To Reproduce Steps to reproduce the behavior:
Expected behavior Track is enqueued.
Console log from MOPIDY_ENQUEUE_URIS
MOPIDY_ENQUEUE_URIS
With 3.55.4 the uri is: "local:track:Non-Album/St%C3%A9phane%20Golmann/Actualit%C3%A9s.m4a"
"local:track:Non-Album/St%C3%A9phane%20Golmann/Actualit%C3%A9s.m4a"
With 3.56.1 the uri is: "local:track:Non-Album/Stéphane%20Golmann/Actualités.m4a"
"local:track:Non-Album/Stéphane%20Golmann/Actualités.m4a"
Environment details:
Additional context
Apologies to take so long to test 3.56 after it closed #601. #601 is only partially resolved; I've commented over there.
Really sorry not to offer anything more constructive than a bug report! I'm drowning in other code atm. Will have a look at this if I get a chance.
The text was updated successfully, but these errors were encountered:
Same problem here.
With mpc the following works well:
matthias@carbon:~ ↳ mpc add local:track:Serge%20Gainsbourg/L%27Homme%20%C3%80%20T%C3%AAte%20De%20Chou%20%5BInt%C3%A9grale%2020%C3%A8me%20Anniversaire%5D/04%20Transit%20%C3%A0%20Marilou.flac
When I try to play the same song from the Local panel in Iris, I see the following message in /mopidy/ws/:
/mopidy/ws/
{"method":"core.tracklist.add","params":{"uris":["local:track:Serge%20Gainsbourg/L%27Homme%20�%20Tête%20De%20Chou%20%5BIntégrale%2020ème%20Anniversaire%5D/04%20Transit%20à %20Marilou.flac"],"at_position":0},"jsonrpc":"2.0","id":14}
and the response is (edited after I noticed a copy-paste error when writing that message, sorry):
{"jsonrpc": "2.0", "id": 14, "result": []}
Sorry, something went wrong.
e6dac74
Buildout 3.57.1 (URI encoding, #708 and #711)
bdaba7c
String to binary to base64 for all URIs, will fix #708 and certainly #…
20ea63b
…711
No branches or pull requests
Describe the bug
3.56 breaks URI encoding for unicode tracks.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Track is enqueued.
Console log
from
MOPIDY_ENQUEUE_URIS
With 3.55.4 the uri is:
"local:track:Non-Album/St%C3%A9phane%20Golmann/Actualit%C3%A9s.m4a"
With 3.56.1 the uri is:
"local:track:Non-Album/Stéphane%20Golmann/Actualités.m4a"
Environment details:
Additional context
Apologies to take so long to test 3.56 after it closed #601. #601 is only partially resolved; I've commented over there.
Really sorry not to offer anything more constructive than a bug report! I'm drowning in other code atm. Will have a look at this if I get a chance.
The text was updated successfully, but these errors were encountered: