summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-08-17One more test fixexact-prefixAdrian Sampson
2022-08-17Update exact query prefix testsAdrian Sampson
2022-08-17Change the prefix for exact match queriesAdrian Sampson
PR #4251 added exact match queries, which are great, but it was subsequently pointed out that the `~` query prefix was already in use: https://github.com/beetbox/beets/pull/4251#issuecomment-1069455483 So this changes the prefix from `~` to `=~`. A little longer, but hopefully it makes the relationship to the similarly-new `=` prefix obvious.
2022-08-17Doc tweaks for #4438Adrian Sampson
2022-08-17Merge pull request #4438 from jaimeMF/singleton_unique_pathsAdrian Sampson
Add path template "sunique" to disambiguate between singleton tracks
2022-08-17Document the %sunique templateJaime Marquínez Ferrándiz
2022-08-16Encapsulate common code for the aunique and sunique templates in a single methodJaime Marquínez Ferrándiz
2022-08-12Add path template "sunique" to disambiguate between singleton tracksJaime Marquínez Ferrándiz
2022-08-05Merge pull request #4433 from vicholp/masterAdrian Sampson
Fix get item file in web plugin
2022-08-03add test to get item file of web pluginvicholp
2022-08-03fix get item file of web pluginvicholp
2022-08-01Merge pull request #4431 from arsaboo/spotify_lastupdateAdrian Sampson
[Small PR] Add spotify_lastupdatedat field
2022-08-01Address commentsAlok Saboo
2022-07-31Add last_updateAlok Saboo
2022-07-30Adapt to pycodestyle changesAdrian Sampson
2022-07-30Merge pull request #4429 from aereaux/masterAdrian Sampson
Fix old alias
2022-07-30Update changelog.rstAidan Epstein
2022-07-30Fix documentation to refer to wma instead of wmvAidan Epstein
This format actually has a definition.
2022-07-30Fix old aliasAidan Epstein
It looks like the convert option for wma used to be called windows media. We could just remove this alias, but might be good to keep for backwards compatibility.
2022-07-15Merge pull request #4413 from arsaboo/spotify_debugAdrian Sampson
Fix: Crash when search encounters a 404 error
2022-07-15Return an empty sequenceAlok Saboo
2022-07-14Revert plugins.py changesAlok Saboo
2022-07-12LintAlok Saboo
2022-07-12Update plugins.pyAlok Saboo
2022-07-12Update plugins.pyAlok Saboo
2022-07-12Update plugins.pyAlok Saboo
2022-07-12Update plugins.pyAlok Saboo
2022-07-12lintAlok Saboo
2022-07-12Update plugins.pyAlok Saboo
2022-07-12Update plugins.pyAlok Saboo
2022-07-12Update spotify.pyAlok Saboo
2022-07-12refactor handle_reponseAlok Saboo
2022-07-11revertAlok Saboo
2022-07-11Update spotify.pyAlok Saboo
2022-07-11revertAlok Saboo
2022-07-11Update spotify.pyAlok Saboo
2022-07-10Update spotify.pyAlok Saboo
2022-07-10Update spotify.pyAlok Saboo
2022-07-10Update spotify.pyAlok Saboo
2022-07-10Add params to debugAlok Saboo
2022-07-10Merge pull request #4405 from arsaboo/spotify_trackAdrian Sampson
Spotify: Add album name for singleton imports
2022-07-09Remove extra pass statementAlok Saboo
2022-07-08Update changelog.rstAlok Saboo
2022-07-08Add missing whitespacesAlok Saboo
2022-07-08Update changelog.rstAlok Saboo
2022-07-08Merge branch 'master' into spotify_trackAlok Saboo
2022-07-08Merge pull request #4386 from arsaboo/spotify_errorAdrian Sampson
Handle audio features are not available Spotify API error
2022-07-08Merge branch 'spotify_error' into spotify_trackAlok Saboo
2022-07-07Update hooks.pyAlok Saboo
2022-07-07Update error codeAlok Saboo