config: itunes 4.8, mac os x 10.3.9, ipodder 2.1
problem: a feed which has umlauts in their names/playlists (the very
popular www.schlaflosinmuenchen.com, annikrubens.podhost.de/
rss) is not being added to itunes after download, although the log
suggests that ipodder at least tries. but it obviously fails due to an
unicode decoding problem.
> Downloading http://annikrubens.podspot.de.nyud.net:8090/files/
schlaflos122.mp3
> Updating playlist Schlaflos in M?nchen with schlaflos122.mp3
> CurryJob 83286800 reports: Job failed with uncaught exception.
> Traceback (most recent call last):
> File "/Users/Erik_de_Jonge/iSpider/build/iPodder.app/Contents/
Resources/ipodder/engine.py", line 35, in __call__
> self.run()
> File "/Users/Erik_de_Jonge/iSpider/build/iPodder.app/Contents/
Resources/ipodder/engine.py", line 72, in run
> self.callable(*self.args, **self.kwargs)
> File "/Users/Erik_de_Jonge/iSpider/build/iPodder.app/Contents/
Resources/iPodder.py", line 903, in updateplaylist
> player.append_and_create(filename, playlistname,
self.config.play_on_download)
> File "/Users/Erik_de_Jonge/iSpider/build/iPodder.app/Contents/
Resources/ipodder/players.py", line 121, in append_and_create
> script = """\
> UnicodeDecodeError: 'ascii' codec can't decode byte 0x9f in
position 632: ordinal not in range(128)
> Pass #2 ended.
k.