Commit Graph

138 Commits

Author SHA1 Message Date
1hitsong
f29316b6e7
Merge pull request #1077 from cewert/fix-crashes
Fix crashes from crashlog report
2023-03-15 21:48:16 -04:00
Charles Ewert
b94f2bb228
Fix crashes in LoadItemsTask.brs and ShowScenes.brs (#1068)
* Ensure vars are valid - fixes crashlog errors

* Ensure vars are valid - fix crashlog error line 34

* ensure vars are valid - update function to match the one in ShowScenes.brs

* fix linting errors

* remove unneeded code

* remove optional chaining operators
2023-03-15 21:23:58 -04:00
Charles Ewert
25f03915ff
Remove optional chaining operators from code (#1085)
* remove optional chaining operators + use isValid() + remove extra white space
* address reviewer feedback
2023-03-09 14:35:29 -05:00
Charles Ewert
4590a79758 dont use optional chaining operators 2023-03-05 13:57:32 -05:00
Charles Ewert
cc1e3be6b2 ensure vars are valid - fix crashlog line 80 2023-03-03 20:38:21 -05:00
1hitsong
2eff1401d8
Add Genres, Parental Ratings, and Years as Movie Filters (#928)
* Add Movie Filters
* Add filter names to translations file.
* Only jump up if content is reloaded
2023-02-25 14:51:36 -05:00
1hitsong
a33ce8bd57
Playlist support & TV Shuffle (#986)
* Add TV Episode Shuffle
* Reuse playback info
* Get Subtitle Popup working
* Get Subtitle Popup working
* Get Resume/Restart popup working
* Playlist poster, bug fixes
* Remove commented out code
* Start from beginning if playing queue
* Fix Playback Info issue
* Remove optional chaining to fix formatter
* Fix playlist content list. Code cleanup.
* Remove commented out code
2023-02-25 11:43:36 -05:00
1hitsong
94465f36c8 New User Setting: Disable Unwatched Episode Count 2023-02-04 18:16:36 -05:00
1hitsong
ca6e08b4ba
Merge pull request #964 from sevenrats/settings_again
improve settings menu, implement title hover and hide in griditem and musicartistgriditem
2023-02-02 09:07:29 -05:00
sevenrats
bb3a7c42b7 squish title hover bug 2023-01-31 21:41:35 -05:00
sevenrats
e70ad37245 scroll focused music title 2023-01-28 17:01:08 -05:00
sevenrats
9d1b4d3f79 dont muck up music presentation views 2023-01-28 15:27:32 -05:00
sevenrats
21de119ff7 implement hover and hide in musicartists 2023-01-28 12:37:57 -05:00
sevenrats
48545f1f1a implement hide and hover titles in griditem 2023-01-28 11:24:40 -05:00
1hitsong
6bcb940875
Merge pull request #930 from ApexArray/fix-option-menu-focus
Fix option menu focus if opened while library still loading
2023-01-27 08:04:57 -05:00
sevenrats
53958fa8cc unbreak grid view setting 2023-01-15 20:08:19 -05:00
sevenrats
7c72385ba4 improve settings menu 2023-01-15 19:49:29 -05:00
1hitsong
aee0eda4ab
Merge branch 'unstable' into MovieGridTitleOptions 2023-01-07 18:16:46 -05:00
Jimi
3c850dcab0
Merge pull request #939 from jimdogx/JF-501-Crash-when-watching-inprogress-recording
Don't crash when viewing in progress recording.
2023-01-05 06:36:59 -07:00
1hitsong
77d813f58d Fix issue Hover Title First Load 2023-01-05 06:36:46 -05:00
1hitsong
855ca0877d Add Recording to LoadItemsTask 2023-01-04 13:54:22 -05:00
1hitsong
d9a2b22b08
Merge branch 'unstable' into musicGridView 2023-01-02 10:18:24 -05:00
1hitsong
45ec59e43c Check m.view is valid 2023-01-02 09:48:45 -05:00
1hitsong
4efb87b646
Merge branch 'unstable' into FixTVGenres 2023-01-02 09:39:32 -05:00
1hitsong
8db4527feb Fix Title display issue if Item Count setting enabled 2023-01-01 19:04:18 -05:00
1hitsong
cbf49f43f4 Add new text to translations 2022-12-30 22:45:58 -05:00
1hitsong
fb090d6575 Create Music Grid View 2022-12-30 21:59:19 -05:00
1hitsong
30b5b64c51 Create new Movie Grid Title option 2022-12-30 13:09:27 -05:00
1hitsong
29d5f42203
Merge pull request #911 from 1hitsong/MovieGridView
Create Movie Grid View and new default setting
2022-12-30 12:16:26 -05:00
1hitsong
7af27a5488 Update genre view for TV series 2022-12-30 11:59:56 -05:00
1hitsong
083622ec22 Hide any loaded movie data if filter returns no results 2022-12-29 08:43:58 -05:00
1hitsong
8e17e87d81 Add resumable filter to movies 2022-12-29 08:43:58 -05:00
1hitsong
0c51357a71
Merge pull request #893 from 1hitsong/UnwatchedFilter
Filter Movies & Series by Played/Unplayed status
2022-12-29 08:36:23 -05:00
1hitsong
ee3b389c7a
Merge pull request #882 from 1hitsong/ShowUnwatchedCount
Show unwatched count
2022-12-29 08:30:03 -05:00
Alex Wardle
4afb42535a return focus to option menu if visible 2022-12-28 09:52:31 -07:00
1hitsong
3d1ec33379 Fix return to top animation 2022-12-20 07:46:15 -05:00
1hitsong
545c91ef58 Create default movie view setting 2022-12-19 21:03:35 -05:00
1hitsong
303014d9c3 Create Movie Grid View 2022-12-19 19:33:02 -05:00
1hitsong
d3d94d0e4c Add placeholders & move title down 2022-12-14 20:55:03 -05:00
1hitsong
31e6f01c08 Add unplayed count to homepage 2022-12-14 20:09:59 -05:00
1hitsong
b97c98c7b5 Add unplayed count to tv show list 2022-12-14 20:08:52 -05:00
1hitsong
5fdc97a98b Filter by Played/Unplayed status 2022-12-14 18:55:46 -05:00
1hitsong
233d981c05 Create music genre view 2022-12-10 14:05:55 -05:00
candry7731
5c5acd226e
Merge branch 'unstable' into Voice-Filter-on-Live-TV-Fix 2022-12-06 14:42:42 -06:00
candry7731
3cbbd81ec4 fixed LCase() 2022-12-06 14:16:33 -06:00
candry7731
54c13158d6 Add LCase() 2022-12-06 14:14:12 -06:00
candry7731
9ac94ddb4a Added tr("all") to channels view 2022-12-06 13:56:21 -06:00
Jimi
4312e9ac7e Shuffle is really Random 2022-12-02 06:26:47 -07:00
Jimi
3e57cb2095 Merge branch 'unstable' into feature/jf-photo-slideshow 2022-11-19 13:18:48 -07:00
Jimi
e54a4cba41 Add shuffle 2022-11-19 13:17:35 -07:00