Bug 2395 - itunes playlists come up with hex nomenclatures for special characters
: itunes playlists come up with hex nomenclatures for special characters
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: iTunes
: 6.2.0
: All All
: P2 normal (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-10-27 11:07 UTC by Kevin Pearsall
Modified: 2008-09-15 14:37 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Pearsall 2005-10-27 11:07:12 UTC
steps to reproduce:
- create a playlist with a & in the name (ex: Bugs & Daffy)
- rescan/clear library
- go to browse playlists and it shows up as "Bugs %26 Daffy"

observed in trunk r4873
Comment 1 KDF 2005-10-27 11:41:29 UTC
& comes up as & in the xml..

so, try changing line 877 of iTunes.pm to:
my $name = Slim::Web::HTTP::unescape($cacheEntry->{'TITLE'});

instead of:
my $name = $cacheEntry->{'TITLE'};
Comment 2 Dan Sully 2005-10-27 15:45:15 UTC
Fixed in change 4887