170 Commits (2a7654bf9f541b39714303f27309fd38cfaa8534)
 

Author SHA1 Message Date
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 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 2 years ago
Felix Stupp dc0b8d0867
templates/collection_element: Order episodes after links 2 years ago