Commit graph

10167 commits

Author SHA1 Message Date
Paul Sori
be48140846 add mstream to docs 2018-07-25 16:42:36 -04:00
Adrian Sampson
ed617bff02 Travis: disable mp3gain
It's no longer available in the Xenial apt repository.
2018-07-22 13:06:28 -04:00
Adrian Sampson
36496d8eec Travis: run 3.7 on Xenial
According to this comment:
https://github.com/travis-ci/travis-ci/issues/9815#issuecomment-402045581
2018-07-22 12:51:37 -04:00
Adrian Sampson
66ed015ea0 Add Python 3.7 to Tox and Travis 2018-07-22 12:35:40 -04:00
Adrian Sampson
15d44f02a3 Fix Python 3.7 compatibility (#2978) 2018-07-22 12:34:19 -04:00
Adrian Sampson
4f156b99bc Changelog for #2980 2018-07-10 18:38:15 -04:00
Adrian Sampson
54ad0f4160 Merge pull request #2980 from rveachkc/2979-beets-web-cors-import
changed flask cors import
2018-07-10 18:37:08 -04:00
Ryan Veach
1505ff071d changed flask cors import 2018-07-10 10:32:21 -05:00
Adrian Sampson
5606717499
Merge pull request #2975 from zsinskri/2972-from-scratch-keep-immutable
from_scratch option: keep immutable fields (#2972)
2018-07-02 15:38:57 -04:00
Adrian Sampson
142aeb6822
Merge branch 'master' into 2972-from-scratch-keep-immutable 2018-07-02 15:18:38 -04:00
Adrian Sampson
203ad7ff06
Merge pull request #2974 from zsinskri/2973-lastgenre-prefer-specific-without-canonical
lastgenre prefer specific without canonical (#2973)
2018-07-02 15:15:37 -04:00
Zsin Skri
dd327055bd update changelog
Add changelog entry for
commit ba8fcdfd from_scratch import: only remove writable fields.
2018-07-01 20:42:22 +02:00
Zsin Skri
77242d6b2b add test: from_scratch only removes writeable
Tests for commit ba8fcdfd from_scratch import: only remove writable fields.
2018-07-01 20:23:41 +02:00
Zsin Skri
ba8fcdfd47 from_scratch import: only remove writable fields
When importing with the configuration option ``from_scratch`` set, only remove
writable fields from library. E.g. keep fields like ``format`` and ``bitrate``.

This fixes #2972.
2018-07-01 20:23:13 +02:00
Zsin Skri
154e6cfca8 improve tests prefer_specific without canonical
This improves the tests for the changes introduced in
commit cef9a331 LastGenre: allow prefer_specific without canonical.
2018-07-01 09:19:36 +02:00
Zsin Skri
ceabc72feb lastgenre: remove unnecessary check
In _resolv_genres wo do not have to explicitly check if self.c14n_branches is
not empty. The tree will have been loaded when self.canonicalize is truthy. Also
if self.c14n_branches would be empty the canonicalization is a no-op anyway...
2018-07-01 09:15:05 +02:00
Zsin Skri
f016ea7e05 update changelog
add changelog entry for cef9a331, lastgenre: allow `prefer_specific` without
`canonical`.
2018-06-30 22:40:34 +02:00
Zsin Skri
c3a3f92fe1 fix :ref: in changelog.rst 2018-06-30 22:40:17 +02:00
Zsin Skri
96120d5c6d LastGenre test: prefer_specific without canonical
This tests commit cef9a331.
2018-06-30 22:38:56 +02:00
Zsin Skri
0f847aefcb LastGenre tests: setup_config: add prefer_specific
Allow to specify prefer_specific in lastgenre tests configuration setup.
2018-06-30 22:37:28 +02:00
Zsin Skri
cef9a3311c LastGenre: allow prefer_specific without canonical
This improves lastgenre's behaviour when the configuration option
`prefer_specific` is set but `canonical` is not.
Previously it would not set any tags. Now it does apply tags, sorted using the
canonicalization tree, but not canonicalized.

For this the default tree is loaded even when `canonical` is not set.
An extra check is added to only use it for canonicalization when `canonical` is
set.
2018-06-30 22:27:29 +02:00
Adrian Sampson
0c033bdaf1 Expand comment explanation 2018-06-24 10:15:02 -04:00
Adrian Sampson
8507ea2b9e Merge pull request #2949 from twrightsman/chdir-test
pre-resolve package path for lazy-load configuration
2018-06-24 10:14:14 -04:00
Travis Wrightsman
5213673616 pre-resolve package path for lazy-load configuration
`test_ui.ConfigTest.test_command_line_option_relative_to_working_dir` was
failing because it changes working directories before the relative lazy-loaded
default configuration path is resolved (`../beets/__init__.py`), later causing a
`beets.util.confit.NotFoundError`. The Configuration object has been modified
so that lazy-load configurations resolve the path in advance.
2018-06-23 23:36:45 +02:00
Adrian Sampson
a62e4eff8c
Merge pull request #2962 from jams2/master
Add space-padding to missing tracks dialog
2018-06-20 15:26:44 -04:00
jams2
68590e10ab remove unnecessary list comp, add descriptive variable names 2018-06-20 18:21:04 +01:00
jams2
b6947ddc2e change ui.commands.show_change to align missing tracks by length of longest track name to print 2018-06-20 18:07:03 +01:00
jams2
df2172baaa add variable width justification to missing tracks dialog 2018-06-20 12:55:51 +01:00
jams2
e085368326 fix style 2018-06-19 09:45:50 +01:00
jams2
15b53f26ed update changelog.rst 2018-06-19 09:22:00 +01:00
jams2
399fdc9793 add space-padding to missing tracks dialog 2018-06-19 09:11:55 +01:00
Adrian Sampson
5763679cad
Merge pull request #2954 from tyg04308/master
Translate README file in Korean.
2018-06-12 06:54:28 -07:00
tyg04308
6950227805
Update README_kr.rst 2018-06-12 14:05:29 +09:00
tyg04308
e3e1ad069d
Update README_kr.rst 2018-06-11 18:08:56 +00:00
tyg04308
5a67b4602f
Update README_kr.rst 2018-06-12 02:32:47 +09:00
tyg04308
a169d15698
Update README_kr.rst 2018-06-11 17:30:54 +00:00
tyg04308
696e63dc46
Translate README in Korean
Translate README in Korean Language
2018-06-11 17:29:24 +00:00
tyg04308
5963fd76e7
Rename README_kr.rst.txt to README_kr.rst
Change file name
2018-06-11 15:45:05 +00:00
tyg04308
7abb2e25f0
README by Korean
Translate README files to Korean
2018-06-12 00:44:16 +09:00
David Logie
699ca386b6 Add changelog entry for #2953. 2018-06-11 15:25:48 +01:00
David Logie
33ddfe4145 Display the artist credit when matching albums if the user prefers artist credits. 2018-06-11 13:37:10 +01:00
Adrian Sampson
f8d37b6363
Merge pull request #2952 from mz2212/utf-8-bom
Add ability for play plugin to emit utf8 BOM
2018-06-09 05:34:09 -07:00
Mike
1d32849daa Add ability for play plugin to emit utf8 BOM 2018-06-08 23:26:48 -06:00
Adrian Sampson
8a85cbff3c Changelog for #2951 2018-06-08 20:02:01 -04:00
Adrian Sampson
8a89173906 Merge pull request #2951 from 8h2a/disambig_catalognum
Add catalognumber to disambiguation string (when selecting candidates)
2018-06-08 20:01:19 -04:00
8h2a
38b36a92de Add catalognumber to disambiguation string
when selecting candidates
2018-06-08 22:18:30 +02:00
Adrian Sampson
3ede5f26c8 Link to beets-barcode 2018-06-01 16:17:09 -04:00
Adrian Sampson
7d607b4c5d Merge pull request #2813 from autrimpo/issue2757
Use NullPaddedInt for R128 tags
2018-05-31 10:13:20 -04:00
Adrian Sampson
a8080fa750 Version bump: 1.4.8 2018-05-29 16:07:38 -04:00
Adrian Sampson
a469b3284e Don't require python2 for releases 2018-05-29 16:07:00 -04:00