431 Commits (838840d1a0b82d32c9e47ecaa785841dedf3a598)
 

Author SHA1 Message Date
Felix Stupp 49c5d47893
Extracted youtube datatypes to extractors/all module 3 years ago
Felix Stupp 3a19ecbfcc
youtube: Add support for working with extracted keywords 3 years ago
Felix Stupp 6a232bfab9
extractors/*/youtube: Also allow mobile URIs 3 years ago
Felix Stupp e043265b23
Add support for configuring DB charset 3 years ago
Felix Stupp 15bb848610
tag_scoring: Rework share_score to be recursive on direct tags 3 years ago
Felix Stupp 52c7934acb
Decouple tag_scoring from model entities
By using Protocol typing
3 years ago
Felix Stupp 8472fc4c0d
Add maintenance page with button to scrub temporary tags 3 years ago
Felix Stupp ed1e5b3f26
Extract temporary tag management in own methods
Also added way to uniquely identifiying them
3 years ago
Felix Stupp 059111068a
update_element_lookup_cache on forced single update 3 years ago
Felix Stupp eaa2bcbfe2
Improved change detection for updates 3 years ago
Felix Stupp 5bbef2a5a1
recommendations/adaptive: Require max_length, ask if not given
- to speed up usage of adaptive recommendations
- as users had no chance of inserting a max length (which speeds up
calculation) before a first general search was started
- now users can insert a max length before starting a first calculation
3 years ago
Felix Stupp 328f234711
Refractor models.py into 2 submodules 3 years ago
Felix Stupp 9fabb39f86
models: Reformat generate_preference_list in sub-methods 3 years ago
Felix Stupp da6c58e058
generate_preference_list: Add list prefilter 3 years ago
Felix Stupp a29da46bfe
generate_preference_list: Use SQL to retrieve tags of elements 3 years ago
Felix Stupp 5a16fc5dc6
models: generate_preference_list: Add comments 3 years ago
Felix Stupp c4f9d7aac1
models.py: Reformat code 3 years ago
Felix Stupp 8810f4cc6d
models.py: Declare TypeAlias explicitly 3 years ago
Felix Stupp d6d65574bd
Add adaptive recommendations 3 years ago
Felix Stupp 5b875a6e05
models: generate_preference_list:gen_score: rewrite 3 years ago
Felix Stupp 4775ee582b
Tag: make notes nullable 3 years ago
Felix Stupp 4a7381ea8e
tag_list: Show tag notes 3 years ago
Felix Stupp d8bfb5061d
Allow to manually set single media dependencies 3 years ago
Felix Stupp e964b3f3f3
Add button to show recommendation per media 3 years ago
Felix Stupp b41e40dea8
Add sidebar with common recommendations (short filler, series episode, movies) 3 years ago
Felix Stupp c51a9acbe9
generate_preference_list: Declare base as optional 3 years ago
Felix Stupp 073af5d2e6
thumbnail view: Allow selecting multiple elements to mark as
first JavaScript supported feature
3 years ago
Felix Stupp 9fd314115a
thumbnail view: Hide common trails on media titles in collections 3 years ago
Felix Stupp 73343f0f82
macros/thumbnail_view_list: Allow faster mass check for considerable overlay 3 years ago
Felix Stupp 688433d22a
thumbnail view: Add overlay to unconsidered media
- calling functions can define, if overlay or check for considerable is required
3 years ago
Felix Stupp 4866901159
thumbnail view: Search for collection link if requested
- uses one found, if only one was found to prevent issues when multiple
would be possible
3 years ago
Felix Stupp e8ee39aa29
thumbnail view: Link to collection if known & requested 3 years ago
Felix Stupp a2c7ad2bbe
thumbnail view: show left time when video started 3 years ago
Felix Stupp d1a303caa5
thumbnail view: Show colored marker when video already started 3 years ago
Felix Stupp eab216407d
thumbnail view: Show colorful overlay when watched/ignored 3 years ago
Felix Stupp 9fda8b376a
thumbnail view: show overlay when buttons are displayed 3 years ago
Felix Stupp 6f0241982e
Implement thumbnail view 3 years ago
Felix Stupp 0ca9fc0dca
app.py: Add missing imports & type var already used 3 years ago
Felix Stupp feecb6b3a1
tag_list: Add title to tag ids for super/sub tags
shown with mouse hover
3 years ago
Felix Stupp 0acac98226
dashboard: Rename header "Other latest video", remove "other" 3 years ago
Felix Stupp 7a4dbe5e53
dashboard: Link to all pinned collections when no episodes to watch are found 3 years ago
Felix Stupp 2a3a97a6e8
Add watch in order toggle button to collection table 3 years ago
Felix Stupp ac652762fd
Show count & to watch count in collection table
Calculated using SQL and not Stats class
3 years ago
Felix Stupp 18a2294cc8
Do not show collection statistics in collection table
Too ineffiecient for using on (nearly) all collections the same time
3 years ago
Felix Stupp 269bdc140c
Hide collection id in collection table 3 years ago
Felix Stupp d9a95dae1a
Show thumbnail of next or first episode in collection list 3 years ago
Felix Stupp 5beb0a8bdf
Do not use fragment on next episode of collection 3 years ago
Felix Stupp c33f59873b
Do not show random val on recommendations
- no recommendation algo uses random values anymore
3 years ago
Felix Stupp 001db8712b
Set single extractor uri field on autofocus 3 years ago
Felix Stupp bf5049ce25
Add mass extract support for collections & medias 3 years ago