Commit Graph

65 Commits

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