Commit graph

9644 commits

Author SHA1 Message Date
milesial
d5caae12bd
Now logs both the source and the destination 2018-10-25 15:29:28 +02:00
milesial
b27dfed1ef
Added the bug emoji ! 2018-10-25 14:49:08 +02:00
milesial
af3e1dbbfa
Merge branch 'master' into master 2018-10-25 14:39:48 +02:00
milesial
0ff884daa7
Added a line in the changelog 2018-10-25 14:37:20 +02:00
Adrian Sampson
9556ab30fa
Merge pull request #3060 from TaizoSimpson/issue-3501
When selecting items to modify, use configured order
2018-10-24 21:26:18 -04:00
Adrian Sampson
0a74e0fd3f Style fixes for latest pycodestyle changes 2018-10-24 17:05:38 -04:00
Taizo Simpson
b901eb3723
Added check to remove duplicate changes 2018-10-24 14:12:32 -04:00
Taizo Simpson
fd56b1d677
Added changelog entry for issue 3051 2018-10-24 14:07:27 -04:00
milesial
d4e615feba
Fixed typo in convert when copying cover art 2018-10-24 19:07:12 +02:00
Adrian Sampson
d8df9f1b72
Merge pull request #3061 from pieqq/docs-pip
docs: update the pip install instructions
2018-10-23 22:52:44 -04:00
Pierre
8f6c7cb8cd docs: update the pip install instructions
Using ``sudo`` to install Python packages using pip is not a good
practice security-wise. This commit will suggest an alternative way
using ``--user`` to make sure the package is installed locally.
2018-10-24 10:36:16 +08:00
Taizo Simpson
a9793067fa
When selecting items to modify, use configured order
Closes #3501
2018-10-22 20:34:21 -04:00
Patrick Heneghan
9c7a313b0d
Remove default arg for lastgenre --force flag 2018-10-16 18:51:39 +01:00
Adrian Sampson
1828114528
Merge pull request #3048 from samuelnilsson/subsonic
Subsonicupdate plugin: Added context path and fixed bug in port configuration
2018-10-11 07:41:33 -04:00
Samuel Nilsson
a928dbc470 Added contextpath configuration to subsonicupdate plugin. Fixed bug in
subsonicupdate port configuration.
2018-10-10 21:22:31 +02:00
David Logie
27f0b57d2b Remove pointless print call. 2018-10-10 15:40:21 +01:00
Adrian Sampson
b0add60332 Merge pull request #3030 from projectgus/remove_missing_albumart
move_art: Remove missing album art
2018-10-09 16:58:59 -04:00
Adrian Sampson
a7e44e8058
Merge pull request #3046 from jackwilsdon/fix-typos
Fix miscellaneous typos
2018-10-08 21:10:31 -04:00
Jack Wilsdon
5ad16983d4
Fix miscellaneous typos 2018-10-09 01:11:06 +01:00
Adrian Sampson
49ec10eb88 Merge branch 'master' of github.com:beetbox/beets 2018-10-08 17:45:48 -04:00
Adrian Sampson
5cb1bea1a6 Add a warning to the bucket docs (fix #3045) 2018-10-08 17:45:27 -04:00
Adrian Sampson
54cf6d4d44
Merge pull request #3043 from beetbox/aunique-format
Make `%aunique` work with `-f/--format` options.
2018-09-27 10:29:33 -04:00
Adrian Sampson
dc661ec132
Merge pull request #3044 from beetbox/delete-fixed-attributes
Allow "deleting" fixed attributes via `beet modify`.
2018-09-27 09:57:05 -04:00
David Logie
b347908af7 Address PR comments. 2018-09-27 14:54:23 +01:00
David Logie
882849433e Remove unneeded line. 2018-09-27 14:30:38 +01:00
David Logie
932609933f Allow "deleting" fixed attributes via beet modify.
Deleting a fixed field isn't possible so we just reset the
field back to it's "null" value.

Fixes #2497.
2018-09-27 11:22:17 +01:00
David Logie
760bdd5420 Add a reference to the bug. 2018-09-27 10:29:43 +01:00
David Logie
54624a879d Make %aunique work with -f/--format options. 2018-09-26 14:17:57 +01:00
Adrian Sampson
3b78d933cf Fix #3041: only try to close opened archives
The "finally" clause here only wants to apply when `archive` is
assigned. Otherwise, we were getting a NameError trying to refer to the
appropriate variable.
2018-09-21 15:55:09 -04:00
Angus Gratton
e58ddbfa1a move_art: Remove missing album art
Prevents a fatal file system error if the album art has been moved or renamed
and the beets library hasn't been manually updated.
2018-09-18 20:32:48 +10:00
Adrian Sampson
6a92fa8b70
Merge pull request #3028 from arogl/master
mbsync no longer queries MusicBrainz when the either the mb_albumid or mb_trackid field is invalid
2018-09-16 18:23:20 -07:00
Adrian Sampson
62772ceece Merge branch 'master' into arogl-master 2018-09-16 20:56:17 -04:00
Adrian Sampson
8b59b20ef8 Tiny style fix for #3028 2018-09-16 20:56:06 -04:00
Adrian Sampson
dc45119a8d Avoid comparing patterns in a test
As pointed out here:
https://github.com/beetbox/beets/pull/3028#issuecomment-420257867
2018-09-16 20:52:31 -04:00
Adrian Sampson
e993e252f6
Merge pull request #3032 from FichteForks/pr/run-37-tests
Actually run tests on Python 3.7
2018-09-13 18:14:38 -04:00
FichteFoll
d0ed5cbb9a
Actually run tests on Python 3.7 2018-09-13 23:42:42 +02:00
Andrew Rogl
865940746c More clean up requests 2018-09-11 18:52:55 +10:00
Adrian Sampson
b1fbdc55c8 Changelog for #3029 2018-09-10 16:09:51 -04:00
Adrian Sampson
72372e96e2 Merge pull request #3029 from architek/patch
Fixes #2504 in artresizer
2018-09-10 16:08:53 -04:00
Andrew Rogl
fd7458edf5 Another attempt at the changelog.rst 2018-09-10 20:53:10 +10:00
Andrew Rogl
308dccab95 Address requested changes from Adrian 2018-09-10 20:47:58 +10:00
Laurent Kislaire
f3c48d0a78 Using py3_path 2018-09-10 08:24:50 +02:00
Laurent Kislaire
1bada74bef Fixes #2504
PIL Image.save() requires a string parameter [1] while under python3 we call it with bytes.
This leads to wrong format detection (b'.png' isn't a key in supported formats list).

[1] https://pillow.readthedocs.io/en/latest/reference/Image.html#PIL.Image.Image.save
2018-09-09 21:51:10 +02:00
Andrew Rogl
c43a957f46 Clean up flake errors 2018-09-09 15:48:07 +10:00
Andrew Rogl
919f3f9c34 mbsync no longer queries MusicBrainz when the either the mb_albumid or mb_trackid field is invalid 2018-09-09 15:20:26 +10:00
Adrian Sampson
3ddf3ef58a
Merge pull request #3022 from beetbox/default-ignore-data-tracks
Make `ignore_data_tracks` `yes` by default
2018-09-05 23:13:44 -04:00
Adrian Sampson
45b4e36bd2
Merge pull request #3025 from beetbox/disambig-split
Split release and release-group disambiguation into separate fields.
2018-09-05 12:49:47 -04:00
David Logie
bb3b294beb Address PR comments. 2018-09-05 17:08:40 +01:00
Filipe Fortes
2b41775b8a Fix tests 2018-09-05 11:37:54 -04:00
David Logie
57b268923f Split release and release-group disambiguation into separate fields. 2018-09-05 12:45:19 +01:00