Austin Marino
fa2c9ba259
Aligned export related code with flake8 standards
2019-10-13 11:36:33 -07:00
Austin Marino
ec705fae1e
Updated documents and comments to reflcet recent code changes. Cleaned up code to better follow PEP-8 conventions and just work more efficiently all around.
2019-10-12 15:41:06 -07:00
Austin Marino
0e2c1e0d56
Made changes to reflect comments and suggestions made by sampsyo
2019-10-12 14:47:44 -07:00
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
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
3ffd5ca0c4
Merge pull request #3371 from rhlahuja/integrate-metadata-source-plugin
...
Integrate MetadataSourcePlugin
2019-09-17 21:30:46 -04:00
Rahul Ahuja
ca5806fb6e
Restrict country code to alpha characters
2019-09-15 16:34:20 -07:00
Rahul Ahuja
01e8643cec
Revert to optional capturing group
2019-09-15 16:24:32 -07:00
Rahul Ahuja
a5fadf0dcc
Integrate MetadataSourcePlugin
2019-09-15 15:59:24 -07:00
Adrian Sampson
bebb725352
Docs tweaks for #3355
2019-09-14 09:35:21 -04:00
Adrian Sampson
cc6a2bb6c0
Merge pull request #3355 from rhlahuja/add-deezer-plugin
...
Add Deezer plugin
2019-09-14 09:33:38 -04:00
Adrian Sampson
247e26fea3
Merge pull request #3365 from Ruin0x11/update-incremental-skip-later-doc
...
Correct documentation of `incremental_skip_later` flag
2019-09-12 08:34:22 -04:00
Ian Pickering
dd85a88ba5
Correct documentation of incremental_skip_later flag
...
The behavior is actually the opposite of what is documented.
2019-09-11 20:14:30 -07:00
Rahul Ahuja
0b2837dd4f
Revert Spotify, Discogs changes
2019-09-11 00:37:23 -07:00
Rahul Ahuja
6cfe7adb6c
Use qualified import
2019-09-11 00:26:48 -07:00
Rahul Ahuja
ed80e915fe
Move get_distance --> beets.plugins
2019-09-11 00:07:43 -07:00
Rahul Ahuja
876c0f733f
Appease flake8
2019-09-10 23:52:35 -07:00
Rahul Ahuja
dfdf8ded33
Add missing import
2019-09-10 22:55:41 -07:00
Rahul Ahuja
2b0cf3e002
Try absolute import
2019-09-10 22:39:06 -07:00
Adrian Sampson
0077c0514b
Merge pull request #3364 from kergoth/empty-album-error
...
library: show album id in empty album error
2019-09-10 19:04:01 -04:00
Rahul Ahuja
84b13475e0
Move get_distance to beets.autotag
2019-09-09 19:13:24 -07:00
Rahul Ahuja
1de0af669d
Try absolute import
2019-09-09 18:45:12 -07:00
Rahul Ahuja
c531b1628e
Avoid circular import
2019-09-09 18:28:20 -07:00
Rahul Ahuja
68e91b18b0
Fix discogs.py MetadataSourcePlugin refs
2019-09-09 17:33:42 -07:00
Rahul Ahuja
732e372ed2
Rename/move to plugins.MetadataSourcePlugin, fix formatting
2019-09-09 17:31:42 -07:00
Christopher Larson
959a058458
library: show album id in empty album error
...
This makes it possible to recover from this case, as you can correct
whatever caused it, by either fixing album ids on tracks or removing the
empty album id.
Signed-off-by: Christopher Larson <kergoth@gmail.com>
2019-09-09 08:12:38 -07:00
Adrian Sampson
00ac5928c1
Merge pull request #3357 from RollingStar/timid_rec
...
Make none_rec_action respect timid. #3242
2019-09-07 12:52:52 -04:00
unknown
c9468350ec
Timid always prompts. Clarify docstring.
2019-09-07 11:49:54 -04:00
Rahul Ahuja
0a700c75a2
Optional capturing groups
2019-09-07 01:07:44 -07:00
Rahul Ahuja
bdb7565500
Avoid nested capturing groups
2019-09-07 00:48:19 -07:00
Rahul Ahuja
112941b944
Guard against None match
2019-09-06 17:24:26 -07:00
Rahul Ahuja
867242da65
with_metaclass --> add_metaclass
2019-09-06 15:25:06 -07:00
Rahul Ahuja
46065c3c8e
Use six.with_metaclass
2019-09-06 15:20:05 -07:00
Rahul Ahuja
4a6fa5657b
Formatting
2019-09-06 13:11:28 -07:00
Rahul Ahuja
12a8e0a792
Fix Spotify API error formatting
2019-09-06 12:41:24 -07:00
Rahul Ahuja
0d6df42d5f
Use Abstract Base Class
2019-09-06 12:08:26 -07:00
Rahul Ahuja
a3fb8ebfff
Formatting
2019-09-04 22:56:09 -07:00
Rahul Ahuja
f7c6b5ba7f
Fix str format arg order
2019-09-04 22:32:55 -07:00
Rahul Ahuja
30cfd7ff80
Use positional str.format arg
2019-09-04 21:18:07 -07:00
Rahul Ahuja
8010488f37
Modularize distance
2019-09-04 21:03:22 -07:00
Rahul Ahuja
1b05912ab9
Appease flake8
2019-09-04 20:39:46 -07:00
Rahul Ahuja
f64bd65ddb
Remove unnecessary indexing
2019-09-04 20:11:30 -07:00
Rahul Ahuja
bd0cea9f1b
Factor out APIAutotaggerPlugin
2019-09-04 19:50:04 -07:00
unknown
80e51027e6
remove debug line
2019-09-02 20:17:00 -04:00
unknown
7754dd27c5
Make none_rec_action respect timid. #3242
2019-09-02 20:15:35 -04:00
Rahul Ahuja
4a552595df
Simplify regex match
2019-09-02 14:27:51 -07:00