RPi-Distro / repo

Issue tracking for the archive.raspberrypi.com repo
37 stars 1 forks source link

mpd: relative backwards seek (rewind function) doesn't work #191

Closed schlizbaeda closed 2 years ago

schlizbaeda commented 4 years ago

The binary file of mpd which is shipped by the Raspberry Pi OS distro performs relative fast forward seeks correctly but it doesn't perform relative rewind seeks:

mpc seek +5 # works correctly: Jumps 5 seconds forward inside the current audio track
mpc seek -5 # doesn't jump backwards. Only a short interruption of music occurs

I have found this behaviour on the current 32bit version of the OS and on the inofficial 64bit version.

When downloading and compiling the source code of mpd as described here the rewind feature will work correctly on the Raspberry Pi SBC. A freshly installed image of Raspberry Pi OS should provide a corrected version of mpd anyway.

schlizbaeda commented 4 years ago

This issue is also described in German language on the German Raspberry Pi forum at https://forum-raspberrypi.de/forum/thread/45381-schneller-vor-ruecklauf-durch-when-held-auf-next-prev-buttons-buttons-beim-strea/?postID=435914#post435914

XECDesign commented 2 years ago

Is this still an issue in Bullseye?

no-response[bot] commented 2 years ago

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.

douwe2 commented 2 years ago

I have this issue. WHat information do you need ?

XECDesign commented 2 years ago

I have this issue. WHat information do you need ?

I haven't set up mpd in ages and it doesn't seem to just work out of the box, so the minimum set of steps required to reproduce the problem starting with a clean image would be helpful.

douwe2 commented 2 years ago

install latest Raspberry pi OS lite.

sudo apt get install mpd

add a number of wav files to mpd,  ie mpc add /

then seek forward 10 minutes or (so): mpc seek +00:10:00

then seek backwards one minute (for example):

mpc seek -00:01:00

It will then not properly go backward.

But on reflection a better way to go might be to update the rasp os to the latest version.

if I recompile mpd on the same raspberry system going backwards works fine.

On 20-Oct-22 16:11, XECDesign wrote:

I have this issue. WHat information do you need ?

I haven't set up mpd in ages and it doesn't seem to just work out of the box, so the minimum set of steps required to reproduce the problem starting with a clean image would be helpful.

— Reply to this email directly, view it on GitHub https://github.com/RPi-Distro/repo/issues/191#issuecomment-1285619567, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZJ4ZXMH2G24COGLSKTNJRLWEFHKTANCNFSM4QAWB4PA. You are receiving this because you commented.Message ID: @.***>

XECDesign commented 2 years ago

Seems to work okay. I've tried HMDI and analogue output.