waweic
b6b25cfec9
Merge pull request #1 from beetbox/master
...
Update the fork
2018-03-01 11:10:52 +01:00
Adrian Sampson
7fae3dadec
Merge pull request #2823 from waweic/patch-2
...
Fix album_art() in __init__.py
2018-02-28 12:16:32 -05:00
waweic
8793bb0882
Update changelog.rst
...
Add the changelog entry
2018-02-27 22:37:05 +01:00
Waweic
b94227a53d
Merge https://github.com/waweic/beets into patch-2
...
Catch up
2018-02-27 22:03:50 +01:00
Adrian Sampson
6d5a1e9284
web docs: Split CORS credentials paragraph ( #2821 )
2018-02-26 18:02:16 -05:00
Adrian Sampson
453fd372a3
Flatten a config view ( #2821 )
2018-02-26 18:00:59 -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
Adrian Sampson
e938ad3d23
Merge pull request #2822 from waweic/patch-1
...
Fix jumping time in beets.js
2018-02-26 17:57:59 -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
waweic
be96c1022a
Fix album_art() in __init__.py
...
flask.send_file() expects a string, g.lib.get_album() returns bytes. Added decode() to album_art().
If g.lib.get_album() gets a non-existing id, it returns None. Python would throw an error in this case. Added check to prevent this.
2018-02-26 18:33:30 +01:00
waweic
df83516086
Fix jumping time in beets.js
...
Round was used instead of floor
2018-02-26 17:01:06 +01:00
Adrian Sampson
1254d48b72
Revise docs for #2739
2018-02-24 10:42:32 -05:00
Adrian Sampson
726311d25b
Merge pull request #2739 from wisp3rwind/fetchart_advanced_sources
...
Fetchart fine-grained source configuration (alternative to #2733 )
2018-02-24 10:40:23 -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
wisp3rwind
318f0c4d16
Advanced fetchart source config: pep8
2018-02-24 11:26:50 +01:00
wordofglass
e7a3e27ed9
Advanced fetchart source config: Actually use the new syntax
2018-02-24 11:26:50 +01:00
wordofglass
60bffbadbd
Advanced fetchart source config: write (restore?) confit' as_pairs()
2018-02-24 11:26:50 +01:00
wordofglass
5a043f28bd
Advanced fetchart source config: add validation function
2018-02-24 11:26:50 +01:00
wordofglass
971584b4b2
Improve readability of plugins.sanitize_choices
2018-02-24 11:26:50 +01:00
wordofglass
2c1e4d878b
Advanced fetchart source config: add the (still unused) match_by constructor argument
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
Adrian Sampson
3460723df3
Merge pull request #2816 from beetbox/better-release-event
...
Make sure release events are selected in preferred order.
2018-02-23 18:01:11 -05:00
David Logie
5d2e203f24
Add changelog entry for #2816 .
2018-02-23 21:43:12 +00:00
David Logie
d6b6ebbeb9
mbcollection: Make sure missing albums are removed from collections correctly.
2018-02-23 12:34:33 +00:00
David Logie
bd788544c2
Make sure release events are selected in preferred order.
...
Previously, release events were selected based on the order that
MusicBrainz listed them rather than the order defined in config.yaml.
2018-02-23 11:52:06 +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
Michal Koutenský
1bb1bca779
Move the logging wrapper code into a helper function
2018-02-21 15:54:37 +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
492ff7359a
Set up date tests for #2652
2018-02-20 22:57:58 -05:00
Michal Koutenský
d4625bced0
Have convert plugin run early in the pipeline
2018-02-19 10:46:06 +01:00
Michal Koutenský
b140f249c1
Allow plugins to define early import stage functions
2018-02-19 10:45:47 +01:00
Michal Koutenský
96a421df83
Changelog for #2813 which fixes #2757
2018-02-19 10:10:11 +01:00
Michal Koutenský
8350ed6baf
Unique debug messages for R128 functions
2018-02-18 20:09:58 +01:00
Michal Koutenský
3d9fba399f
Make R128 tags use NullPaddedInt, fixes #2757
2018-02-18 20:09:14 +01:00
Michal Koutenský
2acd6772c4
Add a new NullPaddedInt type
2018-02-18 20:08:43 +01: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
d29776ee23
Merge pull request #2803 from beetbox/2793-unicodepaths
...
Use import argument paths as bytestrings on Python 3
2018-02-05 11:49:58 -05:00
Adrian Sampson
88ec8e64f8
Merge pull request #2807 from regagain/typo
...
fixed typo seperate/separate
2018-02-04 22:20:49 -05:00
Reg
19b5a92632
fixed typo seperate/separate
2018-02-04 20:29:03 +01:00
Adrian Sampson
cb78510742
Changelog/thanks for #2804
2018-01-31 09:25:16 -05:00
Adrian Sampson
75097c478c
Merge pull request #2804 from Kovrinic/master
...
PlexUpdate: token redacted
2018-01-31 09:24:23 -05:00