Hello,

I noticed that the latest xmms 1.2.5-2mdk (but the problem was also in
1.2.4) had some problems with displaying the title embedded in shoutcast
streaming. Basically, the title stays during one or two songs, then
disappears. You have to do 'stop'/'play' to cause a refresh and the title
to appear again (you can check this behaviour with the 'nectarine' demo
scene radio).

Someone ([EMAIL PROTECTED]) posted a patch for this on bugs.xmms.org :

--------------------

$ diff -u http.c http.c.new
--- http.c      Fri Jun  1 09:07:48 2001
+++ http.c.new  Wed Jul 11 04:59:23 2001
@@ -263,6 +263,8 @@

                        }
                         g_free(meta_data);
                 }

+               if (!http_used())
+                        http_wait_for_data(length - off);

                cnt = min3(len, buffer_length - rd_index, http_used());
        }
        else if ((icy_metaint > 0) && (mpg123_cfg.cast_title_streaming))

--------------------

For full bug report, this is stored as bug #218 on the site.

As I see that the Mdk src rpm already contains many patches, could this
one be included ? (this is really annoying to have title dissapearing
every now and then...)
Hope it's not too late and that 8.1 is not frozen yet ?


Thanx.

----------------
Nicolas Pomarede                   e-mail:   [EMAIL PROTECTED]
                                             [EMAIL PROTECTED]

"It said uses Windows 95 or better, so I loaded Linux!"
"In a world without walls and fences, who needs windows and gates ?"


Reply via email to