Commit Graph

80 Commits

Author SHA1 Message Date
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
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
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
229e5f2d6a Fix issue with menu not showing. 2020-02-02 00:22:11 -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. 2020-02-01 21:11:19 -05:00
Ian Walton
d97f92debb Update readme and version. 2020-02-01 09:31:33 -05:00
Ian Walton
6997b4f161 Add config options for external MPV support. 2020-02-01 08:33:04 -05:00
Ian Walton
0808361349 Add media key support. 2020-01-28 09:24:20 -05:00
Ian Walton
064aab28f7 Add direct paths settings to README. 2020-01-21 10:16:00 -05:00
Ian Walton
2b444d6870 Set default remote bandwidth to 10 mbps. 2020-01-21 09:37:08 -05:00
Ian Walton
201b933081
Clarify multi-user restriction and remove note about multiple servers. 2020-01-20 08:28:56 -05:00
Ian Walton
1ee4a54595 Make tkinter GUI dependency more apparent. 2020-01-19 23:44:48 -05:00
Ian Walton
aa3163e51e
Fix typo. 2020-01-17 02:21:50 -05:00
Ian Walton
450ee47d89 Clarify what multi-user means. 2020-01-17 01:30:17 -05:00
Ian Walton
44a34fa6d9 Update readme details. 2020-01-16 22:39:46 -05:00
Ian Walton
7b007dbc21 Add systray icon to windows bundle. 2020-01-16 21:42:14 -05:00
Ian Walton
0b3f385b65 Update readme, version, and add quit button. 2020-01-16 21:12:12 -05:00
Ian Walton
e4cda76307 Initial work on systray and gui. 2020-01-16 17:56:17 -05:00
Ian Walton
4bf41fe136 Remove forked Jellyfin API client and depend on jellyfin-apiclient-python. 2020-01-15 10:19:55 -05:00
Ian Walton
1f2946ec9e Remove allow_http option. (That config doesn't disable http, it disabled cert validation...) 2020-01-15 00:32:40 -05:00
Ian Walton
302cf69611 Allow disabling launching the player fullscreen. 2020-01-14 12:52:02 -05:00
Ian Walton
ca6100f9c5 Correct readme for pywin32. 2020-01-14 12:42:46 -05:00
Ian Walton
449aa58888 Bring mpv to the front on windows when launching. 2020-01-14 12:30:23 -05:00
Ian Walton
390305d52f
Merge pull request #2 from nvllsvm/misc
Remove six
2020-01-13 10:20:37 -05:00
Ian Walton
94ff2b8fb8 Improve documentation of configuration. 2020-01-13 08:42:39 -05:00
Ian Walton
53859f0f8b Fix typo. 2020-01-13 08:37:29 -05:00
Ian Walton
386f7e3c8d Add note with current limitations. 2020-01-13 08:20:23 -05:00
Ian Walton
107021c03c Add event handlers for most actions. 2020-01-12 23:50:00 -05:00
Ian Walton
3b8ab8bb47 Update note on progress. 2020-01-12 20:38:17 -05:00
Ian Walton
b6bba81233 Implement video playback and transcoder logic. 2020-01-12 15:32:31 -05:00
Ian Walton
e8970a4047 Implement player profile logic. 2020-01-12 10:34:37 -05:00
Andrew Rabert
0f9077f01a Remove six
Six is not necessary as the application only runs on Python 3.6+
2020-01-11 23:10:11 -05:00
Ian Walton
eaf7c1f1f3 Add note that this client is under development. 2020-01-11 13:35:17 -05:00
Ian Walton
b787162a58 Create client management system and get client advertisement and websockets working. 2020-01-11 13:18:42 -05:00
Ian Walton
75f4b28857 Add note about Jellyfin for Kodi. 2020-01-10 22:55:30 -05:00
Ian Walton
05bf703d7e Initial rewrite of README for Jellyfin. 2020-01-10 22:51:20 -05:00
Ian Walton
e78b9248f3 Fix plex-mpv-shim to work with most recent python-mpv on Windows. 2020-01-09 00:13:58 -05:00
Ian Walton
6620f8ed60 Remove legacy remote_transcode feature. (Replaced with limit_direct.) 2020-01-06 14:16:20 -05:00
Ian Walton
20f654c849 Add support for subtitle size, color, and position. 2020-01-06 14:13:12 -05:00
Ian Walton
494e08709b Allow limiting direct play bandwidth without using legacy transcode decisions. 2020-01-06 04:30:27 -05:00
Ian Walton
396b92e374 Prevent tokens from being printed to the console. (Configurable.) 2020-01-06 01:05:07 -05:00
Ian Walton
112efc13e6 Add external subtitle support. 2020-01-05 14:51:14 -05:00
Ian Walton
ecb44fc596 Add note to update python-mpv. 2020-01-05 11:30:11 -05:00
Ian Walton
9e46809f16
Make linux install link in read me. 2020-01-05 07:37:21 -05:00