Bug 3196 - Unable to name playlists in Unicode
: Unable to name playlists in Unicode
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 6.5b1
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-03-24 09:48 UTC by Nikolai Rochnik
Modified: 2008-09-15 14:39 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolai Rochnik 2006-03-24 09:48:19 UTC
SlimServer Version: 6.5b1 - 6676 - Windows XP - EN - cp1251. Nightly build
2006-03-23. 

Searched existing bugs and did not find any on this issue. I think I saw a posting in the Beta forum reporting a similar issue but I can't seem to find it now.

The issue is: In Web UI, saving a new playlist and naming it in Unicode characters (cyrillic in my case) results in the playlist named 'Untitled'. Or, renaming an existing playlist named in Latin characters into Unicode characters results in the old (Latin) name retained.
Comment 1 KDF 2006-03-24 10:31:55 UTC
There was a similar bug 2532, marked now as fixed that affected unicode in form inputs.  check log with d_playlist, and d_command enabled.
Comment 2 Nikolai Rochnik 2006-03-24 12:40:21 UTC
1. Enable d_playlist in Debugging. Log entry:

currentPlaylistChangeTime : Fri Mar 24 12:17:58 2006
currentPlaylistRender     : Fri Mar 24 12:18:05 2006
currentPlaylistRenderSkin : 
currentPlaylistRenderStart: 0
skinOverride: 
start: 0
Skipping playlist build - not modified.

2. Save a new playlist named in Latin characters. The playlist shows in Browse Playlists named correctly. The .m3u file is created in the playlist directory. Log entry:

Playlist: modifyPlaylistCallback() savecurrsong is 0
Not writing out untitled playlist.

3. Save a new playlist named in cyrillic characters. The playlist shows in Browse Playlists named Untitled. No file is created in the playlist directory. Log entry:
Playlist: modifyPlaylistCallback() savecurrsong is 0
Not writing out untitled playlist.

4. Enable d_playlist in Debugging. Attempt to save a new playlist. As soon as "The current playlist: Save" is clicked (before naming the playlist), SlimServer crashes. I repeated this step several times - the crash is consistent.
Comment 3 Nikolai Rochnik 2006-03-24 12:42:25 UTC
Typo in my last entry, should read "4. Enable d_command in Debugging."
Comment 4 Dan Sully 2006-04-21 18:10:59 UTC

*** This bug has been marked as a duplicate of 2906 ***
Comment 5 Dan Sully 2006-06-29 16:51:01 UTC
Tested in Windows (cp1252, but named using Cryllic chars) with the latest 6.5 builds. Works for me here.