463 Commits (90600abf4aac4c006ea720d6ffb0ac69b3bfe99e)
 

Author SHA1 Message Date
Felix Stupp 90600abf4a
Add common converters date_to_datetime & to_just_number 2 years ago
Felix Stupp 5b4dd2e18b
common: Remove unused import 2 years ago
Felix Stupp ab4a5eaec8
common: Move update_bool_value to ./_setting_handler 2 years ago
Felix Stupp ae8f8af954
common: Move call to ./_subprocess 2 years ago
Felix Stupp 1de9c82d4a
common/_itertools: Add documentation to all_same 2 years ago
Felix Stupp f91f15e81f
common: Move all_same into _itertools 2 years ago
Felix Stupp 0bdc11d5b2
common/_itertools: Add docstrings & comments 2 years ago
Felix Stupp 38772d64e2
Migrate parts of common to common/_itertools 2 years ago
Felix Stupp 2f4d505f0c
app.api_tag: Add assert for unreachable code 2 years ago
Felix Stupp 6ede9df5c0
Reformat code 2 years ago
Felix Stupp 292104f422
Add Infotainment recommendations page (hardcoded tag ID) 2 years ago
Felix Stupp 095b37c3ce
recommendations/adaptive: Do not jump to video after rated
- video might be missing afterwards
2 years ago
Felix Stupp 2d9c3eb8a8
Add title text to "make dependent" button for selection 2 years ago
Felix Stupp 4ff8bef871
Add navigatable pages for tags 2 years ago
Felix Stupp 3a1b2725bc
MediaElement: Add sort_key 2 years ago
Felix Stupp 9abf3ead12
UriHolder: Add setter to uri_set 2 years ago
Felix Stupp 86e9fb11fb
Media|Collection: Implement all UriHolder abstracts 2 years ago
Felix Stupp 2f132ee701
Fix circular dependency with UriHolder by using abstract _clear_uri_set
- instead of abstract _set_uri_set
- removed circular dependency on UriHolder.add_uris
2 years ago
Felix Stupp dde3395d14
requirements: Add types for requests and pyyaml for development 2 years ago
Felix Stupp 6f05900c71
requirements: Use custom version for Jinja 2 years ago
Felix Stupp bcfa92dfb9
requirements: Add already used libraries 2 years ago
Felix Stupp 36f4bf9ec4
requirements: Use mysqlclient for Pony as speed up 2 years ago
Felix Stupp a475a234fe
requirements: Use github for tinytinypy 2 years ago
Felix Stupp 9181f4b292
requirements: Use github for python-jsoncache library 2 years ago
Felix Stupp 3ac9a87cbf
requirements: Replace youtube-search-python with custom version 2 years ago
Felix Stupp 4bbe0e3f87
Replace youtube-dl with yt-dlp 2 years ago
Felix Stupp 9b24333346
requirements: Replace flask dependency with custom variant 2 years ago
Felix Stupp fb28eb99ea
Also update element lookup cache on mass extract collections with errors 2 years ago
Felix Stupp 414765f221
.preferences/init: Add __all__ entries 2 years ago
Felix Stupp f7e53f3097
Reformat code 2 years ago
Felix Stupp 70be1210d3
entities: Make {collection,media}_list public in Tag 2 years ago
Felix Stupp d901d3739e
tvmaze: Use extractor name in title dynamically 2 years ago
Felix Stupp 838840d1a0
common: Add (unused) all_same 2 years ago
Felix Stupp 6cfc1fcf3a
common: Add already used helpers fix_iter & iter_lookahead 2 years ago
Felix Stupp afe0ef0a56
tvmaze: Ignore missing language when generating tags 2 years ago
Felix Stupp 447785286b
Remove not needed import 2 years ago
Felix Stupp a3dd645cb7
Introduce gen_api_error for all API requests 2 years ago
Felix Stupp 0d9a3a54e1
app: Fix preference_from_base64 for generic PreferenceScore 2 years ago
Felix Stupp 029651821b
Decrease log level for included modules 2 years ago
Felix Stupp d608d0c98e
Improve logging format to include module_name & level 2 years ago
Felix Stupp 4779d7ba7f
vscode: Add settings for python linting & testing 2 years ago
Felix Stupp 6c5ca895f0
Reformat code 2 years ago
Felix Stupp b6fcb55fbc
tmdb: Fix retrieval of tags 2 years ago
Felix Stupp 1e27f7b3d1
UriHolder: Make uri & uri_set proper properties
- to avoid direct DB access
- to allow for getter & setter functions
- makes consistency checks on each lookup unneccesary
- propose async consistency checks (TODO)
2 years ago
Felix Stupp 44a630c074
Split models/entities into multiple files 3 years ago
Felix Stupp a3ea1548aa
entertainment_decider/models/init: Add __all__ 3 years ago
Felix Stupp cf66f47b2e
Rebuild configuration loading mechanisms with Flask tools
- and extract Flask app initialization mostly into module
3 years ago
Felix Stupp ffc0550342
Reformat code 3 years ago
Felix Stupp 2c92ffe552
app.py: Remove not required import 3 years ago
Felix Stupp e7ece868dd
time_since filter: Do show absolute time format if media is too old
Currently set to one year
3 years ago