When playing audio streams, Kaffeine shows progress messages if data have to be downloaded etc. If the Xine engine provides that data, it would be nice if Xfmedia would be able to show it. Reproducible: Always Steps to Reproduce: 1. 2. 3.
this has been on my mental todo list for a while. there's something wrong with the event handling in GtkXine that's causing these messages to be garbled (probably something stupid i did), and i just haven't gotten around to figuring out what's wrong. and so the frontend itself doesn't actually handle them. but it's on the list...
this is basically done, but there's a problem where, if the server connection fails and xfmedia moves to another stream, the progress bar won't get removed. i'm not sure why this is the case, because libxine should be returning an error message, which should get put in place of the progress bar and then automatically disappear after 3 seconds, but i'm not getting the error message from libxine for some reason. need to look into that more later.