Yann Leprince
e2b920610f
Add ChangeLog entry
2018-01-02 14:59:24 +01:00
Yann Leprince
d9bec61e98
Merge branch 'master' of https://github.com/beetbox/beets into replaygain-options
2018-01-02 12:35:27 +01:00
Yann Leprince
1b247dffff
Document new options to the replaygain sub-command
2018-01-02 12:34:34 +01:00
Yann Leprince
3e6f7548a7
Add ChangeLog entry
2018-01-02 11:32:18 +01:00
Yann Leprince
079e167b6b
Merge branch 'master' of https://github.com/beetbox/beets into fix-bs1170gain
2018-01-02 10:54:40 +01:00
Yann Leprince
8975234cd8
Add version requirement for bs1770gain to the documentation
2018-01-02 10:54:13 +01:00
Nicolas Guillaumin
d325bceb1d
Added a setting to control if video tracks are ignored
...
Users may want to keep tracking video tracks, for example if they rip
the audio part of the video tracks. Added a setting to allow this.
2017-12-31 10:46:48 -08:00
Nicolas Guillaumin
71b4d5c702
Fixes #1210 : Skip non-audio tracks from MusicBrainz
...
This ignores non-audio tracks during import:
- Data tracks, based on their title `[data track]` (which seems to be
the MusicBrainz convention, as there's no specific flag to indicate
that a track is a data one),
- Video tracks, based on the `video=true` attribute.
It's similar to the Picard changes mentioned in #1210 , except it doesn't
deal with `[silence]` tracks: These ones will probably require a setting
to let the user control if they should be imported or not.
2017-12-30 19:20:43 -08:00
Nicolas Guillaumin
3b491ce9b4
Fixes #2688 : Skip non-audio media from MusicBrainz
...
Some releases have non-audio media, such as CD+DVD or CD+DVD-Video. Skip
these media when fetching album info as they will never match audio
tracks and will always report missing tracks.
I took the naive approach of cherry-picking a list of media suspected to
not contain audio from the MusicBrainz formats list:
https://musicbrainz.org/doc/Release/Format
2017-12-30 13:29:37 -08:00
translit
01573ce913
Word swap
2017-12-30 01:21:35 +01:00
Adrian Sampson
61a752d234
Version bump: 1.4.7
2017-12-21 13:16:12 -05:00
Adrian Sampson
8a453b6ec8
Release date for 1.4.6
2017-12-21 13:12:11 -05:00
Adrian Sampson
4488f69fed
Changelog summary paragraph
2017-12-21 13:11:51 -05:00
Adrian Sampson
6ab73b38f2
Edit the changelog for release
2017-12-21 11:57:07 -05:00
Adrian Sampson
6a65722b37
Switch to modd for live docs build
2017-12-21 11:39:08 -05:00
Adrian Sampson
d939c3e648
Expand changelog for #2759 ( fix #2738 )
2017-12-21 11:12:02 -05:00
Vrihub
9cd7473c6b
Merge branch 'master' into 2738-filename-tracknumber
2017-12-21 15:02:09 +01:00
Vrihub
84cf3361ce
Refactored some regular expressions. Added changelog entry
...
Some more changes to the regular expressions in the "PATTERNS" list.
Also allow "_" as a separator, where only "-" was allowed.
Replaced similar regexps containing different combinations of \s, "-", "."
with a single regexp using a set of characters [\s.\-_].
2017-12-21 14:47:41 +01:00
Michael Yoo
9ef0ec2a06
Add changelog for #2762
2017-12-19 21:48:55 +10:30
Adrian Sampson
31642cd7cc
Changelog entry for #2755 ( fixes #934 )
2017-12-16 15:02:17 -05:00
Adrian Sampson
0fd27e1c54
Fix tiny typo in #2755
2017-12-16 15:00:50 -05:00
Adrian Sampson
6e205c6b54
Merge pull request #2755 from tummychow/from-scratch
...
Implement from_scratch option
2017-12-16 15:00:33 -05:00
Adrian Sampson
2ba3c1bec3
Add thanks & issue number for #2758
2017-12-12 11:57:55 -05:00
Constantine Evans
dd2b44ef20
minor fixes and changelog entry
2017-12-11 13:31:40 -08:00
tummychow
e848adab04
Implement from_scratch option
...
Fixes #934 , and also helps with #1173 .
2017-12-07 14:46:40 -05:00
Adrian Sampson
d932aa4f5c
Merge pull request #2750 from woparry/master
...
Add tags configuration to acousticbrainz plugin
2017-12-02 22:19:23 -05:00
Aaron Jubbal
7138cae108
Updated changelog.
2017-11-29 20:09:06 -08:00
Aaron Jubbal
e24f732014
Changed dont_convert to no_convert.
2017-11-29 20:08:50 -08:00
Aaron Jubbal
e5d782a3b1
Added docs for dont_convert option.
2017-11-29 16:41:27 -08:00
Owen Parry
a2393e48f2
add changelog entry for acousticbrainz 'tag' option
2017-11-27 09:15:03 -08:00
Owen Parry
325ae6f0ee
Add tags configuration to acousticbrainz plugin
2017-11-27 07:55:38 -08:00
Adrian Sampson
e2defe9bb8
Merge branch 'backup-suggestion'
2017-11-25 17:56:59 -05:00
Adrian Sampson
f007468da3
Mention file modification
2017-11-25 17:56:42 -05:00
Joshua Strobl
31d8d1f089
Add Solus as an OS where beets is available.
2017-11-25 18:19:26 +02:00
Barry Broderick
4813786382
updated changelog to include fix for #2740
2017-11-22 10:21:00 -05:00
Adrian Sampson
16592445b0
Link to bug for #2741
2017-11-19 10:51:32 -05:00
Sebastian Reuße
c40ea4f22a
mediafile._safe_cast: be safer when converting to int
...
The regex «[\+-]?[0-9]*» possibly matches a single minus/plus, which would then
be passed on to int(), raising a ValueError from within _safe_cast. The test
suite covered this for float, but not for int.
We now make sure we actually have a number after the sign by using a Kleene
plus.
2017-11-19 09:21:07 +01:00
Adrian Sampson
9657cf612e
Revise importer guide text about merging
2017-11-11 11:07:40 -05:00
Adrian Sampson
0c20147e14
Changelog for #2725
2017-11-11 11:05:43 -05:00
Adrian Sampson
c5ed992638
Merge pull request #2725 from udiboy1209/merge-albums
...
Implement album merging for duplicates
2017-11-11 11:04:37 -05:00
test
8544b3a830
Fix long line and add changelog entry
2017-11-10 13:46:26 +01:00
Meet Udeshi
1646da4d9c
Add comments and explain merge feature in config docs and guide
2017-11-04 03:08:53 +05:30
Adrian Sampson
7ea3192db7
Mention backups in the main guide
2017-11-01 18:57:43 -04:00
translit
abefae12a0
Update fetchart.rst
2017-11-01 08:06:30 +01:00
Adrian Sampson
14476e2f8a
scrub: Handle MutagenError ( fix #2716 )
...
In older versions of Mutagen, an IOError indicated things like
permissions errors. Now, a custom MutagenError is raised. Now we handle
both.
2017-10-20 14:49:53 -04:00
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
euri10
93f064f505
Renamed relative to relative_units
...
Changed the return in case of a relative date, by default precision is
to the second, aka 5
Removed old 'relative' precision that indeed isn't necessary anymore
Corrected doc according to current relative date format, no more @
2017-06-16 09:14:40 +02:00
euri10
01cf0d0a8f
Merge remote-tracking branch 'upstream/master'
2017-06-16 09:05:50 +02:00
Adrian Sampson
63692ff9a4
Changelog for #2596 ( fixes #2595 )
2017-06-15 21:04:16 -04:00
Adrian Sampson
6f977877fe
Merge branch 'master' into euri10-master
2017-06-15 18:00:50 -04:00
Adrian Sampson
c840fea125
Changelog for #2593
2017-06-15 17:49:59 -04: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
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
A.L. Kleijngeld
2eb4e3d515
Merge branch 'master' into master
2017-06-13 14:43:10 +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
52d5d2310b
refactoring according to feedback in pull request
2017-06-12 16:46:09 +02: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
1af3729b4e
Changelog for #2583
2017-06-10 20:48:07 -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
tigranl
b1d8321e40
Add Google Music plugin
2017-06-05 16:48:23 +03:00
discopatrick
95eeec937c
Add docs for datetime queries
2017-06-01 13:11:40 +01:00
Bart Kleijngeld
91722aea36
added documentation
2017-05-30 21:29:49 +02: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
Michal Koutenský
8168a88a7f
update replaygain docs with info about r128
2017-05-17 21:58:41 +02:00
Adrian Sampson
35dd6fdf21
Changelog for #2566
2017-05-17 10:22:44 -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
SpirosChadoulos
3c852d3539
docs
2017-05-13 12:26:31 +03: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
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
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
Fabrice Laporte
e7ea7ab5f2
Update fetchart.rst
2017-05-03 20:04:02 +02:00
Wolf
8b4b64d734
Changelog for #2540
2017-05-03 00:48:52 -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
nath@home
7a08e4a978
Changelog for 2524
2017-04-22 15:07:28 +02:00
Adrian Sampson
78f19db511
Merge pull request #2521 from tweitzel/master
...
add --yes argument to play command
2017-04-19 18:59:50 -04:00
xarph
02aa6191c1
rename --force to --yes in play plugin
...
fix some pep8 goo
2017-04-19 10:51:44 -07:00
Adrian Sampson
18127ce6bf
Merge branch 'master' of github.com:beetbox/beets
2017-04-19 11:37:36 -04:00
Adrian Sampson
29b57fb5a7
Changelog for #2517
2017-04-19 11:36:58 -04:00
Adrian Sampson
21c59bfcdd
Merge pull request #2508 from Mary011196/master
...
OperationalError from SQlite that indicates a permissions problem.
2017-04-19 11:25:37 -04:00
xarph
ffcaf33845
add -f argument to play command
2017-04-18 15:30:24 -07:00
Adrian Sampson
7eaaa99566
Changelog entry for #2508
2017-04-18 17:59:12 -04:00
Adrian Sampson
512031a099
Revise changelog for #2509
2017-04-16 08:57:52 -04:00
Adrian Sampson
8a99eea146
Merge pull request #2509 from mattmurch/Issue549
...
Add default replace for - to _
2017-04-16 08:56:22 -04:00
Adrian Sampson
346ecbc6d4
Slightly more verbose config overlay description
2017-04-15 15:43:26 -04:00
Adrian Sampson
8e58a61eb4
Remove one blank line
2017-04-15 15:34:09 -04:00
Adrian Sampson
560d003375
Merge pull request #2514 from MolarAmbiguity/master
...
Add info about overlaying configs, Resolves #2084
2017-04-15 15:34:00 -04:00
Adrian Sampson
e709ae6dd5
Changelog for #2516
2017-04-15 11:13:47 -04:00
MolarAmbiguity
a526eb7222
Implement feedback from sampsyo
2017-04-15 09:23:35 +10:00
MolarAmbiguity
94b75e8fb4
Fix bulleted list
2017-04-14 12:57:42 +10:00
MolarAmbiguity
ad87d2af92
Add info about overlaying configs
2017-04-14 12:40:32 +10:00
Matt Murch
6e29514d4c
Fix Changelog Bug
2017-04-12 19:04:02 -04:00
Matt Murch
e224621e83
Add default replace for - to _
...
Also updated changelog and docs.
Resolves : #549
2017-04-12 13:48:37 -04:00
David Logie
e9b22cfa3b
Use preferred countries when selecting a release event.
2017-04-03 13:43:42 +01:00
Adrian Sampson
ae42ea6210
Merge pull request #2495 from SpirosChadoulos/master
...
Added a terminal bell if interaction from the user is required, according to this issue: https://github.com/beetbox/beets/issues/2366
2017-03-27 23:37:11 -04:00
Adrian Sampson
ffdeb1e203
Changelog/thanks for #2495
2017-03-27 23:26:22 -04:00
Adrian Sampson
70ef6e7df8
Fix heading underline length
2017-03-27 23:23:23 -04:00
Antonio Larrosa
473566bf42
Added changelog entry for #2494
2017-03-28 00:26:24 +02:00
SpirosChadoulos
218968235e
small changes for the bell issue
2017-03-28 01:09:14 +03:00
SpirosChadoulos
c605a918c8
Added an if statement that allows the bell ring according to the user's configuration.
2017-03-27 20:49:28 +03:00
Adrian Sampson
91b65ca5ab
Changelog for #2484
2017-03-20 22:19:10 -04:00
Adrian Sampson
9b383f87f4
Docs: consistent description of a Boolean option
2017-03-19 21:27:00 -04:00
Adrian Sampson
095f596e5c
Clarity in the reverse_proxy docs
2017-03-19 21:25:18 -04:00
Adrian Sampson
be85825b60
Typo and formatting fixes in docs
2017-03-19 21:20:14 -04:00
obiesmans
18b3e6a9fd
Update changelog.rst
2017-03-19 22:00:01 +01:00
Olivier Biesmans
68fa666644
Document the `reverse_proxy' option
2017-03-19 20:45:26 +00:00
Adrian Sampson
bbf54b9d61
Changelog for #2481
2017-03-18 19:35:36 -04:00
Adrian Sampson
620710b3d7
Merge pull request #2481 from qlyoung/missing-albums
...
Add ability for 'missing' plugin to show missing albums by library artists
2017-03-18 19:34:28 -04:00
Quentin Young
bf87cab1d8
beetsplug: implement missing -a -t
...
Produces a count of missing albums without listing them
Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
2017-03-18 19:05:46 -04:00
Quentin Young
d82ef10532
docs: add documentation for missing -a
...
Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
2017-03-18 18:58:47 -04:00
Adrian Sampson
6814bad90e
Merge pull request #2478 from inytar/remove_supported_formats
...
Remove supported formats check from absubmit
2017-03-18 14:13:58 -04:00
Adrian Sampson
af335868a8
Writing refinement for #2480
...
A slightly more nuanced description. Also use two separate paragraphs.
2017-03-18 14:10:21 -04:00
inytar
0342f730de
Update changelog
2017-03-17 14:22:36 -04:00
abigaildelarosa
bbd0b22005
change modify paragraph
2017-03-17 16:38:59 +01:00
inytar
ba78feb9f8
Fix a typo in the absubmit documentation
2017-03-16 11:27:19 -04:00
Adrian Sampson
5ed2798a76
Merge pull request #2422 from Stunner/master
...
Embedart plugin asks for confirmation before making changes to item’s…
2017-03-12 11:34:36 -04:00
abba23
acbf3b7534
added beets-popularity plugin
2017-03-10 17:31:23 +01:00
Adrian Sampson
4d90c9645c
Changelog for #2468
2017-03-07 22:55:44 -05:00
Adrian Sampson
b91185a9ff
Docs tweaks for #2422
2017-03-06 23:53:17 -05:00
Adrian Sampson
74df2788c0
Merge branch 'master' into Stunner-master
2017-03-06 23:51:10 -05:00
Adrian Sampson
0f7aee3bd3
Merge pull request #2398 from beetbox/stdout-bytes
...
On Python 3, use more flexible encoding to send bytes to stdout
2017-03-06 23:22:37 -05:00
Adrian Sampson
ad4cd7a447
Fix #2469 : Beatport track limit
...
It looks like the API uses pagination, and the default page size is 10. An
easy fix is to just request lots of tracks per page (here, 100). A nicer thing
to do in the future would be to actually traverse multiple pages.
2017-03-06 22:58:00 -05:00
Adrian Sampson
d356356111
Fix #2466 : GIO returns bytes, so decode them
2017-03-03 11:59:50 -06:00
Adrian Sampson
a8c46d8b32
Brevity/clarity improvements for #2464
2017-03-03 10:17:49 -06:00
Adrian Sampson
92796d7b55
Merge pull request #2464 from mskadu/master
...
Updated main.rst - Updates to seeing your music
2017-03-03 10:14:51 -06:00
Adrian Sampson
38d2aeaed9
Changelog for Kodi plugin ( #2411 )
2017-03-03 10:04:46 -06:00
Adrian Sampson
4211050e2c
Docs refinements for Kodi plugin #2411
2017-03-03 10:02:57 -06:00
Adrian Sampson
6300d0c5a0
Merge pull request #2411 from Pauligrinder/patch-2
...
Add a plugin to update a Kodi music library
2017-03-03 10:01:00 -06:00
Mayuresh Kadu
9e755cf7fe
Update main.rst/ Seeing your music
...
Undid adding extra lines to the output. As @sampsyo has rightly pointed out - these would not have appeared in the output.
2017-03-03 13:14:24 +00:00
Mayuresh Kadu
1fbb557c1c
Further updates to main.rst/ "Seeing your music"
...
Un-indented text explaining "-f" switch.
2017-03-03 13:11:23 +00:00
Mayuresh Kadu
791f60b490
further updates to Main.rst/ "Seeing your music"
...
Revisions to the text explaining "-f" switch, as discussed in PR #2464 of the parent.
2017-03-03 13:06:09 +00:00
Adrian Sampson
a0cbba961f
Add the Kodi docs to the TOC tree
2017-03-02 10:45:09 -05:00
Adrian Sampson
697c7c0b1f
Docs: explicitly say what ~ means
...
Again, see #2462 .
2017-03-02 10:37:26 -05:00
Adrian Sampson
212ece8b8b
Docs: Windows Python installer checkbox location
...
See #2462 .
2017-03-02 10:35:29 -05:00
Adrian Sampson
d22a257008
Main guide: clarify meaning of plain keyword query
...
Fixes #2463 .
2017-03-01 20:22:30 -05:00
Mayuresh Kadu
c3c9c50b6a
Updated main.rst - Updates to seeing your music
...
Modified "Seeing your Music" section to add explanation of the ``-f`` param of the list command. I strongly believe that first time users would very much like to start by overriding the default format of displaying results.
2017-03-01 13:06:47 +00:00
Pauli Kettunen
877d4af344
Added documentation for kodiupdate
2017-03-01 14:55:17 +02:00
Adrian Sampson
55f9b27428
More admonition to check the beets.reg paths
...
See #2461 .
2017-02-28 18:49:52 -05:00
Adrian Sampson
c420f59173
Remove the "install pip" step
...
Python versions 2.7.9+ and 3.4+ come with pip, so we no longer need to
instruct people to install it. See #2461 .
2017-02-28 18:46:50 -05:00
Adrian Sampson
53ccdad964
Update guide for installing Python on Windows
...
As pointed out in #2461 . I also notice that the installer now has a checkbox
to extend the PATH, so I'm recommending that.
2017-02-28 18:44:10 -05:00
Adrian Sampson
d7a12dbe1c
Update recommended Python version to 3.6
...
On the topic of #2460 , which points this out for the Windows beets.reg extra.
2017-02-27 13:23:07 -05:00
Adrian Sampson
1c9d42da95
Changelog/thanks for #2457
2017-02-25 15:30:36 -05:00
Adrian Sampson
1ee53d4e76
Fix up changelog for #2453
2017-02-25 13:40:15 -05:00
rachmadaniHaryono
0fe2279129
chg: docs: add changelog entry.
2017-02-25 12:14:53 +08:00
Adrian Sampson
77a6b0edf8
duplicates: Fix 2nd bug in #2444 about path types
2017-02-21 22:00:31 -05:00
Adrian Sampson
8bfdabb0c6
Changelog entry for #2448
2017-02-21 21:43:13 -05:00
Adrian Sampson
6cb9504403
Changelog for #2447
2017-02-21 09:49:56 -05:00
Adrian Sampson
a29b29f533
Docs improvements for #2447
2017-02-21 09:49:22 -05:00
Adrian Sampson
1373c0c7b8
Merge pull request #2447 from robbat2/discogs-simpleauth
...
discogs: support simple auth.
2017-02-21 09:47:15 -05:00
Aaron Jubbal
864aa11ec5
Merge branch 'master' into master
2017-02-21 04:43:45 -08:00
Robin H. Johnson
3e4c9b8c06
discogs: support simple auth.
...
The official OAuth authentication seems to have broken, so allow usage
of simple configuration instead.
See-Also: https://github.com/discogs/discogs_client/issues/78
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-02-20 20:20:20 -08:00
Adrian Sampson
d10bfa1af6
Changelog & thanks for #2445
2017-02-20 22:11:34 -05:00
Jacob Gillespie
4e77ef4484
Address review comments
2017-02-19 20:48:34 -06:00
Jacob Gillespie
1fd22604fb
Fix linter issues
2017-02-19 17:33:26 -06:00
Jacob Gillespie
b4efecb709
Add option to hardlink when importing
2017-02-19 15:56:13 -06:00
Aaron
c250a53b4d
Updated changelog and embedart docs.
2017-02-13 02:00:58 -08:00
Adrian Sampson
8087e82891
lyrics: Use Requests for Google backend ( fix #2437 )
2017-02-12 10:30:22 -05:00
Adrian Sampson
2fcb68afd8
Little changelog fixes ( #2433 )
2017-02-11 19:23:39 -05:00
Adrian Sampson
e2b9a3fca6
Merge pull request #2433 from karpinski/badfiles-checkers
...
badfiles: continue execution to other files instead of stopping after a checker error
2017-02-11 19:22:15 -05:00
Marcin Karpinski
8ef9f68843
badfiles: only output corrupt files by default
...
badfiles now only outputs corrupt files by default — to get full output enable verbose mode using -v or --verbose
2017-02-10 21:51:23 +00:00
karpinski
7e6e043f2d
Adding a changelog entry.
2017-02-10 12:53:24 +01:00
karpinski
88d26e7694
Adding a move option to the importer's CLI and updating the docs.
2017-02-07 21:19:45 +01:00
Adrian Sampson
cb7c6bfb69
Use free-form MP4 tag for album gain ( #2426 )
...
I'm not sure how this got messed up, but this was:
- Trying to store album gain in the track peak part of the SoundCheck tag!
- Not writing the album gain to the non-SC free-form RG tag!
Together, this led to serious weirdness when writing these fields on AAC
files.
To be clear, we currently *only* support track-level data for SoundCheck. We
also record album-level RG information in non-iTunes tags, but that's
separate. A little googling suggests that SoundCheck now has album-level data,
but supporting that is a separate issue.
2017-02-04 14:16:11 -06:00
Adrian Sampson
0216ef294a
badfiles: Python 3 compatibility
...
Discovered while working on #2428 that we were using an implicit bytes-to-str
conversion on the extension. This broke dict lookup on Python 3.
2017-02-04 13:43:23 -06:00
euri10
d2cd4c0f21
Change relative date's format to further simplify it
...
A relative date doesn't need to be prefixed by @ anymore.
The relative date pattern now displays named groups.
Digits have been change to [0-9] to avoid other digit characters.
Removed the @ character in tests.
Updated subsequent documentation.
2017-01-31 16:56:03 +01:00
euri10
f0aca5e0d3
Explain relative dates
...
The previous version wasn't user-friendly enough and too technical.
2017-01-30 09:06:26 +01:00
euri10
c9177f2b56
removed unrelated PR changes
...
corrected docs with correct example
added relative date usage to it
2017-01-29 14:38:25 +01:00
euri10
e4a7d37a6d
implementing changes asked
...
corrected rst
fixed flake8 in test
2017-01-29 11:49:22 +01:00
euri10
8d054f3656
tests flake8 issues
...
added some doc
2017-01-28 21:40:26 +01:00
A.L. Kleijngeld
24027d1bf8
Update config.rst: see issue #2410
...
`When a match is above the *medium* recommendation threshold`
->
`When a match is below the *medium* recommendation threshold`
As discussed in issue #2410 , which is fixed by this edit.
2017-01-27 21:48:46 +01:00
Artem Utin
40eef2056c
Add changelog entry, wrap long comment lines.
2017-01-24 11:41:55 +10:00
Adrian Sampson
ca904a9d0c
mpdstats: Fix Python 3 compatibility ( fix #2405 )
...
We previously needed a hack to get the client to consume and produce Unicode strings. The library has since added Unicode support, behind a constructor flag. We can remove the hack now, which was causing a crash on Python 3 because the library uses Unicode by default there, and instead use its built-in support.
2017-01-21 23:21:11 -08:00
diomekes
04f7915d41
change no-bracket argument from white space to empty
2017-01-20 22:47:47 -05:00
diomekes
3a967df396
simplify check for empty disam_val, update changelog and docs, add change bracket test
2017-01-19 20:41:44 -05:00
diomekes
377a2a6964
add bracket argument to aunique
2017-01-19 20:39:12 -05:00
Adrian Sampson
5233e0fcdd
Avoid stdout encoding issues ( #2393 )
2017-01-19 11:36:50 -08:00
Adrian Sampson
958ad430fc
bpd: Use integers for time values (fix 2394)
2017-01-17 11:37:10 -08:00
Steve Johnson
1426aea4a2
Update docs
2017-01-15 11:21:59 -08:00
Steve Johnson
d8fbdbc16a
Update changelog
2017-01-15 11:21:59 -08:00
Steve Johnson
866a650bc0
Rename /item/by_path to /item/path and use PathQuery instead of direct file access
2017-01-15 11:21:33 -08:00
Steve Johnson
05bc4996a8
Rename and invert new config option
2017-01-15 11:21:33 -08:00
Steve Johnson
a994df6aa6
Fix bad doc formatting
2017-01-15 11:21:33 -08:00
Steve Johnson
c409a71ea1
Add missing plus signs to web.rst
2017-01-15 11:21:33 -08:00
Steve Johnson
43936cd84c
/item/at_path/ endpoint
...
More at_path
/item/by_path docs
2017-01-15 11:21:33 -08:00
Steve Johnson
29d61ca634
web.exclude_paths_from_items option
...
More exclude_paths_from_items
2017-01-15 11:21:33 -08:00
Adrian Sampson
272aa88703
Expand convert format config docs ( fix #2384 )
2017-01-12 13:16:35 -05:00
Adrian Sampson
da86a410fe
A little more detail in the changelog
2017-01-10 21:04:51 -05:00
Adrian Sampson
703f47ae97
Use flexible attribute for track_alt
...
No need for a built-in field for a simple string-type optional field like
this.
2017-01-10 21:01:36 -05:00
Mike Cameron
5250ba8020
Added changelog entry of new rack_alt path template value and updated changelog with description of change.
2017-01-10 19:40:23 -05:00
Adrian Sampson
bc93a11141
Fix #2382 : replaygain backend parsing on Python 3
2017-01-10 14:45:57 -05:00
Adrian Sampson
da89be81fc
Changelog for #2379
2017-01-10 12:30:48 -05:00
Adrian Sampson
2706339a83
Fix #2381 : mpdupdate on Python 3
...
Communicate bytes over the socket, obvi.
2017-01-10 12:22:30 -05:00
Adrian Sampson
0bd6062ee9
Version bump: 1.4.4
2017-01-09 10:40:06 -05:00
Adrian Sampson
497c3076d2
Add 1.4.3 release date
2017-01-09 10:38:06 -05:00
Adrian Sampson
2cef4703f8
Prepare 1.4.3 changelog for release
2017-01-09 10:37:37 -05:00
Adrian Sampson
6b9d766082
Remove compatibility with misspelled config option
...
This has been hanging around long enough; it's about time to drop the old
name.
2017-01-07 17:09:51 -05:00
Adrian Sampson
c9ec5e411c
A little fiddling with embyupdate
...
Clean up some wording w/r/t efbd58cd55 .
2017-01-07 17:07:01 -05:00
Adrian Sampson
d992221853
Changelog for #2360 ( fix #2008 )
2017-01-07 17:03:30 -05:00
Adrian Sampson
ffa22d6ce1
Merge pull request #2360 from diomekes/importer-play
...
play: Add prompt choice to importer
2017-01-07 17:02:22 -05:00
diomekes
5ee89666b6
fix typo in config docs
2017-01-07 09:54:54 -05:00
Marvin Steadfast
efbd58cd55
embyupdate: fix bug that config for password and api is needed
...
even if it only used api key it needed the password key. this is fixed
now.
2017-01-06 11:52:53 +01:00
diomekes
8d97257647
use shlex_split, clean up code and docs
2017-01-03 22:10:35 -05:00
Adrian Sampson
9e76c839f6
Changelog for #2307
...
Close #2247 , close #2243 , close #2245 , close #2244 , close #2248 .
2017-01-02 20:58:18 -05:00
Adrian Sampson
4711bf708b
Docs tweaks for #2365
2017-01-02 15:59:14 -05:00
Pieter Mulder
869d0781d5
Absubmit add section on skipped file by the plugin
...
Add a section to the absubmit plugin documentation about files that are skipped by this plugin.
2017-01-02 14:34:00 -05:00
Adrian Sampson
b95c01fbea
Improve absumbit docs (c.f. #2364 )
2017-01-02 13:41:48 -05:00
Raphaël B
e46a802ebb
Add notes about AcousticBrainz requirements
2017-01-02 18:54:50 +01:00
Adrian Sampson
969e58841f
Improve changelog for #1992
2017-01-01 23:10:58 -05:00
Adrian Sampson
f621d7f4f1
Merge pull request #1992 from jackwilsdon/add-write-bpm
...
Add write option to bpm plugin
2017-01-01 23:09:41 -05:00
Adrian Sampson
8cb6ff3892
Simplify the example config
...
I never meant for people to copy and paste this example---it's redundant and
probably wrong---but lots of people do! Removing a few weird options makes the
example clearer, I think, and will result in less-strange initial configs for
people who do copy & paste.
2017-01-01 19:18:25 -05:00
Adrian Sampson
32dc808f71
Changelog entry for #2342 ( fix #2253 )
2017-01-01 00:47:03 -05:00
Adrian Sampson
4c1b8c2935
Merge pull request #2342 from inytar/master
...
Implement the basic AcousticBrainz Submit plugin
2017-01-01 00:45:24 -05:00
inytar
1a4c74ae5e
More spelling corrections for the absubmit plugin documentation
2016-12-31 18:26:56 -05:00
inytar
9ab67d5ffe
Fix typos in absubmit documentation
2016-12-31 14:12:28 -05:00
diomekes
af99ee21aa
add documentation for play importer prompt choice
2016-12-31 00:15:36 -05:00
Adrian Sampson
8bb24e3134
lyrics: Set User-Agent header ( fix #2357 )
2016-12-30 10:55:24 -05:00
Diego M. Rodriguez
37cb1c295f
Merge remote-tracking branch 'upstream/master' into discogs-relax-assumptions
...
Conflicts:
docs/changelog.rst
test/test_discogs.py
2016-12-30 10:42:50 +01:00
Diego M. Rodriguez
5f83f8db1f
Merge remote-tracking branch 'upstream/master' into discogs-subtrack-handling
...
Conflicts:
docs/changelog.rst
2016-12-30 10:20:58 +01:00
Diego M. Rodriguez
072e6de3ae
discogs: add changelog for #2318 , fix typo
2016-12-30 10:17:53 +01:00
Adrian Sampson
2642544867
Changelog note for #2353
2016-12-29 13:34:23 -05:00
Adrian Sampson
ac41b6d6e5
Fix #2339 : scrub resets art type
...
We now use the richer `images` field instead of the more basic `art` field.
2016-12-29 13:30:17 -05:00
Diego M. Rodriguez
4364757fcc
Merge remote-tracking branch 'upstream/master' into discogs-relax-assumptions
...
Conflicts:
docs/changelog.rst
2016-12-29 13:27:06 +01:00
Adrian Sampson
413666a825
Fix #2351 : crash in scrub on MediaFile errors
2016-12-28 16:36:51 -05:00
Diego M. Rodriguez
0efb0c3472
discogs: add changelog entry for robustness fix
2016-12-28 21:16:44 +01:00
Adrian Sampson
3ede874e96
Changelog note about new prompt interface
2016-12-28 14:18:27 -05:00
Adrian Sampson
8937eec50a
Refactor built-in stnadard choices
2016-12-28 14:15:40 -05:00
Adrian Sampson
2f6538aee2
Refactor search options to ordinary choices
...
`PromptChoice`s can now return `Proposal` values, which makes these two
options just "normal" actions that could be provided by plugins.
2016-12-28 14:08:09 -05:00
Adrian Sampson
d447d3e655
Changelog note for #2349 ( fix #2347 )
2016-12-28 12:06:29 -05:00