212 Commits

Author SHA1 Message Date
Ian Walton
7e6dc9f71b Add fix for crash on OSX. (#20) v1.3.9 2020-02-18 23:44:46 -05:00
Ian Walton
a9f6979508 Set mpv external as the default player backend for OSX. (#18) v1.3.8 2020-02-17 10:41:59 -05:00
Ian Walton
942887f31b Add OSX instructions. (#18) 2020-02-17 10:41:39 -05:00
Ian Walton
0cd1dee4bc Update readme. 2020-02-11 01:23:03 -05:00
Ian Walton
61f098f473 Don't try to initialize the thing that isn't a thread as a thread. v1.3.7 2020-02-11 01:17:19 -05:00
Ian Walton
3d680d5193 Merge branch 'master' of github.com:iwalton3/jellyfin-mpv-shim 2020-02-11 01:10:12 -05:00
Ian Walton
523d0a168b Isolate pystray into new process to stop interactions with libmpv1. 2020-02-11 01:10:00 -05:00
Ian Walton
340cbe2418
Add note about right clicking... 2020-02-10 11:24:57 -05:00
Ian Walton
bc06b1333b Add note about segfault issue. 2020-02-10 01:51:31 -05:00
Ian Walton
e099683a62 Increase dependency for python-mpv-jsonipc. v1.3.6 2020-02-08 19:12:20 -05:00
Ian Walton
d71ba50451 Move note about auth tokens. 2020-02-08 13:24:22 -05:00
Ian Walton
221e694d6a Clarify how to enter server url. 2020-02-08 03:54:43 -05:00
Ian Walton
ea539c2d24 Up version. v1.3.5 2020-02-07 19:00:09 -05:00
Ian Walton
d13a0fee70 Up version for bug fix. 2020-02-07 18:54:10 -05:00
Ian Walton
f03c2fb068 Handle playback end to idle. 2020-02-07 18:48:01 -05:00
Ian Walton
bdcb109929 Implement settings for arrow key seek. (#13) 2020-02-05 08:46:07 -05:00
Ian Walton
72068adb53
Remove note that the client is brand new. 2020-02-04 01:57:09 -05:00
Ian Walton
d5a5b8e2b9
Add clarification to README. 2020-02-02 23:53:25 -05:00
Ian Walton
4aff3bf246 Add ability to disable on-screen controller. (Useful for external players.) 2020-02-02 10:16:17 -05:00
Ian Walton
9a516a86bc Increase version to 1.3.4. v1.3.4 2020-02-02 00:41:18 -05:00
Ian Walton
229e5f2d6a Fix issue with menu not showing. 2020-02-02 00:22:11 -05:00
Ian Walton
7bd061546b Revert "Add workaround for eof event not being send over IPC."
This reverts commit f63d9cc30b81319c2033ad2992b2e894f81b16bb.
The problem wasn't actually an MPV issue, but was 1-indexing in MPV.
2020-02-02 00:18:16 -05:00
Ian Walton
f63d9cc30b Add workaround for eof event not being send over IPC. 2020-02-01 23:51:02 -05:00
Ian Walton
f88570deb1 Add note about menu workaround. 2020-02-01 22:23:11 -05:00
Ian Walton
38fac0c468 Add note about backslash in JSON. v1.3.3 2020-02-01 21:11:19 -05:00
Ian Walton
72fbdaf845 Add new parameters to config and remove obsolete ones automatically. 2020-02-01 20:17:44 -05:00
Ian Walton
bc0d29fab2 Handle external termination and run silently. 2020-02-01 10:00:15 -05:00
Ian Walton
15c3c5e314 Load settings before mpv. 2020-02-01 09:51:45 -05:00
Ian Walton
e79451ee09 Load settings before mpv. 2020-02-01 09:47:57 -05:00
Ian Walton
7e74e5668c Fix mpv import. 2020-02-01 09:39:23 -05:00
Ian Walton
d97f92debb Update readme and version. 2020-02-01 09:31:33 -05:00
Ian Walton
deb0355508 Add external MPV support. 2020-02-01 09:22:17 -05:00
Ian Walton
6997b4f161 Add config options for external MPV support. 2020-02-01 08:33:04 -05:00
Ian Walton
f14f5b663d Up version to 1.3.2. v1.3.2 2020-01-30 21:05:04 -05:00
Ian Walton
10b0ececf5 Enable input_media_keys and bind STOP. 2020-01-30 20:55:54 -05:00
Ian Walton
37d26b935a Finally fix the menu not always appearing? 2020-01-30 19:44:14 -05:00
Ian Walton
8e12fdd780 Also bind PREV and NEXT media keys. 2020-01-30 19:04:42 -05:00
Ian Walton
c97d464714 Increase version to 1.3.1. v1.3.1 2020-01-30 11:14:53 -05:00
Ian Walton
8b57253a4a Print if media is transcoding after title. 2020-01-28 09:35:03 -05:00
Ian Walton
0808361349 Add media key support. 2020-01-28 09:24:20 -05:00
Ian Walton
057a91f4ff Log subtitle actions to system log. 2020-01-24 23:01:00 -05:00
Ian Walton
a1f9d462b7 Up version to 1.3.0 in constants. v1.3.0 2020-01-21 10:17:35 -05:00
Ian Walton
0df1af491c Up version to 1.3.0. 2020-01-21 10:17:05 -05:00
Ian Walton
064aab28f7 Add direct paths settings to README. 2020-01-21 10:16:00 -05:00
Ian Walton
59fdc27f48 Add menu setting for direct paths. 2020-01-21 10:11:20 -05:00
Ian Walton
3659070527 Add more rules for enabling direct paths. 2020-01-21 10:03:54 -05:00
Ian Walton
2b444d6870 Set default remote bandwidth to 10 mbps. 2020-01-21 09:37:08 -05:00
Ian Walton
209f2a473b Increase required version of apiclient to 1.1.0. 2020-01-21 09:31:26 -05:00
Ian Walton
2724bd112e
Merge pull request #9 from shemanaev/feature/reconnect
Add reconnection after websocket disconnects
2020-01-21 08:17:22 -05:00
Ian Walton
6df89f5906
Merge pull request #10 from shemanaev/feature/direct-paths
Add direct paths support
2020-01-21 08:07:53 -05:00