Commit Graph

2700 Commits

Author SHA1 Message Date
maxkoryukov 9a0cb32902 add link to the fork on github to the main page 2016-05-30 09:23:41 +05:00
maxkoryukov 1c783ee6d1 fixes for github-url on main 2016-05-30 09:12:28 +05:00
Get your own 'tots. Geez! d82e5585f5 Update postprocessor.py 2016-05-24 18:40:43 -06:00
goobags 847b24557a Update __init__.py 2016-05-06 20:43:55 +10:00
maxkoryukov d7b91da8fd UPG: Font Awesome 4.6.1 2016-04-19 08:45:56 +05:00
maxkoryukov a5ab2e4080 UGP: improved unittestcompat. assertItemsEqual added 2016-04-13 14:57:18 +05:00
satreix eb6df45b00 pep: fix e121 and e122 2016-04-10 11:33:22 -07:00
satreix 873d1fac94 pepx: fix e124 and e125 2016-04-09 00:13:49 -07:00
satreix b5f0e0fdcb pep: fix e265 2016-04-09 00:06:50 -07:00
AdeHub cf42836c95 Merge pull request #2597 from andrzejc/develop
metadata: Additional protection against NPEs
2016-04-08 18:43:08 +12:00
Andrzej Ciarkowski 75861d7172 metadata: Additional protection against NPEs 2016-04-07 18:12:07 +02:00
rembo10 4dfe91aedb Merge remote-tracking branch 'msh100/develop' into develop 2016-04-05 13:51:39 +01:00
rembo10 6b6dd6fbf6 Fix pep8 issue in helpers_test and fix import re #2574 2016-04-05 12:34:45 +01:00
rembo10 774b3fdf08 Merge remote-tracking branch 'maxkoryukov/fix/sofchroot-tmp-remove' into develop 2016-04-05 12:27:44 +01:00
rembo10 a1d93936f3 Merge remote-tracking branch 'satreix/travis' into develop 2016-04-05 12:12:27 +01:00
rembo10 778deb9674 Merge remote-tracking branch 'bfred-it/patch-1' into develop 2016-04-05 12:08:15 +01:00
rembo10 20e1954f0c Merge remote-tracking branch 'satreix/pep-e261' into develop 2016-04-05 12:06:45 +01:00
rembo10 b894ebb3c5 Merge remote-tracking branch 'andrzejc/clean-name' into develop 2016-04-05 12:04:44 +01:00
rembo10 db3df7e6c9 Merge remote-tracking branch 'andrzejc/metadata' into develop 2016-04-05 12:03:15 +01:00
rembo10 658ae4a587 Merge remote-tracking branch 'andrzejc/pathrender' into develop 2016-04-05 12:02:59 +01:00
rembo10 1e873d7e97 Merge remote-tracking branch 'satreix/pep-e262' into develop 2016-04-05 12:01:34 +01:00
rembo10 cd77bb827b Merge remote-tracking branch 'satreix/pep-e502' into develop 2016-04-05 11:57:48 +01:00
rembo10 35230a0674 Merge remote-tracking branch 'andrzejc/develop' into develop 2016-04-05 11:56:22 +01:00
Marcus Stewart Hughes 8be316d87c Fix typo with Musicbrainz 2016-04-03 11:24:39 +01:00
rembo10 c1d18a278d Merge remote-tracking branch 'noam09/develop' into develop 2016-03-29 22:11:21 +01:00
maxkoryukov 826c6b1036 full name for headphones.exceptions.SofChrootError 2016-03-20 17:10:29 +05:00
maxkoryukov e1eab37502 FIX: full name of headphones.exceptions for softchroot 2016-03-20 17:02:46 +05:00
maxkoryukov 56a9c62bcb FIX: fix style.less 2016-03-20 17:02:46 +05:00
maxkoryukov a25ebdccfb FIX: bug with fullname of headphones.exceptions, visible just for pyflakes... 2016-03-20 16:48:56 +05:00
goobags 8940a14666 Update __init__.py
V2 aiff lossless file inclusion
2016-03-20 15:01:59 +11:00
satreix 4e7d197c7f travis: better pip usage 2016-03-18 23:24:38 -07:00
maxkoryukov 7dc6c98e56 FIX: style.less 2016-03-13 02:22:16 +05:00
maxkoryukov 5bbb9aa5e6 FIX: style.less (additionally : style.css) 2016-03-13 02:19:14 +05:00
maxkoryukov 9a0713cedb FIX: fix style.less 2016-03-13 02:11:37 +05:00
maxkoryukov 43d37b875f FIX: unittestcompat now support tests without python-doc.
That was an ugly bug...
2016-03-12 18:29:27 +05:00
Andrzej Ciarkowski 33baf66371 pathrender: Update explanation text. 2016-03-09 21:03:37 +01:00
Federico Brigante 5693e509b4 Custom build badges in readme 2016-03-08 19:54:43 -08:00
Noam 479a9548c1 Set Move-To Path for General Setting
- setTorrentPath was called only in case DELUGE_DONE_DIRECTORY was set,
forgot about the more general DOWNLOAD_TORRENT_DIR option. Thought about
it in deluge.py, forgot about it in searcher.py. This should fix #2557
2016-03-09 00:01:05 +02:00
satreix f1e7078902 pep: fix e261 2016-03-04 12:47:51 -08:00
Noam 9b9d728ce3 Deluge Move-To Directory
- Deluge move-to directory only relevant if Deluge is the chosen torrent
downloader
2016-03-04 17:44:44 +02:00
Noam 5bf465b883 Go Back to Previous Folder Name
- Go back to previous folder name method
2016-03-04 15:29:52 +02:00
Andrzej Ciarkowski fd8fb4529c helpers: Replace cleanName() implementation to get much higher match ratio.
Track matching is performed using 'CleanName' which up to now was obtained in
convoluted way, which effectively removed any non-ascii alphanumeric characters
but at the same time left some trash preventing the names to be matched due to
whitespace differences. Current implementation performs most of the
transliteration using Unicode NFD decomposition to remove diacritical marks from
characters in Latin scripts, leaving the others intact. Only alphanumeric chars
are included in resulting string and all the spaces are coalesced. Based on
observations on several-tens GiB library, this allows for much better ratio of
automatic track matches.
2016-03-04 11:25:16 +01:00
Noam e05699e7ba Specify Name When Sending to Deluge Module
- Searcher should send "Artist - Album" string to Deluge so we don't
have to guess the name
2016-03-03 14:37:55 +02:00
Noam 147f62d87a Removed Folder Name
- Folder name (folder_name) is set to Artist - Album by default - use
that instead
2016-03-03 14:23:12 +02:00
Andrzej Ciarkowski c9a6125d92 __init__.py: Fix pyflakes failing due to invalid use of headphones.exceptions. 2016-03-03 08:51:24 +01:00
Noam 30a3421710 More Travis
- Not sure what this is but I think this should fix it...
2016-03-02 23:32:13 +02:00
Noam a7f2329fee Travis Fixes 2016-03-02 23:19:30 +02:00
Noam 1a56e24def Added SSL/TLS Disclaimer
- Currently self-signed certificates can't be verified
2016-03-02 15:35:20 +02:00
Noam 73a55e81b8 Better Downloading of Files
- Reading downloaded files now uses response.content instead of
response.text which caused loss of file data due to encoding
shenanigans. This fixes the WHAT issue.
- Fix URL for WFFLS downloads
- Special User-Agent for WHAT downloads, still not sure if this is
necessary
2016-03-02 15:12:18 +02:00
Noam ac91e17f86 More Special Sites 2016-03-01 23:39:38 +02:00