Commit Graph

190 Commits

Author SHA1 Message Date
1hitsong
25ce0b9e9d Stop spinner when intro video starts & disable intros on playlists 2023-03-23 18:59:23 -04:00
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
Alex Wardle
3bdb9266b5 hide unplayedCount if UnplayedItemCount is 0 2023-01-01 14:36:07 -07: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
Jimi
6225b77f7c Slideshow 2022-11-19 07:29:57 -07:00
Jimi
78ab9e9233 Support left, right navigation while viewing photos 2022-11-18 22:57:40 -07:00
1hitsong
61a531e990 Hide movie title on other views 2022-11-11 08:38:07 -05:00
1hitsong
71c672732d Update Movie Library View 2022-11-03 20:55:20 -04:00
1hitsong
f257a3195a Adjust album view 2022-10-05 09:09:55 -04:00
1hitsong
5f4fb2239f Add appears on artist section 2022-10-02 06:24:31 -04:00
candry7731
aa95165405
Add Music Video Support (#799) 2022-09-21 20:36:38 +01:00
candry7731
621e53e647
Redesign Search page with voice search (#593) 2022-09-05 07:50:13 +01:00
Charles Ewert
3b78005a4d formatting 2022-07-21 20:31:39 -04:00
Charles Ewert
0250147f17 Fix network/genre bug from #596 2022-07-21 20:31:39 -04:00
Charles Ewert
467f0cb16f Fix collection libraries- bug from #596 2022-07-21 20:31:39 -04:00
Charles Ewert
13b660c7c2 Revert "Update Home Screen to Respect User Preferences (#553)"
This reverts commit 26d9360fd3.
2022-07-21 20:31:39 -04:00
candry7731
1d03ad08ac
Added "Network/Genre" View Option to folders (#596) 2022-07-09 09:39:29 +01:00
Jimi
bc615608ca
Merge branch 'master' into music-square-artwork 2022-06-25 14:41:54 -06:00
Jimi
919dc17d5a Fix accidental removal of music options. 2022-06-21 12:51:33 -06:00
Jimi
ed08145032 Cleanup 2022-06-19 08:10:19 -06:00
candry7731
be9e4139d7
Update components/ItemGrid/ItemGrid.brs
Co-authored-by: Jimi <jimi@thedodgefamily.com>
2022-06-18 14:29:13 -05:00
candry7731
67f40cffec format and validate 2022-06-17 21:27:20 -05:00
candry7731
15a367f35c Updated collectiontype for boxset folders 2022-06-17 21:26:23 -05:00
candry7731
e07d73ea6f Updated Boxset options 2022-06-16 20:38:31 -05:00
Jimi
16145fd40f
Merge branch 'master' into code-cleanup 2022-06-12 16:41:19 -06:00
Jimi
d81f5dae6a
Merge branch 'master' into jump-to-1st-item 2022-06-11 17:18:18 -06:00
Jimi
a172e45164
Merge branch 'master' into music-square-artwork 2022-06-11 17:13:55 -06:00
1hitsong
b697d26a06 Remove unused fallbacktype code 2022-06-11 09:42:43 -04:00
candry7731
0d97b4bb22 Formatting 2022-06-10 15:28:51 -05:00
1hitsong
34454de924 Code cleanup - Option values 2022-06-10 08:33:54 -04:00
candry7731
f4697558df Added Jump to user setting 2022-06-09 22:16:17 -05:00
candry7731
a8948d18b8 add jump to setting 2022-06-09 22:15:35 -05:00
1hitsong
3c326d02fc Adjust size to safe zone 2022-06-09 19:56:40 -04:00
1hitsong
099de944a4 Rework Artist layout. Use square cover art 2022-06-09 19:50:05 -04:00
1hitsong
45cc710200 Remove dupe code 2022-06-06 20:41:35 -04:00
1hitsong
bb2c6ba42d Create Artist & Album view for music 2022-06-06 20:31:57 -04:00
Jimi
2fec02f9a9
Merge branch 'master' into addmusic 2022-06-06 06:15:25 -06:00
Jimi
f15913ebe5 Smoother animation 2022-06-03 21:29:22 -06:00
candry7731
35c31b0161 formatting/validation 2022-06-03 00:25:43 -05:00
candry7731
8e0493de7d Resize item poster base on alpha/grid focus 2022-06-03 00:25:00 -05:00
candry7731
9c33c6b580 Move Alpha to left of item grid 2022-06-02 21:06:05 -05:00
1hitsong
5347214fd4
Merge branch 'jellyfin:master' into addmusic 2022-05-31 15:58:54 -04:00
Charles Ewert
686b91ca8f Fix formatting 2022-05-30 14:40:33 -04:00
Charles Ewert
0c33c95f4e Fix regression in #553 2022-05-30 12:10:22 -04:00
Charles Ewert
9e9e18a318 Add back try-catch 2022-05-30 10:03:59 -04:00
Charles Ewert
bbac0652a3 Remove unused code 2022-05-30 09:15:06 -04:00
Charles Ewert
2296fde437 Files should end in new line 2022-05-30 08:57:40 -04:00
Nick Wallace
26d9360fd3
Update Home Screen to Respect User Preferences (#553) 2022-05-24 17:23:42 +01:00
1hitsong
d8b5ba06dd List both artists and albums as direct children to music 2022-05-23 19:55:11 -04:00
1hitsong
963aae78d8 Add Now Playing scene 2022-05-23 19:55:11 -04:00
1hitsong
874eedecd7 Create fallback type if no results are found 2022-05-23 19:55:11 -04:00
1hitsong
577569a26f Create callback for music data 2022-05-23 19:55:11 -04:00