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
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
Jakub Turski
f6830b4bc3
Here, flake8, be happy.
2017-06-02 16:27:49 +01:00
Jakub Turski
0e7a0a62d4
Fix excessive line length.
2017-06-02 16:04:05 +01:00
Jakub Turski
a43f5fdace
Remove unnecessary test setup parameter.
2017-06-02 15:50:58 +01:00
Jakub Turski
ee46a5150f
Don't crash if non-canonical genre and prefer_specific: yes.
...
Also, add a test for this.
2017-06-02 15:48:05 +01:00
Scott Leggett
348e04464a
Remove absolute paths from sample script.
2017-05-26 07:26:07 +10:00
Scott Leggett
a93414dc9d
Document gapless mp3 encoding.
2017-05-25 22:53:22 +10:00
Adrian Sampson
0148070445
Merge pull request #2566 from beetbox/yaml-encoding
...
Load YAML as binary data
2017-05-17 18:11:47 -04:00
Michal Koutenský
8168a88a7f
update replaygain docs with info about r128
2017-05-17 21:58:41 +02:00
Michal Koutenský
2685f13315
replaygain: support r128
2017-05-17 21:48:01 +02:00
Michal Koutenský
ddfe44266b
r128 gain tags in mediafile test
2017-05-17 21:41:12 +02:00
Michal Koutenský
9fe171c5ce
properly safe cast unicode as int
2017-05-17 21:37:38 +02:00
Adrian Sampson
35dd6fdf21
Changelog for #2566
2017-05-17 10:22:44 -04:00
Adrian Sampson
060041a69e
Load YAML as binary data
...
This lets the YAML library itself deal with the encoding (mostly), which
should address #2456 and #2565 , which have to do with `open` giving us a
system-specific encoding by default on Python 3 on Windows when the files
should have been written using UTF-8 per the YAML standard.
2017-05-17 10:19:18 -04:00
Adrian Sampson
9840964f51
Fix #2562 : avoid crash with newlines in templates
...
Turns out! The $ character in Python regexes also matches before the last
newline at the end of a string, not just at the end of a string. The \Z entity
does what we really want: the *real* end of the string.
2017-05-16 14:00:10 -04:00
Adrian Sampson
d0522d88ef
Merge branch 'master' of github.com:beetbox/beets
2017-05-12 12:42:37 -04:00
Adrian Sampson
5eca518106
Changelog for #2529 , which fixes #2519
2017-05-12 12:41:51 -04:00
Adrian Sampson
9ccaad27d3
Undo some noisy whitespace changes
2017-05-12 10:42:50 -04:00
Adrian Sampson
0cb643f35e
Merge pull request #2529 from dosoe/master
...
Add composer_sort as a tag
2017-05-12 10:34:46 -04:00
dosoe
e4441437f5
Corrected line length
2017-05-12 11:36:30 +02:00
Shen-Ta Hsieh(BestSteve)
09ea5448f1
Recompress png file ( #2552 )
...
Signed-off-by: Shen-Ta Hsieh <ibmibmibm.tw@gmail.com>
2017-05-05 19:52:55 +01:00
Adrian Sampson
fc560ac1cb
Rearrange changelog for feature removal
...
c.f. #2540 and #2549
2017-05-04 09:41:20 -04:00
Adrian Sampson
6ab7ad22de
Improve changelog for #2549 , which fixes #2548
2017-05-04 09:35:19 -04:00
Adrian Sampson
faf8be089b
Merge pull request #2549 from Kraymer/drop-lyrics-com
...
Drop lyrics.com backend
2017-05-04 09:34:48 -04:00
Adrian Sampson
376c31a2a4
Changelog for #2542 , which fixes #2532
2017-05-04 09:30:54 -04:00
Adrian Sampson
b57c49d738
Add a period to a comment, simplify one expression
...
w.r.t. #2542
2017-05-04 09:29:27 -04:00
Adrian Sampson
908b8dca97
Merge pull request #2542 from ocelotsloth/2532-web-serializer-bytes
...
web: #2532 - Decode bytes values to strings
2017-05-04 09:20:38 -04:00
Fabrice Laporte
6fa1651d99
Update changelog
2017-05-03 23:06:43 +02:00
Fabrice Laporte
409f070970
Remove lyrics.com source
2017-05-03 22:54:09 +02:00
Mark Stenglein
22f07b91e9
web: __init__: _rep: Make the looping more pythonic
...
As suggested, changes around the for loop to make it a bit more
pythonic by using an if loop inside a normal for loop.
Signed-off-by: Mark Stenglein <mark@stengle.in>
2017-05-03 16:36:40 -04:00
Mark Stenglein
9394e0ac63
web: __init__: _rep: change to base64 encoding
...
As suggested, this commit adds base64 encoding for the bytes
encoding.
Signed-off-by: Mark Stenglein <mark@stengle.in>
2017-05-03 16:34:30 -04:00
Fabrice Laporte
e7ea7ab5f2
Update fetchart.rst
2017-05-03 20:04:02 +02:00
Fabrice Laporte
ce485781f3
Merge pull request #2540 from owcz/patch-1
...
Remove mention of python-itunes
2017-05-03 20:02:49 +02:00
Fabrice Laporte
fc6b65d592
Merge pull request #2538 from Kraymer/lyrics-test
...
Tests to track whether lyrics websites are correctly fetched
2017-05-03 20:02:03 +02:00
Fabrice Laporte
8f32bfed82
Reactivate test of LyricsCom and MusiXmatch sources
2017-05-03 07:42:50 +02:00
Wolf
8b4b64d734
Changelog for #2540
2017-05-03 00:48:52 -04:00
Mark Stenglein
471d46d67e
web: __init__: _rep: Filter all bytes for serializer
...
This commit fixes issue #2532 by filtering out any byte values
added by any other extensions and decoding them to strings for the
JSON serializer.
It does not remove any of the keys, instead opting to just convert
them.
Signed-off-by: Mark Stenglein <mark@stengle.in>
2017-05-03 00:03:05 -04:00
Wolf
49e548bdbc
Remove mention of python-itunes
...
The plugin is inactive and has been broken for months: https://github.com/beetbox/beets/issues/2371
Fixes https://github.com/beetbox/beets/issues/1610
2017-05-02 22:36:26 -04:00
Fabrice Laporte
f53ab801b8
Add indent
2017-05-03 00:11:26 +02:00
Fabrice Laporte
b3fbdbae5a
Fix flake8
2017-05-03 00:02:09 +02:00