90 Commits (03a97fc975ef4d4f222f4dc2856a385f77f8c7ab)

Author SHA1 Message Date
Felix Stupp 03a97fc975
app: Convert refresh collection(s) API endpoints to POST
- following REST specification that GET should never change data
4 years ago
Felix Stupp 269db05250
app: Remove depreacted page /media/length 4 years ago
Felix Stupp 2e19d06f93
macros.htm: Extract link_position_marker() macro 4 years ago
Felix Stupp 76024c0e12
macros.htm: Extracted macro media_table from media_list.htm 4 years ago
Felix Stupp 94ac7028be
media_list.htm: Remove progress column as not required anymore 4 years ago
Felix Stupp cb91ec1325
macros.htm: Add support to send progress to client on using play button 4 years ago
Felix Stupp 66502e5c08
server: moved as_play_link from being a filter to a macro 4 years ago
Felix Stupp 0e468d457f
macros.htm: Fix support for fragments in hidden_redirect_back 4 years ago
Felix Stupp 3c7310f970
media_element.htm: Add tags to info 4 years ago
Felix Stupp adf95f3e5c
media_element.htm: Add info about length with progress 4 years ago
Felix Stupp e119f55640
Add recommendation pages for variety and binge 4 years ago
Felix Stupp 23c079abc1
app: Added API endpoint to update all collections and specific ones 4 years ago
Felix Stupp 381ec54796
Added page for UI for tag list 4 years ago
Felix Stupp ce01248ec2
app: Added stats used in frontend 4 years ago
Felix Stupp e16920b9f7
Add endpoint and UI page for extracting new collections 4 years ago
Felix Stupp 9263e43161
app: Remove unused endpoint update_collection 4 years ago
Felix Stupp 835ce40f89
collection_list.htm: Add tags as column 4 years ago
Felix Stupp 53cc489026
collection_list.htm: Add id as column 4 years ago
Felix Stupp b20cc7b0f2
collection_list.htm: Add ignored count as column 4 years ago
Felix Stupp bc03d086ca
collection_list.htm: Move title column at end 4 years ago
Felix Stupp b2728c36c9
collection_element: Add tags to UI 4 years ago
Felix Stupp 20820eb3cb
collection_element.htm: Add stats to element info 4 years ago
Felix Stupp 67569da5f6
collection_element: Fix post_form for keep_updated to check same property 4 years ago
Felix Stupp 0d51df0dc6
media_list: Replace length column with "to watch"/"left length" 4 years ago
Felix Stupp 0fc1a1ec0d
media_list.htm: Change length row to fancy length format 4 years ago
Felix Stupp 5b78e8120c
add MediaCollection|MediaElement.add_single_uri and rewrite appropiate usages 4 years ago
Felix Stupp c77e0ac81e
entertainment_decider/extractors/generic: Add debug log for skipped elements due to cache timeout 4 years ago
Felix Stupp 18ec39e7b2
extractors/collection/tt_rss: Remove debug priting for labels 4 years ago
Felix Stupp b982f7b5bb
extractors/collection/tt_rss: Decrease cache timeout to 10 minutes 4 years ago
Felix Stupp c99c69b7df
extractors/collection/*: Fix check for cache timeout 4 years ago
Felix Stupp 6b45d0fbd1
extractors/{collection,media}: Add *_update method 4 years ago
Felix Stupp 4d5f5ea4d4
extractors/{collection,media}: Extract *_expect_extractor "partial" method 4 years ago
Felix Stupp ab61adbf38
macros.htm media_entry_content: Add length as visible property 4 years ago
Felix Stupp 6e002db353
Added API endpoint media/extract and simple UI page 4 years ago
Felix Stupp e37bbd60f0
macros.htm: Extract macro hidden_redirect_back() from post_form() 4 years ago
Felix Stupp 2c8ac872cb
macros.htm: Colorize links darkblue instead of blue 4 years ago
Felix Stupp ed7115b945
macros.htm: Colorize table rows alternating 4 years ago
Felix Stupp bf14abc887
models: Fix MediaElement.can_considered to check if next episode link is None 4 years ago
Felix Stupp f989f75806
models: Rewrite MediaElement.ignored_recursive to use fast SQL request to count 4 years ago
Felix Stupp bf548f13ad
models: let MediaElement.left_length return 0 if video already watched 4 years ago
Felix Stupp 26ea1d6451
models: Add missing "super_tags" property to Tag 4 years ago
Felix Stupp d32e8feddd
models: Fix Tagable to correctly return TagTreeElement's and not Tags 4 years ago
Felix Stupp 37e7d602e8
models.py: Fix Tagable.assigned_tags to raise NotImplementedError 4 years ago
Felix Stupp 04d73f253d
models: Fix points on (TagRootElement|TagTreeElement).share_score to be float 4 years ago
Felix Stupp f2d35e0c92
media_list.htm: Remove "Consider" column as always yes 4 years ago
Felix Stupp 5d59a85f8c
media_list.htm: Remove full length at top (replaced with /stats page) 4 years ago
Felix Stupp b34c563ea8
Filter general media list to newest 100 videos which "can_considered" 4 years ago
Felix Stupp 0bbd7349a0
app filter timedelta: Rebuild to UI friendly filter 4 years ago
Felix Stupp c7df6b9fce
stats.htm: Add stats for ignored / to watch videos 4 years ago
Felix Stupp 1f0751a89b
stats.htm: Add support for average length of videos 4 years ago