Commit Graph

1242 Commits

Author SHA1 Message Date
1hitsong
79f5c15024
Merge pull request #1672 from 1hitsong/OSDInfo
Add logo and season/episode numbers to OSD
2024-03-15 08:00:24 -04:00
1hitsong
e939cd9772 Update ellipsis text to use translation. Remove leading space 2024-03-11 18:52:16 -04:00
1hitsong
97a2fee81c
Merge pull request #1605 from 1hitsong/moveSelectedSubtileToTop
Move selected subtitle to top of selection menu
2024-03-10 20:24:15 -04:00
1hitsong
5ff768bb07
Merge pull request #1674 from 1hitsong/fullDescriptionPopup
Create popup with full TV series description
2024-03-10 17:53:57 -04:00
1hitsong
00dbb7cbb9
Merge pull request #1716 from 1hitsong/includeSpecialChars
Include special characters when filtering by #
2024-03-10 17:53:10 -04:00
1hitsong
cb9c44867c Keep None subtitle at top 2024-03-09 09:04:18 -05:00
1hitsong
357c3f1c0d Move selected subtitle to top of selection menu 2024-03-09 08:57:25 -05:00
1hitsong
84d5a49762 Use translated text for ellipsis 2024-03-09 08:46:52 -05:00
1hitsong
75f1e1e141 Reduce logo max height so tall logos don't go under buttons 2024-02-22 21:10:19 -05:00
1hitsong
1b863ba34c
Merge branch 'master' into OSDInfo 2024-02-22 20:45:42 -05:00
1hitsong
0c59c2a629
Merge pull request #1703 from 1hitsong/OSD-Item-Navigation
Create method to navigate to Previous/Next items in playlist
2024-02-22 20:33:21 -05:00
1hitsong
39abf06056 If current and next item are both audio, don't leave player 2024-02-22 19:26:35 -05:00
Charles Ewert
204c977f5c Merge 2.0.z branch 2024-02-19 21:58:11 -05:00
1hitsong
f5f4b436d6 Include special characters when filtering by #
Fixes #1296
2024-02-19 14:56:55 -05:00
1hitsong
d9f714690e Add item navigation to OSD 2024-02-12 22:47:26 -05:00
Charles Ewert
d5718501d4 Merge remote-tracking branch 'upstream/2.0.z' into update-master-bugfix 2024-02-08 21:45:39 -05:00
Charles Ewert
b2ee23ee6b
Merge pull request #1514 from cewert/only-show-logo-home 2024-02-08 17:48:45 -05:00
VTRunner
50aa531b7b Fix in-process recording playback with feedback 2024-02-08 15:09:57 -05:00
VTRunner
bee38aea6e Fix in-process recording playback 2024-02-08 11:50:05 -05:00
Charles Ewert
d75b49763e
Merge pull request #1591 from jellyfin/renovate/brighterscript-0.x 2024-02-06 12:23:04 -05:00
Charles Ewert
9c8fab1758 fix new xml validation errors 2024-02-06 11:00:49 -05:00
Charles Ewert
1999cf5e0b Merge branch '2.0.z' 2024-02-05 18:47:00 -05:00
Charles Ewert
d5790e150a refactor to remove else clause 2024-02-03 17:42:34 -05:00
1hitsong
7de5e684d3
Merge pull request #1622 from 1hitsong/musicTrickBar
Add scrub function to audio trickplay bar
2024-01-31 09:48:28 -05:00
1hitsong
94355bc551
Merge pull request #1669 from photonconvergence/multi-episode
Display ending episode number for multi-part TV episodes
2024-01-29 20:36:00 -05:00
photonconvergence
f786e3a684 template literals 2024-01-28 20:50:04 -08:00
1hitsong
f438e1961f Work with videos that span episode numbers 2024-01-28 21:17:51 -05:00
1hitsong
a5d49da8b6 Create popup with full TV series description
Fixes #1673
2024-01-28 21:06:10 -05:00
1hitsong
3d282f9fdc Add logo and season/episode into to OSD 2024-01-28 15:38:02 -05:00
1hitsong
90542aa5eb
Merge pull request #1668 from photonconvergence/cleanup
Remove unused function GetSubtitleLanguages in LoadVideoContentTask.bs
2024-01-27 14:54:13 -05:00
1hitsong
5efbc92b05
Merge pull request #1522 from 1hitsong/selectAudio
Add audio track selection to video player OSD
2024-01-27 12:09:45 -05:00
1hitsong
3d55fba207 Add comment 2024-01-27 12:05:39 -05:00
1hitsong
74021e7a2d Allow videos with no audio streams to play
Fixes #1670
2024-01-26 19:49:19 -05:00
photonconvergence
2e3ed14123 show indexnumberend 2024-01-25 20:53:04 -08:00
photonconvergence
03d3d7815f remove getsubtitlelanguages 2024-01-24 10:17:08 -08:00
1hitsong
b9634047e8
Merge pull request #1653 from 1hitsong/actorEpisodeSeriesName
Label actor episodes with series name, and season & episode numbers
2024-01-13 21:15:41 -05:00
Jimi
6c9b3f10b5 Fix to QuickConnect 2024-01-13 21:04:46 -05:00
1hitsong
5db1b48f96 Don't load song data until stream is loaded
Fixes #1609
2024-01-13 21:04:46 -05:00
Charles Ewert
353fdf275e set default backdrop color to prevent crash 2024-01-13 21:04:46 -05:00
1hitsong
6f88e9a032 Ensure caption mode is on when needed 2024-01-13 21:04:46 -05:00
1hitsong
c57e7399ce Exit loop once match is found 2024-01-13 21:04:46 -05:00
1hitsong
765b36e322 Let subtitles have >1 type
Fixes #1627
2024-01-13 21:04:46 -05:00
1hitsong
190f34edef Prevent unneeded stop/start 2024-01-13 21:04:46 -05:00
1hitsong
b3ee484220 Add valid checks to used variables
Creates new helper function - isAllValid()
2024-01-13 20:40:44 -05:00
Charles Ewert
5be021e662
Merge pull request #1645 from cewert/fix-homeitem-crash 2024-01-13 19:37:08 -05:00
Charles Ewert
6edcf29220
Merge pull request #1651 from jimdogx/fix/1601-quick-connect-crash 2024-01-13 19:36:41 -05:00
1hitsong
3811f298d3 Label actor episodes with Series Name, and season & episode numbers
Fixes #1649
2024-01-13 17:22:50 -05:00
Jimi
509e2cb031 Fix to QuickConnect 2024-01-13 10:20:45 -07:00
1hitsong
8bf164ba29 Don't load song data until stream is loaded
Fixes #1609
2024-01-12 21:07:36 -05:00
Charles Ewert
7527d405ed set default backdrop color to prevent crash 2024-01-12 20:55:48 -05:00