Commit graph

6354 commits

Author SHA1 Message Date
Adrian Sampson
28005ff866 Merge pull request #1984 from Profpatsch/ogg-quality-doc
Document convert plugin ogg quality change
2016-05-02 10:44:55 -07:00
Profpatsch
37710edb55 Document convert plugin ogg quality change 2016-05-02 19:08:47 +02: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
Jack Wilsdon
92af723682 Format individual command pieces instead of whole command 2016-05-01 23:04:22 +01:00
Jack Wilsdon
9f0db13675 Remove unnecessary variable 2016-05-01 21:44:40 +01:00
Jack Wilsdon
63caf1fceb Add documentation for coding formatter 2016-05-01 21:44:05 +01:00
Jack Wilsdon
ba7004de6e Remove unneeded AutoFieldCountFormatter 2016-05-01 21:33:06 +01:00
Jack Wilsdon
e66981c4d8 Use beets shlex_split instead of shlex.split 2016-05-01 21:31:53 +01:00
Jack Wilsdon
b4715d61e1 Fix over-indentation of wrapped code 2016-05-01 21:30:20 +01:00
Jack Wilsdon
576ec92992 Fix encoding for hook plugin
- Add a AutoFieldCountFormatter formatter for auto field
   incrementation.
 - Add a CodingFormatter for formatting encoded strings.
 - Fix encoding for hook plugin using CodingFormatter.
2016-05-01 21:21:40 +01: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
Jack Wilsdon
ab05fb83b7 Add convert extension changes to changelog 2016-04-29 18:24:45 +01:00
Jack Wilsdon
be897e964a Specify the optionality of the file extension in documentation
Also change "command-line" to "command" for accuracy.
2016-04-29 14:54:23 +01:00
Jack Wilsdon
ae9ece1e62 Make format extension optional
The format extension defaults to the name of the format if it is not
provided.
2016-04-29 14:51:13 +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