Ian Walton
6948961667
Merge pull request #233 from stefansundin/fix-git-clone
...
Update git clone command
2022-04-06 07:34:09 -04:00
Stefan Sundin
37c84b97d9
Update git clone command. GitHub no longer allows the git:// protocol.
2022-04-05 22:38:49 -07:00
Ian Walton
9b379b2aea
Fix vcredist for x86 build.
2022-03-28 23:30:24 -04:00
Ian Walton
3622e47d0c
Set correct vcredist version for windows-2022.
2022-03-28 23:24:40 -04:00
Ian Walton
0ed05b13e3
Add debug code to print vcredist files.
2022-03-28 23:24:36 -04:00
Ian Walton
db7907f52d
2022 toolchain is 64 bit.
2022-03-28 23:24:33 -04:00
Ian Walton
d3d0e716fd
Possible CI fix for MSVC fail on windows-latest.
2022-03-28 23:24:30 -04:00
Ian Walton
eb6f243d31
Possible CI fix for QT fail on macOS.
2022-03-28 23:24:26 -04:00
Ian Walton
c9f1a66d7a
Merge pull request #222 from rickylinden/master
...
Added ~/ to early jmp directory instructions
2022-03-10 06:36:54 -05:00
Ricky Lindén
e4788655e5
Added ~/ to early jmp directory instructions
2022-03-10 12:55:28 +02:00
Ian Walton
5985c40a16
Add --platform option. ( #159 )
2022-01-16 13:08:44 -05:00
Ian Walton
28ccf00fae
Merge pull request #197 from iainsaxonhome/feature/linux-xbox-inputmap
...
Added Xbox input mapping
2022-01-16 12:53:15 -05:00
Ian Walton
a84fd07fde
Disable youtube-dl.
2022-01-16 12:52:18 -05:00
Ian Walton
bfd1b923c0
Allow retry with transcode instead of usng a hard failure. ( #127 )
2022-01-16 12:52:13 -05:00
Ian Walton
dff5a0faac
Merge pull request #198 from iainsaxonhome/feature/quit-app
...
Reimplement Exit App function
2022-01-12 17:03:14 -05:00
iainsaxonhome
5601255e4c
Reimplement Exit App function
...
Now ties into the Jellyfin Web project's existing code for exiting.
2022-01-13 08:51:00 +11:00
iainsaxonhome
9c4a805873
Added Xbox input mapping
2022-01-12 15:23:40 +11:00
Ian Walton
91e874105c
Merge pull request #196 from iainsaxonhome/feature/quit-app
...
Added Quit App functionality
2022-01-11 20:31:43 -05:00
iainsaxonhome
79a45547f5
Added Quit App functionality
2022-01-12 11:15:31 +11:00
Ian Walton
54fc7cb8e1
Revert to mpv 20211212 0e76372.
2021-12-22 19:11:25 -05:00
Ian Walton
6f33184ef8
Rename socket to jmp from pmp.
2021-12-22 18:45:14 -05:00
Ian Walton
20afb87573
MPV is now called mpv-2.dll.
2021-12-22 18:05:39 -05:00
Ian Walton
b7c0dfba4f
Upgrade to MPV version 20211219 fd63bf3.
2021-12-22 17:30:53 -05:00
Ian Walton
ded901bad6
Set the MaxStaticBitrate to avoid server hard-coded 8 mbps limit.
2021-12-22 17:28:19 -05:00
Ian Walton
569d48a2ed
Switch builddep to python3 for debian unstable.
2021-12-18 08:57:36 -05:00
Ian Walton
e25c01170e
Do not show version notifications for prereleases.
2021-12-18 08:08:41 -05:00
Ian Walton
05cba94abd
Add prerelease tag builds.
2021-12-18 08:08:12 -05:00
Ian Walton
c5b7841cea
Update supported Linux distributions.
2021-12-18 07:58:39 -05:00
Ian Walton
3e0b018c82
Merge pull request #145 from bedrin/patch-1
...
Updated Linux build instructions in README.md
2021-09-09 19:28:13 -04:00
Dmitry Bedrin
c931658740
Updated Linux build instructions in README.md
...
- wrong jellyfin-media-player repo URL
- missing build-essential dependency which fails mpv build
- missing curl and unzip dependencies which fail ./download_webclient.sh
2021-09-10 01:58:14 +03:00
Ian Walton
bd94efe3c0
Merge pull request #143 from TheFeelTrain/patch-3
...
Fix settings getting cutoff in client settings modal
2021-09-09 07:32:10 -04:00
TheFeelTrain
9dcee50240
Fix settings being cutoff in settings modal
...
Fixes https://github.com/jellyfin/jellyfin-media-player/issues/142
2021-09-08 23:50:17 -07:00
Ian Walton
f01a6fc5b3
Merge pull request #128 from laurinneff/patch-1
...
Add StartupWMClass to .desktop file
2021-08-03 23:10:06 -04:00
Laurin Neff
00727a2766
Add StartupWMClass to .desktop file
2021-08-03 19:52:30 +02:00
Ian Walton
33f8f7554f
Merge pull request #125 from TheFeelTrain/patch-2
...
Style JMP settings modal
2021-08-02 12:18:03 -04:00
TheFeelTrain
ce437dbd58
Remove usage of innerHTML
2021-08-02 09:13:12 -07:00
TheFeelTrain
da606315f7
Style JMP settings window
2021-08-02 08:04:18 -07:00
Ian Walton
e9a24ccfb9
Merge pull request #124 from TheFeelTrain/patch-1
...
Properly enable QWebEngine GPU acceleration
2021-08-01 23:38:33 -04:00
TheFeelTrain
9315ed6cf5
Properly enable QWebEngine GPU acceleration
...
Mentioned here: https://github.com/jellyfin/jellyfin-media-player/issues/10
I noticed the interface was lagging a lot when using a theme that has blurred backdrops (disabling the backdrops made it smooth again so I know that was the culprit). I knew it was because of a lack of hardware acceleration, and I stumbled across this issue and realized it was never actually enabled.
The difference in performance is night and day for me when compiled with this flag enabled.
2021-08-01 20:09:52 -07:00
Ian Walton
ef07156171
Fix typo in appdata.
2021-08-01 14:36:26 -04:00
Ian Walton
c6af8bbc67
Up version to 1.6.1.
2021-08-01 14:02:59 -04:00
Ian Walton
9587b504be
Prevent app crash when media fails to load. ( #88 )
2021-08-01 13:40:59 -04:00
Ian Walton
8410913a32
Add libqt5xml5 as a dependency. ( #103 )
2021-08-01 12:56:04 -04:00
Ian Walton
e249fe58a0
Merge pull request #84 from viggy96/master
...
Manually set application name
2021-05-05 17:05:45 -04:00
Vignesh B
8694e3165b
Manually set application name
2021-05-05 13:29:12 -04:00
Ian Walton
15d24751eb
Merge branch 'master' of github.com:jellyfin/jellyfin-media-player
2021-05-05 07:45:25 -04:00
Ian Walton
2a4066ba88
Always use play_pause for Windows media keys.
2021-05-05 07:43:16 -04:00
Ian Walton
92bb2ab79b
Update bug_report.md
2021-05-04 23:21:46 -04:00
Ian Walton
cf3e11c0cd
Up version to 1.6.0.
2021-05-04 20:54:41 -04:00
Ian Walton
b247c9d0cd
Always set volume on playback. ( #78 )
2021-05-04 20:36:47 -04:00