summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-12-18Fix failing test: test_nonexistant_dbtest-stdin-suppressionPhillip Julien
Resolves #5027: failing test: test_nonexistant_db This test was failing because it was requesting input from the user on stdin. This diff mocks stdin with a canned response.
2023-12-18DummyIO: Check for double "installs"Adrian Sampson
2023-12-15In test IO utility, restore the old stdin/stdoutAdrian Sampson
Instead of restoring `sys.stdin` to `sys.__stdin__`, restore it to whatever it was before we installed out dummy I/O hooks. This is relevant in pytest, for example, which installs its *own* `sys.stdin`, which we were then clobbering. This was leading to the suppression of test failures observed in #5021 and addressed in #5027.
2023-12-15Merge pull request #5047 from mgoltzsche/expose-smartplaylist-cli-optsSerene
smartplaylist: expose config as CLI options
2023-12-15smartplaylist: expose config as CLI optionsMax Goltzsche
Add CLI options to `splupdate` command: * `--playlist-dir`, `-d` * `--relative-to` * `--prefix` * `--urlencode` * `--forward-slash` * `--pretend-paths`
2023-12-14Merge pull request #5034 from beetbox/YES_NO_COLORJ0J0 Todos
2023-12-14Merge pull request #5046 from mgoltzsche/add-extinf-supportSerene
smartplaylist: add extm3u/extinf/m3u8 support
2023-12-14smartplaylist: add extm3u/extinf/m3u8 supportMax Goltzsche
This is to be able to display meaningful metadata and search a playlist within a player without having to load the linked audio files of a playlist.
2023-12-12Add changelog entry for #5028.YES_NO_COLORDavid Logie
2023-12-11Fix some changelog entriesJ0J0 Todos
2023-12-10Merge pull request #5022 from mgoltzsche/expose-incremental-skip-later-optAdrian Sampson
expose incremental_skip_later as cli option
2023-12-07Bring back NO_COLOR support.David Logie
Fixes #5028.
2023-12-06Merge pull request #4807 from doronbehar/mbsubmit-improvementsJ0J0 Todos
mbsubmit: Add picard `PromptChoice`
2023-12-05mbsubmit: document new prompt choicesDoron Behar
2023-12-05mbsubmit: Add picard `PromptChoice`Doron Behar
Make it possible to open picard from the import menu when there are weak recommendations.
2023-12-05expose incremental_skip_later as cli optionMax Goltzsche
Closes #4958
2023-12-05Merge pull request #5026 from mgoltzsche/expose-quiet-fallback-optSerene
expose import.quiet_fallback as cli option
2023-12-04expose import.quiet_fallback as cli optionMax Goltzsche
2023-12-04Merge pull request #5025 from arsaboo/spotify_connectionAdrian Sampson
Spotify: fix ConnectionError handling
2023-12-04Formatting fixesAlok Saboo
2023-12-04Revert code cleanupAlok Saboo
2023-12-04Code cleanupAlok Saboo
2023-12-04Update changelog.rstAlok Saboo
2023-12-04Add ConnectionError handlingAlok Saboo
2023-12-03Merge pull request #5019 from cubicvoid/empty-escape-fixAdrian Sampson
Make sure raw_words is nonempty before accessing its first element
2023-12-03Update beets/ui/__init__.pyera
Co-authored-by: Adrian Sampson <adrian@radbox.org>
2023-12-02Make sure raw_words is nonempty before accessing its first elementera
2023-12-02Merge pull request #4984 from arsaboo/deezer_errorAdrian Sampson
Improve Deezer error handling
2023-12-02Merge branch 'master' into deezer_errorAdrian Sampson
2023-12-02Merge pull request #5013 from arsaboo/spotify_errorAdrian Sampson
Spotify: Add 502 error handling
2023-12-01Changed debug logs to errorAlok Saboo
2023-12-01Updated error handlingAlok Saboo
2023-12-01Merge remote-tracking branch 'upstream/master' into deezer_errorAlok Saboo
2023-12-01Merge pull request #5007 from Serene-Arc/track_change_infoSerene
Revert line change behaviour when importing tracks
2023-11-28Update changelog.rstAlok Saboo
2023-11-28Add 502 error handlingAlok Saboo
2023-11-26Merge remote-tracking branch 'upstream/master' into deezer_errorAlok Saboo
2023-11-25Formatting fixesAlok Saboo
2023-11-25Fix commentsAlok Saboo
2023-11-24Merge pull request #5006 from Serene-Arc/auto_terminal_widthAdrian Sampson
Add more detail to option about terminal width in the docs
2023-11-24Fix comparisonSerene-Arc
2023-11-24Add changelog entrySerene-Arc
2023-11-24Revert line change behaviourSerene-Arc
2023-11-24Merge pull request #5005 from Serene-Arc/precommit_updateSerene
2023-11-24Update precommit hook versionsSerene-Arc
2023-11-24Add more detail to optionSerene-Arc
2023-11-23Merge remote-tracking branch 'upstream/master' into deezer_errorAlok Saboo
2023-11-23Add helper function and address commentsAlok Saboo
2023-11-22formatting fixesAlok Saboo
2023-11-22Use exception instead of a module in try-except blockAlok Saboo