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

Mac OS: No sounds when playing song using MPV player #21

Open
cbedroid opened this issue Aug 14, 2022 · 0 comments
Open

Mac OS: No sounds when playing song using MPV player #21

cbedroid opened this issue Aug 14, 2022 · 0 comments
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior Priority: Medium resolution needed: mild interest and urgency

Comments

@cbedroid
Copy link
Owner

When media player is set to mpv as audio player, there is no sounds when playing songs.

To reproduce error

from pydatpiff.mixtapes import Mixtapes
from pydatpiff.media import Media

mix = Mixtapes()
media = Media(mix, player="mpv") # <-- player is set to use MPV player
media.setMedia(1)
media.play(1)

Device

  • OS: Mac OS
@cbedroid cbedroid added the bug label Aug 14, 2022
@cbedroid cbedroid self-assigned this Aug 14, 2022
@cbedroid cbedroid changed the title No sounds when playing song using MPV player on Mac OS Mac OS: No sounds when playing song using MPV player Aug 14, 2022
@cbedroid cbedroid added Priority: Medium resolution needed: mild interest and urgency bug Indicates an unexpected problem or unintended behavior and removed bug labels Sep 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior Priority: Medium resolution needed: mild interest and urgency
Projects
None yet
Development

No branches or pull requests

1 participant