Commit graph

27 commits

Author SHA1 Message Date
damontecres
63baf7f904
Support playing local movie trailers (#36)
Adds support for playing local movie trailers. External trailers, such
as ones on YouTube, are not yet supported.

Also fixes a couple issues with request handlers
2025-10-19 00:15:45 -04:00
damontecres
f220aeee44
Add toggles to override direct playback (#24)
Fixes #10 

Adds toggles to disable direct play of AC3 audio, ASS subtitles, and PGS
subtitles. Also a toggle to force down mixing audio to stereo.

This copies the behavior from the official client. I'm not sure if there
is a way to determine if direct playing AC3 is possible because it can
depend on devices other than the Android TV device such as a sound bar.
So it's up to the user to toggle off support if necessary.

Attribution: This PR uses on [code from the official
client](c775603df4/app/src/main/java/org/jellyfin/androidtv/util/profile/deviceProfile.kt).
2025-10-17 12:46:55 -04:00
Damontecres
d39ed721d5
Rebrand 2025-10-15 15:27:30 -04:00
Damontecres
fc56a2c631
Simple combine resume & next up 2025-10-13 22:13:21 -04:00
Damontecres
a93f183f5f
Handle shuffling playlists 2025-10-13 16:41:12 -04:00
Damontecres
4113f990b2
Fix focus issues & add clear image cache option 2025-10-12 22:31:09 -04:00
Damontecres
cbc680da7d
Add prefs & page for app updates 2025-10-11 18:32:19 -04:00
Damontecres
405faa388e
Initial skip segments implementation 2025-10-09 21:10:43 -04:00
Damontecres
165fd80c0e
Add a few color themes 2025-10-09 19:51:55 -04:00
Damontecres
560e7cc545
Add max bitrate preference 2025-10-08 21:37:10 -04:00
Damontecres
2212e32c53
Various UI/UX tweaks 2025-10-07 21:14:33 -04:00
Damontecres
88038bfcfd
Better tab UI & remember tab setting 2025-10-07 16:22:28 -04:00
Damontecres
8cda98d6aa
Updates to series detail page 2025-10-07 14:46:37 -04:00
Damontecres
e412c3da48
Add preference for skipping back on resume 2025-10-07 01:17:17 -04:00
Damontecres
1a4ddabff9
Sort names, static home rows, & only show supported content 2025-10-06 17:15:45 -04:00
Damontecres
73bb96adfb
Support auto play next up 2025-10-06 14:04:36 -04:00
Damontecres
64e881f51c
Show playback debug info 2025-10-04 19:33:21 -04:00
Damontecres
de36eb7072
Add dependency license info 2025-10-03 19:31:50 -04:00
Damontecres
6f18f780eb
Add preference for theme music 2025-10-03 18:37:35 -04:00
Damontecres
8bbcd50385
UI tweaks 2025-10-02 23:30:47 -04:00
Damontecres
bdfe143308
Update movie details 2025-10-02 23:20:26 -04:00
Damontecres
9e876a85d4
Use app preferences 2025-10-02 18:05:24 -04:00
Damontecres
60de501851
Preferences updates 2025-09-30 17:14:08 -04:00
Damontecres
62f557988e
Lots of changes for series 2025-09-30 10:55:32 -04:00
Damontecres
d3eeb67877
Add some ui components 2025-09-23 22:19:09 -04:00
Damontecres
51ad92f539
Basic home page & images 2025-09-21 22:16:42 -04:00
Damontecres
2d02ff4cbe
Initial app creation 2025-09-20 16:36:38 -04:00