Adrian Sampson
730c84e5e5
Correct tests for export mode
...
The old tests were wrong but the incorrectness was hidden by the incorrect
parameter passing fixed in the previous commit. Now we actually test that the
item's path did not change.
2017-06-10 20:25:48 -04:00
Adrian Sampson
714560aace
Fix parameter order and binding
...
The calls didn't match up with the parameter order.
2017-06-10 20:19:27 -04:00
Adrian Sampson
231528784d
Simplify implementation of export behavior
2017-06-10 20:15:02 -04:00
Adrian Sampson
b25eb87f60
Remove unnecessary output capture
2017-06-10 20:05:17 -04:00
Adrian Sampson
29d6c27d02
Fix some spurious whitespace changes
2017-06-10 20:03:01 -04:00
SpirosChadoulos
3c852d3539
docs
2017-05-13 12:26:31 +03:00
SpirosChadoulos
7c91989344
Minor flake fixes
2017-05-12 15:25:36 +03:00
SpirosChadoulos
169cf596b0
Fixed bool variable error
2017-05-12 15:08:06 +03:00
SpirosChadoulos
8f62e8bc68
Requested changes done
2017-05-12 14:49:03 +03:00
SpirosChadoulos
c4ef23d9f7
Minor Flake fixes
2017-05-11 12:45:03 +03:00
SpirosChadoulos
51835e762f
Minor fixes to move tests
2017-05-11 12:30:21 +03:00
SpirosChadoulos
0dc948d9d3
Made sure that the destination directory will exist
2017-05-11 12:11:21 +03:00
SpirosChadoulos
f5b23fffd4
Replaced all AssertNotExists with AssertExists
2017-05-06 15:03:42 +03:00
SpirosChadoulos
167ae91b8d
Changes at line 1486
2017-05-05 00:36:36 +03:00
SpirosChadoulos
90c30d8564
Added an if album: statement
2017-05-04 19:08:23 +03:00
SpirosChadoulos
a88192240e
ExportTest correction
2017-04-30 15:14:17 +03:00
SpirosChadoulos
bab99f546f
Added a test for the new export feature
2017-04-30 15:02:50 +03:00
SpirosChadoulos
60318f1e02
fixed line length
2017-04-19 13:07:04 +03:00
SpirosChadoulos
de57602e34
fixed certain errors
2017-04-19 12:54:03 +03:00
SpirosChadoulos
3e9076b451
deleted else
2017-04-19 12:47:31 +03:00
SpirosChadoulos
70183070b2
deleted else
2017-04-19 12:35:07 +03:00
SpirosChadoulos
53618258fa
added 1 line before for loop
2017-04-19 11:31:08 +03:00
SpirosChadoulos
a99b7e9e40
Provided default value for export.
2017-04-16 15:53:11 +03:00
SpirosChadoulos
d4413a2bc4
obj instead of item
2017-04-15 00:54:09 +03:00
SpirosChadoulos
8f3ca12179
Put export before confirm
2017-04-14 12:19:16 +03:00
SpirosChadoulos
4745c262e2
New export command
2017-04-13 12:51:11 +03: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