Olivier Biesmans
aa847e52ac
Add reverse proxy support
2017-03-19 20:08:39 +00:00
Adrian Sampson
bbf54b9d61
Changelog for #2481
2017-03-18 19:35:36 -04:00
Adrian Sampson
620710b3d7
Merge pull request #2481 from qlyoung/missing-albums
...
Add ability for 'missing' plugin to show missing albums by library artists
2017-03-18 19:34:28 -04:00
Quentin Young
bf87cab1d8
beetsplug: implement missing -a -t
...
Produces a count of missing albums without listing them
Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
2017-03-18 19:05:46 -04:00
Quentin Young
d82ef10532
docs: add documentation for missing -a
...
Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
2017-03-18 18:58:47 -04:00
Quentin Young
b013abae6b
beetsplug: cleanup for 'missing -a' code
...
* Use full name for musicbrainzngs import
* Use beets internal logging facilities
* Match releases by release id
* Convert some strings to Unicode
* Remove unnecessary MB rate-limiting
* Remove unnecessary imports
* Follow beets convention for `--album` option
* Follow beets convention for imperative docstrings
* Simplify method signatures
* Use defaultdict(list) where appropriate
* Clarify missing MBID log message
Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
2017-03-18 18:58:41 -04:00
Quentin Young
339a1ef671
beetsplug: add '-a' to show missing albums to 'missing' plugin
...
Passing -a to 'beet missing' shows albums missing by all artists
in the library.
Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
2017-03-18 17:52:01 -04:00
Adrian Sampson
6814bad90e
Merge pull request #2478 from inytar/remove_supported_formats
...
Remove supported formats check from absubmit
2017-03-18 14:13:58 -04:00
Adrian Sampson
af335868a8
Writing refinement for #2480
...
A slightly more nuanced description. Also use two separate paragraphs.
2017-03-18 14:10:21 -04:00
Adrian Sampson
6f7a96cb85
Merge pull request #2480 from delftswa2017/issue2475
...
change modify paragraph
2017-03-18 14:07:10 -04:00
inytar
0342f730de
Update changelog
2017-03-17 14:22:36 -04:00
abigaildelarosa
bbd0b22005
change modify paragraph
2017-03-17 16:38:59 +01:00
inytar
ba78feb9f8
Fix a typo in the absubmit documentation
2017-03-16 11:27:19 -04:00
inytar
71aab6d743
Remove check for supported formats in absubmit
...
Also lower the logging to warning if the extractor fails
to analyse a file
2017-03-16 11:26:54 -04:00
inytar
aab84413ec
Merge remote-tracking branch 'upstream/master'
2017-03-16 11:08:17 -04:00
Adrian Sampson
5ed2798a76
Merge pull request #2422 from Stunner/master
...
Embedart plugin asks for confirmation before making changes to item’s…
2017-03-12 11:34:36 -04:00
Aaron
64d69f0817
embedart: Added test case for inputting “no” option interactively.
2017-03-10 23:30:49 -08:00
Adrian Sampson
3903e13dc2
Merge pull request #2472 from abba23/popularity-plugin
...
added beets-popularity plugin
2017-03-10 21:16:07 -05:00
abba23
acbf3b7534
added beets-popularity plugin
2017-03-10 17:31:23 +01:00
Aaron
f6df3befac
Added interactive test method for embedart plugin.
2017-03-08 19:06:09 -08:00
Adrian Sampson
4d90c9645c
Changelog for #2468
2017-03-07 22:55:44 -05:00
Adrian Sampson
2dcc3cd4b2
Merge pull request #2468 from beetbox/smartplaylist-multi
...
smartplaylist: Support overlapping playlist defs
2017-03-07 22:55:36 -05:00
Adrian Sampson
5a71ce722a
Simplify embedart test changes for #2422
...
Whenever possible, it's nice to avoid using DummyIO---it can make debugging
difficult.
2017-03-06 23:55:14 -05:00
Adrian Sampson
b91185a9ff
Docs tweaks for #2422
2017-03-06 23:53:17 -05:00
Adrian Sampson
74df2788c0
Merge branch 'master' into Stunner-master
2017-03-06 23:51:10 -05:00
Adrian Sampson
8ce7b49ed8
Default to confirm
2017-03-06 23:45:29 -05:00
Adrian Sampson
f0f55d11ec
Rename _confirmation to _confirm
2017-03-06 23:43:24 -05:00
Adrian Sampson
f985970b25
Simplify scope of _confirmation and formatting
2017-03-06 23:42:20 -05:00
Adrian Sampson
3a436bb33d
Remove explicit format
...
We now use the default formats from the configuration.
2017-03-06 23:38:16 -05:00
Adrian Sampson
eddbab63bd
Remove extraneous blank line
2017-03-06 23:37:33 -05:00
Adrian Sampson
430595825f
Rename parameter to be more sensible
...
We don't just take items; they're either items or albums.
2017-03-06 23:37:04 -05:00
Adrian Sampson
c8499eb56d
_confirmation does not need to be a closure
2017-03-06 23:34:53 -05:00
Adrian Sampson
1fbbcf65fd
Fix some confusing indentation
2017-03-06 23:29:09 -05:00
Adrian Sampson
0f7aee3bd3
Merge pull request #2398 from beetbox/stdout-bytes
...
On Python 3, use more flexible encoding to send bytes to stdout
2017-03-06 23:22:37 -05:00
Adrian Sampson
ad4cd7a447
Fix #2469 : Beatport track limit
...
It looks like the API uses pagination, and the default page size is 10. An
easy fix is to just request lots of tracks per page (here, 100). A nicer thing
to do in the future would be to actually traverse multiple pages.
2017-03-06 22:58:00 -05:00
Adrian Sampson
8d14e1b6df
smartplaylist: Support overlapping playlist defs
...
See http://discourse.beets.io/t/beets-path-handling-for-delimited-fields/44
2017-03-06 19:07:06 -05:00
Adrian Sampson
17ad3e83db
Test updates for #2466 fix
2017-03-03 12:10:26 -06:00
Adrian Sampson
d356356111
Fix #2466 : GIO returns bytes, so decode them
2017-03-03 11:59:50 -06:00
Adrian Sampson
a8c46d8b32
Brevity/clarity improvements for #2464
2017-03-03 10:17:49 -06:00
Adrian Sampson
92796d7b55
Merge pull request #2464 from mskadu/master
...
Updated main.rst - Updates to seeing your music
2017-03-03 10:14:51 -06:00
Adrian Sampson
38d2aeaed9
Changelog for Kodi plugin ( #2411 )
2017-03-03 10:04:46 -06:00
Adrian Sampson
4211050e2c
Docs refinements for Kodi plugin #2411
2017-03-03 10:02:57 -06:00
Adrian Sampson
6300d0c5a0
Merge pull request #2411 from Pauligrinder/patch-2
...
Add a plugin to update a Kodi music library
2017-03-03 10:01:00 -06:00
Mayuresh Kadu
9e755cf7fe
Update main.rst/ Seeing your music
...
Undid adding extra lines to the output. As @sampsyo has rightly pointed out - these would not have appeared in the output.
2017-03-03 13:14:24 +00:00
Mayuresh Kadu
1fbb557c1c
Further updates to main.rst/ "Seeing your music"
...
Un-indented text explaining "-f" switch.
2017-03-03 13:11:23 +00:00
Mayuresh Kadu
791f60b490
further updates to Main.rst/ "Seeing your music"
...
Revisions to the text explaining "-f" switch, as discussed in PR #2464 of the parent.
2017-03-03 13:06:09 +00:00
Adrian Sampson
a0cbba961f
Add the Kodi docs to the TOC tree
2017-03-02 10:45:09 -05:00
Adrian Sampson
697c7c0b1f
Docs: explicitly say what ~ means
...
Again, see #2462 .
2017-03-02 10:37:26 -05:00
Adrian Sampson
212ece8b8b
Docs: Windows Python installer checkbox location
...
See #2462 .
2017-03-02 10:35:29 -05:00
Adrian Sampson
d22a257008
Main guide: clarify meaning of plain keyword query
...
Fixes #2463 .
2017-03-01 20:22:30 -05:00