SymbiSoft / aspyplayer

Automatically exported from code.google.com/p/aspyplayer
0 stars 0 forks source link

Updating Library bug #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Lunching app
2. Choosing Update Library

What is the expected output? What do you see instead?
File "c:\python\asplayer.py", line 907, in walk
full_file_path = "%s\\%s" % (dirname,file)
UnicodeError: ASCII decoding error:
ordinal not in range(128)

What version of the product are you using? On what operating system?
s60v3, pys60 1.4.2

Please provide any additional information below.
turning the whole code from the function in which full_file_path was into
try: block with expect: pass helped, so you can change it.
asplayer recognized over 300 mp3's on my phone although many of them had
strange names like ''args' => #   array()' and other which playing made the
app hang.

Original issue reported on code.google.com by mastera...@gmail.com on 14 Mar 2008 at 1:37

GoogleCodeExporter commented 8 years ago

Original comment by doug.fer...@gmail.com on 20 Mar 2008 at 3:32

GoogleCodeExporter commented 8 years ago

Original comment by doug.fer...@gmail.com on 22 Mar 2008 at 5:23

GoogleCodeExporter commented 8 years ago
ok, I had the same problem and I made the suggested change on aspylayer.py r40.

The "Update Music Library" now works, but the files with special characters 
(á, 
è...) in their tags are not recognised. It seems the walk funtion is not 
unicode-
safe...

Any ideas?

Toni

Original comment by tonilounavarro on 30 Mar 2008 at 5:39