248 Commits (10fb1438a95ab5ebc863c8432cd92b8ae28612d0)

Author SHA1 Message Date
Felix Stupp 10fb1438a9
models/entities: Reformat code 12 months ago
Felix Stupp 9b4b38c093
models/extras/init: add all var 12 months ago
Felix Stupp cb549319c7
models/extras/init: Reformat code 12 months ago
Felix Stupp 8c2f01fdae
models/entities: Use custom Set type for better typing 12 months ago
Felix Stupp 61a6257534
Add common.search_source_by_keys method 12 months ago
Felix Stupp f8d80ed209
Remove empty common.py file after migration 12 months ago
Felix Stupp cdea170178
Add common.trim for strings method 12 months ago
Felix Stupp 90600abf4a
Add common converters date_to_datetime & to_just_number 12 months ago
Felix Stupp 5b4dd2e18b
common: Remove unused import 12 months ago
Felix Stupp ab4a5eaec8
common: Move update_bool_value to ./_setting_handler 12 months ago
Felix Stupp ae8f8af954
common: Move call to ./_subprocess 12 months ago
Felix Stupp 1de9c82d4a
common/_itertools: Add documentation to all_same 12 months ago
Felix Stupp f91f15e81f
common: Move all_same into _itertools 12 months ago
Felix Stupp 0bdc11d5b2
common/_itertools: Add docstrings & comments 12 months ago
Felix Stupp 38772d64e2
Migrate parts of common to common/_itertools 12 months ago
Felix Stupp 4ff8bef871
Add navigatable pages for tags 12 months ago
Felix Stupp 3a1b2725bc
MediaElement: Add sort_key 12 months ago
Felix Stupp 9abf3ead12
UriHolder: Add setter to uri_set 12 months ago
Felix Stupp 86e9fb11fb
Media|Collection: Implement all UriHolder abstracts 12 months 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
12 months ago
Felix Stupp 414765f221
.preferences/init: Add __all__ entries 1 year ago
Felix Stupp f7e53f3097
Reformat code 1 year ago
Felix Stupp 70be1210d3
entities: Make {collection,media}_list public in Tag 1 year ago
Felix Stupp d901d3739e
tvmaze: Use extractor name in title dynamically 1 year ago
Felix Stupp 838840d1a0
common: Add (unused) all_same 1 year ago
Felix Stupp 6cfc1fcf3a
common: Add already used helpers fix_iter & iter_lookahead 1 year ago
Felix Stupp afe0ef0a56
tvmaze: Ignore missing language when generating tags 1 year ago
Felix Stupp 447785286b
Remove not needed import 1 year ago
Felix Stupp a3dd645cb7
Introduce gen_api_error for all API requests 1 year ago
Felix Stupp 6c5ca895f0
Reformat code 1 year ago
Felix Stupp b6fcb55fbc
tmdb: Fix retrieval of tags 1 year 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)
1 year ago
Felix Stupp 44a630c074
Split models/entities into multiple files 1 year ago
Felix Stupp a3ea1548aa
entertainment_decider/models/init: Add __all__ 1 year ago
Felix Stupp cf66f47b2e
Rebuild configuration loading mechanisms with Flask tools
- and extract Flask app initialization mostly into module
1 year ago
Felix Stupp fc8389b3b2
models/entities: Make CUSTOM_TABLE_DEF's SQLs lazy
because _table_ is not yet available, but later when needed
1 year ago
Felix Stupp f3ec68fa73
Add TypeAlias LazyValue 1 year ago
Felix Stupp 1b05346185
extras/__init__: Declare __all__ 1 year ago
Felix Stupp 8d5ac34bc6
Separate MediaThumbnail & *Cache tables 1 year ago
Felix Stupp 0271728366
Reformat code 1 year ago
Felix Stupp e6fa101c1d
MediaThumbnail.download: Raise error if thumbnail has no valid mime type 1 year ago
Felix Stupp 518e0fd675
Add rss extractor 1 year ago
Felix Stupp 159e8842e4
TVMaze: Auto remove older episodes 1 year ago
Felix Stupp 4d7b3a09ab
extractors/collection/tmdb: Remove unused imports 1 year ago
Felix Stupp ee6d235a6c
TMDB: Use TagKey for predefined & genre tags 1 year ago
Felix Stupp 4d10e70fb2
TMDB: Add new type for GenreTitle 1 year ago
Felix Stupp e24b5b2458
TVMaze: use predefined series tag instead of general video tag 1 year ago
Felix Stupp 0d84f14eec
Add "type: ignore" to packages without types 1 year ago
Felix Stupp 327919d469
Reformat code 1 year ago
Felix Stupp 2af78f0a81
extractors/media/tmdb: Remove unused import 1 year ago