Commit graph

807 commits

Author SHA1 Message Date
chrisk325
9f6a28dbe7
fix hardcoded tmdb key 2026-03-01 18:20:41 +05:30
chrisk325
c764faf2a7
fix race conditions 2026-03-01 15:06:50 +05:30
chrisk325
5b6554ff37
fix trailers in homescreen hero 2026-03-01 15:05:10 +05:30
chrisk325
47a484fe3d
local trailers 2026-03-01 13:24:33 +05:30
chrisk325
9134c3eb95
local trailers for herosection 2026-03-01 13:23:31 +05:30
Nayif
dc23330ce0
Merge pull request #554 from chrisk325/patch-5
reduce trakt api calls and fix sort order for trakt continue watching
2026-02-28 23:52:39 +05:30
chrisk325
b152619c03
reduce trakt api calls and fix sort order for trakt continue watching 2026-02-28 06:11:01 +05:30
chrisk325
34ee842ec1
qol: only disable/dim the audio track button when 0 tracks are available 2026-02-28 05:48:00 +05:30
chrisk325
18b6a51a9e
fix 2026-02-27 19:08:09 +05:30
chrisk325
231a32de2f
fix 2026-02-27 19:06:29 +05:30
chrisk325
62994d5825
fix 2026-02-27 19:03:29 +05:30
chrisk325
d2b4d0d745
dix 2026-02-27 18:53:06 +05:30
chrisk325
4203ad18be
fix for bitrate 2026-02-27 18:49:51 +05:30
chrisk325
39ddd236e6
fix for ac3 edge cases 2026-02-27 18:42:10 +05:30
chrisk325
86c528c199
fix for dts track info 2026-02-27 18:33:20 +05:30
chrisk325
da6ad87370
fix 2026-02-27 16:44:08 +05:30
chrisk325
8232a1406f
fix for when player does not send lang info 2026-02-27 16:41:36 +05:30
chrisk325
de1bf7f746
fix for when player does not return lang 2026-02-27 16:39:13 +05:30
chrisk325
34d8988915
fix duplicate 2026-02-27 15:37:54 +05:30
chrisk325
dfb63e9965
fix for edge cases with 6.1 ch track 2026-02-27 14:58:48 +05:30
chrisk325
fe49d12df3
remove hardcoded track info 2026-02-27 14:57:34 +05:30
chrisk325
234ff23d1f
add logs to debug mimetypes 2026-02-27 13:43:07 +05:30
chrisk325
7882f66a67
update to parse the track info 2026-02-26 21:17:15 +05:30
chrisk325
f84d88bf4d
pass the audio track and subtitle track jnfo 2026-02-26 21:15:37 +05:30
chrisk325
f606ef0431
crash fix 2026-02-26 13:57:55 +05:30
chrisk325
74bcc041af
add codec, channel count info to track selector 2026-02-26 12:50:05 +05:30
chrisk325
ec7103eb28
switch to fastimage for imdb logo 2026-02-24 12:42:13 +05:30
tapframe
32e93ea25d feat: Implement profilespecific watch progress syncing with upsert logic and trigger progress saving on pause and seek completion. 2026-02-23 00:16:38 +05:30
tapframe
29e5dee001 improve episode progress removal logic and normalize episode IDs 2026-02-20 21:51:36 +05:30
tapframe
544670d998 Merge branch 'main' of https://github.com/tapframe/NuvioStreaming 2026-02-17 03:39:19 +05:30
tapframe
b5ae55da9e Refactor AuthScreen and SyncSettingsScreen; remove warning details and sync code generation
- Removed warning details and associated animations from AuthScreen.
- Simplified AuthScreen layout by eliminating unused state and styles.
- Updated SyncSettingsScreen to fetch remote sync stats and display them.
- Introduced new actions for pulling from cloud and uploading local data.
- Removed legacy code related to sync code generation and claiming.
- Enhanced UI with new section headers and improved layout for better user experience.
- Added reconciliation logic for remote watched items in watchedService.
- Implemented addon order reconciliation based on remote manifest URLs in stremioService.
2026-02-17 01:33:36 +05:30
tapframe
e27b6de202 acc sync init 2026-02-16 21:39:41 +05:30
Nayif
57fa5e1d9c
Merge pull request #472 from meilluer/main 2026-02-14 15:37:38 +05:30
tapframe
8a4aa64074 update player icon 2026-02-12 13:02:19 +05:30
meilluer
5874a78ce0 "hero" section pauses when not in view 2026-02-11 15:52:09 +05:30
Nayif
1a3b9e367b
Revert "Upscale" 2026-02-10 15:49:01 +05:30
paregi12
f90bbea1bb fix(player): prevent Up Next fallback from triggering early when outro exists 2026-02-09 22:07:58 +05:30
paregi12
3a8ec97a7b fix(player): dedupe skip-segment fetches and harden segment hook 2026-02-09 19:34:19 +05:30
paregi12
275a75b61d feat(player): implement smart Up Next trigger based on IntroDB outro segments 2026-02-09 12:42:13 +05:30
paregi12
c0447acdf2 fix(player): enforce shader toggle and harden shader asset checks 2026-02-08 16:12:30 +05:30
paregi12
b857256916 feat: update IntroDB integration to support recap and outro segments 2026-02-07 19:23:26 +05:30
paregi12
c225528cd3 fix: resolve syntax error 2026-02-07 15:54:56 +05:30
paregi12
cb1bc64daa fix: resolve shader persistence loop, icons, and preset memory; add FSR/SSim shaders and clean UI 2026-02-07 15:26:16 +05:30
paregi12
f6b13c27c9 feat: conditionally show upscaler button based on user setting 2026-02-07 15:26:16 +05:30
paregi12
2394f5d158 fix: implement native upscaler bridge, equalizer methods, and restore centered player UI 2026-02-07 08:32:27 +05:30
paregi12
3fe5da1434 upscaler 2026-02-07 08:26:51 +05:30
paregi12
25e77490c3 Refactor player UI: Move episodes/streams to right, other controls to left, and timestamp above timeline. Also fix PostHogProvider type error. 2026-02-07 08:26:51 +05:30
tapframe
454a6f387f feat: Implement privacy settings and telemetry management 2026-02-05 10:56:07 +05:30
paregi12
8d9fed3f7f feat: implement intro submission feature and update to beta.14 2026-01-31 14:08:39 +05:30
chrisk325
62415550df
small workaround until the full rework for imdb logo 2026-01-29 19:52:09 +05:30