4br3mm0rd / mpyg321

mpg321 wrapper for python - command line mp3 player
MIT License
23 stars 5 forks source link

Braking change of issue #31 #38

Closed stefets closed 1 year ago

stefets commented 1 year ago

Hi!

There is a breaking change in the current version that was fixed by me in the issue #31

In the BasePlayer class, a space must be specified before the -R switch, if not, the -R switch is merged with the audiodevice

Ex.: args: ['/usr/local/bin/mpg123', '--audiodevice', 'plughw:CARD=SD90,DEV=0-R', 'mpyg']

The -R should be a single element of the array

4br3mm0rd commented 1 year ago

Issue solved in v2.1.1 Thank you!

PS: if you write "Resolves #xx" in your PR the issue will be automatically be closed when the PR is merged :)