394 Commits (6cba603d9ca514ae1e7ae518e043a81b1b3c27cb)
 

Author SHA1 Message Date
Felix Stupp 0ca9fc0dca
app.py: Add missing imports & type var already used 2 years ago
Felix Stupp feecb6b3a1
tag_list: Add title to tag ids for super/sub tags
shown with mouse hover
2 years ago
Felix Stupp 0acac98226
dashboard: Rename header "Other latest video", remove "other" 2 years ago
Felix Stupp 7a4dbe5e53
dashboard: Link to all pinned collections when no episodes to watch are found 2 years ago
Felix Stupp 2a3a97a6e8
Add watch in order toggle button to collection table 2 years ago
Felix Stupp ac652762fd
Show count & to watch count in collection table
Calculated using SQL and not Stats class
2 years ago
Felix Stupp 18a2294cc8
Do not show collection statistics in collection table
Too ineffiecient for using on (nearly) all collections the same time
2 years ago
Felix Stupp 269bdc140c
Hide collection id in collection table 2 years ago
Felix Stupp d9a95dae1a
Show thumbnail of next or first episode in collection list 2 years ago
Felix Stupp 5beb0a8bdf
Do not use fragment on next episode of collection 2 years ago
Felix Stupp c33f59873b
Do not show random val on recommendations
- no recommendation algo uses random values anymore
2 years ago
Felix Stupp 001db8712b
Set single extractor uri field on autofocus 2 years ago
Felix Stupp bf5049ce25
Add mass extract support for collections & medias 2 years ago
Felix Stupp 01c1276a90
Sort collections of media element by title 2 years ago
Felix Stupp 41cd85ebbe
media_element: Show average release of all relevant collections 2 years ago
Felix Stupp cdb6cb754d
Display release date of media element in form "X months ago" 2 years ago
Felix Stupp a3a304e097
Add form to set progress on media element 2 years ago
Felix Stupp 22418120e9
Show thumbnail of media element aside description 2 years ago
Felix Stupp fa32bb2439
Show description of media element if set 2 years ago
Felix Stupp 986d322f83
Retheme media_element html template
- for further additions
2 years ago
Felix Stupp 120a42476a
templates/macros: Allow embeddings into post_form 2 years ago
Felix Stupp a03f31222c
Show sub collections of a collection 2 years ago
Felix Stupp cce84e5ac4
Show collection description if set 2 years ago
Felix Stupp 41e23f33a0
Show average release length for collections 2 years ago
Felix Stupp 4c9ce313e2
Show count of elements in a collection 2 years ago
Felix Stupp a77cf3ce8f
Translate "umschalten" to "toggle" 2 years ago
Felix Stupp 395bf74f0c
Show button to toggle Collection's ignore 2 years ago
Felix Stupp c97559ed62
Reworked ExtractedData classes, split into Offline & Online 2 years ago
Felix Stupp bba57e82d8
app.py: Rewrite & add type hints and guards for mypy 2 years ago
Felix Stupp 487b126fe1
Add aggregated extraction support 2 years ago
Felix Stupp 0d75fa72bd
Add TMDB extraction support 2 years ago
Felix Stupp 1139219e23
Add support for TVMaze extraction 2 years ago
Felix Stupp 9ffb34b972
Use ExtractedDataLight where data cannot be supplied 2 years ago
Felix Stupp d6768135f3
MediaExtractor: Fix type hints to Generic from super class 2 years ago
Felix Stupp 9c7fd0d4cd
Extract media_extract_uri_new from media_extract_uri 2 years ago
Felix Stupp 0554dcff18
Extract collection_extract_uri_new from collection_extract_uri 2 years ago
Felix Stupp af1c279eb3
YouTubeCollectionExtractor: Set creator if already extracted 2 years ago
Felix Stupp 9b31fb73cb
YouTubeCollectionExtractor: Set a release_date determined by first video 2 years ago
Felix Stupp cacc6e9a05
YouTubeCollectionExtractor: Reformat code 2 years ago
Felix Stupp 4a690688f6
YouTubeCollectionExtractor: Use sorting_method to sort channel videos by date 2 years ago
Felix Stupp 8f100ad917
YouTubeCollectionExtractor: Extract description 2 years ago
Felix Stupp 7913cd3561
YouTubeCollectionExtractor: allow partial-only updates on channels 2 years ago
Felix Stupp 2dd0b575fa
TT-RSS: Set collection author & watch in order auto val 2 years ago
Felix Stupp e4a50288d6
Enable mark_as_read for TT-RSS extractor 2 years ago
Felix Stupp 081964a336
Add many properties to MediaCollection 2 years ago
Felix Stupp fc35a62871
Extract set_watch_in_order_auto to MediaCollection 2 years ago
Felix Stupp 97796ce499
Remove unused methods from PreferenceScore
- order_by_score & get_first_by_score
- easily replaceable by sorted / min calls
2 years ago
Felix Stupp 8cedaee7ba
generate_preference_score: Add static scores
for following properties:
- id (for consistent order)
- age
- began to watch
- count of tags
- times pinned
2 years ago
Felix Stupp 3c64bc6f66
generate_preference_score: Add auto tag for extractor 2 years ago
Felix Stupp 0e266c55b6
generate_preference_list: Use set instead of recalling object_gen
- removes advanced feature of listing blocked videos ahead
  - was not practical for UI as videos were displayed which "require" others
- using a set to manage still to consider videos makes method way faster
2 years ago