code-google-com / qmmp

Automatically exported from code.google.com/p/qmmp
0 stars 0 forks source link

http seeking support #568

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use qmmp to play a m3u playlist with length information for tracks (e.g. 
streamed from Ampache (http://ampache.org/))
2. Try to scroll to the end of the song
3. The position bar is empty, no way to scroll

What is the expected output? What do you see instead?
I would expect qmmp to detect the length of the current track, and display the 
position bar. The length of each track is contained in the m3u plalist:

#EXTM3U
#EXTINF:365,My Random MP3

365 is the length in seconds.

What version of the product are you using? On what operating system?
qmmp 0.5.5, Kubuntu 12.10

Original issue reported on code.google.com by jeverl...@gmail.com on 11 Dec 2012 at 1:50

GoogleCodeExporter commented 9 years ago
Http seeking is not implemented yet. But this information 
http://curl.haxx.se/mail/curlpp-2008-05/0004.html looks promising.

Original comment by trialuser02 on 12 Dec 2012 at 4:45