Commit Graph

1002 Commits

Author SHA1 Message Date
1hitsong
8bfbffdfde Revert subtype code change
Fixes #1427
2023-10-24 08:11:22 -04:00
Charles Ewert
51c629ced1
Merge pull request #1374 from cewert/make-back-work-on-user-select
Fix login bugs, enable support for saving user's credentials, and add "Change User" and "Remember Me?" options
2023-09-21 13:01:14 -04:00
Charles Ewert
3f658c719f remove unneeded imports 2023-09-21 09:48:52 -04:00
Charles Ewert
fa7e57fbe4
Merge pull request #1371 from cewert/update-settings-ui 2023-09-18 09:00:11 -04:00
1hitsong
fe8a9ca0e0 Fix trailer button
Fixes #1377
2023-09-16 20:31:51 -04:00
1hitsong
6069a7fc3c Use global user setting. Add function definitions 2023-09-16 15:26:30 -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
b5bd893241 fix back bug on login and remove recursive function 2023-09-13 22:20:50 -04:00
1hitsong
dfde501c87 Copy over crash fixes from #1133 2023-09-13 22:02:50 -04:00
1hitsong
34770a5ee0 Add custom subs to new video player 2023-09-13 17:56:20 -04:00
Charles Ewert
454de3b8cd fix bug on user select screen preventing the back button from working 2023-09-13 17:44:33 -04:00
Charles Ewert
08f9cb1704 Merge remote-tracking branch 'upstream/unstable' into hide-unplayedCount-if-zero 2023-09-13 10:37:21 -04:00
Charles Ewert
439e81ce09 update settings page to create more space for long radio lists 2023-09-12 19:34:12 -04:00
Charles Ewert
94f284567a prevent crash when language is invalid 2023-09-04 13:12:38 -04:00
Charles Ewert
bb9f9b84d3 remove debugging code 2023-09-01 15:59:17 -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
5b16bc7848
Merge branch 'unstable' into update-device-profile 2023-09-01 08:12:14 -07:00
Charles Ewert
45ad5bef96 bugfix for debug code 2023-08-31 17:02:39 -07:00
Charles Ewert
c03a1b1fea fix bug in debugging code 2023-08-30 21:47:18 -04:00
Charles Ewert
e2cfc05fbb
Add Photo to device profile and small update to GetBitRateLimit() (#1287) 2023-08-20 12:48:15 -04:00
Paul
732d53f0c3 Removed TV Season Play Random Button & functionality 2023-08-06 14:21:29 -04:00
sevenrats
958620ee64 remove superfluous check 2023-07-12 18:39:54 -04:00
sevenrats
329e7205a1 dont crash when unplayed strms exist in season 2023-07-12 13:34:25 -04:00
Charles Ewert
c583069308
Merge pull request #1281 from sevenrats/global-regex 2023-06-30 11:07:31 -04:00
candry7731
667a47d49c
Update components/GetPlaybackInfoTask.brs
Co-authored-by: Charles Ewert <cewert@gmail.com>
2023-06-29 21:47:54 -05:00
candry7731
d8a91782eb
Update GetPlaybackInfoTask.brs
reset api.sessions.Get() to default
2023-06-29 09:23:04 -05:00
candry7731
8c6b04a76a
Update GetPlaybackInfoTask.brs
Remove Bitrate info as it is already in the playbackinfo
2023-06-28 21:19:25 -05:00
candry7731
5d98519c07
Update GetPlaybackInfoTask.brs
Add Device ID filter the the Get sessions API Call. This allows us to get the correct device playback if multiple devices are active at once. 

Also add Tanscoding info for Direct Streaming. This will show if there is no transcodingInfo from the deviceSession. This is more inline with the web server activity info box.
2023-06-28 13:33:14 -05:00
Charles Ewert
612b4933f1
Merge pull request #1317 from jimdogx/fix/another-instance-update-comparison 2023-06-24 10:39:23 -04:00
Charles Ewert
75095c8951
Merge pull request #1315 from cewert/fix-moviedetails-buttons 2023-06-24 10:37:26 -04:00
Jimi
6222e3039f Found another one. 2023-06-24 08:33:41 -06:00
Jimi
90ab64fd9d Fix crash 2023-06-24 08:16:27 -06:00
Charles Ewert
0ac86a2a94 Merge remote-tracking branch 'upstream/unstable' into fix-moviedetails-buttons 2023-06-24 09:09:23 -04:00
Charles Ewert
013b37621c Merge remote-tracking branch 'upstream/unstable' into global-regex 2023-06-23 12:23:47 -04:00
Jimi
6c80e8c923
Merge pull request #1279 from jimdogx/enhancement/jf-1276-tv-versions
Allow selection of TV Show versions
2023-06-22 07:02:58 -06:00
Charles Ewert
db3d47ef25 add more debug info about selected video 2023-06-09 23:26:47 -04:00
Charles Ewert
8d8b2e2f11 add debugging info when attempting to play a video 2023-06-09 11:28:10 -04:00
Austin Crandall
d5b7e0ebdb
unify setCertificates functionality (#1282)
Co-authored-by: Charles Ewert <cewert@gmail.com>
2023-06-01 14:09:38 -04:00
Jimi
f8893a88da
Merge branch 'unstable' into enhancement/jf-1276-tv-versions 2023-06-01 10:26:04 -06:00
Charles Ewert
bdfcac74e6
Implement global session var (#1224)
Co-authored-by: Jimi <jimi@thedodgefamily.com>
2023-06-01 08:43:27 -04:00
Jimi
7ca3d8ef23 Use available space for options 2023-05-28 21:16:49 -06:00
Jimi
c84d6f23ee
Update components/tvshows/TVListOptions.brs
Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
2023-05-28 21:00:07 -06:00
Jimi
de9a4b34e6
Update components/tvshows/TVListOptions.brs
Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
2023-05-28 21:00:01 -06:00
Andy Castille
27941a5ee9 Fix movie options getting cut off 2023-05-28 19:20:59 -07:00
Charles Ewert
ea00bbd048
Merge pull request #1214 from cewert/fix-issue-1193 2023-05-27 16:46:08 -04:00
Jimi
75f23ee028 PR comments 2023-05-26 17:04:20 -06:00
Jimi
2caff5d709
Update components/tvshows/TVEpisodeRowWithOptions.brs
Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
2023-05-26 16:52:15 -06:00
1hitsong
ef568b2ba8
Merge pull request #1273 from 1hitsong/globalQueueDeepLink
Convert deeplink to global queue & add error dialog to video player
2023-05-22 09:13:16 -04:00
sevenrats
1368fd855d use function per team conversation 2023-05-22 00:31:35 -04:00