Sixthhokage2 / remuco

Automatically exported from code.google.com/p/remuco
1 stars 1 forks source link

MPD with online radio #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is your environment?
* OS: Linux allosaurus 2.6.31-gentoo #6 SMP PREEMPT Mon Sep 21 18:10:26
CEST 2009 i686 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz GenuineIntel
GNU/Linux
* Remuco version: 0.9.1
* Client device: Nokia N90
* Player: MPD

What steps will reproduce the problem?
1. Play an online radio

Remuco doesn't expect the elapsed time when an internet stream is playing.
It show 0:00 - 0:00 on client. It should display the listen time which some
stream servers like IceCast sends to MPD (or maybe MPD handles the time
itself, I'm not sure).

Additional information:
MPD commands output:
dragonjake@allosaurus ~ $ nc localhost 6600
OK MPD 0.15.0
currentsong
file: http://stream.dragonjake.net:8001/
Title: One
Artist: Metallica
Album: S&M (disc 2)
Name: Dragon's Metal Party
Pos: 0
Id: 5
OK
status
volume: 82
repeat: 0
random: 0
single: 0
consume: 0
playlist: 83
playlistlength: 1
xfade: 0
state: play
song: 0
songid: 5
time: 359:0
bitrate: 134
audio: 44100:16:2
OK

The time is put in the `status` command (time: 359:0).

Thanks for great app :)

Original issue reported on code.google.com by jkrcma on 22 Sep 2009 at 7:59

GoogleCodeExporter commented 9 years ago
Should be possible .. chances are that this gets fixed in the upcoming 0.9.2 
release.

Original comment by obensonne@googlemail.com on 23 Sep 2009 at 8:45

GoogleCodeExporter commented 9 years ago
This issue was closed by revision a667a7571e.

Original comment by obensonne@googlemail.com on 4 Oct 2009 at 2:43