Commit graph

9260 commits

Author SHA1 Message Date
Austin Marino
c31b488e54 Updated class fields to allow for easier unit testing 2019-10-10 19:35:49 -07:00
Austin Marino
8ff875bded Addec Unit test for export plugin 2019-10-10 19:34:57 -07:00
Austin Marino
a8a480a691 Updated config formats 2019-10-10 16:33:46 -07:00
Austin Marino
4dfb6b9fae
Added examples of new format option 2019-10-10 16:32:24 -07:00
Austin Marino
93e10264fb
Updated export.rst
This update reflects the code changes I made to the export plugin
2019-10-10 16:26:20 -07:00
Jack Wilsdon
bd0585cb92
Revert "Try fixing Travis package list"
This reverts commit a4c413e64a.
2019-10-10 21:45:26 +01:00
Adrian Sampson
a4c413e64a Try fixing Travis package list 2019-10-10 08:18:09 -04:00
Jack Wilsdon
d91da56745
Fix various typos 2019-10-10 08:50:09 +01:00
Logan Arens
0030a2218c
Small cosmetic changes to meet flake8 standards 2019-10-09 23:17:07 -04:00
Logan Arens
8700e271d9
"beet update" now confirms that the library path exists before updating.
Fixes #1934.
2019-10-09 22:47:50 -04:00
Austin Marino
e5b43d4bf4 Extended the file type export options to include not only JSON but also XML and CSV 2019-10-09 00:52:49 -07:00
Adrian Sampson
61a56f1b51
Merge pull request #3389 from rhlahuja/add-bpsync-plugin
Add BPSyncPlugin
2019-10-06 11:45:13 -04:00
Rahul Ahuja
11e00c549b Exclude empty albums from candidates 2019-10-06 00:07:23 -07:00
Rahul Ahuja
32ea225fad Guard against "empty" albums 2019-10-05 23:12:53 -07:00
Rahul Ahuja
46b58ea70b Fix spelling 2019-10-05 20:59:47 -07:00
Rahul Ahuja
52961d71f5
Add defaults to docstring 2019-10-05 16:30:24 -07:00
Rahul Ahuja
19f045290e Fix docstring wording 2019-10-05 15:55:45 -07:00
Rahul Ahuja
a07972d02a Fix docstring wording 2019-10-05 15:53:41 -07:00
Rahul Ahuja
e2c63d4901 Improve docstring wording 2019-10-05 15:25:48 -07:00
Rahul Ahuja
ce90b2aae5 Improve documentation 2019-10-05 15:07:20 -07:00
Rahul Ahuja
a7cdaac5f8 Consistent naming 2019-10-03 22:57:28 -07:00
Rahul Ahuja
0685305efb Only sync tracks in library 2019-10-03 22:53:35 -07:00
Rahul Ahuja
6c49afaf22 Better naming 2019-10-03 22:49:32 -07:00
Rahul Ahuja
ea03c7fac2 Better readability 2019-10-03 22:16:32 -07:00
Rahul Ahuja
5e6b8f5264 DRY album/track distances 2019-10-03 22:04:30 -07:00
Rahul Ahuja
ca57100f27 Add bpsync to toctree 2019-10-03 19:55:53 -07:00
Rahul Ahuja
571e8902fd Fix indentation 2019-10-03 19:23:29 -07:00
Rahul Ahuja
14b8f30ead Appease flake8 2019-10-03 19:13:40 -07:00
Rahul Ahuja
a1885a571b Add documentation, fix circular import 2019-10-03 19:03:04 -07:00
Rahul Ahuja
f14137fcc2 Add BPSyncPlugin 2019-10-03 18:04:12 -07:00
Adrian Sampson
d2c194df15
Merge pull request #3385 from allesmi/docs-plugins-discogs
docs/plugins/discogs.rst: Update plugin documentation
2019-10-01 17:52:07 -04:00
Alexander Miller
279dd314ae docs/plugins: Centralize documentation of source_weight option 2019-10-01 21:19:35 +02:00
Alexander Miller
c4ad4c69cb docs/plugins/index.rst: Describe configuration of metadata source plugins 2019-10-01 21:18:30 +02:00
Alexander Miller
5f51b7b38e docs/plugins/discogs.rst: Update plugin documentation
Add Configuration section and describe the 'source_weight' option.
2019-10-01 07:42:31 +02:00
Adrian Sampson
56d382f58e
Merge pull request #3377 from rhlahuja/beatport-handle-none-key
[beatport] Exclude invalid musical keys
2019-09-28 16:43:12 -04:00
Rahul Ahuja
3ffaaa1f37 Default bpm to None 2019-09-28 11:37:58 -07:00
Rahul Ahuja
80f54ecb9e Update changelog.rst 2019-09-28 10:01:19 -07:00
Rahul Ahuja
7b9ebcbf2f Properly guard against None key 2019-09-27 17:48:28 -07:00
Rahul Ahuja
13792bd8ab Always set musical_key 2019-09-27 17:33:49 -07:00
Rahul Ahuja
4bc057fd5e Exclude invalid musical keys 2019-09-27 17:11:47 -07:00
Adrian Sampson
d6e1a5c042
Merge pull request #3375 from temrix/fix/3374-beatport
Fix #3374 beatport
2019-09-21 17:06:51 -07:00
temrix
dfb6fc3f5b
Test for presence and non-emptiness in one go. 2019-09-21 21:14:11 +02:00
temrix
9a4175dcd0
Return value directly. 2019-09-21 21:13:41 +02:00
temrix
2cd38fc7df
Add bugfix. 2019-09-21 17:12:46 +02:00
temrix
486cfa1df1
Add tests for empty responses. 2019-09-21 16:54:47 +02:00
temrix
2691781d4e
Remove forgotten print statement. 2019-09-21 16:41:57 +02:00
temrix
dde905f9a8
Correct typo in docstring. 2019-09-21 16:41:16 +02:00
temrix
f98010ad23
Add 'look before you leap' defensive code. 2019-09-21 16:09:08 +02:00
Adrian Sampson
db7ef0e60e
Merge pull request #3372 from temrix/master
Fix #2080
2019-09-19 17:22:11 -04:00
temrix
88aea76fcb
Add requests_oauthlib to test deps. 2019-09-19 22:35:40 +02:00