Commit Graph

27 Commits

Author SHA1 Message Date
simon b880a5d76c
rename task to csv export 2021-12-29 23:20:18 +07:00
simon a5ba8fbbe2 some linting and readability improvements 2021-08-28 22:51:21 +07:00
simon 2f90deae12 following class naming convention () 2021-07-10 10:54:16 +07:00
simon f3a5242c70 created reusable center text method in Interface class 2021-06-18 11:46:38 +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 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 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 634b56ca07 rewrote trailers.py into dedicated TrailerHandler class 2021-05-16 15:27:23 +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 eb80ccd841 rewrote moviesort.py into two classes MovieHandler and MovieIdentify 2021-05-09 21:08:58 +07:00
simon d790d227d6 refactored to use config json file 2021-04-23 17:15:30 +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 bcd3fc9797 fixing wrong ids on emby 2021-04-17 15:12: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 31254a9e78 fixint typerror in interface pending 2021-04-16 14:18:55 +07:00
simon cc6e0198a0 downloading missing trailers to archive 2021-04-16 14:16:27 +07:00
simon bac85f6bd1 exporting episodes and movies from emby to csv 2021-04-04 15:06:49 +07:00
simon 23d48f1d52 exporting movie library to csv 2021-04-04 13:29:42 +07:00
simon dd99ccc360 extracting emby config vars 2021-04-04 11:10:37 +07:00
simon b24c1124ad building config file path based on working dir 2021-04-02 11:12:10 +07:00
simon d08b8a04a2 initial commit, media_organizer 2021-03-31 21:51:33 +07:00