Commit graph

5968 commits

Author SHA1 Message Date
Peter Kessen
32d26d86c0 Removed unicode_literals form module dbcore 2016-02-19 22:05:11 +01:00
Peter Kessen
4f0352f4d4 Removed unicode_literals from module autotag 2016-02-19 21:47:29 +01:00
Peter Kessen
f300667c04 Enabled travis on all branches 2016-02-17 21:55:27 +01:00
Peter Kessen
49b8534714 Started remove import of unicode_literals 2016-02-17 21:46:26 +01:00
Adrian Sampson
cf4e075b3f Merge pull request #1864 from pkess/doc_for_move_and_modify
Documentation for changes by #1843
2016-02-04 09:44:39 -08:00
Peter Kessen
f6b81c1bdd Made changes suggested by @sampsyo 2016-02-04 18:35:01 +01:00
Peter Kessen
fac814421a Added documentation for changes by #1843 2016-02-04 17:59:59 +01:00
Peter Kessen
19f2cea5bf Merge branch 'selective_modify2'
Conflicts:
	docs/changelog.rst

closes #1843
2016-02-04 17:57:35 +01:00
Adrian Sampson
f9b9731b5a Merge pull request #1860 from svenstaro/patch-3
Link to nested genre names
2016-02-03 19:33:59 -08:00
Sven-Hendrik Haase
45cc4300b7 Link to nested genre names
The internal whitelist is already linked, this one should be, too!
2016-02-04 03:39:51 +01:00
Adrian Sampson
bd32066c91 Merge pull request #1857 from svenstaro/patch-1
Fix grammar
2016-02-03 14:24:31 -08:00
Adrian Sampson
60c26c65f1 Merge pull request #1858 from svenstaro/patch-2
Fix typo
2016-02-03 14:22:54 -08:00
Sven-Hendrik Haase
38a86054a5 Fix typo 2016-02-03 22:30:25 +01:00
Sven-Hendrik Haase
a942719ffc Fix grammar 2016-02-03 20:38:29 +01:00
Peter Kessen
89d38caea6 added comment 2016-02-03 19:14:12 +01:00
Peter Kessen
f550dfecf1 changed prompt for input_select_items
moved question mark and removed word "item"
2016-02-03 18:53:31 +01:00
Adrian Sampson
09a21eac56 Stray trailing whitespace 2016-02-02 08:16:02 -08:00
Adrian Sampson
60888274c4 lyrics: Re-disable Genius backend
As #1854 pointed out, the Genius API service is down *again*.
2016-02-02 08:14:22 -08:00
Adrian Sampson
0aea7e398b replaygain: Handle missing GStreamer data (#1855) 2016-02-02 08:08:58 -08:00
Adrian Sampson
e3e34b13e4 Merge pull request #1853 from stragu/patch-1
typo: "how" -> "show"
2016-01-31 16:28:59 -08:00
Stéphane Guillou
694738504a typo: "how" -> "show" 2016-02-01 10:19:51 +10:00
Peter Kessen
8412bd0f23 renamed print_modify_item to print_and_modify 2016-01-30 09:45:50 +01:00
Adrian Sampson
da46a62772 Merge pull request #1848 from diego-plan9/master
Update documentation copyright year to 2016
2016-01-29 11:18:26 -08:00
Diego Moreda
6eed42d2ab Update documentation copyright year to 2016 2016-01-29 20:11:26 +01:00
Peter Kessen
34e455b2ea changed docstring for print_modify_item 2016-01-29 16:21:39 +01:00
Peter Kessen
5747c6ae68 changed "Selecive" to "Select items" in ui 2016-01-29 16:19:31 +01:00
Adrian Sampson
d093ef9a47 A little more documentation for fields (#1818) 2016-01-28 13:52:07 -08:00
Adrian Sampson
7b88dc5760 Couple printer function with fields_func (#1818)
This isn't really a generic utility, since it is hard-coded to print the "key"
field of the result. So let's pair it with the place it's used.
2016-01-28 13:50:10 -08:00
Adrian Sampson
5ff14742b8 Simpler row lookup (#1818) 2016-01-28 13:48:20 -08:00
Adrian Sampson
6707eda4e4 Merge pull request #1818 from GuilhermeHideki/fields-print-flexattr
beet fields: Print flexible attributes
2016-01-28 13:46:40 -08:00
Peter Kessen
fafc73077d fixed broken tests 2016-01-28 22:26:55 +01:00
Peter Kessen
4863a945a2 introduced -t option for move command 2016-01-28 22:22:21 +01:00
Peter Kessen
2937607d52 Removed duplicate (Y/n) Question from output 2016-01-28 22:09:56 +01:00
Peter Kessen
9f2d582110 Added changelog entry for c28eaee 2016-01-28 21:55:46 +01:00
Peter Kessen
c28eaee7d0 implemented interactive selection in modify 2016-01-28 21:50:37 +01:00
Peter Kessen
6b39751337 introduced print_modify_item as seperate function
preparation to implement interactive selection in modify command
2016-01-28 21:49:33 +01:00
Guilherme Danno
4605016c65 Changelog for #1818 2016-01-28 18:18:08 -02:00
Guilherme Danno
ff01015b61 Fields: Print flexible attributes 2016-01-28 17:30:36 -02:00
Peter Kessen
7bdc7d37d3 Introduced input_select_items
alternative and more flexibile implementation to fulfil #1723
Added test case for new input method
2016-01-28 20:26:04 +01:00
Peter Kessen
6ee7c4f7c7 Merge pull request #1842 from pkess/extend_test_for_modify
Extend test for modify
2016-01-28 19:18:54 +01:00
Peter Kessen
7b2de49274 added test for abort of modify action 2016-01-28 19:03:33 +01:00
Peter Kessen
a707715b81 added testcase with no write and no move
improves coverage
2016-01-28 18:59:46 +01:00
Peter Kessen
e0ffae3be0 added test case for Modify without any change 2016-01-28 18:59:34 +01:00
Peter Kessen
8954f1a494 split of modify function in modify_test 2016-01-28 18:59:11 +01:00
Peter Kessen
d486b2a70c Merge pull request #1839 from pkess/testError
Fixed bug when running subset of testcases
2016-01-27 20:55:54 +01:00
Peter Kessen
c7fff52324 Fixed bug when running subset of testcases
Happens when invoking `tox -e py27 test.test_ui` directly.
`os.environ.get('HOME')` seems to return None and raises an Exception
in tearDown of class
2016-01-27 19:12:49 +01:00
Diego Moreda
db7fffbdcc Merge pull request #1836 from diego-plan9/gstreamertest
Skip GStreamer tests if plugins are missing
2016-01-27 17:47:28 +01:00
Diego Moreda
76d7c65c1b replaygain: refine test by subclassing exception
* Subclass FatalReplayGainError into FatalGstreamerPluginReplayGainError
in order to handle gstreamer plugin errors more cleanly on
test_replaygain.
2016-01-26 22:20:42 +01:00
Diego Moreda
d2cec48c65 Skip GStreamer tests if plugins are missing
* Add a check to ReplayGainGstCliTest that ensures that the required
initial gstreamer plugins can be loaded, skipping the test if it is not
the case instead of running it.
* Add a check to ReplayGainGstCliTest.test_cli_saves_track_gain for
checking if item.rg_track_peak and item.rg_track_gain is not None. If
they are None, it is assumed that the decoder plugins could not be
found, and the tests is skipped, as discussed on #1830.
2016-01-26 17:59:51 +01:00
Adrian Sampson
0c839ae235 Clean up changelog (ready for release?) 2016-01-25 13:53:38 -08:00