Commit Graph

17 Commits

Author SHA1 Message Date
5a4fdf4609 rewrote db_export into its own two classes 2021-05-21 16:31:01 +07:00
634b56ca07 rewrote trailers.py into dedicated TrailerHandler class 2021-05-16 15:27:23 +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
eb80ccd841 rewrote moviesort.py into two classes MovieHandler and MovieIdentify 2021-05-09 21:08:58 +07:00
d790d227d6 refactored to use config json file 2021-04-23 17:15:30 +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
bcd3fc9797 fixing wrong ids on emby 2021-04-17 15:12: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
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
bac85f6bd1 exporting episodes and movies from emby to csv 2021-04-04 15:06:49 +07:00
23d48f1d52 exporting movie library to csv 2021-04-04 13:29:42 +07:00
dd99ccc360 extracting emby config vars 2021-04-04 11:10:37 +07:00
b24c1124ad building config file path based on working dir 2021-04-02 11:12:10 +07:00
d08b8a04a2 initial commit, media_organizer 2021-03-31 21:51:33 +07:00