490 Commits (master)

Author SHA1 Message Date
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
Felix Stupp bd77ed7fb0
generate_preference_list: Move var res_ids to appropiate section 2 years ago
Felix Stupp 0599b03daa
generate_preference_list: Separate sections of god method 2 years ago
Felix Stupp 1145a09e3e
generate_preference_list: Add "collection tags" by iter collections
itering collections than elements for their collections is most of the
time faster as mostly all collections are involved
2 years ago
Felix Stupp 748201ec2b
generate_preference_list: Revert Tag table auto incr value
- not reverted by default when ROLLBACK on MariaDB is issued
- resetting to 1 works because DB will still ensure no duplicates occure
2 years ago
Felix Stupp 7b96a6e2c6
Add MediaCollectionLink.desc_sort_key 2 years ago
Felix Stupp 0b44e77677
Reorder attributes of MediaCollection 2 years ago
Felix Stupp 7248ef96cd
entertainment_decider/models: Add return types for mypy 2 years ago
Felix Stupp e53ffccef3
Reorder & categorize MediaElement attributes 2 years ago
Felix Stupp 9ea4a728d6
Rework Tagable implementation
Split into orm compatible & non-compatible methods

FIX Tagable on MediaElement

FIX Tagable MediaColl
2 years ago
Felix Stupp c7b63dfedb
models: Fix build of custom table defs
- missing .items() call for "for" with dict
- missing db session on setup
2 years ago
Felix Stupp bbaa79f20a
models:table_exists: use pony-given approach 2 years ago
Felix Stupp 51a13abb88
entertainment_decider/models: Remove TODO about static table names 2 years ago
Felix Stupp fd7d413fe2
Add MediaElement properties detected_{creators,playlists} 2 years ago
Felix Stupp c8d755770f
Allow PreferenceScore.adapt_score to apply only flat 2 years ago
Felix Stupp c766ca1c58
Reformat PreferenceScore.adapt_score 2 years ago
Felix Stupp ee9f89a87d
Tagable: Implement tag_hierachy & all_tags separately
Other implementation of all_tags makes it much, much faster
2 years ago
Felix Stupp d56cf1ae94
TagTreeElement.shareScore: Filter tags for score sharing by use_for_preferences 2 years ago
Felix Stupp 760010e743
Rewrite PreferenceScore.(from|to)_base64 to method chaining
Solves mypy issues while looking clean
2 years ago
Felix Stupp a039aafff2
PreferenceScore.calculate_score improved 2 years ago
Felix Stupp 4f0c8cb82d
Adapt to renaming send_file parameters of Flask 2 years ago
Felix Stupp cf80adda94
Declare MediaCollection.release_date nullable 2 years ago
Felix Stupp 51c1ee5c08
Add missing Optional on _load_object & use explcit is None checks 2 years ago
Felix Stupp 2214df4561
Add capability to inject episodes from collection updates 2 years ago
Felix Stupp 7c96aaa6a7
Avoid circular dependency by moving import into function 2 years ago
Felix Stupp 39b3ac278b
extractors: Add & Fix return types
tt_rss's _update_object_raw should have never returned a str
2 years ago
Felix Stupp 7c5d8e7748
entertainment_decider/models: Clean code for mypy
- add return types
- rename used TypeVar to avoid override
- adapt type of MediaCollection.creator to reflect Optionality
2 years ago
Felix Stupp c59000847d
Decrease external cache time for ytdl to 1 day 2 years ago
Felix Stupp 94fc20cb89
Declare entertainment_decider/extractors a module
by creating an empty __init__.py
2 years ago
Felix Stupp 6ab8781520
Add way to inject object while extracting
To save extracting work, if e.g. updating a collection also receives
data about medias in it (which then do not need any more requests)
2 years ago
Felix Stupp ae047a0c47
extractors/generic: Clean code
- Reformat
- Add return types
- Remove unrequired imports
2 years ago
Felix Stupp 5d68e03971
common: Add helper for string trimming
like defined in PEP 257
2 years ago
Felix Stupp 43e1d6902f
common: Add helper to convert date to datetime 2 years ago
Felix Stupp ddb248ca62
common: Add type hints to call helper 2 years ago
Felix Stupp 051d4a7ccd
Added logging to suitable extractor search 2 years ago
Felix Stupp f8b9825a2a
TtRssCollectionExtractor: Increase cache timeout to 15 minutes 2 years ago
Felix Stupp e486dccf8e
Add capability to mark TT-RSS feed items as read 2 years ago
Felix Stupp 321847446b
Add sorting mechanism post collection update
e.g. sort some collections strictly on release date
(if collection author is not capable of sorting them ...)
2 years ago
Felix Stupp f51cbc31c3
CollectionExtractor._add_episode: Only log on link change 2 years ago
Felix Stupp a1b64d8644
extractors/collection/base: Reformat code 2 years ago
Felix Stupp ed8fc4439e
Introduce dynamic cache calculation for YouTube collection 2 years ago
Felix Stupp 49cff6f300
uri_suitable: Explicitly check for "is not None" & use helper methods
- helper for convertion from boolean to SuitableLevel
2 years ago
Felix Stupp 54748a9540
_check_cache_expired modified to be able to access full object
for more advanced calculations about caching
2 years ago
Felix Stupp 2e97563e0e
YtdlMediaExtractor._update_object_raw: Add return type 2 years ago
Felix Stupp bdfcd43a5f
models: Extract common Uri methods to own class 2 years ago
Felix Stupp f282ad7ff1
Add property MediaElement.average_release_per_week{,_now} 2 years ago
Felix Stupp 9e4b2bab5e
Add property MediaElement.started 2 years ago
Felix Stupp 3f68d4c5fd
MediaThumbnail.data: Add reason for lazy setting 2 years ago
Felix Stupp a9cae7ab1e
MediaCollection: Add indices to keep_updated, pinned, watch_in_order
for faster DB requests
2 years ago
Felix Stupp abf01da286
MediaElement: Add indeces to watched & ignored & compositum of both 2 years ago
Felix Stupp 5267f98cad
Add MediaCollection.description attribute / column 2 years ago
Felix Stupp 214cfdffba
MediaCollection.add_episode: automatically mark new episodes or ignored colls as ignored 2 years ago
Felix Stupp fac70231e8
MediaCollection.add_episde: detect change & act accordingly
- only apply changes if episode is new or new data is given
- flush only if changes are given
- return link only on changes / creation
2 years ago
Felix Stupp 4a0a6b918a
models.py: Reformat code 2 years ago
Felix Stupp 52a5aa29d7
models: Make table names non-hardcoded 2 years ago
Felix Stupp 66c37e72aa
models: Extract table name "element_lookup_cache" to constant 2 years ago
Felix Stupp f810591c2c
Revert "Add ConsideredMediaGenerator"
This reverts commit a5844cc424,
because developed method was not fast enough & it was faster to use a
SQL native method developed afterwards
2 years ago
Felix Stupp a5844cc424
Add ConsideredMediaGenerator
Developed for faster method to find considerable media
2 years ago
Felix Stupp 7e5e58c487
models.py: Reformated code 2 years ago
Felix Stupp ef09aea0b5
MediaElement: Add index to release_date 2 years ago
Felix Stupp e5dc2db760
MediaElement.watched: Fix column name 2 years ago
Felix Stupp bbe2280255
macros: Add collection_entry macro
- similar to media_entry / link_entry
- unused for now
2 years ago
Felix Stupp 1c9c6a2502
CSS: Design navigation bar and fix onto top border 2 years ago
Felix Stupp 4df5138b82
CSS: Decrease default font size of buttons 2 years ago
Felix Stupp d4afa9028e
CSS: Increase margin&padding of buttons 2 years ago
Felix Stupp a716581337
macros:media_element_buttons: Use icons replacing text 2 years ago
Felix Stupp 2053cda5e1
macros:link_position_marker: Fix conditional comma 2 years ago
Felix Stupp 0d09b10f01
macros.htm: Make fragment usage configurable 2 years ago
Felix Stupp d0136640bd
Add CSS class to play_button 2 years ago
Felix Stupp 21365a5e24
Change play button default symbol to play icon 2 years ago
Felix Stupp 47aeeb5f34
Make play button content / symbol configurable 2 years ago
Felix Stupp 6ec7da89a9
Restrict play links to videos from ytdl / youtube
- others sadly cannot be played by mpv
2 years ago
Felix Stupp 4c9b1b0845
Link from collection to its creator if exists 2 years ago
Felix Stupp 7ff9a821c5
Add buttons to set marks on collections 2 years ago
Felix Stupp e028e0abf7
app:show_collection: extract max count 2 years ago
Felix Stupp 1b8b684b73
Add endpoint /collection/overview
- for latter added mass extract collection
2 years ago
Felix Stupp f89215e45b
Add listing for all collections 2 years ago
Felix Stupp 2aa23dec2e
app: List only root collections on collection/to_watch 2 years ago
Felix Stupp 874532572b
app: Separate _list_collections and _by_filter 2 years ago
Felix Stupp da2ca3aed4
Add support to input progress as H:MM:SS 2 years ago
Felix Stupp 8834227335
app.py: Reformat code 2 years ago
Felix Stupp 4e341f9e16
app.py: Remove unused import for jsonify 2 years ago
Felix Stupp 2ae09f1130
app.py: Reformat code 2 years ago
Felix Stupp 93eaeb7c02
app.py: Make filter timedelta handle None values 2 years ago
Felix Stupp 060662a5a1
app.py: Rename filter timedelta while keeping filter name
- to make name timedelta free
2 years ago
Felix Stupp fd109ea1e5
app.py:encode_options: Improve type hints 2 years ago
Felix Stupp 04565affb2
Add & use this_url template global helper 2 years ago
Felix Stupp 2e767fddf0
Make buttons in media tables more responsive 2 years ago
Felix Stupp 8ca61f27e9
Make media table headers shorter with blanks / icons 2 years ago
Felix Stupp 68e1394402
macros.htm: Reformat code & remove surrounding whitespace from formatting 2 years ago
Felix Stupp e5f26caff3
CSS: Enforce single-line buttons uniformly 2 years ago
Felix Stupp 92cd6e2c28
CSS: Set cursor for buttons to be uniform
- pointer for enabled buttons
- default for disabled buttons
2 years ago
Felix Stupp 057de7cd75
CSS: Remove default border from buttons 2 years ago
Felix Stupp 7a76c388ba
CSS: Retheme buttons 2 years ago
Felix Stupp b5f4f5dcf8
CSS: Set margin for commonly used h1,h2 and ul 2 years ago
Felix Stupp c0c499c30a
CSS: Set line height for body
for more compact design
2 years ago
Felix Stupp 99c32f4e81
CSS: Set margin for body 2 years ago
Felix Stupp a36d97daa3
CSS: Fix font globally 2 years ago
Felix Stupp d3c12ed79a
CSS: Collapse link styling to :any-link 2 years ago
Felix Stupp 5587bc4a74
Redesign coloring to dark theme with purple accent 2 years ago
Felix Stupp fa8cdca0db
Add reset CSS stylesheet 2 years ago
Felix Stupp f8ef40ba92
navi: Shorten Refresh button by using icon 2 years ago
Felix Stupp dfa6ee4a40
navi: Surround navigation buttons with div.navigation for CSS 2 years ago
Felix Stupp f5de2a3bbc
navi: Write out "Statistics" 2 years ago
Felix Stupp 4977c177ba
navi: shorten some names by removing words or replacing with icons 2 years ago
Felix Stupp 62e2beeab7
Add site listing long media
- longer than 10 minutes
- in opposition to short media
- added to navigation header as well
2 years ago
Felix Stupp 26dc7f7910
navi: add icon to Home link 2 years ago
Felix Stupp d31296af83
Add query stats for debugging 2 years ago
Felix Stupp 00b838fea7
stats: Add overall progress 2 years ago
Felix Stupp 3c7bb0fe68
templates: move stats.htm to stats/main.htm 2 years ago
Felix Stupp 7ea87a1e0d
Use element_lookup_cache
- caches by what elements other elements are blocked
- resolves lookups for ordered playlists
2 years ago
Felix Stupp 05fcd9fb6a
MediaElement: add direct blockings 2 years ago
Felix Stupp 53185505b1
MediaElement.left_length: return 0 if watched 2 years ago
Felix Stupp a923d99e82
MediaElement.can_considered: Only request data for ordered collections 2 years ago
Felix Stupp cc8cb6b072
models: Redefine Query to be more usable for type hinting 2 years ago
Felix Stupp 85363aed4b
MediaElement.can_considered: verify video already released 2 years ago
Felix Stupp 5c97fe4b77
Implemented element_lookup_cache
- not used for now
2 years ago
Felix Stupp 96774bc43e
Add support for custom tables 2 years ago
Felix Stupp 5dd2e85035
app.py: Remove calls to not yet commited function 2 years ago
Felix Stupp 4dc3cfe98b
app: Pin directory for static files to default one 2 years ago
Felix Stupp d014a06d60
server: Reformat code 2 years ago
Felix Stupp dcd8952604
server: Disable DB debug mode by default 2 years ago
Felix Stupp a3af276918
Fix adding began videos to dashboard
Missed to pass began videos from DB to template
2 years ago
Felix Stupp bf4ba5b0ac
Fix applying env config converters correctly
- replacing on `is not None` wasn't implemented correctly
2 years ago
Felix Stupp b589b4b42c
add support for configuring pony's DB port 2 years ago
Felix Stupp 2a7654bf9f
Add helper annotation for profiling functions 2 years ago
Felix Stupp 3cfe880ac0
app: remove unused import 2 years ago
Felix Stupp babdf8ff64
extr/media/youtube: Reraise exceptions from extraction as ExtractionErrors 2 years ago
Felix Stupp 33ac573a57
extr/media/youtube: Ignore live streams until they are available as VOD 2 years ago
Felix Stupp 922c9fd5a2
extr/media/youtube: Rename extractor to "youtube" 2 years ago
Felix Stupp 0debf4d875
extr/media/youtube: support embed & shorts video links 2 years ago
Felix Stupp 5479db90b8
extr/media/youtube: Also support youtube-nocookie links 2 years ago
Felix Stupp 35024597df
extr/media/youtube: Rewrite URI so extractor works deteministicly 2 years ago
Felix Stupp 6bb65981c9
extr/media/youtube: Explicit check for suitable URI 2 years ago
Felix Stupp 902dd1a6bf
models:MediaCollection: Add creator / created_collections relation 2 years ago
Felix Stupp 6f9adbfc25
models: Make Query Type hacky typeable 2 years ago
Felix Stupp 96e12f6fe8
extr/coll,media/youtube: Move setting URLs to media extractor 2 years ago
Felix Stupp 4e62a3fe70
extr/media/youtube: Extract description 2 years ago
Felix Stupp c9c60d4e2b
extr/media/ytdl: Extract description 2 years ago
Felix Stupp 2e9df67e86
models: Add optional description to MediaElement 2 years ago
Felix Stupp 683a7a2555
extr/media/ytdl: Add thumbnail of video 2 years ago
Felix Stupp cfa3012798
extr/media/ytdl: Restrict to https?:// urls 2 years ago
Felix Stupp f0af32c099
Extract media thumbnail automatically from YouTube 2 years ago
Felix Stupp dfee06106f
ent_dec/extr/med/base:MediaExtractor._get_auth_d: Fix not using TypeVar 2 years ago
Felix Stupp f236db4084
Format code
- server/entertainment_decider/common.py
- server/entertainment_decider/extractors/all/tt_rss.py
- server/entertainment_decider/extractors/all/ytdl.py
- server/entertainment_decider/extractors/collection/__init__.py
- server/entertainment_decider/extractors/collection/tt_rss.py
- server/entertainment_decider/extractors/collection/youtube.py
- server/entertainment_decider/extractors/generic.py
- server/entertainment_decider/extractors/helpers.py
- server/entertainment_decider/extractors/media/__init__.py
- server/entertainment_decider/extractors/media/base.py
- server/entertainment_decider/extractors/media/youtube.py
- server/entertainment_decider/extractors/media/ytdl.py

