Commit Graph

82 Commits

Author SHA1 Message Date
mrjvs 1091253392 Handle more turnstile errors + show interactive prompt + handle provider api metadata errors
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2024-01-03 23:54:08 +01:00
mrjvs aca7827a15 Implement new country code system and new language code system 2024-01-03 20:06:08 +01:00
mrjvs 9dd8f372a6 capitalize 4k 2023-12-29 21:14:02 +01:00
mrjvs 378a1696b3 Update provider package 2023-12-29 18:17:37 +01:00
Contreras, Raf 48b708d569 Upgrade packages, bundling, performance 2023-12-23 18:24:43 +13:00
mrjvs 82d2516951 Report captcha solves 2023-12-21 20:39:53 +01:00
mrjvs b5a11ef000 turnstile integration for provider api 2023-12-19 20:41:56 +01:00
mrjvs 0c9eb7e0df Merge branch 'dev' into rtl 2023-12-16 16:59:25 +01:00
Jip Fr cf4cb6f300 Some RTL fixes
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-12-16 16:21:50 +01:00
Jip Fr 4813d9dbfe RTL text
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-12-16 15:27:42 +01:00
Jip Fr 15332c8fce Fix /s/ back to home
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-12-16 14:46:46 +01:00
mrjvs fac61d26da Add chromecasting display interface
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-12-10 17:12:05 +01:00
mrjvs 9fce50d259 Fix theme not applying on body colors 2023-12-09 17:37:51 +01:00
mrjvs 8015ec5a92 Reset caption specific settings
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-12-06 21:06:46 +01:00
mrjvs 0ef492f58b Remove unused files/functions + localize everything except player and pages + reorganize files + fix lint warnings 2023-11-26 16:04:23 +01:00
mrjvs 5845036900 remove completed todo 2023-11-24 22:17:55 +01:00
mrjvs a9abe14810 make settings page fully functional 2023-11-24 21:54:44 +01:00
mrjvs 5a5f3e8b8c a whole bunch of final todos
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-11-24 17:11:00 +01:00
mrjvs fa29da1757 Data importing on login and registering
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-11-21 21:26:26 +01:00
mrjvs 7a591c82b9 Logic to conditionally show continue watching items
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-11-21 20:34:30 +01:00
mrjvs e7257e392e progress sycning + device name in user dropdown 2023-11-19 20:47:20 +01:00
mrjvs ab4d72ed1a bookmark syncing 2023-11-19 20:03:35 +01:00
mrjvs fa990d16b2 linked captions + primary navigation dropdown
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-11-19 16:49:17 +01:00
Jip Fr 2b23353e40 Language dropdown, language in settings, add temporary confirmation to delete account 2023-11-18 20:55:46 +01:00
mrjvs d8913bb2b7 theme system + device list + device logout + delete account + register callout + split up settings page components 2023-11-18 17:28:10 +01:00
William Oldham 7f474af657 Add encryption methods and encrypt device when sent to server 2023-11-17 11:58:28 +00:00
mrjvs 8dcb94d3ae update comments 2023-11-11 17:35:25 +01:00
mrjvs 76d715a751 remove old log and finish metrics for scrapePart
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-11-11 16:17:13 +01:00
mrjvs 743ecc7869 authentication register and login
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-11-05 17:56:56 +01:00
Jip Fr 5bb2e8203c Fix migrations 2023-11-01 13:57:48 +01:00
mrjvs 6ba57d701f account login shit 2023-10-31 21:08:09 +01:00
mrjvs b588585af5 fix compile error 2023-10-31 19:08:34 +01:00
mrjvs f8bba7b27b Settings and volume migrations + add language setting + move all old store data to /stores/__old 2023-10-31 19:07:47 +01:00
mrjvs 023a850e4f error handling for video + bookmark migration + last watched episode shown + progress migrations
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-30 21:29:02 +01:00
mrjvs b39ef2c31f start at beginning when pressing next episode button 2023-10-27 22:20:42 +02:00
mrjvs ca402a219d fix custom subs + download 2023-10-25 19:14:41 +02:00
mrjvs 51b7305799 Fix bug where sometimes the wrong episode is played through episode selector 2023-10-24 21:14:17 +02:00
mrjvs cec0744907 the start on a docs page + error pages
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-10-23 23:06:24 +02:00
mrjvs a2968d3bf8 scroll to active episode and caption, fix last provider being nonactive. caption delays mobile friendly input, bigger range caption delay range
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-23 21:03:50 +02:00
Jip Fr e569b5ba32 Re-add caption delay 2023-10-23 16:30:20 +02:00
mrjvs 4c782b0c47 subtitle scraping + new subtitle setting to fix capitalization
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-22 17:58:49 +02:00
mrjvs b5dae824c8 banners in video player 2023-10-21 21:44:08 +02:00
mrjvs 068b7071a4 thumbnail fixes + next episode fixes + cursor now hides when controls are dismissed + back link can go back to search + hovering over controls no longer dismisses controls + improved colors for context menus + progress ring shown in episode selector + scrape progress ring shows progress again
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-21 16:13:16 +02:00
mrjvs 76073043bf Whoops, condition wrong way around 2023-10-21 05:11:11 +02:00
mrjvs 32f031ab23 thumbnail scraping 2023-10-21 04:50:14 +02:00
mrjvs 18b434c9ac very rudementary chromecasting 2023-10-20 23:24:37 +02:00
mrjvs 43d4869f7e chromecasting connectivity 2023-10-20 22:39:56 +02:00
mrjvs 6c019aa822 next episode button actually working 2023-10-20 17:29:10 +02:00
mrjvs 75109ce45c refactored context menu links, + next episode button styling + mobile UI
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-20 15:54:10 +02:00
mrjvs 2c38e8281c quality selection HLS, keyboard shortcuts, playback settings 2023-10-19 19:27:21 +02:00