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

Add support for consume: oneshot #109

Conversation

Mstrodl
Copy link
Contributor

@Mstrodl Mstrodl commented Feb 12, 2024

I think I got all the spots, but let me know if I missed anything!

@MaxKellermann
Copy link
Member

This fails to build if you compile with libmpdclient 2.20 or older - mpc should be compatible with older libmpdclient releases (at least 2.18 as documented and specified in meson.build), and thus you need a compile-time check.

@Mstrodl
Copy link
Contributor Author

Mstrodl commented Feb 13, 2024

Hey, I added version checks consistent with these old ones: 3ec5205

@MaxKellermann
Copy link
Member

The second commit just fixes mistakes in the first commit - this shouldn't be a separate commit, because it is not a separate work. The second commit even re-adds code that the first code deletes, which is confusing for review. Please amend existing commits if you find mistakes instead of adding fixup commits to the same unmerged PR.

@Mstrodl Mstrodl force-pushed the feature/mstrodl/consume-oneshot branch from 11d0b04 to ae9b76d Compare February 13, 2024 18:58
@Mstrodl
Copy link
Contributor Author

Mstrodl commented Feb 13, 2024

I squashed the commits, let me know if you have any other feedback.

@MaxKellermann MaxKellermann merged commit ae9b76d into MusicPlayerDaemon:master Feb 14, 2024
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

Successfully merging this pull request may close these issues.

2 participants