-
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
Updfating Library #2
Comments
I can think of a few things to do:
My guess is that the lines 330-334 will print out which music file(s) are causing a problem during the creation of info.csv. If all else fails, you can modify the parser to extract the music file metadata from whatever system/method your filenames use. |
Thank you. If you set the file name of the music file to something like "James Taylor - Steamroller.mp3", it will be recognized. I couldn't find this rule. |
I'm talking about D2, not D1, but it always makes noise whether it's USB powered or battery powered. Is there a solution? I created two boards, and both have the same symptoms. |
hello. Please let me know because I can't get it right while I'm creating it.
I get an error like the one below and can't return to the menu.
Is there a solution?
pi@raspberrypi:~/PiPod_ePaper/Software $ python3 main.py
Traceback (most recent call last):
File "/home/pi/PiPod_ePaper/Software/main.py", line 142, in
music.updateLibrary() # Re-create the info.csv file
^^^^^^^^^^^^^^^^^^^^^
File "/home/pi/PiPod_ePaper/Software/playback.py", line 283, in updateLibrary
stringTitle = newtitle[0].lstrip()
^^^^^^^^
UnboundLocalError: cannot access local variable 'newtitle' where it is not associated with a value
The text was updated successfully, but these errors were encountered: