decklin / lastfmsubmitd

Last.fm submission daemon
http://www.red-bean.com/decklin/lastfmsubmitd/
20 stars 5 forks source link

Fix unhandled exception with non-ascii filenames #1

Closed llucax closed 4 years ago

llucax commented 11 years ago

If a reported file doesn't have any tags, the file name is used for logging, but this file name is not properly decoded, so file names with non-ASCII characters make this program exit with a traceback.

This commit properly decodes the file name.

llucax commented 4 years ago

Nonresponse in 7 years so I guess it is time to let it go... 😔