Commit Graph

  • 1be9c3003e Use different method to remove junk from LyricsWiki Jack Wilsdon 2016-04-25 19:14:30 +01:00
  • 2f1dd9451b Add notes for installing the ZSH completion script Dave Hayes 2016-04-25 13:04:05 -05:00
  • e9f547d5ff Merge remote-tracking branch 'upstream/master' Dave Hayes 2016-04-25 12:58:10 -05:00
  • 3c10be1176 Update lyrics.rst Fabrice Laporte 2016-04-24 22:30:55 +02:00
  • d3af2d5375 Update lyrics.rst Fabrice Laporte 2016-04-24 22:29:10 +02:00
  • 9c835715a3 Update lyrics.rst Fabrice Laporte 2016-04-24 22:28:52 +02:00
  • 607f41be43 Fix the previous fix... wordofglass 2016-04-24 00:42:31 +02:00
  • 4a5b886944 Fix two non-guarded import statements in the lyrics plugin These could make the import process crash with a traceback. wordofglass 2016-04-24 00:35:15 +02:00
  • 271f7c8d17 new template path functions: %first{} and %ifdef{} (#1951) Guilherme Danno 2016-04-23 13:59:25 -03:00
  • f18fe05e15 fix: use a _in_encoding(): instead _out_encoding(): Guilherme Danno 2016-04-22 20:18:02 -03:00
  • 172498fd33 use _out_encoding() to let the user override the encoding (e.g. cp65001/utf-8 throws Exception) Guilherme Danno 2016-04-22 19:02:58 -03:00
  • bf1b06f0c7 don't print entire lyrics during import Guilherme Danno 2016-04-22 17:30:06 -03:00
  • ac2f7fe712 Fix the fanarttv source failing when there were images found, but no cover art wordofglass 2016-04-20 12:59:18 +02:00
  • 8e6470d4bc Merge remote-tracking branch 'wordofglass/fetchart_store_origin' wordofglass 2016-04-19 12:32:09 +02:00
  • 5fbca32ea4 reuse the 'sources' names from the configuration for art_source wordofglass 2016-04-17 20:15:12 +02:00
  • 7a9c3e592b document values written to art_source wordofglass 2016-04-17 14:18:01 +02:00
  • ec45956770 update changelog wordofglass 2016-04-16 21:36:46 +02:00
  • 740efc0a0e small fixes; consistently use 'source' instead of 'origin' wordofglass 2016-04-16 21:32:04 +02:00
  • c27907b043 enable fetchart to store the artworks origin in a flexible field; as of now untested wordofglass 2016-04-16 14:10:54 +02:00
  • 85fd60852f Remove unused dependencies Jack Wilsdon 2016-04-18 19:21:31 +01:00
  • ffa2fdd278 Merge master back in to fork Jack Wilsdon 2016-04-18 19:19:08 +01:00
  • dea091ee53 Improve error handling for invalid commands Jack Wilsdon 2016-04-18 19:16:31 +01:00
  • 6becdd68eb Merge pull request #1947 from beetbox/fetchart_almost_square wordofglass 2016-04-18 19:22:53 +02:00
  • 9e774fdccd Merge branch 'master' into fetchart_almost_square wordofglass 2016-04-18 19:00:45 +02:00
  • 11c6ca5271 Merge remote-tracking branch 'beetbox/master' wordofglass 2016-04-18 18:53:46 +02:00
  • c3be244109 remove the personal key warning altogether; it's also in the docs and rather obtrusive wordofglass 2016-04-18 18:52:18 +02:00
  • 12c6cbaeee update changelog wordofglass 2016-04-18 18:44:20 +02:00
  • 019d7cd2e6 fix some typos Guilherme Danno 2016-04-18 12:36:42 -03:00
  • 09073630e3 Merge pull request #1945 from beetbox/export-plugin Guilherme Danno 2016-04-18 12:24:27 -03:00
  • 028c78adc8 Update documentation to match new hook plugin design Jack Wilsdon 2016-04-18 16:05:39 +01:00
  • 5817c6578a Add changelog Guilherme Danno 2016-04-18 12:05:16 -03:00
  • 070469e259 Remove unicode_literals from __future__ imports Jack Wilsdon 2016-04-18 16:00:13 +01:00
  • 806f490861 add export plugin to index.rst Guilherme Danno 2016-04-18 11:59:48 -03:00
  • 1644f7117a documentation for export plugin Guilherme Danno 2016-04-18 11:54:22 -03:00
  • af5ce6e7e2 Fix event name collision in tests and update tests Jack Wilsdon 2016-04-18 15:36:25 +01:00
  • 3e35660ff3 Remove unnecessary escaping on double quotes Jack Wilsdon 2016-04-18 15:36:05 +01:00
  • 686e069bc4 Replace double quotes with single quotes Jack Wilsdon 2016-04-18 15:35:15 +01:00
  • 8b4f349e27 Improve hook plugin design and configuration Jack Wilsdon 2016-04-18 15:04:57 +01:00
  • 93267639e4 update docs for enforce_ratio wordofglass 2016-04-18 15:32:09 +02:00
  • 20235264a4 rewire logic a bit; reasonable debug messages wordofglass 2016-04-18 15:23:38 +02:00
  • dd949a9488 Merge master back in to fork Jack Wilsdon 2016-04-18 14:06:45 +01:00
  • 30bca5c8af fix unconditionally printing the personal key warning for in fanart.tv in fetchart wordofglass 2016-04-18 11:39:09 +02:00
  • 228ffc91be use sort_keys to make the data more "predictable" Guilherme Danno 2016-04-17 23:47:12 -03:00
  • 5e3c65d32e change option letter Guilherme Danno 2016-04-17 23:37:51 -03:00
  • 10acea4efd Remove json monkey-patching and use encoder subclassing Guilherme Danno 2016-04-17 22:17:56 -03:00
  • 1e3704a27e fix NotImplementedError() Guilherme Danno 2016-04-17 21:52:09 -03:00
  • c211aabd72 simplify json printing Guilherme Danno 2016-04-17 21:39:53 -03:00
  • 6cbbba7dae initial work on allowing slightly non-square images in fetchart wordofglass 2016-04-18 01:47:39 +02:00
  • f58d4e838a Query data from items and export the json Guilherme Danno 2016-04-16 21:25:49 -03:00
  • 8169983074 fix translation of the old remote_priority option for fetchart, add a test wordofglass 2016-04-17 21:18:31 +02:00
  • 3fb2185925 Merge pull request #1898 from beetbox/flake8-future-import Adrian Sampson 2016-04-16 15:24:46 -07:00
  • 1215600d97 Merge pull request #1930 from wordofglass/fetchart_unify_sources Adrian Sampson 2016-04-16 12:10:24 -07:00
  • 0f89f17227 add missing division future imports wordofglass 2016-04-16 18:33:54 +02:00
  • 36e91fc78b fix fanart.tv merge wordofglass 2016-04-16 14:17:46 +02:00
  • 9ce10c2fda Merge branch 'master' into fetchart_unify_sources, i.e. adapt the fanart.tv source wordofglass 2016-04-16 13:34:46 +02:00
  • 0cfddfaa8a add missing absolute_import future imports wordofglass 2016-04-16 02:28:54 +02:00
  • 6b43e1204f add missing print_function future imports wordofglass 2016-04-16 01:53:39 +02:00
  • 205f868a20 Add description for all errors we ignore Jack Wilsdon 2016-03-16 21:03:11 +00:00
  • 53b5faf7a8 Add __future__ import style checker Adrian Sampson 2016-02-28 15:24:48 -08:00
  • 4691deb5a5 Merge pull request #1941 from wordofglass/fetchart_fanarttv Adrian Sampson 2016-04-15 11:45:00 -07:00
  • 9106f2d1c2 update changelog wordofglass 2016-04-15 20:14:45 +02:00
  • 4763fec35b fanart.tv: remove overly verbose logging left over from debugging wordofglass 2016-04-15 19:42:06 +02:00
  • 3a2eb03e0e Add fanart.tv API key wordofglass 2016-04-15 19:32:17 +02:00
  • 7bec3b9de5 fanart.tv tests, mostly copied and pasted from the google tests wordofglass 2016-04-15 14:56:14 +02:00
  • 87aa5dab13 fixes according to feedback by @Kraymer wordofglass 2016-04-15 13:28:48 +02:00
  • 2dfdc8b90a fix doc formatting wordofglass 2016-04-15 02:47:56 +02:00
  • d46b45861b typo, rename project key config option wordofglass 2016-04-15 02:40:52 +02:00
  • 8a8b8f832a Update Documentation for fanart.tv wordofglass 2016-04-15 02:23:22 +02:00
  • ecc6e1c3d6 fanart.tv albumart fetching, missing a project API key wordofglass 2016-03-22 14:47:09 +01:00
  • a282245011 Merge pull request #1939 from Kraymer/lyrics_translate Fabrice Laporte 2016-04-14 23:51:47 +02:00
  • 95b77bf5d0 lyrics: update docs + changelog Fabrice Laporte 2016-04-14 23:24:16 +02:00
  • 05970e8a93 re-query token when it has expired Fabrice Laporte 2016-04-14 22:57:41 +02:00
  • 56d7e5dfa0 send as little text as possible to bing api Fabrice Laporte 2016-04-14 22:57:17 +02:00
  • 23a443f52b Merge pull request #1940 from wordofglass/tox-show-skipped Adrian Sampson 2016-04-14 09:32:28 -07:00
  • 0346be701e list skipped tests when running nosetests wordofglass 2016-04-14 17:14:49 +02:00
  • 98d5aa4a13 fetchart: remove unused import wordofglass 2016-04-14 16:56:45 +02:00
  • 7322e212a4 fetchart: adapt test to earlier config read wordofglass 2016-04-14 16:49:06 +02:00
  • aaf614c869 fetchart: move config reads to __init__ wordofglass 2016-04-14 16:00:24 +02:00
  • 6bc3fb8f67 fetchart: make Candidate a new-style class wordofglass 2016-04-14 15:27:47 +02:00
  • de3e91db87 fetchart: fix tests providing album=None wordofglass 2016-04-14 15:25:10 +02:00
  • d40a168b5b docs: add langdetect pypi links Fabrice Laporte 2016-04-14 08:51:24 +02:00
  • df46ae6d4d fix docs missing target link Fabrice Laporte 2016-04-14 08:38:53 +02:00
  • 6cfc106b8a better docs and debug msg Fabrice Laporte 2016-04-14 08:31:55 +02:00
  • 58df77e2cb langdetect conditional import Fabrice Laporte 2016-04-14 08:31:14 +02:00
  • e03c3af91f don't translate lyrics already in the target language Fabrice Laporte 2016-04-14 01:11:14 +02:00
  • 66a627fed8 restore module docstring Fabrice Laporte 2016-04-14 00:58:42 +02:00
  • 6d90dfea24 add doc for bing translate api related options Fabrice Laporte 2016-04-14 00:54:26 +02:00
  • 3c2479ab49 translate lyrics using Bing API Fabrice Laporte 2016-04-14 00:53:58 +02:00
  • d67950cdcc pep8 Fabrice Laporte 2016-04-14 00:45:55 +02:00
  • 1cc4d11baf Fetchart: fix tests and fetachart logic wordofglass 2016-04-13 22:56:18 +02:00
  • a4994d2bf8 fetchart: fix more tests wordofglass 2016-04-06 01:36:32 +02:00
  • bc877a6d7f fetchart: fix tests (mostly pep8, syntax) wordofglass 2016-04-06 01:19:44 +02:00
  • bbc06e9de9 fetchart: Adapt ArtForAlbumTest wordofglass 2016-04-05 23:24:30 +02:00
  • a2141c6f3a fetchart: fix refactoring wordofglass 2016-04-05 22:44:13 +02:00
  • 206a88caff fetchart: Adapt ArtImporterTest wordofglass 2016-04-05 22:43:17 +02:00
  • 4b4a0e8bd3 fetchart: Adapt AAOTest, GoogleImageTest wordofglass 2016-04-05 21:52:30 +02:00
  • 02892a41aa fetchart: Adapt CombinedTest wordofglass 2016-04-05 21:34:58 +02:00
  • 1d3637e507 Fix typo in changelog Adrian Sampson 2016-04-03 18:00:44 -04:00
  • cb498e0772 Fix tests for #1927 fix Adrian Sampson 2016-04-03 17:50:18 -04:00
  • fa2aa82a0d Fix #1927: useful error message for failed edit Adrian Sampson 2016-04-03 17:42:25 -04:00