Commit Graph

88 Commits

Author SHA1 Message Date
simon b880a5d76c
rename task to csv export 2021-12-29 23:20:18 +07:00
simon 0d5e77d0ac
fix tv extractor error where showname = year 2021-12-29 23:13:56 +07:00
simon 161b8326be
switch to yt_dlp 2021-11-04 11:44:41 +07:00
simon b4cf73e3f7 space between season and episode 2021-10-17 18:47:57 +07:00
simon 97f5c45e8c improved acronym extraction 2021-10-09 15:52:22 +07:00
simon e8666ed4f4 spliting showname on aka to help tvmaze identify 2021-09-08 17:04:06 +07:00
simon 78057da5b4 use cleaned moviename for move_to_archive method 2021-09-04 19:15:31 +07:00
simon 3ea9bd3362 fixed cleaned_name input variable 2021-09-04 19:02:40 +07:00
simon c490690844 improved filename cleanup from invalid characters 2021-09-04 18:57:20 +07:00
simon a5ba8fbbe2 some linting and readability improvements 2021-08-28 22:51:21 +07:00
simon 84fb419931 ignoring missing overview for csv export 2021-08-25 11:44:37 +07:00
simon cf336575b3 reset filename to avoid unsafe characters when fixing identification errors 2021-08-25 11:38:02 +07:00
simon cdd1e4072c default to overwrite existing movies with new one 2021-08-03 23:17:16 +07:00
simon 6f571c82d4 handle acronyms in showname for tvmaze api call 2021-08-02 10:16:24 +07:00
simon e8d64536d3 delay on library scan in progress 2021-07-10 12:13:07 +07:00
simon c8dfcd6221 added EmbyLibrary class to sleep if scan is in progress 2021-07-10 11:59:15 +07:00
simon 2f90deae12 following class naming convention () 2021-07-10 10:54:16 +07:00
simon 0893923523 ignoring missing imdb ids 2021-07-07 17:38:44 +07:00
simon fe98942440 adding resolution to export list 2021-06-23 20:32:50 +07:00
simon 84a73c52d3 added 2160 to invalid years 2021-06-21 19:52:11 +07:00
simon 74913dc5ec 2nd fix var declaration 2021-06-20 16:09:53 +07:00
simon 5319d8efcc fix var declaration 2021-06-20 16:08:21 +07:00
simon b7cb1a0c64 cleaner and compacter dict building 2021-06-20 16:06:31 +07:00
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