Matej Tyfa
2a93e55aa8
Rework: split subtitle color into color + border_color settings
2023-10-11 20:31:10 +02:00
Izzie Walton
698e18e2eb
Merge pull request #502 from jellyfin/dependabot/github_actions/master/actions/checkout-4
...
Bump actions/checkout from 3 to 4
2023-10-01 10:47:52 -04:00
dependabot[bot]
035c09cb54
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-01 14:46:43 +00:00
Izzie Walton
2d138a2b1e
Merge pull request #493 from Maxr1998/volume-up-fix
...
Ensure that volume is always a Number
2023-09-17 13:37:25 -04:00
Maxr1998
835de07f75
Ensure that volume is always a Number
...
This fixes the issue where the volume is set to the maximum volume when setting a random volume by clicking the slider and then invoking the volume up action.
The reason for this is that the slider apparently sets the volume to a string '100' instead of a number, and in turn the volume up concatenates the current volume with 2 instead of adding 2. As a result, the volume is set to 100 (minimum of `__2` and `100`) instead of the expected volume. This doesn't apply to the volume down action because `string - number = number`. Obviously…
Forcing the saved volume to always be a number resolves this issue. Additionally, we also don't allow setting the volume to any falsy/undefined value anymore.
2023-09-17 19:29:04 +02:00
Izzie Walton
5391553a76
Merge pull request #481 from KrisVos130/fix_hyprland_window_open_bug
...
Fix window restoring on opening with Hyprland
2023-08-27 11:22:47 -04:00
Kristian Vos
a4b6ce05e3
Save window geometry even when maximized, undo restoring window geometry from last screen to fix bug on Hyprland
2023-08-27 14:39:56 +02:00
Izzie Walton
477ddc5041
Merge pull request #478 from KrisVos130/fix_fullscreen_monitor_switch
...
Fix window switching monitor when exiting fullscreen
2023-08-20 07:16:13 -04:00
Kristian Vos
d9e35c08db
Fix window switching monitor when exiting fullscreen
2023-08-18 20:57:29 +02:00
Ian Walton
bc0ec5a099
Merge pull request #456 from ThePesta/fix-skip-freeze
...
fix: skipintro plugin client freeze
2023-06-13 21:51:45 -04:00
ThePesta
19773f1907
fix: skipintro plugin client freeze
2023-06-13 21:19:31 +00:00
Ian Walton
a138acbee9
Merge pull request #445 from jellyfin/bond-transcodeaudiochannels
...
Set max audio channels for transcode profile based on JMP settings
2023-05-23 17:05:02 -04:00
Bond_009
abcd3d903d
Set max audio channels for transcode profile based on JMP settings
2023-05-23 15:26:28 +02:00
Ian Walton
96a9d517fa
Merge pull request #435 from JackMaiden/feat/default-playback-speed
...
Add Default Playback Speed settings
2023-05-08 17:24:03 -04:00
Jack Maiden
09ba544996
Add Default Playback Speed settings
...
Allow for a default playback rate to be set for video player
2023-05-08 19:11:26 +01:00
Ian Walton
6abee1ba85
Merge pull request #434 from JackMaiden/master
...
Remember playback speed
2023-05-07 14:56:55 -04:00
Jack Maiden
d36275ec29
remember playback speed on set
2023-05-07 19:47:17 +01:00
Ian Walton
69d1b871fc
Merge pull request #425 from lbrunkho/patch-1
...
Add build instructions for Fedora systems.
2023-04-25 17:04:03 -04:00
lbrunkho
2fdd3efc65
Add build instructions for Fedora systems.
...
Added build instructions that I wrote in #343 . I have been testing this over the past couple months and they have been working for me. Added instructions at the beginning of the build commands for Linux on downloading the latest release tag instead of just pulling the main branch as this should make for more consistent builds.
2023-04-25 09:38:57 -07:00
Ian Walton
086fd6a521
Up version to 1.9.1.
2023-04-23 13:13:11 -04:00
Ian Walton
3668af1d86
Skip searching for SSL bundles on Linux. ( #301 )
2023-04-23 12:55:58 -04:00
Ian Walton
ff0405289f
Disallow flac from video transcoding. ( #423 )
2023-04-23 12:29:02 -04:00
Ian Walton
9639681892
Allow disabling dovi transcode rule.
2023-04-23 12:07:59 -04:00
Ian Walton
884a2804e1
Merge pull request #406 from fritzmg/patch-1
...
Fix port missing in translations for `de` and `hr`
2023-03-18 09:34:06 -04:00
Ian Walton
88993b21ff
Fix translation for de to have port number. ( #288 )
2023-03-18 09:29:53 -04:00
Fritz Michael Gschwantner
ada45104bd
fix port missing for de and hr
2023-03-18 13:26:04 +00:00
Ian Walton
ee6ff1033e
Censor token from new stored creds block.
2023-03-14 23:35:22 -04:00
Ian Walton
5f2588f848
Update debian changelog.
2023-03-12 16:07:24 -04:00
Ian Walton
bf30227842
Up version to 1.9.0.
2023-03-12 15:57:57 -04:00
Ian Walton
f2b09b4ef0
Auto-detect and switch SteamOS to TV mode. ( #237 )
2023-03-12 15:27:53 -04:00
Ian Walton
08b49b7964
Fix null reference to m_button.
2023-03-12 13:40:23 -04:00
Ian Walton
f8ef310301
Windows build fix try3
2023-03-12 13:09:34 -04:00
Ian Walton
fb66f1e1db
Windows build fix try2
2023-03-12 12:51:19 -04:00
Ian Walton
c9e17c38ee
Fix build error on Windows.
2023-03-12 12:25:04 -04:00
Ian Walton
20ecad409f
Don't reset mute between videos. ( #349 )
2023-03-12 11:57:44 -04:00
Ian Walton
dc2a5ad5c7
Add options to disable Windows integrations. ( #351 #342 )
2023-03-12 11:25:27 -04:00
Ian Walton
953ee16445
Add aspect ratio controls to player. ( #388 )
2023-03-12 10:42:22 -04:00
Ian Walton
43e068c5f7
Add extra transcoder settings and make global reactive settings object.
2023-03-12 10:21:25 -04:00
Ian Walton
7a0f6f903f
Fix typo in docs.
2023-03-11 03:00:59 -05:00
Ian Walton
273a6af5ff
Add web client integration documentation.
2023-03-11 02:58:39 -05:00
Ian Walton
7d5943becc
Merge pull request #394 from stumpylog/master
...
Bumps checkout and upload actions to v3
2023-03-10 21:18:03 -05:00
Trenton Holmes
8cf2b9cadd
Creates dependabot configuration for GitHub actions
2023-03-10 18:15:32 -08:00
Trenton Holmes
6e2f7814cb
Bumps checkout and upload actions to v3, resolving the Node 12 warnings
2023-03-10 17:32:28 -08:00
Ian Walton
bc7679092d
Removed unused localStorage value.
2023-03-10 03:19:02 -05:00
Ian Walton
613773fd1e
Only use CSP workaround when actually needed.
2023-03-10 03:08:58 -05:00
Ian Walton
2450ae1956
Allow running JMP with no bundled webclient!
2023-03-10 00:59:31 -05:00
Ian Walton
9ee3cb4264
Fix macos sed being broken.
2023-03-08 20:23:48 -05:00
Ian Walton
64dafce1c0
Fix download_webclient use in debian/rules.
2023-03-08 20:10:25 -05:00
Ian Walton
721e84f5b4
Switch from QsLog to regular QT logging.
2023-03-08 19:37:32 -05:00
Ian Walton
9fd786fdc0
Remove unused roku input and qhttp library.
2023-03-08 17:48:01 -05:00