Applied automatically using black
2 years ago
Felix Stupp b7cbcbd540
Reformat models.py 2 years ago
Felix Stupp a76eb796ee
dashboard: Add began videos 2 years ago
Felix Stupp f0bf0a333c
dashboard(): Apply limit of links_f_pinned_colls at end 2 years ago
Felix Stupp 958b815277
dashboard: Sort links of pinned collections by release date 2 years ago
Felix Stupp e26817e6db
dashboard(): Rework pinned colls usage of already_listed
- moved to single update command for more performance
- required additional check in other set if link already given
- feels more unified to other, upcoming implementations
2 years ago
Felix Stupp 5843992af1
dashboard(): Rework links_f_pinned_colls var to be set 2 years ago
Felix Stupp c2eb7a3d6a
dashboard(): rename & replace already_listed var 2 years ago
Felix Stupp 47d823d56f
Format code 2 years ago
Felix Stupp c081486eca
dashboard: increase limits 2 years ago
Felix Stupp 5d6f781f15
Add (force) refresh button for media 2 years ago
Felix Stupp 705eddd327
force_refresh_collection: Ignore cache timeout check 2 years ago
Felix Stupp c12b96a00b
refresh_collections: Return error messages 2 years ago
Felix Stupp b15cdaed9a
Remove "Old Variety" recommendations
- will be replaced with adaptive recommendations
2 years ago
Felix Stupp 85b748f5e6
Remove Binge recommendations
- will be replaced with
  - single video recommendations
  - adaptive recommendations
