44 Commits (7eb354afecee4d9e09bf5596721a6e13ba45cba9)

Author SHA1 Message Date
cinnaboot 7eb354afec fix typo in tmdb.manual_query() 7 years ago
cinnaboot 3371a844f5 update another use of .format to newer f-string 7 years ago
cinnaboot c9a582db95 update logging to make use of new default formatting 7 years ago
cinnaboot a8565a0615 fix links to tmdb depending on media type 7 years ago
cinnaboot feceb91f4e add support for tmdb tv API endpoint 7 years ago
cinnaboot 5905b19d15 add exception handling for missing keys in query JSON 7 years ago
cinnaboot cf6496aea8 fix regex for detecting tv shows, and add logging 7 years ago
cinnaboot 4f3b5006e5 rename query_movie endpoint to manual_query 7 years ago
cinnaboot 89ff7ac0a3 modify db names to prepare for tv queries 7 years ago
cinnaboot 415cbeb9dc add endpoint to search by path, and JS infocard 7 years ago
cinnaboot 0e54a68e08 add sorting options to movie_listing 7 years ago
cinnaboot 154c6f6ce4 fix json encoding of python date objects 7 years ago
cinnaboot 6c131a2ec0 update tmdb/create_mapping to only accept http POST 7 years ago
cinnaboot 66a809c560 start on async file mapping 7 years ago
cinnaboot a5a846cc6f remove unused rel_path usage from direct query route 7 years ago
cinnaboot d36bdc6c76 update tmdb/create_mapping endpoint to return JSON 7 years ago
cinnaboot 385deb6901 add error logging for create_mapping route 7 years ago
cinnaboot 22a3289014 check for existing movie_id to avoid unique constraint error 7 years ago
cinnaboot a1ab284223 add TODO about updating flask for JSON encoding 7 years ago
cinnaboot 7be03e5a77 add query_movie_json flask route 7 years ago
cinnaboot d65ed7cee2 fix spacing in tmdb.py 7 years ago
cinnaboot 296990342c add type info to remaining dataclasses 7 years ago
cinnaboot 8f2ab56a19 fix quirk with python's "mutable default arguments" 7 years ago
cinnaboot 78c5a19f12 add tmdb query errors to flask logging 7 years ago
cinnaboot 2b498c5ac6 remove tmdb api key property from query_data 7 years ago
cinnaboot 2f928b8703 use flask's current_app.logger instead of own global 7 years ago
cinnaboot 940c99cf41 fix incorrect dataclass inheritance 7 years ago
cinnaboot 8bbc87d938 make movie_list more compact 7 years ago
cinnaboot b144560546 don't display query results if there are errors 7 years ago
cinnaboot d3d3cb7c8c use python 3.7 dataclasses for PoD 7 years ago
cinnaboot 2ba8d98438 rename templates to .html 7 years ago
cinnaboot 1692988986 move instances of yaml.dump to util.py to change later 7 years ago
cinnaboot 071b87c906 update debug section in templates 7 years ago
cinnaboot cec4fea3f1 add new configuration file 7 years ago
cinnaboot 95fcc29190 add file path mapping and display 7 years ago
cinnaboot ef3b5cadee change file listing back to URL links 7 years ago
cinnaboot 5ca2374c5d update file listing interface 7 years ago
cinnaboot ca81ada6b8 add db insert and query that uses the mapping table 7 years ago
cinnaboot fa0b16afed move result parsing to new function 7 years ago
cinnaboot 544b4ce1b4 use yaml.dump for debug strings 7 years ago
cinnaboot a506db324f add cutomised logging in util.py 7 years ago
cinnaboot 0299b369be store queries in local sqlite db 7 years ago
cinnaboot aac83d989c updating tmdb query display 7 years ago
cinnaboot d19a86ffb8 Initial commit 7 years ago