-
Notifications
You must be signed in to change notification settings - Fork 1
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
Media library not scanning #17
Comments
Hello, I found the reason. Its a bug in the music.py, I'm checking out if I can fix it by myself. |
Hey folks, I now checked it out, but was unable to fix the bug. This is the traceback that occurs: Traceback (most recent call last): The problem is, that os.listdir() returns a filename from my media library that is "/tmp/Taraxacum/Rainmaker/Taraxacum - 12 - Lo Que Faltó.mp3": The "ó" is converted by os.listdir() to a UTF-8 representation. I tried several fixes to handle it, but my knowledge is too less on Python's string encodings and the file system behavior, maybe you have a quicker solution? |
Hello, I started a pull request, got a working version right now at my local box (I use the epymc package from arch linux aur) |
Hi, thanks for reporting! |
Yeah, I really was not sure if this would be the best way, but it was a way to get it work for me. Indeed, handling these encoding errors with Python is annoying. |
I'm not able to reproduce your issue :/ I can think at 2 different problems:
|
well, no more activitiy, I'm closing this. |
Hello again,
this is another issue I have when I tried to use epymc on the Arch Linux ARM device. There is a USB hard drive connected, I can access all its files using the command-line or even other programs. But when I give it as music source to epymc, nothing happens, except 3 songs are loaded? I cannot be a rights problem! Surely the amount of files is very high. The connected device is an ext4 device. Is there any possibility to trace or debug why nothing happens here?
Cheers!
The text was updated successfully, but these errors were encountered: