Commit graph

6572 commits

Author SHA1 Message Date
Jack Wilsdon
3166fc44fe Remove license and issue shields 2016-04-28 03:41:23 +01:00
Jack Wilsdon
730e1ef175 Revert change made to ordered enum test 2016-04-28 03:35:17 +01:00
Jack Wilsdon
46179850c5 Fix null sort broken by b1c58e9 2016-04-28 03:30:27 +01:00
Jack Wilsdon
77b48bac7e Disable pep8 name check and correct argument name 2016-04-28 03:28:54 +01:00
Jack Wilsdon
2a9305fba5 Reorder shields and add new shields
Reorder shields and add weekly PyPI downloads, GitHub issues and GitHub
license shields.
2016-04-28 02:26:14 +01:00
Jack Wilsdon
64e16b5004 Update confit to match pep8 naming standards 2016-04-28 00:59:45 +01:00
Jack Wilsdon
79d602b2a0 Use correct methods for ImageMagick and PIL info 2016-04-27 20:41:09 +01:00
Jack Wilsdon
8317a20bcd Use correct methods from art resizer 2016-04-27 20:34:28 +01:00
Jack Wilsdon
73924064ed Rename ImageMagick version getter 2016-04-27 20:34:24 +01:00
Jack Wilsdon
b1c58e99ec Update code to match pep8 naming standards 2016-04-27 20:15:10 +01:00
Adrian Sampson
91c8a30e55 codecov.yaml -> codecov.yml 😠 😢 2016-04-26 17:16:52 -07:00
Adrian Sampson
09bc250413 Fix #1960: Unicode in fetchart Wikipedia source
The SparQL query needed to use a Unicode literal.
2016-04-26 16:59:23 -07:00
Jack Wilsdon
144c732ab0 Add flake8 check for pep8 naming
Add flake8 check for pep8 naming using pep8-naming.
2016-04-26 23:33:52 +01:00
Adrian Sampson
698203eb84 Merge branch 'master' of github.com:beetbox/beets 2016-04-25 19:50:29 -07:00
Adrian Sampson
0395e7fd80 Configure CodeCov
Apparently, CodeCov switched to a new configuration scheme without telling us.
😢 This turned on annoying pull-request comments. I *hope* this turns them
off again.
2016-04-25 19:49:46 -07:00
Adrian Sampson
6942be7590 Merge pull request #1956 from jackwilsdon/remove-beautifulsoup-lyricswiki
Use different method to remove junk from LyricsWiki output
2016-04-25 11:58:11 -07:00
Jack Wilsdon
c5e2334fb5 Remove useless unescape
Remove useless unescape as _scrape_script_cruft does it for us.
2016-04-25 19:24:26 +01:00
Adrian Sampson
85dee53bdd Merge pull request #1955 from daveisadork/feature/zsh-docs-update-1731
zsh docs update (fixes #1731)
2016-04-25 11:19:50 -07:00
Jack Wilsdon
1be9c3003e Use different method to remove junk from LyricsWiki
Use `_scrape_strip_cruft` instead of `scrape_lyrics_from_html` so that
LyricsWiki does not depend on Beautiful Soup.
2016-04-25 19:14:30 +01:00
Dave Hayes
2f1dd9451b Add notes for installing the ZSH completion script 2016-04-25 13:04:05 -05:00
Dave Hayes
e9f547d5ff Merge remote-tracking branch 'upstream/master' 2016-04-25 12:58:10 -05:00
Fabrice Laporte
3c10be1176 Update lyrics.rst 2016-04-24 22:30:55 +02:00
Fabrice Laporte
d3af2d5375 Update lyrics.rst 2016-04-24 22:29:10 +02:00
Fabrice Laporte
9c835715a3 Update lyrics.rst 2016-04-24 22:28:52 +02:00
wordofglass
607f41be43 Fix the previous fix... 2016-04-24 00:42:31 +02:00
wordofglass
4a5b886944 Fix two non-guarded import statements in the lyrics plugin
These could make the import process crash with a traceback.
2016-04-24 00:35:15 +02:00
Guilherme Danno
271f7c8d17 new template path functions: %first{} and %ifdef{} (#1951)
* New template functions: %first{} and %ifdef{}
* Add documentation
* Add to changelog
2016-04-23 13:59:25 -03:00
Guilherme Danno
f18fe05e15 fix: use a _in_encoding(): instead _out_encoding(): 2016-04-22 20:18:02 -03:00
Guilherme Danno
172498fd33 use _out_encoding() to let the user override the encoding (e.g. cp65001/utf-8 throws Exception) 2016-04-22 19:02:58 -03:00
Guilherme Danno
bf1b06f0c7 don't print entire lyrics during import 2016-04-22 17:30:06 -03:00
wordofglass
ac2f7fe712 Fix the fanarttv source failing when there were images found, but no cover art 2016-04-20 12:59:18 +02:00
wordofglass
8e6470d4bc Merge remote-tracking branch 'wordofglass/fetchart_store_origin' 2016-04-19 12:32:09 +02:00
wordofglass
5fbca32ea4 reuse the 'sources' names from the configuration for art_source 2016-04-19 11:25:03 +02:00
wordofglass
7a9c3e592b document values written to art_source 2016-04-19 11:25:03 +02:00
wordofglass
ec45956770 update changelog 2016-04-19 11:25:00 +02:00
wordofglass
740efc0a0e small fixes; consistently use 'source' instead of 'origin' 2016-04-19 11:23:57 +02:00
wordofglass
c27907b043 enable fetchart to store the artworks origin in a flexible field; as of now untested 2016-04-19 11:23:42 +02:00
Jack Wilsdon
85fd60852f Remove unused dependencies 2016-04-18 19:21:31 +01:00
Jack Wilsdon
ffa2fdd278 Merge master back in to fork 2016-04-18 19:19:08 +01:00
Jack Wilsdon
dea091ee53 Improve error handling for invalid commands 2016-04-18 19:16:31 +01:00
wordofglass
6becdd68eb Merge pull request #1947 from beetbox/fetchart_almost_square
Allowing slightly non-square images in fetchart (#1944)
2016-04-18 19:22:53 +02:00
wordofglass
9e774fdccd Merge branch 'master' into fetchart_almost_square 2016-04-18 19:00:45 +02:00
wordofglass
11c6ca5271 Merge remote-tracking branch 'beetbox/master' 2016-04-18 18:53:46 +02:00
wordofglass
c3be244109 remove the personal key warning altogether; it's also in the docs and rather obtrusive 2016-04-18 18:52:18 +02:00
wordofglass
12c6cbaeee update changelog 2016-04-18 18:44:20 +02:00
Guilherme Danno
019d7cd2e6 fix some typos 2016-04-18 12:36:42 -03:00
Guilherme Danno
09073630e3 Merge pull request #1945 from beetbox/export-plugin
Export plugin: Export data from queries to a json
2016-04-18 12:24:27 -03:00
Jack Wilsdon
028c78adc8 Update documentation to match new hook plugin design 2016-04-18 16:05:39 +01:00
Guilherme Danno
5817c6578a Add changelog 2016-04-18 12:05:16 -03:00
Jack Wilsdon
070469e259 Remove unicode_literals from __future__ imports 2016-04-18 16:00:13 +01:00