Jack Wilsdon
2038a40fa2
Add write option to bpm plugin
...
Add write option to bpm plugin and tidy up command function.
2016-05-05 11:27:28 +01:00
Jack Wilsdon
bf29c24a57
Merge pull request #1982 from Profpatsch/patch-2
...
convert plugin: Change the default ogg quality
2016-05-02 01:04:02 +01:00
Profpatsch
2d36626d25
convert plugin: Change the default ogg quality
...
According to the `oggenc(1)` man page (in vorbis-tools), the default quality is 3, not 2. So we should use that.
2016-05-02 01:53:20 +02:00
Adrian Sampson
04bbdede38
hook: Typed configuration accessors
2016-05-01 13:04:35 -07:00
Jack Wilsdon
02592d2c54
Merge pull request #1980 from jackwilsdon/fix-hook-unicode
...
Use unicode for command formatting in hook plugin
2016-05-01 18:31:13 +01:00
Jack Wilsdon
b9464d1ea4
Use unicode for command formatting
2016-05-01 18:26:06 +01:00
Jack Wilsdon
2c071e2ff5
Merge pull request #1975 from pkel/master
...
convert.py: Fix error message
2016-05-01 01:01:08 +01:00
Patrik
2f608fce0a
convert.py: Fix error message
2016-05-01 01:53:03 +02:00
Patrik
4f596725ae
convert.py: Fix error message
2016-05-01 01:27:02 +02:00
Adrian Sampson
6b8019f60f
Refine docs for the hook plugin
2016-04-30 15:12:07 -07:00
Adrian Sampson
950e1b5e85
Merge pull request #1603 from jackwilsdon/add-hook-plugin
...
Add hook plugin (fixes #1561 )
2016-04-30 15:03:42 -07:00
wordofglass
1dd6739218
lyrics: fix a bug where the lyricswiki fetcher would try to unescape an empty (None) response and crash
2016-04-30 01:25:02 +02:00
Jack Wilsdon
078a0702d3
Move single line properties to the same line as the key
2016-04-29 18:37:55 +01:00
wordofglass
2ebb8ee025
Merge pull request #1968 from beetbox/lyrics_imports
...
lyrics: clean up import handling and source removal (Fixes #1963 )
2016-04-28 19:24:14 +02:00
wordofglass
c3c7da8061
lyrics: simplify source handling a little
2016-04-28 18:31:22 +02:00
wordofglass
2928a16bd5
lyrics: actually disable translation when there's no langdetect
2016-04-28 17:22:55 +02:00
wordofglass
c4b11f889f
lyrics: clean up import handling and source removal
2016-04-28 17:15:25 +02:00
Guilherme Danno
8c471581e0
Use the 'terminal_encoding' option for overriding the sys.stdin.encoding in some cases ( #1964 )
...
* Use the 'terminal_encoding' option for overriding the `sys.stdin.encoding` in some cases
* Add the documentation
2016-04-28 00:17:19 -03:00
Jack Wilsdon
7c9440cf13
Merge master back in to fork
2016-04-28 04:15:02 +01:00
Jack Wilsdon
48fff93e78
Merge pull request #1961 from jackwilsdon/pep8-naming
...
Add flake8 check for pep8 naming
2016-04-28 04:07:17 +01:00
Jack Wilsdon
95252a5b5a
Merge pull request #1967 from jackwilsdon/shields
...
Reorder shields and add new shields
2016-04-28 04:07:07 +01:00
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