Commit graph

10167 commits

Author SHA1 Message Date
Adrian Sampson
338d471dde Merge pull request #2593 from robot3498712/develop
fix /issues/2592: web: Use Unicode paths to send files on Windows und…
2017-06-15 17:49:09 -04:00
Aran Cox
f36c70c754 do not quote the value in xml, use quoteattr to add quotes as needed 2017-06-15 09:00:59 -05:00
robot3498712
cafbb2438e fixed failing test - line too long 2017-06-15 13:27:28 +02:00
robot3498712
bc8a8ecf5f fix /issues/2592: web: Use Unicode paths to send files on Windows under Python 2 2017-06-15 12:49:00 +02:00
euri10
ae3f9bf9b6 Corrected some flake8 errors, overindentation and pycharm reformat
don't seem to play well
2017-06-15 09:59:53 +02:00
euri10
527d0a88f4 Corrected some flake8 errors 2017-06-15 09:31:41 +02:00
euri10
92c118f4a8 Corrected some flake8 errors 2017-06-15 09:11:28 +02:00
euri10
6664b656f4 Merge branch 'relativedate'
Solved conflicts with upstream of new parse classmethod of DateQuery

# Conflicts:
#	beets/dbcore/query.py
2017-06-15 08:59:43 +02:00
Adrian Sampson
d9c8f97318 ReST syntax fix 2017-06-14 19:09:38 -04:00
Adrian Sampson
ace5656e36 Complete set of __future__ imports 2017-06-14 19:08:27 -04:00
Adrian Sampson
97cedce0f8 Changelog for #2586 (fixes #2553) 2017-06-14 19:07:34 -04:00
Adrian Sampson
1f2b8cef97 Tiny code and docs fixes for gmusic (#2586) 2017-06-14 19:05:38 -04:00
Adrian Sampson
4563e3b6dd Merge pull request #2586 from tigranl/gmusic
Add Google Music plugin
2017-06-14 18:52:20 -04:00
Adrian Sampson
71d6dc3544 Docs refinements for #2581 2017-06-13 09:27:42 -04:00
Adrian Sampson
3f684455d2 Move changelog entry to the right position 2017-06-13 09:20:21 -04:00
Adrian Sampson
719b699d00 Teensy whitespace fix 2017-06-13 09:19:56 -04:00
Adrian Sampson
e0ce507055 Merge pull request #2581 from bartkl/master
Set field values on the import command line #1881
2017-06-13 09:18:48 -04:00
A.L. Kleijngeld
2eb4e3d515 Merge branch 'master' into master 2017-06-13 14:43:10 +02:00
Bart Kleijngeld
762f9ca054 revised to fix flake8 warnings 2017-06-13 14:33:08 +02:00
Tigran Kostandyan
2d7962c552 Update toctree 2017-06-13 02:48:43 +03:00
Tigran Kostandyan
8555481482 Update index.rst 2017-06-13 01:41:06 +03:00
Bart Kleijngeld
24658989da refactoring according to suggestions in pull request 2017-06-12 17:02:41 +02:00
Bart Kleijngeld
53d0421d43 added docstring for set_fields methods 2017-06-12 16:51:22 +02:00
Bart Kleijngeld
52d5d2310b refactoring according to feedback in pull request 2017-06-12 16:46:09 +02:00
Tigran Kostandyan
06f86c82e5 PEP8 2017-06-11 22:36:09 +03:00
Tigran Kostandyan
28ba733ebe Add custom exception and mark fields as redacted.
Remove Musicmanager global variable.
Update gmusic.rst
2017-06-11 22:27:44 +03:00
Adrian Sampson
f65653a843 Changelog for #2510 (fixes #435) 2017-06-11 12:22:49 -04:00
Adrian Sampson
dfde9ce916 Merge pull request #2510 from SpirosChadoulos/master
New export command (issue #435)
2017-06-11 12:21:06 -04:00
Adrian Sampson
0a731484e2 Slight refinements to time query docs 2017-06-10 21:00:49 -04:00
Adrian Sampson
d645c03ded Changelog for #2528 (fixes #2506) 2017-06-10 20:59:02 -04:00
Adrian Sampson
389aed8d5d Merge pull request #2528 from discopatrick/query-datetime-parser
Query datetime parser
2017-06-10 20:57:29 -04:00
Adrian Sampson
f4d33686ae Some more clarity in comments for #2294 2017-06-10 20:52:52 -04:00
Adrian Sampson
290162a7eb Merge pull request #2294 from anshuman73/master
Fixed #2200 and a small typo
2017-06-10 20:50:50 -04:00
Adrian Sampson
1af3729b4e Changelog for #2583 2017-06-10 20:48:07 -04:00
Adrian Sampson
15a7dfccff Merge pull request #2583 from yacoob/master
Fix a lastgenre crash
2017-06-10 20:47:19 -04:00
Adrian Sampson
f6dc981217 Edit docs from #2576 for brevity
Fixes #1741.
2017-06-10 20:42:18 -04:00
Adrian Sampson
61fa3ee272 Merge pull request #2576 from smlx/gapless-mp3
Document gapless mp3 encoding.
2017-06-10 20:37:10 -04:00
Adrian Sampson
7cacae5c98 Changelog for #2560 (fixes #2557) 2017-06-10 20:35:09 -04:00
Adrian Sampson
0e47095bb0 Merge pull request #2560 from autrimpo/r128
RFC: replaygain: R128 support
2017-06-10 20:32:42 -04:00
Adrian Sampson
ca4f96e33c Consolidate export tests into MoveTest
Just one new flag.
2017-06-10 20:26:41 -04:00
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
Adrian Sampson
8842bd3ecc Version bump: 1.4.5 2017-06-10 16:28:50 -04:00
Adrian Sampson
9727ca72c9 Add date to the changelog 2017-06-10 16:28:17 -04:00
Adrian Sampson
a559e6e14e Edit the changelog for release 2017-06-10 16:25:36 -04:00
discopatrick
291b287f56 Add a test for a non-range date query 2017-06-05 16:31:37 +01:00
tigranl
b1d8321e40 Add Google Music plugin 2017-06-05 16:48:23 +03:00