2 years ago
Felix Stupp 374f08dec9
server/app: import single names from datetime module 2 years ago
Felix Stupp 3fea70f584
api_collection_element: Explain TODO for wio_auto better 2 years ago
Felix Stupp 65f7f3ac9d
api_colllection_element: Update wio_auto after other value changes 2 years ago
Felix Stupp 2bb9e78e63
api_collection_extract: Rename var m to c for collection 2 years ago
Felix Stupp e727561355
Add route for media thumbnails 2 years ago
Felix Stupp 44eb0850f0
Add thumbnail support to MediaElements 2 years ago
Felix Stupp d41f2d2945
Format code 2 years ago
Felix Stupp c5eecef42d
Add "last updated" to stats page
- inferred by looking at last updated collections
- may be wrong if "add collection" was used, but should work fine most times
2 years ago
Felix Stupp bd72ad77bb
Reformat code (partially using black) 2 years ago
Felix Stupp 4e6e646c87
server/.gitignore: Exclude sql files 2 years ago
Felix Stupp 188bf369aa
Hide collection elements and link to subpage for big collections 2 years ago
Felix Stupp dc0b8d0867
templates/collection_element: Order episodes after links 2 years ago
Felix Stupp 29472e42a2
Sort links on element pages to ensure same generated sites 2 years ago
Felix Stupp d73cda2e5b
MediaCollection.completed: Rewrite to use orm/db mapping 3 years ago
Felix Stupp b42611f38c
MediaCollection.next_episode: Moved operation into orm/db 3 years ago
Felix Stupp 043c49c0e1
MediaCollection.__to_watch_epsiodes: Replaced watched/ignored check with skip_over 3 years ago
Felix Stupp 73a48f502c
Added PreferenceScore.get_first_by_score and used for performance 3 years ago
Felix Stupp d0c2aab529
Added youtube media extractor based on new version of youtubesearchpython 3 years ago
Felix Stupp 075b0a544c
extractors.SuitableLevel: Added methods for fancy tenary's 3 years ago
Felix Stupp 9d0fc6b08c
PreferenceScore: Add methods to pickle to/from json/base64 3 years ago
Felix Stupp 840a85c62f
MediaCollection.__to_watch_episodes: Add pony's Query as return type 3 years ago
Felix Stupp 0c205b2a43
MediaCollectionLink: Extract sort_key as replacement for natural_sort 3 years ago
Felix Stupp 20ce11b9e7
TagRootElement.share_score: Also abort if points to share are 0 3 years ago
Felix Stupp 5743b70d96
models ignored_recurive: Reworked for simplicity 3 years ago
Felix Stupp 099b3423e9
models ignored_recursive: Fix searching links for this episode 3 years ago
Felix Stupp 862cf78c74
models: Fix column name of MediaElement.ignored 3 years ago
Felix Stupp a51aa48941
extractors/collection: Extract _add_episode into base 3 years ago
Felix Stupp 629e125838
models: MediaCollection: Increase effiency of completed property 3 years ago
Felix Stupp b41ecfb080
server: Add endpoint for unsorted media 3 years ago
Felix Stupp 7b4112b960
server: Added endpoint for short media 3 years ago
Felix Stupp 1e2a7b2569
app: Add endpoint for listing collections with unwatched episodes 3 years ago
Felix Stupp 4fbbb71254
server: Extract _list_collections from list_collections endpoint 3 years ago
Felix Stupp 0c1b82a9cd
Add general overall dashboard 3 years ago
Felix Stupp cb0d5dae29
app: Add simple page for pinned collections 3 years ago
Felix Stupp 60ba3c8919
collection_element.htm: Add UI for pinned property 3 years ago
Felix Stupp 8100e2efce
app: Add pinned to be a property modifiably using API 3 years ago
Felix Stupp 39d8c4f535
models: Add MediaCollection.pinned property 3 years ago
Felix Stupp 87b4fb03ea
models: Fix MediaElement.can_considered check for being next episode 3 years ago
Felix Stupp 70805c18de
Add generic body_header with navigation bar 3 years ago
Felix Stupp 03a97fc975
app: Convert refresh collection(s) API endpoints to POST
- following REST specification that GET should never change data
3 years ago
Felix Stupp 269db05250
app: Remove depreacted page /media/length 3 years ago
Felix Stupp 2e19d06f93
macros.htm: Extract link_position_marker() macro 3 years ago
Felix Stupp 76024c0e12
macros.htm: Extracted macro media_table from media_list.htm 3 years ago
Felix Stupp 94ac7028be
media_list.htm: Remove progress column as not required anymore 3 years ago
Felix Stupp cb91ec1325
macros.htm: Add support to send progress to client on using play button 3 years ago
Felix Stupp 66502e5c08
server: moved as_play_link from being a filter to a macro 3 years ago
Felix Stupp 0e468d457f
macros.htm: Fix support for fragments in hidden_redirect_back 3 years ago
Felix Stupp 3c7310f970
media_element.htm: Add tags to info 3 years ago
Felix Stupp adf95f3e5c
media_element.htm: Add info about length with progress 3 years ago
Felix Stupp e119f55640
Add recommendation pages for variety and binge 3 years ago
Felix Stupp 23c079abc1
app: Added API endpoint to update all collections and specific ones 3 years ago
Felix Stupp 381ec54796
Added page for UI for tag list 3 years ago
Felix Stupp ce01248ec2
app: Added stats used in frontend 3 years ago
Felix Stupp e16920b9f7
Add endpoint and UI page for extracting new collections 3 years ago
Felix Stupp 9263e43161
app: Remove unused endpoint update_collection 3 years ago
Felix Stupp 835ce40f89
collection_list.htm: Add tags as column 3 years ago
Felix Stupp 53cc489026
collection_list.htm: Add id as column 3 years ago
Felix Stupp b20cc7b0f2
collection_list.htm: Add ignored count as column 3 years ago
Felix Stupp bc03d086ca
collection_list.htm: Move title column at end 3 years ago
Felix Stupp b2728c36c9
collection_element: Add tags to UI 3 years ago
Felix Stupp 20820eb3cb
collection_element.htm: Add stats to element info 3 years ago
Felix Stupp 67569da5f6
collection_element: Fix post_form for keep_updated to check same property 3 years ago
Felix Stupp 0d51df0dc6
media_list: Replace length column with "to watch"/"left length" 3 years ago
Felix Stupp 0fc1a1ec0d
media_list.htm: Change length row to fancy length format 3 years ago
Felix Stupp 5b78e8120c
add MediaCollection|MediaElement.add_single_uri and rewrite appropiate usages 3 years ago
Felix Stupp c77e0ac81e
entertainment_decider/extractors/generic: Add debug log for skipped elements due to cache timeout 3 years ago
Felix Stupp 18ec39e7b2
extractors/collection/tt_rss: Remove debug priting for labels 3 years ago
Felix Stupp b982f7b5bb
extractors/collection/tt_rss: Decrease cache timeout to 10 minutes 3 years ago
Felix Stupp c99c69b7df
extractors/collection/*: Fix check for cache timeout 3 years ago
Felix Stupp 6b45d0fbd1
extractors/{collection,media}: Add *_update method 3 years ago
Felix Stupp 4d5f5ea4d4
extractors/{collection,media}: Extract *_expect_extractor "partial" method 3 years ago
Felix Stupp ab61adbf38
macros.htm media_entry_content: Add length as visible property 3 years ago
Felix Stupp 6e002db353
Added API endpoint media/extract and simple UI page 3 years ago
Felix Stupp e37bbd60f0
macros.htm: Extract macro hidden_redirect_back() from post_form() 3 years ago
Felix Stupp 2c8ac872cb
macros.htm: Colorize links darkblue instead of blue 3 years ago
Felix Stupp ed7115b945
macros.htm: Colorize table rows alternating 3 years ago
Felix Stupp bf14abc887
models: Fix MediaElement.can_considered to check if next episode link is None 3 years ago
Felix Stupp f989f75806
models: Rewrite MediaElement.ignored_recursive to use fast SQL request to count 3 years ago
Felix Stupp bf548f13ad
models: let MediaElement.left_length return 0 if video already watched 3 years ago
Felix Stupp 26ea1d6451
models: Add missing "super_tags" property to Tag 3 years ago
Felix Stupp d32e8feddd
models: Fix Tagable to correctly return TagTreeElement's and not Tags 3 years ago
Felix Stupp 37e7d602e8
models.py: Fix Tagable.assigned_tags to raise NotImplementedError 3 years ago
Felix Stupp 04d73f253d
models: Fix points on (TagRootElement|TagTreeElement).share_score to be float 3 years ago
Felix Stupp f2d35e0c92
media_list.htm: Remove "Consider" column as always yes 3 years ago
Felix Stupp 5d59a85f8c
media_list.htm: Remove full length at top (replaced with /stats page) 3 years ago
Felix Stupp b34c563ea8
Filter general media list to newest 100 videos which "can_considered" 3 years ago
Felix Stupp 0bbd7349a0
app filter timedelta: Rebuild to UI friendly filter 3 years ago
Felix Stupp c7df6b9fce
stats.htm: Add stats for ignored / to watch videos 3 years ago
Felix Stupp 1f0751a89b
stats.htm: Add support for average length of videos 3 years ago