2851 Commits

Author SHA1 Message Date
Zoe Roux
5a4575a93d
Version transcoder cache 2024-04-28 01:02:33 +02:00
Zoe Roux
2eecb5174c
Remove x-route header and use a env var instead 2024-04-28 00:32:02 +02:00
Zoe Roux
da0f415ecf
Rework transcoder routes to use b64 path and check for file existance 2024-04-28 00:31:29 +02:00
Zoe Roux
59e1832c3e
Move transcoder api to /video with path b64 encoded to prevent db hit 2024-04-28 00:28:18 +02:00
Zoe Roux
f871f4e1bf
Fix tripple/more touches to seek (#436) 2024-04-25 12:26:58 +00:00
Zoe Roux
a2a58422a0
Rewrite autosync to use msgspec and aio-pika (#435) 2024-04-23 21:55:13 +00:00
Zoe Roux
580109666f
Support svg images from external websites (#434) 2024-04-23 21:09:43 +00:00
Zoe Roux
2641a36352
Add auto refresh of items (#433) 2024-04-23 22:32:19 +02:00
Zoe Roux
733817216f
Add refresh listener on the scanner 2024-04-23 22:29:20 +02:00
Zoe Roux
9ee35534bd
Add a private route to get items to auto refresh 2024-04-23 22:29:20 +02:00
Zoe Roux
58f0f3d74b
Auto generate jwt secret (#432) 2024-04-23 18:35:25 +02:00
Zoe Roux
7c3f4d3c20
Add migration and generate auth secret 2024-04-23 18:32:19 +02:00
Zoe Roux
e898f49402
Use dotnet ef configuration provider for secrets 2024-04-23 17:13:59 +02:00
Zoe Roux
9b486c0c55
Add server options in database 2024-04-23 13:47:44 +02:00
Zoe Roux
92ec734276
Remove rabbit port from docker compose files 2024-04-23 00:58:35 +02:00
Zoe Roux
d51ffa6848
Fix recommended typo (#431) 2024-04-22 23:57:29 +02:00
Zoe Roux
7d354249d4
Add metadata refresh (#430) 2024-04-22 23:55:15 +02:00
Zoe Roux
7c79c37d8c
Format code 2024-04-22 23:24:38 +02:00
Zoe Roux
b2c30ee059
Add metadata refresh button on show/movie details page 2024-04-22 22:54:17 +02:00
Zoe Roux
12aa73376a
Add refresh routes for seasons/shows/collections/movies 2024-04-22 22:08:03 +02:00
Zoe Roux
525da02fce
Add episode refresh button on the front 2024-04-22 21:47:58 +02:00
Zoe Roux
2273e99074
Add refresh route 2024-04-22 21:47:42 +02:00
Zoe Roux
526ac1b8ab
Compute next refresh date automatically for all resources 2024-04-22 16:56:48 +02:00
Zoe Roux
5c6bcee763
Auto calculate next refresh dates for episodes 2024-04-22 16:56:48 +02:00
Zoe Roux
274d2987d2
Prevent AddedDate edits 2024-04-22 16:56:48 +02:00
Zoe Roux
4688868f04
Fix season and episode slugs on update 2024-04-22 16:56:48 +02:00
Zoe Roux
5a6da7441f
Add missing show/season ids on episode/season refresh 2024-04-22 16:56:48 +02:00
renovate[bot]
3e5007de75
Update dependency csharpier to v0.28.1 (#429)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-22 07:51:30 +02:00
Zoe Roux
41130cab1c
Rework images storing (#428) 2024-04-21 21:57:19 +02:00
Zoe Roux
996209d205
Format code 2024-04-21 21:27:58 +02:00
Zoe Roux
9e38c3f333
Chunk images redownload to prevent http timeouts 2024-04-21 21:23:24 +02:00
Zoe Roux
aca7c815a0
Use /api directly in the redirect response.
Should use proxy rewrites
2024-04-21 20:59:55 +02:00
Zoe Roux
d5d0a6bda9
Fix thumbnails api 2024-04-21 19:43:32 +02:00
Zoe Roux
1e73998aa9
Make scanner use new /paths route 2024-04-21 19:43:32 +02:00
Zoe Roux
c4b42c9961
Auto download missing images on startup 2024-04-21 19:43:32 +02:00
Zoe Roux
00cd94d624
Fix repository's relations handling 2024-04-21 19:43:32 +02:00
Zoe Roux
e846a1cc18
Remove dead code 2024-04-21 19:43:32 +02:00
Zoe Roux
d36a20ce5e
Move different year duplication prevention logic to the API 2024-04-21 19:43:32 +02:00
Zoe Roux
8b256e4c60
Remove image hash caching since it does not work for blurhash 2024-04-21 19:43:32 +02:00
Zoe Roux
e9b29dd814
Add image creation code in Validate() of resources 2024-04-21 19:43:32 +02:00
Zoe Roux
b904f25d33
Remove image move code 2024-04-21 19:43:32 +02:00
Zoe Roux
d872e66f7d
Fix metadat volume in docker compose 2024-04-21 19:43:32 +02:00
Zoe Roux
ac3b593b8b
Add ignore permissions errors on watchfile 2024-04-21 19:43:32 +02:00
Zoe Roux
bfbc66cdc0
Add env var for rabbitmq port 2024-04-21 19:43:32 +02:00
Zoe Roux
c576babde8
Migrate images 2024-04-21 19:43:32 +02:00
Zoe Roux
f15b92aae1
Floor seconds instead of rounding in the player UI 2024-04-21 19:43:32 +02:00
Zoe Roux
fb4424fb6b
Restore custom out path needed for csharp lsp to work 2024-04-21 19:43:31 +02:00
Zoe Roux
d46e6eda64
Rework thumbnail manager to use images id 2024-04-21 19:43:28 +02:00
Zoe Roux
e1c04bef51
Use json for images instead of multiples columns 2024-04-21 02:32:17 +02:00
Zoe Roux
5b4dc1e9b0
Rename local repository to GenericRepository 2024-04-21 02:32:17 +02:00