Package: beep-media-player Version: 0.9.7-1 Attached a fix patch.
-- Takuo KITAME
--- beep-media-player-0.9.7.orig/Input/mpg123/mpg123.c
+++ beep-media-player-0.9.7/Input/mpg123/mpg123.c
@@ -953,6 +953,8 @@
if (!mpg123_title)
mpg123_title = mpg123_http_get_title(filename);
mpg123_length = -1;
+ if (mpg123_cfg.title_encoding_enabled)
+ mpg123_title = convert_id3_title(mpg123_title);
}
mpg123_ip.set_info(mpg123_title, mpg123_length,

