Jack Wilsdon
c417003184
Add missing newline
2016-03-16 21:07:28 +00:00
Jack Wilsdon
1ec06e14c5
Fix lyrics extraction from MusiXmatch
...
Remove "lyrics_" prefix from extract_text_between arguments to reflect
changes made to the MusiXmatch website.
2016-03-16 20:48:57 +00:00
Jack Wilsdon
44c799320f
Improve URL generation in lyrics plugin
...
Allow custom replacements to be defined in subclasses of
SymbolsReplaced.
Replace spaces with a hyphens when the source is MusiXmatch, instead of
(incorrectly) using underscores. This fixes #1880 .
2016-03-16 20:46:36 +00:00
Adrian Sampson
8a0b18c960
Fix #1903 : scrub sometimes ignored id3v23
2016-03-15 23:06:10 -04:00
Adrian Sampson
c18b5dbadd
Fix #1907 : redact MusicBrainz password
2016-03-11 16:50:32 -05:00
Adrian Sampson
6dca74099d
Merge pull request #1902 from intelfx/fix-1901
...
treewide: add `u` to instances of 'singleton:true'
2016-03-05 15:22:07 -08:00
Ivan Shapovalov
4d40b058d3
treewide: add u to instances of 'singleton:true'
...
Fixes #1901 .
2016-03-06 02:12:43 +03:00
Adrian Sampson
abf2511002
Merge pull request #1887 from beetbox/no_unicode_literals
...
remove import of unicode_literals
2016-03-02 18:47:52 -08:00
Adrian Sampson
eac7d64545
Merge branch 'master' into no_unicode_literals
2016-02-28 15:21:43 -08:00
Adrian Sampson
e54c7eec3d
Standardize __future__ imports without parentheses
...
Since the list is short enough now, we don't need parentheses for the line
wrap. This is a little less ugly.
2016-02-28 15:03:51 -08:00
Adrian Sampson
d53019f9db
Further whitespace fiddling
...
Most commonly, this sticks with:
log.debug(
'some long message here'
)
instead of placing the closing ) at the end of the string literal.
2016-02-28 14:48:10 -08:00
Adrian Sampson
1478ba734f
__repr__ and __str__ return "native" strings
2016-02-28 14:27:39 -08:00
Adrian Sampson
ad1bab63ed
Fiddle with whitespace
2016-02-28 14:18:50 -08:00
Adrian Sampson
7c30f56271
Another regex literal
2016-02-28 14:17:01 -08:00
Adrian Sampson
c16201a795
Keep raw literals for regular expressions
2016-02-28 14:10:11 -08:00
Adrian Sampson
48659c5df4
Fix #1896 (bungled fix to #1895 )
2016-02-28 13:37:01 -08:00
Markus Unterwaditzer
a07b98ad24
Fix leftover literals
2016-02-28 19:21:59 +01:00
Peter Kessen
b6e0696041
Removed unicode_literals from test_ui
...
* nosetests ´test.test_ui´ fails for two tests
2016-02-28 13:47:22 +01:00
Peter Kessen
df7241ecce
Removed unicode_literals from test_importer
2016-02-28 13:37:13 +01:00
Peter Kessen
07a225992d
Removed unicode_literals from test_play
2016-02-28 13:24:13 +01:00
Peter Kessen
3b4bf17d1a
Removed unicode_literals from test_vfs
2016-02-28 13:06:18 +01:00
Peter Kessen
92a9c6ff50
Removed unicode_literals from test_library
2016-02-28 13:04:47 +01:00
Peter Kessen
ad073652c2
Removed unicode_literals from test_thumbnails
2016-02-28 12:50:36 +01:00
Adrian Sampson
5b5a8c5a6d
Minor docs refinements for #1894
2016-02-27 09:59:34 -08:00
Adrian Sampson
031d50abbf
Human-readable message in non-pretend mode ( #1894 )
2016-02-27 09:58:05 -08:00
Adrian Sampson
cae1a859d5
Merge pull request #1894 from ali-graham/convert_resize_art
...
Resize album art in convert plugin
2016-02-27 09:54:10 -08:00
Ali Graham
56421d38ad
Merge branch 'master' of github.com:beetbox/beets into convert_resize_art
2016-02-27 19:16:39 +10:30
Ali Graham
9f59e136f9
changelog entry for new convert.album_art_maxwidth option
2016-02-27 19:16:13 +10:30
Ali Graham
a98bc481cd
tweaks for style, option name
2016-02-27 19:05:56 +10:30
Adrian Sampson
a751d6d442
Fix #1895 : don't assume SC data is bytes
2016-02-26 12:23:32 -08:00
Adrian Sampson
7202b3d413
Slightly more logical instruction placement
2016-02-26 12:15:24 -08:00
Fabrice Laporte
786bfb9168
Update ISSUE_TEMPLATE.md
2016-02-25 23:16:39 +01:00
Ali Graham
b59792c7a8
doc note for new copy_album_art_maxwidth option
2016-02-25 21:35:39 +10:30
Ali Graham
a1f80275c4
revert a chunk of the work to be the way it was
2016-02-25 21:35:14 +10:30
Ali Graham
bc21afab42
better text for artwork resize/copy logs
2016-02-25 18:51:00 +10:30
Ali Graham
1fc6efe3b4
fix indentation
2016-02-25 18:45:53 +10:30
Peter Kessen
ccc61a638e
Removed unicode_literals from test_util
2016-02-25 07:53:20 +01:00
Peter Kessen
6ec70d6519
Removed unicode_literals from test_ui_importer
2016-02-25 07:52:52 +01:00
Peter Kessen
b4e7f7c80c
Removed unicode_literals from test_template
2016-02-25 07:44:29 +01:00
Peter Kessen
47e5d15a78
Removed unicode_literals from test_smartplaylist
2016-02-25 07:43:12 +01:00
Peter Kessen
27c6c3d6da
Removed unicode_literals from test_replaygain
2016-02-25 07:38:38 +01:00
Peter Kessen
867dafea91
Removed unicode_literals form test_sort
2016-02-25 07:36:21 +01:00
Peter Kessen
e1890f836e
Removed unicode_literals from test_types_plugin
2016-02-25 07:27:08 +01:00
Ali Graham
04c12a50ac
add copy_album_art_maxwidth config option to convert plugin
2016-02-25 12:44:56 +10:30
Ali Graham
e58e04f0ab
move and split fetchart valid_image
2016-02-25 12:44:09 +10:30
Peter Kessen
f33d922898
Removed unicode_literals from test_query
2016-02-24 18:24:29 +01:00
Peter Kessen
a3138177e6
Removed unicode_literals from test_spotify
2016-02-24 18:08:23 +01:00
Peter Kessen
be8feedfe6
Removed unicode_literals from test_plugins
2016-02-24 07:49:18 +01:00
Peter Kessen
04e6377c1f
Removed unicode_literals from test_plexupdate
2016-02-24 07:40:08 +01:00
Peter Kessen
a77d3207cf
Removed unicode_literals from test_player
2016-02-24 07:39:52 +01:00