Commit Graph

61 Commits

Author SHA1 Message Date
d150a82efd add banner to readme 2021-06-11 11:47:53 +07:00
e34cb615a6 adding banner and icon assets 2021-06-11 11:46:33 +07:00
9e3d42e313 merging new interface class 2021-05-30 12:30:25 +07:00
634c4d6631 handle optional config keys in sel_handler All 2021-05-30 12:26:59 +07:00
90bfbc57bb improved menu setup and updated documentation 2021-05-30 12:17:16 +07:00
cbe6a4d77f shortening logoutput to just new_file_name 2021-05-29 17:56:34 +07:00
5f69b22efe autorefresh pending on completed task 2021-05-29 17:48:54 +07:00
adb94d7435 converted sel_handler to staticmethod to avoid delay for curses refresh 2021-05-29 17:46:33 +07:00
b610926821 rewrote interface.py in it's own class, extended functionality to refresh pending within curses 2021-05-29 17:30:36 +07:00
89a0fcf462 adding exception handeling for request errors to api 2021-05-27 16:01:04 +07:00
118ba8f664 Merge branch 'testing' with new id_fix and db_export 2021-05-22 13:21:51 +07:00
f4b3d7c90e fix diff - / chars switch 2021-05-22 13:16:21 +07:00
a2f57d7f35 better diff calculator to ignore - / chars 2021-05-22 13:06:51 +07:00
e07b96516a rewrote id_fix.py to dedicated MovieNameFix class 2021-05-22 12:43:26 +07:00
5a4fdf4609 rewrote db_export into its own two classes 2021-05-21 16:31:01 +07:00
f1307729ce merged new trailer class and small tvsort fixes 2021-05-18 16:41:12 +07:00
41d3d728e2 some more nicer output for tvsort.py 2021-05-18 14:09:05 +07:00
40cac9f069 some nicer output for tvsort.py 2021-05-18 14:00:30 +07:00
627fe4be2a properly urlencode %27 in showname before making request to api 2021-05-18 13:50:26 +07:00
4aeddfc1de better showname cleaning and encoding for API search call 2021-05-17 11:34:26 +07:00
cbc2c31007 hotfix to clean / from filename 2021-05-17 08:36:57 +07:00
7ed9952ec0 better regex to extract movie_name from filename 2021-05-16 15:44:46 +07:00
634b56ca07 rewrote trailers.py into dedicated TrailerHandler class 2021-05-16 15:27:23 +07:00
07e135ecdb merging new movie end episode classes 2021-05-14 16:43:07 +07:00
77ee691cb7 rewrote tvsort.py into classes TvHandler and Episode 2021-05-14 16:30:35 +07:00
8535001f39 moved config to dedicated module to fix circular import and changed internal datatypes for moviesort to fix variable conflicts 2021-05-14 12:59:17 +07:00
112a909c90 some more output when no pending and after rename 2021-05-09 21:22:57 +07:00
a1774bb0b6 small fix with bad key in trailers.py 2021-05-09 21:16:20 +07:00
eb80ccd841 rewrote moviesort.py into two classes MovieHandler and MovieIdentify 2021-05-09 21:08:58 +07:00
87dc176d45 small fix with bad key 2021-04-24 18:20:43 +07:00
0a8d5ceba3 merging json config file changes to master 2021-04-24 12:15:51 +07:00
a363d30b37 clean exit when no trailers to download 2021-04-23 17:43:33 +07:00
89bb00cdfc small fix in ext handeling 2021-04-23 17:40:26 +07:00
d790d227d6 refactored to use config json file 2021-04-23 17:15:30 +07:00
677ed49fad more cleaning in showname_encoder 2021-04-20 16:29:17 +07:00
be4ffe1bc5 improved install instructions, minimum required python version 2021-04-18 09:55:20 +07:00
ddcfdd8648 clean exit if no trailers pending 2021-04-18 09:53:50 +07:00
d33656e85a Merge branch 'testing' to add bad_id script for looking for errors 2021-04-17 15:56:27 +07:00
0ec92d70f5 finished bad_id lookup 2021-04-17 15:53:59 +07:00
25e257e51b fixed typo in menu list 2021-04-17 15:15:09 +07:00
523e5d21ae src for fixing wrong ids on emby 2021-04-17 15:12:47 +07:00
bcd3fc9797 fixing wrong ids on emby 2021-04-17 15:12:19 +07:00
1abafb6b17 Merge branch 'testing'
implemented trailer dl
2021-04-16 15:45:38 +07:00
03510b183e update trailer dl documentation and requirements 2021-04-16 15:45:19 +07:00
ac711f6db6 moving get_pending call out of curses to avoid quering the db on every key press 2021-04-16 15:42:36 +07:00
1648864c1e more error handeling on failed download 2021-04-16 14:42:20 +07:00
31254a9e78 fixint typerror in interface pending 2021-04-16 14:18:55 +07:00
cc6e0198a0 downloading missing trailers to archive 2021-04-16 14:16:27 +07:00
8eaed49758 cleanup 2021-04-09 16:07:14 +07:00
4817c1d752 print filename for pick_sho_id with more than one option 2021-04-09 15:59:14 +07:00