Commit Graph

1162 Commits

Author SHA1 Message Date
David Young 738912d2dd allow disabling preload for faster startup times on larger installs
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2025-12-10 16:38:22 +13:00
David Young 9cf0472246 fix startup regression
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2025-12-10 14:01:07 +13:00
David Young f52f9aceb4 Fix anime ingestion, remove conflict errors in postgresql logs
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2025-12-10 13:13:40 +13:00
David Young 1b2258a374 add option to source anime mapping from DB instead of remote fetching
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2025-12-10 12:42:11 +13:00
David Young 69117996d2 fix startup cleanup scheduling
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2025-12-10 12:19:34 +13:00
David Young c7acc2fa7c avoid DOSing the database with startup maintenance tasks
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2025-12-10 12:09:44 +13:00
David Young 766b75c549 tweak router replica search
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2025-12-10 12:00:27 +13:00
David Young 5a1c8f93a5 quiet down noisy db queries
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2025-12-10 11:41:50 +13:00
David Young 9117b4ded3 fix database log level
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2025-12-10 11:25:35 +13:00
David Young fdbac128cb avoid duplicate insertion errors in database logs
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2025-12-10 10:35:15 +13:00
David Young 6be0111f28 Add readonly replica support
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2025-12-10 09:29:37 +13:00
Goldy a964a68a8e Merge pull request #389 from g0ldyy/release-please--branches--main
chore(main): release 2.31.0
v2.31.0
2025-12-08 18:06:56 +01:00
github-actions[bot] 7ca8fdd5b1 chore(main): release 2.31.0 2025-12-08 17:06:00 +00:00
Goldy a9b223f1cd fix: Update YGG domain URL 2025-12-08 18:05:28 +01:00
Goldy 5664a86eeb Merge pull request #388 from g0ldyy/development
feat: Enhance URL encoding by using `safe=''` in `quote` calls for playback and magnet URIs
2025-12-07 18:23:33 +01:00
g0ldyy b9845dc50d fix: double quote is better 2025-12-07 18:05:42 +01:00
g0ldyy 96a962faac feat: Enhance URL encoding by using safe='' in quote calls for playback and magnet URIs 2025-12-07 17:27:26 +01:00
Goldy 6c889319be Merge pull request #387 from g0ldyy/release-please--branches--main
chore(main): release 2.30.0
v2.30.0
2025-12-02 10:43:13 +01:00
github-actions[bot] 72be7a0ece chore(main): release 2.30.0 2025-12-01 08:58:51 +00:00
Goldy 1b481f2d42 Merge pull request #386 from g0ldyy/development
merge dev into main
2025-12-01 09:58:10 +01:00
g0ldyy 5df412125b feat: enhance admin dashboard with dynamic tracker limit selection and optimize database metrics query 2025-12-01 09:54:33 +01:00
g0ldyy 6e2e420d73 feat: add live torrent cache TTL and update related settings 2025-12-01 09:21:32 +01:00
g0ldyy 607b5b38a3 feat: fix imdb_id: in media_id 2025-12-01 09:15:58 +01:00
g0ldyy cc5b6a8c95 fix: Strip 'imdb_id:' prefix from media ID in stream endpoint 2025-12-01 08:51:47 +01:00
Goldy 3662b4aaa2 Merge pull request #380 from g0ldyy/release-please--branches--main
chore(main): release 2.29.0
v2.29.0
2025-11-28 12:03:23 +01:00
Goldy a2546a0537 Update donation and support information in README 2025-11-28 11:59:57 +01:00
g0ldyy 022446e69e refactor: enhance index.html with improved layout and new support options
Updated the HTML structure for better organization, added a support dialog for donations via GitHub Sponsors and Ko-fi, and refined the styling for various elements. The Discord link has also been updated for better accessibility.
2025-11-28 11:49:54 +01:00
Goldy b273517ae1 Update Discord link in README header 2025-11-28 10:53:55 +01:00
Goldy 00b92fb670 Add funding options for GitHub and Ko-fi
Updated funding model to include GitHub Sponsors and Ko-fi.
2025-11-28 10:47:50 +01:00
github-actions[bot] c5a68ea383 chore(main): release 2.29.0 2025-11-28 08:00:57 +00:00
Goldy 3676fb4af6 Merge pull request #384 from g0ldyy/development
refactor: better organization + yggtorrent scraper
2025-11-28 09:00:22 +01:00
g0ldyy 5646055d8b refactor: remove unused aliases parameter from TorrentManager 2025-11-26 19:10:00 +01:00
g0ldyy 47633073f0 fix: remove double-nested append 2025-11-26 19:08:32 +01:00
g0ldyy d09658bd62 refactor: streamline proxy condition in playback endpoint 2025-11-26 19:05:41 +01:00
g0ldyy 5a7fc2bdb1 refactor: remove old and unnecessary indexers check in config validation 2025-11-26 19:04:15 +01:00
g0ldyy 52c7718c0e fix: handle missing results count in YGGTorrent scraper 2025-11-26 17:35:48 +01:00
Goldy 4a677bf773 Merge pull request #382 from g0ldyy/feat/yggtorrent-scraper
feat: add YGGTorrent scraper
2025-11-26 14:35:38 +01:00
g0ldyy 2317e884e2 feat: add YGGTorrent scraper 2025-11-26 14:24:40 +01:00
g0ldyy a87e67d176 chore: formatting 2025-11-25 22:22:37 +01:00
g0ldyy d38a38bc28 Configure docker build for development branch 2025-11-25 22:21:11 +01:00
g0ldyy 968037b5f6 Refactor organization 2025-11-25 22:18:15 +01:00
g0ldyy b53aac6bda refactor: simplify query conditions in get_cached_availability function 2025-11-24 19:15:51 +01:00
g0ldyy eb9cbdc680 feat: enhance playback functionality with media_id and aliases support 2025-11-24 18:44:45 +01:00
Goldy 7588b9a827 Merge pull request #379 from g0ldyy/release-please--branches--main
chore(main): release 2.28.0
v2.28.0
2025-11-24 17:24:09 +01:00
github-actions[bot] 0911d1b9a8 chore(main): release 2.28.0 2025-11-24 16:18:52 +00:00
Goldy 85c0aee7dc Merge pull request #378 from g0ldyy/feat/debridio-scraper-fix
feat: fix Debridio scraper
2025-11-24 17:18:20 +01:00
g0ldyy 3f93e1e783 feat: fix Debridio scraper 2025-11-24 17:11:25 +01:00
Goldy d31be2173f Merge pull request #374 from g0ldyy/release-please--branches--main
chore(main): release 2.27.0
v2.27.0
2025-11-24 10:28:09 +01:00
github-actions[bot] c43bd7d6f2 chore(main): release 2.27.0 2025-11-24 09:27:01 +00:00
Goldy 06ecaf5555 Merge pull request #376 from g0ldyy/refactor/optimize-stats
Refactor/optimize stats
2025-11-24 10:26:26 +01:00