Commit Graph

212 Commits

Author SHA1 Message Date
Charles Ewert
00a6858c22
Auto update api docs and upload api docs to gh-pages (#1418)
Co-authored-by: cewert <cewert@users.noreply.github.com>
2023-10-26 22:19:51 -04:00
1hitsong
7edcff8879 Fix home section for accounts with no section data 2023-10-26 06:39:59 -04:00
Charles Ewert
6c38d1ae19
Merge pull request #1414 from 1hitsong/homeSectionMatchWeb 2023-10-25 18:30:41 -04:00
1hitsong
e4f8523387 Review items
Now updates favorites, Live TV on now, and latest in library sections when returning to view. Code cleanup. Fire loaded beacon after 2 rows load.
2023-10-22 18:37:37 -04:00
Charles Ewert
15a235a59c remove user setting for av1 direct play 2023-09-30 14:24:37 -04:00
Charles Ewert
20874c9ece fix transcode profile when using multi channel audio 2023-09-28 10:43:01 -04:00
Charles Ewert
04fb03c030 Revert "don't add aac directly to transcode profile when surround sound is supported"
This reverts commit 9ea0466eda.
2023-09-28 10:05:45 -04:00
Charles Ewert
cb474dcc9e Revert "rearrange to fix build"
This reverts commit 0902d6f078.
2023-09-28 10:05:21 -04:00
Charles Ewert
0902d6f078 rearrange to fix build 2023-09-27 21:36:04 -04:00
Charles Ewert
9ea0466eda don't add aac directly to transcode profile when surround sound is supported 2023-09-27 21:27:31 -04:00
Charles Ewert
5408784243 fix typo 2023-09-26 21:54:57 -04:00
Charles Ewert
283034708d dont include container when checking device for av1 support 2023-09-26 21:33:50 -04:00
Charles Ewert
a69ee3f244 remove debugging 2023-09-16 20:08:54 -04:00
Charles Ewert
ac1e57b32e save username and append to deviceid in auth header 2023-09-16 19:40:57 -04:00
Charles Ewert
50020a3f20 create global rememberme setting 2023-09-14 17:51:41 -04:00
Charles Ewert
b9359b8f51 fix #1372 + fix #310. Add option to "Change User" from home page 2023-09-14 11:52:32 -04:00
Charles Ewert
4d9f74e6a7 only direct play av1 when user setting is enabled 2023-09-04 13:52:14 -04:00
Charles Ewert
f359a7c3bf add user setting to disable HEVC codec #904 2023-09-04 10:30:20 -04:00
Charles Ewert
2d9dcd26b4 add app url and device information to device profile 2023-09-03 19:45:00 -04:00
Charles Ewert
4c303daedf save device model details to global and parse out serial 2023-09-03 19:42:21 -04:00
Charles Ewert
f8fc95418a Add max res mode setting - allow user to set max res on all files or just transcoded files 2023-09-03 12:16:26 -04:00
Charles Ewert
7e69fab436 mpeg2 bugfix + force mpeg2 codec support if setting is enabled 2023-09-03 10:48:40 -04:00
Charles Ewert
464abddb2d Stop auto converting user settings to int. Update codebase to convert to int as needed 2023-09-01 15:56:20 -04:00
Charles Ewert
b1eaa25273 add maximum resolution user setting 2023-09-01 12:45:00 -04:00
Charles Ewert
0d67eb649a Merge branch 'update-device-profile' of https://github.com/cewert/jellyfin-roku into update-device-profile 2023-09-01 11:53:57 -04:00
Charles Ewert
8a11eaaa03 add some comments 2023-09-01 11:53:54 -04:00
Charles Ewert
5b16bc7848
Merge branch 'unstable' into update-device-profile 2023-09-01 08:12:14 -07:00
Charles Ewert
41060d10bb respect "Profile Level Support" settings + add setting to use DTS for transcoding instead of the default EAC3 2023-09-01 10:26:08 -04:00
Charles Ewert
63e49bbc8e only use aac for 2 channel audio + update surround sound transcoding logic 2023-09-01 09:53:36 -04:00
Charles Ewert
91de2a8d5a only check mpeg2/4 if asked. mpeg4 overrides what the device thinks + test device for more codecs 2023-08-31 17:04:11 -07:00
Charles Ewert
f572b8a4e2 bugfix + create helper function for searching array contents 2023-08-31 16:02:39 -07:00
Charles Ewert
8dd2c55df2 make codec user settings override what device reports 2023-08-30 22:51:47 -04:00
Charles Ewert
b3d0409d9d fix type mismatch 2023-08-30 21:42:49 -04:00
Charles Ewert
deebbe393f bugfix for h264 VideoRangeType 2023-08-30 20:02:35 -04:00
Charles Ewert
7ac0214d64 set max video width and height in codec profiles 2023-08-30 19:37:44 -04:00
Charles Ewert
9f2fe6e8fc save and parse videoMode to global device object 2023-08-30 19:30:50 -04:00
Charles Ewert
05a04062fb remove aac from transcoding profile when multichannel audio support is detected 2023-08-30 15:06:33 -04:00
Charles Ewert
e2cfc05fbb
Add Photo to device profile and small update to GetBitRateLimit() (#1287) 2023-08-20 12:48:15 -04:00
Charles Ewert
46d7333b62 fix bug with mpeg2 levels 2023-08-17 21:51:59 -04:00
Charles Ewert
c583069308
Merge pull request #1281 from sevenrats/global-regex 2023-06-30 11:07:31 -04:00
Charles Ewert
35c1f1a7d6
Merge branch 'unstable' into update-loginflow 2023-06-29 13:01:48 -04:00
Austin Crandall
ac2c1f5f36
Update source/utils/misc.brs
Co-authored-by: Charles Ewert <cewert@gmail.com>
2023-06-26 22:32:47 -04:00
Austin Crandall
5b508e7024
Update source/utils/misc.brs
Co-authored-by: Charles Ewert <cewert@gmail.com>
2023-06-26 22:32:21 -04:00
Charles Ewert
013b37621c Merge remote-tracking branch 'upstream/unstable' into global-regex 2023-06-23 12:23:47 -04:00
Charles Ewert
4969cc7a13 remove aac from list of surround sound codecs 2023-06-23 10:23:21 -04:00
Charles Ewert
67424ae7b1 update possible direct play codecs 2023-06-06 22:14:17 -04:00
Charles Ewert
9acf98fba4 remove empty lines 2023-06-06 21:53:26 -04:00
Charles Ewert
3e26aabe01 remove uneeded code + update surround sound codec logic 2023-06-06 00:42:33 -04:00
Charles Ewert
9c6201b25e update prefered codecs and maxAudioChannel logic 2023-06-06 00:24:54 -04:00
Charles Ewert
adc769c625 update maxAudioChannel logic + update codecProfiles 2023-06-02 23:47:16 -04:00