Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hello, I need your help #3

Closed
sergey-boreysha opened this issue Nov 27, 2023 · 1 comment
Closed

hello, I need your help #3

sergey-boreysha opened this issue Nov 27, 2023 · 1 comment

Comments

@sergey-boreysha
Copy link

I'm using your libmpd library in a home project and encountered a problem getting elapsed time:

elapsed_time = mpd_status_get_elapsed_song_time(obj);

the sound from the speakers does not coincide with the program's response in time

what could this be connected with?

@DaveDavenport
Copy link
Owner

libmpd is not really maintained anymore.

The result from this commands comes from MPD, so if the elapsed time is wrong its either mpd (most likely the library that mpd uses to get the song info/play it).

Try using mpc to validate if it is libmpd or mpd provides the wrong information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants