Commit Graph

21 Commits

Author SHA1 Message Date
Landon Abney
2be0e376f8
Massive style cleanup
Adds a basic `setup.cfg` file with configurations for flake8 and pylama, 
fixes some basic issues with essentially every file including:
* Many, many, whitespace line cleanups
* Several unused variables and imports
* Missing coding and shabang lines
* Minor style fixes to more closely align with PEP8
* Turn `print` into function calls for Python 2/3 compat
* A few minor bugs
  * Things like using an undefined `i` in `stream_limiter_ban_email.py`
2019-06-20 23:55:11 -07:00
Blacktwin
2a8f18405f add poster thumbs 2018-10-08 00:10:14 -04:00
Blacktwin
c1f68df4f5 if rating is None then 0.0 2018-10-08 00:00:26 -04:00
Blacktwin
02cc9878a6 fix org_diff function 2018-10-07 23:59:33 -04:00
Blacktwin
a037db8300 docstrings 2018-08-03 17:35:49 -04:00
Blacktwin
f05217329e correct sorting and appending common servers. 2018-08-02 15:53:25 -04:00
Blacktwin
ac5804d188 fix for server addition 2018-08-01 14:36:05 -04:00
Blacktwin
838e471c9e added unique key. 2018-07-31 08:44:21 -04:00
Blacktwin
0c4953df1e change json structure. 2018-07-31 08:34:28 -04:00
Blacktwin
992544bd02 remove bitrate 2018-07-30 16:19:30 -04:00
Blacktwin
ccc3e4a0cd fix bitrate for movies
add guid info
fix --media_type
2018-07-29 15:11:02 -04:00
Blacktwin
b9d2646970 added sort by rating. 2018-07-28 00:48:50 -04:00
Blacktwin
d7ebcd7b32 adding metadata to all 2018-07-28 00:24:41 -04:00
Blacktwin
c7e37c1b6d first iteration of adding metadata for later sorting 2018-07-27 11:54:17 -04:00
Blacktwin
477c69d691 moved code from diff_things to org_diff.
added media_type args with default as movie and show.
added RawTextHelpFormatter.
2018-07-26 15:05:35 -04:00
Blacktwin
947bd55af8 fixed dict, fixed filename 2018-07-25 16:09:00 -04:00
Blacktwin
13fdfa77d0 shebang
todos
2018-07-25 07:45:34 -04:00
Blacktwin
5cf5c7d1ba list connected server obj.
continue when connections fail when comparing multiple servers.
search main server once.
2018-07-25 07:22:19 -04:00
Blacktwin
c0b4cebd4a adding count and list keys 2018-07-25 07:01:51 -04:00
Blacktwin
5340729046 fetchItem for more info for future metadata filtering (title, guid, etc.).
pop main dict.keys as they are not relevant and objects now.
2018-07-24 09:00:18 -04:00
Blacktwin
bca69ba688 create server_compare.py 2018-07-23 10:51:24 -04:00