Commit graph

98 commits

Author SHA1 Message Date
Clinton Hall
b793ce7933
Syno ds patch 1 (#1702)
* Add Syno DS parsing #1671
as per https://forum.synology.com/enu/viewtopic.php?f=38&t=92856
* add config guidance
* add syno client
2020-01-13 21:26:21 +13:00
Clinton Hall
aeb3e0fd6d
Deluge update to V2 (#1683) Fixes #1680 2019-12-10 12:55:13 +13:00
Clinton Hall
fde8714862
Update all qBittorrent WebAPI paths for client v4.1.0+ (#1666) 2019-11-04 12:28:35 +13:00
Clinton Hall
5714540949
Fix uTorrent with Python3 (#1644)
* Remove temp workaround for Microsoft Azure python issues.
2019-08-02 13:02:46 +12:00
clinton-hall
f1dc672056 fix deluge client for python3. Fixes #1626 2019-06-19 22:50:36 +12:00
clinton-hall
d39a7dd234 fix to make deluge client py 2 and 3 compatible. Fixes #1626 2019-06-18 20:52:19 +12:00
Labrys of Knossos
424879e4b6 Add future imports 2019-04-07 17:44:25 -04:00
Labrys of Knossos
9f52406d45 Fix flake8-quotes Q000 Remove bad quotes 2019-04-07 13:44:33 -04:00
Labrys of Knossos
d608000345 Fix flake8-commas C819 trailing comma prohibited 2019-04-07 13:38:27 -04:00
Labrys of Knossos
eec977d909 Fix flake8-docstrings D403 First word of the first line should be properly capitalized 2019-04-07 13:33:20 -04:00
Labrys of Knossos
093f49d5aa Fix flake8-docstrings D401 First line should be in imperative mood 2019-04-07 13:32:06 -04:00
Labrys of Knossos
73e47466b4 Fix flake8-docstrings D205 1 blank line required between summary line and description 2019-04-07 13:30:40 -04:00
Labrys of Knossos
70fa47394e Fix flake8-docstrings D202 No blank lines allowed after function docstring 2019-04-07 13:26:13 -04:00
Labrys of Knossos
181675722d Fix flake8 W291 trailing whitespace 2019-04-07 13:23:24 -04:00
Labrys of Knossos
90602bf154 Fix flake8 W293 blank line contains whitespace 2019-04-07 13:17:55 -04:00
Labrys of Knossos
c5343889fb Fix quotes - standardize to single-quoted strings 2018-12-29 14:19:20 -05:00
Labrys of Knossos
ad3fb4519d Fix name shadows builtin 2018-12-26 12:28:18 -05:00
Labrys of Knossos
c2f0f3affc Fix PEP8 variable and argument names should be snake_case 2018-12-26 11:38:01 -05:00
Labrys of Knossos
5ef4bdc1f4 Fix PEP8 assigning lambda expression 2018-12-26 11:30:33 -05:00
Labrys
52c6096b6a Fix PEP8 whitespace violations 2018-12-26 11:22:11 -05:00
Lizband
d1edf9f2a2 Merge branch 'release-11.7' into nightly
# Conflicts:
#	changelog.txt
#	core/versionCheck.py
#	nzbToMedia.py
2018-12-25 14:39:31 -05:00
Labrys
7e3b53f608 Fix .pth files not loading 2018-12-23 08:48:02 -05:00
Labrys of Knossos
2fce0e40c3 Add logging for cleanup 2018-12-19 19:40:13 -05:00
Labrys of Knossos
7aff860390 Add git clean functionality 2018-12-19 19:22:31 -05:00
Labrys of Knossos
339d2878b4 Add path parent option to module path and default to using local path 2018-12-19 19:22:28 -05:00
Labrys of Knossos
200a8d8827 Refactor LIB_DIR -> LIB_ROOT 2018-12-19 19:21:27 -05:00
Labrys of Knossos
9d0097fa68 Refactor module_root -> module_path 2018-12-19 19:05:40 -05:00
Labrys of Knossos
54422992a4 Remove vendored pywin32 2018-12-19 17:08:36 -05:00
Labrys of Knossos
5f0a89f01c Enforce lib import order 2018-12-17 22:26:23 -05:00
Labrys of Knossos
0b03e27032 Add pyyaml version 3.13 to Python 2 requirements 2018-12-17 22:15:35 -05:00
Labrys of Knossos
eab3dabc94 Add BeautifulSoup4 version 4.6.3 to Python 2 requirements 2018-12-17 22:15:35 -05:00
Labrys of Knossos
26008b3607 Add feature to auto-update libs 2018-12-16 18:40:13 -05:00
Labrys of Knossos
43ffbc7c34 Add feature to make libs importable 2018-12-16 18:40:13 -05:00
Labrys of Knossos
b115ecc1fe Add requirements file 2018-12-16 18:33:01 -05:00
Labrys of Knossos
3a692c94a5 Move Windows libs to libs/windows 2018-12-16 13:50:35 -05:00
Labrys of Knossos
3975aaceb2 Move Python 2 libs to libs/py2 2018-12-16 13:50:28 -05:00
Labrys of Knossos
f3db9af8cf Move custom libs to libs/custom 2018-12-16 13:50:28 -05:00
Labrys of Knossos
1f4bd41bcc Move common libs to libs/common 2018-12-16 13:50:27 -05:00
Labrys of Knossos
4f3738fab5 Remove unused rarfile1 import 2018-12-16 11:50:58 -05:00
Labrys of Knossos
30a1789809 Update transmissionrpc to 0.11
Also updates:
- six-1.12.0
2018-12-16 11:50:58 -05:00
Labrys of Knossos
79011dbbc1 Update pyxdg to 0.26 2018-12-16 11:50:57 -05:00
Labrys of Knossos
41ccbfdede Update backports.functools-lru-cache to 1.5 2018-12-16 11:50:57 -05:00
Labrys of Knossos
49c9ea1350 Update futures to 3.2.0 2018-12-16 11:50:57 -05:00
Labrys of Knossos
8cd4b56891 Fix imports for Python 3 2018-12-15 22:04:26 -05:00
Labrys of Knossos
b0f0fed8f3 Update pywin32 to 224 2018-12-15 22:00:11 -05:00
Labrys of Knossos
ca1753341b
Merge pull request #1414 from clinton-hall/libs/beets
Update beets to 1.4.7
2018-12-15 21:58:38 -05:00
Labrys of Knossos
014852c683
Merge pull request #1408 from clinton-hall/fix/unvendor
Move vendored packages in `core` to `libs`
2018-12-15 21:58:23 -05:00
Labrys of Knossos
05c3de0f36 Merge branch 'nightly' into fix/unvendor 2018-12-15 16:19:55 -05:00
Labrys of Knossos
e854005ae1 Update beets to 1.4.7
Also updates:
- colorama-0.4.1
- jellyfish-0.6.1
- munkres-1.0.12
- musicbrainzngs-0.6
- mutagen-1.41.1
- pyyaml-3.13
- six-1.12.0
- unidecode-1.0.23
2018-12-15 16:09:52 -05:00
Labrys of Knossos
f3fcb47427 Update subliminal to 2.0.5
Also updates:
- appdirs-1.4.3
- babelfish-0.5.5
- beautifulsoup4-4.6.3
- certifi-2018.11.29
- chardet-3.0.4
- click-7.0
- decorator-4.3.0
- dogpile.cache-0.7.1
- enzyme-0.4.1
- guessit-3.0.3
- idna-2.8
- pbr-5.1.1
- pysrt-1.1.1
- python-dateutil-2.7.5
- pytz-2018.7
- rarfile-3.0
- rebulk-1.0.0
- requests-2.21.0
- six-1.12.0
- stevedore-1.30.0
- urllib3-1.24.1
2018-12-15 16:09:00 -05:00