Commit graph

2336 commits

Author SHA1 Message Date
Tobias Sauerwein
ad3b5b1d76 Fix target name. 2018-04-20 08:38:14 +02:00
Tobias Sauerwein
2ac0a00241 Fix short title underline. 2018-04-20 08:24:05 +02:00
cgtobi
7d45eabb25
Merge branch 'master' into sonos 2018-04-20 07:44:21 +02:00
Tobias Sauerwein
14538e45af Fix changelog entry. 2018-04-20 07:42:57 +02:00
Tobias Sauerwein
5e084b7186 Fix exception handling and add docs to the toc. 2018-04-20 07:39:12 +02:00
Tobias Sauerwein
dcce29eeb3 Add documentation for the sonos updater plugin. 2018-04-20 00:07:40 +02:00
Denis Defreyne
0202d762bf
Add artist_credit config option 2018-04-08 08:29:06 +02:00
Adrian Sampson
a829fa348f Fix #2863: nonexistent identical paths are equal 2018-04-04 10:41:38 -04:00
Laurent Kislaire
feca2b9ffb Plugins doc update
Sort plugins within each section. Section "other plugins" kept as is.
2018-04-01 20:27:52 +02:00
Cédric Schieli
b9bac391a9
Really fix album replaygain calculation with gstreamer backend.
Fixes #2845
2018-03-19 21:09:35 +01:00
Adrian Sampson
2941833f22 Changelog for #2837 2018-03-11 21:31:56 -04:00
Waweic
4df313e3ce Fix unicode problems in web plugin
Added Exception to the web plugin to catch non latin-1 characters and change them to ascii chars.
Added Description to the changelog file
2018-03-01 11:56:38 +01:00
waweic
8793bb0882
Update changelog.rst
Add the changelog entry
2018-02-27 22:37:05 +01:00
Adrian Sampson
6d5a1e9284 web docs: Split CORS credentials paragraph (#2821) 2018-02-26 18:02:16 -05:00
Adrian Sampson
3b49da0c52 Merge pull request #2821 from Konubinix/master
Add a support for supports_credentials
2018-02-26 17:59:57 -05:00
waweic
00f61e9281
Update changelog.rst
Add the changelog entry
2018-02-26 21:18:41 +01:00
Samuel Loury
e3599742b4 Add a support for supports_credentials
If the web plugin is behind a credential based http server and is
accessed by another in-browser client in another domain, the
specification of CORS requires the server to indicate it supports
such credentials.
2018-02-26 21:08:02 +01:00
Adrian Sampson
1254d48b72 Revise docs for #2739 2018-02-24 10:42:32 -05:00
wisp3rwind
a6ae1570f9 Advanced fetchart source config: changelog 2018-02-24 11:29:36 +01:00
wisp3rwind
db85c28c7f Advanced fetchart source config: documentation 2018-02-24 11:26:50 +01:00
wisp3rwind
dee2885457 docs/plugins/fetchart: fix internal link target location 2018-02-24 11:26:50 +01:00
Adrian Sampson
f2733883ef Merge branch 'master' of github.com:beetbox/beets 2018-02-23 18:19:11 -05:00
Adrian Sampson
a6be28a65e Fix #2817: drop in configuration was ignored
This was overridden by the default CLI option. Now the default for the
config option is None, meaning no change to the config.
2018-02-23 18:18:32 -05:00
David Logie
5d2e203f24 Add changelog entry for #2816. 2018-02-23 21:43:12 +00:00
Adrian Sampson
323d90db17 Tiny ReST markup tweaks (#2814) 2018-02-22 15:51:15 -05:00
Adrian Sampson
d07c0ab85b Revise changelog for #2814 2018-02-22 15:50:46 -05:00
Adrian Sampson
6e23f9f91d Merge pull request #2814 from autrimpo/replaygain-after-convert
Early stage pipeline plugin functions
2018-02-22 15:46:38 -05:00
Michal Koutenský
bbadb5f5e1 Changelog for #2814 2018-02-21 16:07:58 +01:00
Michal Koutenský
305f9f2dfb Document 'early_import_stages' in the docs 2018-02-21 16:01:26 +01:00
Adrian Sampson
502536f4b6 Fix #2652 by using local timestamps
Because users write their queries in local time, we want to get a local time
tuple from the timestamp stored in the database.
2018-02-20 23:22:31 -05:00
Adrian Sampson
bfeb678e41 No media are ignored by default (#2776)
We determined on the PR thread that ignoring video tracks is enough, and
ignoring typically-video media has more pitfalls.
2018-02-08 17:28:05 -05:00
Adrian Sampson
24956b53cc Changelog for #2803, which fixes #2793 2018-02-05 11:50:46 -05:00
Adrian Sampson
cb78510742 Changelog/thanks for #2804 2018-01-31 09:25:16 -05:00
Adrian Sampson
ae30b0f31b Changelog/thanks for #2601 2018-01-30 22:56:18 -05:00
Adrian Sampson
4ba1127e39 Changelog for #2731 2018-01-30 22:50:53 -05:00
Adrian Sampson
224d782c2c Fix #2771: handle errors in genius lyrics source 2018-01-30 22:37:44 -05:00
Adrian Sampson
277d81b4d6 lyrics: Don't write ReST by default! 2018-01-30 22:33:32 -05:00
Adrian Sampson
e7417e3683 lyrics: Don't crash when BeautifulSoup isn't found 2018-01-30 22:31:15 -05:00
Adrian Sampson
b47e3ec565 Fix lyrics docs: genius backend is default-enabled 2018-01-30 22:25:18 -05:00
Adam H. Sparks
f65a99e551
Update advanced.rst
Tomahawk is abandoned according to the GitHub README.md. Suggest removing the reference to using it with Beets library.
2018-01-20 13:51:36 +10:00
Michael Yoo
94b779e7b4 New importer option incremental_skip_later, fixes #2773 2018-01-04 21:53:45 +10:30
Adrian Sampson
456ffbd0cc
Merge pull request #2780 from nguillaumin/setting-ignored-formats
Added a setting to control which formats are ignored
2018-01-02 19:02:58 -05:00
Nicolas Guillaumin
816de1c3da Rename setting to ignored_media for consistency 2018-01-02 15:04:00 -08:00
Adrian Sampson
3812f89b02 Remove changelog placeholder 2018-01-02 14:51:46 -05:00
Adrian Sampson
b28e0b43ff Merge pull request #2778 from ylep/replaygain-options
Add --force, --write and --nowrite options to replaygain plugin
2018-01-02 14:50:27 -05:00
Nicolas Guillaumin
22c4f9cb97 Added a setting to control which formats are ignored
This is related to #2688 where a list of hard-coded non-audio formats to
ignore has been added. Some users may want to rip the audio portion of
video tracks (e.g. DVD-Video) so it would be beneficial to let them
control exactly which formats to ignore.

I added a `ignored_formats` setting for that purpose and moved the
hard-coded list into the config. Test and documentation have been
updated accordingly.

Aside: I also clarified the changelog a bit regarding this change and
the related one for #1210.
2018-01-02 11:03:02 -08:00
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