Adrian Sampson
db71710fea
Changelog entry for #2709
...
Closes #2545 . Closes #2246 .
2017-10-09 18:52:46 -04:00
Adrian Sampson
1cff500b4b
Changelog for #2708 ( fixes #2427 )
2017-10-08 13:18:50 -04:00
Adrian Sampson
75c668b7d9
Remove a needless warning from docs ( #2708 )
...
No need for caution anymore! 😱 With confirmation, we don't need
this warning.
2017-10-08 13:17:21 -04:00
konman2
fdeef05cc9
clearart asks for permission before deleting embedded albumart
2017-10-07 20:42:01 -07:00
Adrian Sampson
e370286c2f
Add bug reference
2017-10-07 12:07:57 -04:00
Adrian Sampson
114a2f8bd4
Merge pull request #2707 from gdtwst/mpdstats_edits
...
mpdstats: update stats when switching from song to stream and when playing a song consecutively
2017-10-07 09:06:51 -07:00
gdtwst
dd32128fd5
Changelog for #2707
2017-10-07 20:04:37 +07:00
Heinz Wiesinger
bd6645d135
Fix album replaygain calculation with gstreamer backend.
...
Fixes #2636
2017-10-04 20:22:01 +02:00
nath@dp7510
e08f28d865
Changelog for #2702
2017-10-02 09:15:25 +02:00
Adrian Sampson
15e2a0f631
Merge pull request #2696 from Sjlver/bpd-fix
...
Update GStreamer installation instructions for Mac OS X.
2017-09-22 14:59:06 -04:00
Jonas Wagner
d7abf0b8e1
Update GStreamer installation instructions for Mac OS X.
2017-09-22 20:32:45 +02:00
Jonas Wagner
114a6f80da
Fix the --key option in the duplicates plugin.
...
During a refactoring, the "dest='keys'" parameter was lost. This caused
the option to not have any effect.
2017-09-22 20:27:47 +02:00
David Logie
61b0246651
mbcollection: Add support from removing albums.
...
Add a new ``mbcollection.remove`` configuration option (default: None)
and a new ``-r`` (``--remove``) flag which removes albums from
collections that are no longer present in the beets database.
The ``-r`` flag takes precedence over the ``remove`` configuration
option.
2017-09-14 15:49:42 +01:00
zigarrre
b376139663
Refactored move functions for clarity according to #2682
...
The move functions in library.py and manipule_files in importer.py where
changed to use a single parameter for the file operation instead of
multiple boolean flags.
A typo in the documentation of the Album.move and Item.move functions
confusing True and False when describing the store parameter was fixed
as well.
2017-09-11 17:03:44 +02:00
David Logie
8eb233331c
Update changelog/docs for new `mbcollection.collection` option.
2017-09-09 21:38:33 +01:00
euri10
25fb2453b4
Modified the name of the fetchart plugin switch from missing to quiet
2017-09-05 18:27:47 +02:00
euri10
b2fd274e2c
Added a missing switch to the fetchart command so that only missing albums
...
are displayed
2017-09-05 16:34:26 +02:00
Adrian Sampson
34246a00e7
Fix #2673 : JSON file encoding in absubmit
...
First, it's best to open the file as binary so the JSON module itself
can figure out how to decode it (it will just use UTF-8). Then, we can
use `load` instead of `loads` to avoid needing to read the file
explicitly ourselves.
2017-08-27 10:20:36 -04:00
Adrian Sampson
015aee3662
Fix #2671 : missing syspath on acoustid call
2017-08-26 11:18:27 -04:00
wordofglass
f8a38bd527
Merge branch 'master' into mtime_fixes
2017-08-25 15:38:18 +02:00
wordofglass
024689e781
Changelog entry for the mtime fixes
2017-08-25 15:34:16 +02:00
Adrian Sampson
d87c73efb3
Merge pull request #2662 from natezb/master
...
Fix kodiupdate URL and add better error reporting
2017-08-22 12:59:19 -04:00
Nate Bogdanowicz
9d01ba0af2
Add changelog entry for #2662
2017-08-22 09:56:57 -07:00
Adrian Sampson
e983929e52
Fix a ReST syntax error
2017-08-21 14:30:12 -04:00
Adrian Sampson
2b31b493a6
Refine docs for #2663
2017-08-21 14:29:34 -04:00
Tigran Kostandyan
bfdcbe2aac
Update gmusic.rst
2017-08-21 11:38:11 +03:00
wordofglass
109b547f7a
Changelog entry for the edit plugin bugfix
2017-08-21 00:32:46 +02:00
Adrian Sampson
c89186afac
Changelog for #2467/#2658
2017-08-20 12:52:54 -04:00
Adrian Sampson
598c965b0f
Simplify text for #2653
2017-08-11 14:35:22 -04:00
plittlefield
9e2a71eec3
Update zero.rst
2017-08-11 16:12:29 +01:00
Nathan Dwek
6160fa8851
Merge pull request #2631 from beetbox/Fix-2622
...
Do not warn about a BrokenPipeError we do consider - Fix #2622
2017-07-22 10:49:11 +02:00
Antoine Beaupré
a17974a152
add changelog entry for #2634
2017-07-18 16:36:40 -04:00
nathdwek@laptop
8da5c0f871
Changelog for #2623
2017-07-17 12:14:12 +02:00
Adrian Sampson
cf75b1548e
Changelog entry for #2628
2017-07-16 10:15:45 -04:00
Adrian Sampson
d44eda56c5
Docs refinements for lyrics ReST output
2017-07-16 10:07:32 -04:00
Adrian Sampson
c655a13c41
Use title case in docs
2017-07-16 10:02:14 -04:00
Antoine Beaupré
f667428758
write sphinx base files
...
we write the artists files in a subdirectory, to avoid infinite
recursions or flooding the current directory needlessly.
this way, the user has a good base structure and can just chain the
command into sphinx to continue building the next format, after
possible tweaks.
2017-07-15 15:43:16 -04:00
Antoine Beaupré
d330353e1c
rename the skip option to local
...
skip was a misnomer: we actually skip "unfetched" lyrics. this means
it's somewhat of a double-negative and really confusing.
--local is clearer, although less in opposition with --force
2017-07-15 14:19:25 -04:00
Antoine Beaupré
32de4148bc
use glob patterns correctly in index
2017-07-15 09:30:14 -04:00
Antoine Beaupré
63aa3b3165
write to separate rst files
...
this makes the ePUB easier to parse by e-readers, because they do not
need to load one giant HTML file, but one per author. it also makes
sphinx rendering more efficient and interactive
2017-07-15 09:23:58 -04:00
Antoine Beaupré
2fa46a7507
add documentation for new lyrics flags
2017-07-14 17:43:37 -04:00
Adrian Sampson
e742f8694c
Changelog for #2623 ( fixes #2615 )
2017-07-06 23:20:40 -04:00
Adrian Sampson
6185c6ad4b
Changelog for #2605
2017-06-21 10:28:43 -04:00
Adrian Sampson
7e8056b0e8
Version bump: 1.4.6
2017-06-20 14:49:19 -04:00
Adrian Sampson
4917bd30f7
Add date to changelog
2017-06-20 14:48:48 -04:00
Adrian Sampson
2cd3e13aa7
Spruce up changelog for release
2017-06-20 14:47:11 -04:00
Adrian Sampson
732f0174c8
Expand error message for FileTypeError ( #2599 )
...
...when Mutagen doesn't recognize the type at all.
2017-06-17 12:42:00 -04:00
Adrian Sampson
a52d3d532a
Changelog for relative dates ( #2418 , #2598 )
2017-06-16 11:13:01 -04:00
Adrian Sampson
b1b4272501
Refinements to the relative date docs
2017-06-16 11:11:12 -04:00
Adrian Sampson
690ed731d8
Move the relative date docs downward
...
It's important to introduce the .. syntax before we get here.
2017-06-16 11:07:24 -04:00