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
|
4da9ce5986
|
desktop-client: Hide .desktop entry as only for URI handling
|
2 years ago |
Felix Stupp
|
e144dc55dc
|
desktop-client: Support adding parameters as not supported by mpvctl
|
2 years ago |
Felix Stupp
|
76fe49509e
|
desktop-client: Add support for speed parameter
|
2 years ago |
Felix Stupp
|
cedac597f5
|
desktop-client: Require mpvctl instead of mpvadd helper
|
2 years ago |
Felix Stupp
|
188bf369aa
|
Hide collection elements and link to subpage for big collections
|
3 years ago |
Felix Stupp
|
dc0b8d0867
|
templates/collection_element: Order episodes after links
|
3 years ago |
Felix Stupp
|
29472e42a2
|
Sort links on element pages to ensure same generated sites
|
3 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 |