Antonio Larrosa
fa468ce9d1
Properly quote executable and command line parameter
...
Use shlex.quote (on python3) or pipes.quote (on python2) to properly
quote the python executable and parameter instead of using single quotes
2017-04-04 09:08:30 +02:00
Antonio Larrosa
44ddd2e8f5
Shell-escape sys.executable
...
sys.executable needs to be shell-escaped on windows.
2017-04-04 09:08:30 +02:00
Antonio Larrosa
42b4e54391
Use sys.executable instead of composing the executable name
...
Better use sys.executable than using sys.version_info.major and compose
the name of the python executable.
2017-04-04 09:08:30 +02:00
Antonio Larrosa
1e4378d636
Run python2 or python3 depending on what's used
...
On a system with dependencies installed for python3 but not for python2,
we have to make sure python3 is used everywhere since 'python' might be running
the python2 interpreter.
This helps with some problems in #2400 , but doesn't fix the issue completely.
2017-04-04 09:08:30 +02:00
David Logie
45bed808d3
Don't fail if there are no areas listed in a release event.
2017-04-03 19:48:45 +01:00
Adrian Sampson
51115ac2cd
Merge pull request #2502 from djl/preferredreleaseevents
...
Use preferred countries when selecting a release event
2017-04-03 18:17:50 +02:00
Adrian Sampson
24e171ce3e
Tiny docstring fix
2017-04-03 18:17:26 +02:00
David Logie
e9b22cfa3b
Use preferred countries when selecting a release event.
2017-04-03 13:43:42 +01:00
Adrian Sampson
462ed4c3ff
Merge pull request #2496 from beetbox/2490-bufferflush
...
Flush the stdout buffer after printing a line
2017-03-28 10:09:20 -04:00
Adrian Sampson
ae42ea6210
Merge pull request #2495 from SpirosChadoulos/master
...
Added a terminal bell if interaction from the user is required, according to this issue: https://github.com/beetbox/beets/issues/2366
2017-03-27 23:37:11 -04:00
Adrian Sampson
ffdeb1e203
Changelog/thanks for #2495
2017-03-27 23:26:22 -04:00
Adrian Sampson
70ef6e7df8
Fix heading underline length
2017-03-27 23:23:23 -04:00
Adrian Sampson
f62c9a6cc5
Merge pull request #2494 from antlarr/fix-importer-multicd
...
Fix import of multidisc releases with subdirectories
2017-03-27 22:32:11 -04:00
Antonio Larrosa
473566bf42
Added changelog entry for #2494
2017-03-28 00:26:24 +02:00
SpirosChadoulos
218968235e
small changes for the bell issue
2017-03-28 01:09:14 +03:00
SpirosChadoulos
c605a918c8
Added an if statement that allows the bell ring according to the user's configuration.
2017-03-27 20:49:28 +03:00
Antonio Larrosa
35810df985
Simplify is_subdir_of_any_in_list and the test that uses it
...
Following the comments from sampsyo in #2494
2017-03-27 00:20:44 +02:00
SpirosChadoulos
28c423b527
Added bell when user interaction is needed
2017-03-27 01:06:30 +03:00
SpirosChadoulos
5128b9567c
Added bell when user interaction is needed
2017-03-27 01:02:18 +03:00
Adrian Sampson
9446ec7f46
Flush the stdout buffer after printing a line
...
Pointed out in #2490 , this is a regression introduced by #2398 . We need to
flush the buffer to faithfully emulate the "real" print() function.
2017-03-26 17:16:42 -04:00
SpirosChadoulos
2fbc7f0e70
Added a terminal bell if interaction from the user is required
2017-03-26 13:40:40 +03:00
Antonio Larrosa
47cc959127
Fix import of multidisc releases with subdirectories
...
Don't stop collapsing paths when iterating over subdirectories of
already collapsed paths.
Fixes #2493
2017-03-25 20:47:07 +01:00
nath@home
920784a42d
Play: handle plural in warning output
2017-03-23 22:46:23 +01:00
Adrian Sampson
91b65ca5ab
Changelog for #2484
2017-03-20 22:19:10 -04:00
Adrian Sampson
953dc66668
Merge pull request #2484 from jansol/master
...
Change default aac encoder to FFmpeg's native one
2017-03-20 22:18:01 -04:00
Jan Solanti
7cf7bc5ff6
Change default aac encoder to FFmpeg's native one
...
FFmpeg's native aac encoder was declared stable in 3.0 (Feb 15. 2016).
Support for libfaac was removed some time later:
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=dc0f711459e0c682bf9f94ba38d26736e90cff45
2017-03-20 22:15:17 +02:00
Adrian Sampson
dcf2d977c4
Merge pull request #2482 from obiesmans/reverse_proxy_support
...
Reverse proxy support
2017-03-20 09:38:56 -04:00
Olivier Biesmans
cf384109f0
Make falke8 happy and reference flask doc for the ReverseProxied class
2017-03-19 21:16:26 +00:00
Adrian Sampson
9b383f87f4
Docs: consistent description of a Boolean option
2017-03-19 21:27:00 -04:00
Adrian Sampson
095f596e5c
Clarity in the reverse_proxy docs
2017-03-19 21:25:18 -04:00
Adrian Sampson
be85825b60
Typo and formatting fixes in docs
2017-03-19 21:20:14 -04:00
obiesmans
18b3e6a9fd
Update changelog.rst
2017-03-19 22:00:01 +01:00
Olivier Biesmans
68fa666644
Document the `reverse_proxy' option
2017-03-19 20:45:26 +00:00
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