Jack Wilsdon
7621cdfeb9
Fix GitHub user page regex
2020-10-22 00:06:44 +01:00
Jack Wilsdon
a9ba25439f
Add --plugins flag
2020-10-21 23:44:33 +01:00
Adrian Sampson
e99becb41e
Use Unicode in lyrics tests
2020-10-18 07:32:44 -04:00
Adrian Sampson
a63ee0e1a7
Try normalizing the dbcore String type
...
Strings were not being normalized, unlike some other types, leading to
downstream problems like #3773 .
2020-10-18 07:19:21 -04:00
Benedikt
52ca0cbfde
Merge pull request #3769 from nathan78906/patch-1
...
Swap links
2020-10-08 09:41:32 +02:00
Nathan
90cf26389e
Swap links
2020-10-08 00:35:03 -07:00
Adrian Sampson
ce80459110
Merge pull request #3767 from jackwilsdon/skip-azlyrics
...
Skip AZLyrics on GitHub actions
2020-10-05 20:48:49 -04:00
Adrian Sampson
92cf556682
Merge pull request #3766 from jackwilsdon/remove-lyricwiki
...
Remove LyricWiki source
2020-10-05 20:47:13 -04:00
Jack Wilsdon
7138408491
Skip AZLyrics on GitHub actions
2020-10-06 00:05:48 +01:00
Jack Wilsdon
580495f1d6
Simplify MusiXmatch backend and remove unused code
2020-10-05 22:56:01 +01:00
Jack Wilsdon
d115f3679b
Remove LyricWiki source
...
LyricWiki was shut down on 2020/09/21 and no longer serves lyrics.
2020-10-05 22:15:40 +01:00
Adrian Sampson
a22e14f5ca
Merge pull request #3764 from ctrueden/log-ignore-hits
...
In verbose mode, log when files are ignored
2020-10-05 15:33:37 -04:00
Curtis Rueden
f0ea9da7b2
In verbose mode, log when files are ignored
2020-10-05 12:27:00 -05:00
Adrian Sampson
bfb954877a
Avoid mysterious namespace path problem ( #3717 )
...
I'm still not sure what causes this problem (or more pertinently, what
makes this problem *not* happen for me and others), but this should work
around it regardless.
2020-10-05 08:53:51 -04:00
Sam Thursfield
56f1aa29ac
Merge pull request #3761 from beetbox/sam/export-jsonlines
...
export: Add --format=jsonlines option
2020-10-03 17:53:38 +03:00
Sam Thursfield
d9582f4bea
export: Add --format=jsonlines option
...
This adds support for the JSON Lines format as documented at
https://jsonlines.org/ .
In this mode the data is output incrementally, whereas the other
modes load every item into memory and don't produce output until
the end.
2020-10-02 12:41:29 +02:00
Benedikt
78f976320d
Merge pull request #3759 from ctrueden/beets-ibroadcast-plugin
...
Add beats-ibroadcast to list of external plugins
2020-09-29 21:02:03 +02:00
Curtis Rueden
ad399b3caa
Add beats-ibroadcast to list of external plugins
2020-09-29 07:43:25 -05:00
Callum Brown
e8aa96ef72
AURA: Add argument info to docstrings
...
Follows the google docstring style:
https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings
2020-09-27 18:58:39 +01:00
Callum Brown
51c3f310e9
AURA: Fix docstrings for tox -e lint
2020-09-27 18:09:16 +01:00
Callum Brown
5c875c50de
AURA: Add aura plugin and docs
2020-09-21 20:24:41 +01:00
Adrian Sampson
68cdaf23bf
Merge pull request #3755 from kdelwat/web-plugin-enhancements
...
Web plugin: support limited editing of items and albums
2020-09-20 21:29:52 -04:00
Cadel Watson
d1f93a26a6
Fix lint errors
2020-09-20 11:30:12 +10:00
Cadel Watson
3723f8a09f
Update docs and changelog
2020-09-20 10:54:06 +10:00
Cadel Watson
a18b317240
Add PATCH method to item queries
2020-09-20 10:46:48 +10:00
Cadel Watson
afcde697e0
Add PATCH method to Items
2020-09-20 10:45:12 +10:00
Cadel Watson
29672a434f
Add DELETE method to resource queries
2020-09-20 10:23:25 +10:00
Cadel Watson
76220fb148
Add DELETE method for items and albums
2020-09-20 10:18:07 +10:00
Adrian Sampson
b659ad6b0c
Merge pull request #3670 from wisp3rwind/pr_remove_select
...
Add possibility to select individual items to the remove CLI command
2020-09-13 20:55:53 -04:00
djl
33b10d60fb
fetchart: Improve Cover Art Archive source. ( #3748 )
...
* fetchart: Improve Cover Art Archive source.
Instead of blindly selecting the first image, we now treat all "front"
images as candidates.
This is useful where some digital releases have both an animated cover
and a still image and the animated image is the first image returned
from the API.
2020-09-13 20:27:12 +01:00
wisp3rwind
1978484504
don't assume items are queried in any specific order in interactive delete test
...
The previous test worked (on my machine, and on Github CI and AppVeyor),
but it is not obvious whether the order is really guaranteed (given that
the full beets database stack and sqlite are involved). Thus, to prevent
this from exploding at some point, only verify the number of deletions
for now.
2020-09-13 15:55:09 +02:00
wisp3rwind
a8065ff3d6
update changelog
2020-09-13 14:26:39 +02:00
wisp3rwind
822bc1ce88
add possibility to select individual items to the remove CLI command
2020-09-13 14:26:00 +02:00
Adrian Sampson
0ca2c4e311
Merge pull request #3746 from Sciencentistguy/master
...
Added flac-specific samplerate-bitdepth reporting for duplicate imports
2020-09-07 20:15:52 -04:00
Jamie Quigley
e83959ab75
Add changelog item and merge if statements
2020-09-07 22:11:15 +01:00
Jamie Quigley
1ab162743a
Convert to kHz and meet line limit
2020-09-07 17:42:56 +01:00
Jamie Quigley
c8443332de
Added flac-specific samplerate-bitdepth reporting for duplicate imports
2020-09-07 17:32:03 +01:00
jtpavlock
c9f59ee38d
Add broken link checker to integration test ( #3703 )
...
* fix broken links
* add link check command to tox
* add link check to the weekly integration test
2020-09-04 15:42:36 -05:00
Jef LeCompte
f2a4864ab0
Merge pull request #3731 from jef/jef/fix-subsonic
2020-09-04 08:06:55 -04:00
Jef LeCompte
3c8419dbe0
fix(plugin): subsonicupdate rest call
...
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
2020-09-04 00:51:03 -04:00
Adrian Sampson
ca33283526
Merge pull request #3732 from PotcFdk/patch-update-acoustid-on-submit
...
Update file metadata after generating fingerprints through the `submit` command.
2020-08-26 15:49:42 -04:00
PotcFdk
2039f26f96
Update file metadata after generating fingerprintsthrough the submit command.
2020-08-26 13:36:40 +02:00
ybnd
e1876590ba
Fix replaygain.py to pass test_replaygain.py
2020-08-12 12:49:16 +02:00
ybnd
f4db4ae1bf
Re-add to changelog
2020-08-12 11:59:59 +02:00
ybnd
72710cd8c7
Merge branch 'master' into parallel-replaygain
2020-08-12 11:59:32 +02:00
ybnd
50757d34ad
Fix conflicts
2020-08-12 11:42:18 +02:00
Adrian Sampson
eb6bbaeee8
Merge pull request #3725 from aereaux/mpdstats_stop_no_skip
...
mpdstats: Don't record a skip when stopping MPD.
2020-08-10 10:37:12 -04:00
Aidan Epstein
fce27e6fa9
mpdstats: Don't record a skip when stopping MPD.
...
MPD keeps the current track in the queue when stopping, so it's not
really like a skip, and I use it so that I can stop the music, and later
start at the beginning of a track.
I do this by keeping track of the current song id, and then comparing
them when we receive a stop signal.
2020-08-10 07:07:17 -07:00
soergeld
29a8eef281
problems importing patch
2020-08-10 11:02:14 +02:00
soergeld
4f0a483948
change function to method
2020-08-10 10:59:30 +02:00