Closed schlizbaeda closed 2 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
Is this still an issue in Bullseye?
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.
I have this issue. WHat information do you need ?
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.
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: @.***>
Seems to work okay. I've tried HMDI and analogue output.
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:
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.