liamks / libpytunes

Python Itunes Library parser
https://github.com/liamks/pyitunes
MIT License
220 stars 88 forks source link

Bugfix: File paths w/unicode in Python 2 #21

Closed rfilmyer closed 9 years ago

rfilmyer commented 9 years ago

Fixed #19, a bug that completely broke pyItunes for python 2 users by throwing an error when importing a library that contained filepaths with non-ascii characters.

liamks commented 9 years ago

Great thanks!