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
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
e709ae6dd5
Changelog for #2516
2017-04-15 11:13:47 -04: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
Antonio Larrosa
473566bf42
Added changelog entry for #2494
2017-03-28 00:26:24 +02:00
Adrian Sampson
91b65ca5ab
Changelog for #2484
2017-03-20 22:19:10 -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
inytar
0342f730de
Update changelog
2017-03-17 14:22:36 -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
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
38d2aeaed9
Changelog for Kodi plugin ( #2411 )
2017-03-03 10:04:46 -06: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
Aaron Jubbal
864aa11ec5
Merge branch 'master' into master
2017-02-21 04:43:45 -08:00
Adrian Sampson
d10bfa1af6
Changelog & thanks for #2445
2017-02-20 22:11:34 -05: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
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
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
d8fbdbc16a
Update changelog
2017-01-15 11:21:59 -08:00
Adrian Sampson
da86a410fe
A little more detail in the changelog
2017-01-10 21:04:51 -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