doctorfree / MusicPlayerPlus

Featureful ncurses based MPD client inspired by ncmpc with integration for Beets, spectrum visualization,Bandcamp/Soundcloud, asciimatics, cantata, and more
https://musicplayerplus.dev
MIT License
69 stars 1 forks source link

Supply --no-confirm when running bandcamp-dl command #31

Closed JOJ0 closed 1 week ago

JOJ0 commented 1 year ago

Description

Fixes issues when releases on Bandcamp are set to private wich sometimes is the case when producers only release parts of albums as previews. In that case bancamp-dl run via MusicPlayerPlus will fail and all subsequent downloads will be skipped.

FIXME I'll open an issue describing the error. Sorry, it's been some time since the analysis and my fix to upstream...finally find the time to submit this.

Further notes:

The fix was added to the upstream project in https://github.com/iheanyi/bandcamp-dl/pull/205.

Release via PyPI is pending, thus I'll set this PR to draft and ask for notification by the upstream project.

Once that is through I'll set this PR to ready to merge. Hope that's fine!

doctorfree commented 1 week ago

I've integrated this change into MusicPlayerPlus