Commit graph

549 commits

Author SHA1 Message Date
Labrys of Knossos
ad6f0b7bb6 Optimize imports 2018-12-19 17:20:56 -05:00
Labrys of Knossos
f61a17b8a0 Refactor nzbToMediaUtil -> utils 2018-12-19 17:20:56 -05:00
Labrys of Knossos
34904ee892 Refactor extractor.extractor -> extractor 2018-12-19 17:20:55 -05:00
Labrys of Knossos
094ae574a2 Refactor gh_api -> github_api 2018-12-19 17:20:55 -05:00
Labrys of Knossos
c624029846 Refactor versionCheck -> version_check 2018-12-19 17:20:55 -05:00
Labrys of Knossos
8176c2f007 Refactor nzbToMediaUserScripts -> user_scripts 2018-12-19 17:20:55 -05:00
Labrys of Knossos
c7398b9550 Refactor nzbToMediaSceneExceptions -> scene_exceptions 2018-12-19 17:20:54 -05:00
Labrys of Knossos
9d9abffdb6 Refactor nzbToMediaDB -> main_db 2018-12-19 17:20:54 -05:00
Labrys of Knossos
5d423b0f38 Refactor nzbToMediaConfig -> configuration 2018-12-19 17:20:54 -05:00
Labrys of Knossos
23cd600a6c Refactor nzbToMediaAutoFork -> forks 2018-12-19 17:20:53 -05:00
Labrys of Knossos
d3ce2a10f5 Refactor transcoder.transcoder -> transcoder 2018-12-19 17:20:53 -05:00
Labrys of Knossos
7d1f2fb2d5 Refactor databases.mainDB -> databases 2018-12-19 17:20:53 -05:00
Labrys of Knossos
3b429dcc7e Add Comic, Game, Movie, Music, and TV to core.auto_process 2018-12-19 17:20:53 -05:00
Labrys of Knossos
5839257f9b Refactor autoProcessGames -> games 2018-12-19 17:20:52 -05:00
Labrys of Knossos
4bd6e6251a Refactor autoProcessMovie -> movies 2018-12-19 17:20:52 -05:00
Labrys of Knossos
cbff62a08c Refactor autoProcessMusic -> music 2018-12-19 17:20:52 -05:00
Labrys of Knossos
95c67978ca Refactor autoProcessTV -> tv 2018-12-19 17:20:51 -05:00
Labrys of Knossos
088f23ad3a Refactor autoProcessComics -> comics 2018-12-19 17:20:51 -05:00
Labrys of Knossos
214ad21ea1 Refactor autoProcess -> auto_process 2018-12-19 17:20:51 -05:00
Labrys of Knossos
54422992a4 Remove vendored pywin32 2018-12-19 17:08:36 -05:00
Labrys of Knossos
41fa636fc2 PEP8 Argument should be lowercase 2018-12-16 23:33:31 -05:00
Labrys of Knossos
7f2a4d2605 PEP8 Class name should be CamelCase 2018-12-16 22:05:08 -05:00
Labrys of Knossos
d8cbf422dd PEP8 Function name should be lowercase 2018-12-16 21:59:24 -05:00
Labrys of Knossos
97e1ed71b3 PEP8 Variable in function should be lowercase 2018-12-16 21:59:24 -05:00
Labrys of Knossos
43ffbc7c34 Add feature to make libs importable 2018-12-16 18:40:13 -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
c9c16c230d Fix gh_api 2018-12-16 09:32:57 -05:00
Labrys of Knossos
3b289ba8e8 Fix str expected instead of bytes 2018-12-16 09:20:58 -05:00
Labrys of Knossos
8d3150cfc6 Fix fork detection in Python 3 2018-12-15 22:04:26 -05:00
Labrys of Knossos
959e2c317e Fix near operational error in upsert 2018-12-15 22:04:26 -05:00
Labrys of Knossos
84338c76c6 Fix TypeError: expected str instance, int found 2018-12-15 22:04:26 -05:00
Labrys of Knossos
8cd4b56891 Fix imports for Python 3 2018-12-15 22:04:26 -05:00
Labrys of Knossos
f5f6562fe9 Fix strings for Python 3
`basestring` not available in Python 3
`unicode` not available in Python 3
`str` expected instead of `bytes`
2018-12-15 22:04:26 -05:00
Labrys of Knossos
4ee656f22c Fix next in Python 3
In Python 3 `obj.next` is renamed to `obj.__next__` and should be
called with the `next` builtin.
2018-12-15 22:04:25 -05:00
Labrys of Knossos
943bdc9320 Fix dict usage in Python 3
`KeysView` does not support indexing
'dict_values' does not support operand type `+`
2018-12-15 22:04:25 -05:00
Labrys of Knossos
05c3de0f36 Merge branch 'nightly' into fix/unvendor 2018-12-15 16:19:55 -05:00
Labrys of Knossos
cd28996dad Remove superfluous __all__ 2018-12-15 15:01:06 -05:00
Labrys of Knossos
1fdd9c1017 Fix relative import 2018-12-15 15:01:06 -05:00
Labrys of Knossos
c5a3137627 Remove unused imports 2018-12-15 15:01:06 -05:00
Labrys of Knossos
5bc789bca3 Optimize imports 2018-12-15 15:01:06 -05:00
Labrys of Knossos
417a9e5e63 Decode output during versionCheck 2018-12-15 14:56:40 -05:00
Labrys of Knossos
02ae99b117 Fix sys.setdefaultencoding in Python 3
This does away with the setdefaultencoding hack in Python 3
2018-12-15 14:56:36 -05:00
Labrys of Knossos
a2ce48c52e Final fix for pywin32 2018-12-15 14:52:02 -05:00
Labrys of Knossos
0a37651ae1 Fix pywin32 imports 2018-12-15 14:27:17 -05:00
Labrys of Knossos
345ff1de93 Fix pywin32 imports 2018-12-15 14:17:10 -05:00
Labrys of Knossos
f210693102 Fix configobj import 2018-12-15 14:14:28 -05:00
Labrys of Knossos
9fb4cc1986 Fix utorrent client import 2018-12-15 13:43:33 -05:00