Skip to content
New issue

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

[Bug]: Navidrome can't find referenced songs in playlists containing characters as äöü or é. #2836

Closed
3 tasks done
ElmarMuc opened this issue Jan 31, 2024 · 4 comments
Closed
3 tasks done
Labels

Comments

@ElmarMuc
Copy link

I confirm that:

  • I have searched the existing open AND closed issues to see if an issue already exists for the bug I've encountered
  • I'm using the latest version (your issue may have been fixed already)

Version

Navidrome can't find referenced songs in containing characters as äöü or é.

Current Behavior

I had already asked chatgpt to convert them to utf8. But it still not works. Have you got any idea? Probably escaping the characters? What kind of escape does Navidrome except?
It throws the following error message:
time="2024-01-30T23:30:39Z" level=warning msg="Path in playlist not found" error="data not found" path="/music/iTunes Music/Les Petits Chanteurs de Saint-Marc/Kinder des Monsieur Mathieu/08 Lueur D'été.mp3" playlist="Uwes _utf8"
time="2024-01-30T23:31:44Z" level=warning msg="Path in playlist not found" error="data not found" path="/music/iTunes Music/Zupfgeigenhansel/Miteinander/Nehmt abschied Brüder.mp3" playlist=Volkslieder_utf8

Expected Behavior

Find the correct files.

Steps To Reproduce

No response

Environment

- OS:Unraid

How Navidrome is installed?

Docker

Configuration

No response

Relevant log output

No response

Anything else?

No response

Code of Conduct

  • I agree to follow Navidrome's Code of Conduct
@ElmarMuc ElmarMuc added bug triage New bug reports that need to be evaluated labels Jan 31, 2024
@deluan
Copy link
Member

deluan commented Jan 31, 2024

I'm pretty sure special characters are not the issue, as I have a lot of them myself, and here's an example:

$ cat Playlist_2836.m3u
Kraftwerk/Tone Float/01-06 Rückstoß Gondoliere.flac
Françoise Hardy/The Vogue Years/02-06 L’Amitié.mp3
Cazuza/Burguesia/01-06 Eu quero alguém.flac

Screenshot 2024-01-31 at 6 56 32 PM

Maybe the paths are wrong? Can you Can you check the logs when you do a scan to import the playlist? You should see something like this:

time="2024-01-31T23:54:14Z" level=debug msg="Found playlist" lastUpdated="2024-01-31 23:54:01.565218547 +0000 UTC" name=Playlist_2836 numTracks=3 path=/music/library/Playlist_2836.m3u
time="2024-01-31T23:54:14Z" level=info msg="Adding synced playlist" owner=deluan path=/music/library/Playlist_2836.m3u playlist=Playlist_2836 requestId=38c8fe081ee4/yh55Wlb2Zx-003531 username=deluan
time="2024-01-31T23:54:14Z" level=debug msg="Imported playlist" lastUpdated="2024-01-31 23:54:01.565218547 +0000 UTC" name=Playlist_2836 numTracks=0 path=/music/library/Playlist_2836.m3u

@deluan
Copy link
Member

deluan commented May 10, 2024

Hey @ElmarMuc is this still an issue for you? Can I close this?

@deluan
Copy link
Member

deluan commented May 13, 2024

Closing as it is not reproducible. Let me know if you have any other concerns.

@deluan deluan closed this as completed May 13, 2024
@deluan deluan added invalid and removed bug triage New bug reports that need to be evaluated labels May 13, 2024
@ElmarMuc
Copy link
Author

ElmarMuc commented May 13, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants