Commit Graph

43 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
4817c1d752 print filename for pick_sho_id with more than one option 2021-04-09 15:59:14 +07:00
85a50c60d8 remove year from filename in showname_encoder 2021-04-09 15:47:17 +07:00
fcbf9e75da remove / from filename in episode 2021-04-04 15:18:53 +07:00
9113d54589 using correct folder path now 2021-04-04 15:10:49 +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
66d0eea533 ignoring html extract errors for now 2021-04-02 13:28:50 +07:00
b24c1124ad building config file path based on working dir 2021-04-02 11:12:10 +07:00
81289f6a77 wrapped calling the tvmaze api in dedicated function with backoff on rate limit 2021-04-01 22:15:36 +07:00
cb15e75402 how to run 2021-03-31 22:03:11 +07:00
d08b8a04a2 initial commit, media_organizer 2021-03-31 21:51:33 +07:00