Commit graph

6487 commits

Author SHA1 Message Date
Peter Kessen
95e940b9f2 Removed unicode_literals from module util 2016-02-20 11:16:55 +01:00
Peter Kessen
2048a4fbcb Removed unicode_literals from ui 2016-02-19 23:28:22 +01:00
Peter Kessen
9918cbb34b Removed unicode_literals from plugins and vfs 2016-02-19 22:35:14 +01:00
Peter Kessen
43572f50b0 Removed unicode_literals from library, logging and mediafile 2016-02-19 22:31:18 +01:00
Peter Kessen
4b7b96128a fixed broken test 2016-02-19 22:15:40 +01:00
Peter Kessen
26c3cca835 Removed unicode_literales from importer 2016-02-19 22:13:33 +01:00
Peter Kessen
32d26d86c0 Removed unicode_literals form module dbcore 2016-02-19 22:05:11 +01:00
Peter Kessen
4f0352f4d4 Removed unicode_literals from module autotag 2016-02-19 21:47:29 +01:00
Adrian Sampson
822fc5ff67 Merge pull request #1888 from beetbox/issue-template
Issue template
2016-02-18 12:54:43 -08:00
Adrian Sampson
6f2c495973 Suggest ways to describe problems 2016-02-17 15:51:04 -08:00
Adrian Sampson
05622ba059 Start an issue template 2016-02-17 15:01:24 -08:00
Peter Kessen
f300667c04 Enabled travis on all branches 2016-02-17 21:55:27 +01:00
Peter Kessen
49b8534714 Started remove import of unicode_literals 2016-02-17 21:46:26 +01:00
Adrian Sampson
e4152c1d37 Merge pull request #1884 from fx3O2/docs-fix-import-option
docs: remove -M option from beet import
2016-02-15 17:08:08 -08:00
Manuel Koell
30eed5915b beet import: there is no such option: -M 2016-02-15 23:13:46 +01:00
Adrian Sampson
fb4ba2924f Grammar/formatting refinement for #1878 2016-02-10 10:10:26 -08:00
Adrian Sampson
0003ada5bf Merge pull request #1878 from SJoshBrown/documentation_for_custom_api_key_in_lastimport_plugin
documention for overriding the default last.fm api key with a custom …
2016-02-10 10:09:10 -08:00
Josh Brown
0babeab862 fix documentation error 2016-02-10 10:33:52 -06:00
Josh Brown
82dc89ad83 documention for overriding the default last.fm api key with a custom one in lastimport 2016-02-10 10:14:48 -06:00
Adrian Sampson
1cbf992d4f release.py: Automate GitHub release creation 2016-02-07 23:00:06 -08:00
Adrian Sampson
df07d83a6d Version bump: 1.3.18 2016-02-07 22:39:32 -08:00
Adrian Sampson
65521cd05d Add date for 1.3.17 release 2016-02-07 22:38:54 -08:00
Adrian Sampson
b9026770e5 Merge pull request #1874 from Kraymer/replaygain_docs
Edit docs for replaygain audio tools backend
2016-02-07 16:04:37 -08:00
Fabrice Laporte
53029a0ed6 edit docs for replaygain audio tools backend 2016-02-08 00:48:00 +01:00
Adrian Sampson
d87f921570 Clean up changelog for release 2016-02-07 15:02:31 -08:00
Adrian Sampson
1263377410 Restore missing return statement
Oops! 😳
2016-02-07 14:52:38 -08:00
Adrian Sampson
2aeed21f80 A little more documentation massaging for #1843
To make the docstirng fit in with the standard style.
2016-02-07 14:50:38 -08:00
Adrian Sampson
abc2ff066b Refine naming and docs for #1843
Most urgently, this function doesn't just work on *items*; it works on
arbitrary objects (and, in particular, albums).
2016-02-07 14:48:45 -08:00
Adrian Sampson
66fa962833 Changelog for #1846; fix #396 2016-02-07 14:38:08 -08:00
Adrian Sampson
6e3d72afa6 Merge pull request #1846 from diego-plan9/interactiveedit
edit: allow interactive editing during the importer
2016-02-07 14:34:54 -08:00
Adrian Sampson
314521b6ae replaygain: Fix obvious typo (fix #1873, I hope) 2016-02-07 14:28:33 -08:00
Adrian Sampson
9fb54b2b30 Merge pull request #1869 from svenstaro/patch-4
Add some more docs to canonicalization with example
2016-02-06 09:46:51 -08:00
Sven-Hendrik Haase
945ef18164 Some typesetting 2016-02-06 08:45:32 +01:00
Sven-Hendrik Haase
14db7ea6ec Add snippets for canonicalization 2016-02-06 08:44:17 +01:00
Adrian Sampson
33f03ebd3a Merge pull request #1868 from SJoshBrown/master
Use beets API key for lastimport plugin.
2016-02-05 23:20:38 -08:00
Sven-Hendrik Haase
10d44fe526 Add some more docs to canonicalization with example
It really didn't make sense to me before I did some further research. You shouldn't have to do further research to understand this apart form reading the docs.
2016-02-06 07:46:31 +01:00
Josh Brown
94b9d786b5 add to changelog 2016-02-06 00:42:23 -06:00
Josh Brown
ea36c5a825 Allow default lastfm key to be overridden in config 2016-02-06 00:41:59 -06:00
Josh Brown
0f155ce3b9 Use beets API key for lastimport plugin. 2016-02-05 23:50:24 -06:00
Diego Moreda
763813fdf7 edit: add documentation
* Add documentation to plugins/edit.rst about the execution of the
plugin during the importer.
2016-02-05 13:12:46 +01:00
Diego Moreda
7f75a066bd edit: RETAG importer fixes and docstrings
* Remove the RETAG-specific logic on align_album_level_fields, assuming
that the user will always make sure to have proper data on the first
item.
* Revise some docstrings and comments in order to clarify the use of
RETAG.
2016-02-05 12:38:50 +01:00
Diego Moreda
8d3f9a573c edit: revert album-field changes, use temporary id
* Revert the changes related to allowing the album- and item-level
fields to be edited at the same time, as the increase in complexity
was deemed excesive during review.
* Modify the interactive execution so temporary Item.id's are used,
removing the extra functionality needed for dealing with both id and
path as reference fields.
* Docstrings and comments cleanup.
2016-02-05 12:35:11 +01:00
Adrian Sampson
19a5d8c45f Add failing test for #1865 2016-02-04 11:35:23 -08:00
Adrian Sampson
25045245d6 Use two items when testing path queries 2016-02-04 11:29:11 -08:00
Adrian Sampson
cf4e075b3f Merge pull request #1864 from pkess/doc_for_move_and_modify
Documentation for changes by #1843
2016-02-04 09:44:39 -08:00
Peter Kessen
f6b81c1bdd Made changes suggested by @sampsyo 2016-02-04 18:35:01 +01:00
Peter Kessen
fac814421a Added documentation for changes by #1843 2016-02-04 17:59:59 +01:00
Peter Kessen
19f2cea5bf Merge branch 'selective_modify2'
Conflicts:
	docs/changelog.rst

closes #1843
2016-02-04 17:57:35 +01:00
Adrian Sampson
f9b9731b5a Merge pull request #1860 from svenstaro/patch-3
Link to nested genre names
2016-02-03 19:33:59 -08:00
Sven-Hendrik Haase
45cc4300b7 Link to nested genre names
The internal whitelist is already linked, this one should be, too!
2016-02-04 03:39:51 +01:00