70 Commits

Author SHA1 Message Date
Ian Walton
8d4eb0cd82 Update note about transcoder settings. 2020-01-03 18:20:05 -05:00
Ian Walton
cf4c9db0a4 Introduce the interactive menu, with the ability to adjust transcoding and bulk set subtitle/audio settings. 2020-01-03 18:17:13 -05:00
Ian Walton
15fcb36e7c Remove video quality limit for transcoding. Disable bandwidth limit for local transcodes. 2020-01-03 01:50:34 -05:00
Ian Walton
4ec642e2bf Implement Plex transcode decision processing. 2020-01-02 20:59:55 -05:00
Ian Walton
e33f9001a2
Merge pull request #7 from colemickens/patch-1
README.md: add usage/firewall directions
2019-12-31 21:40:15 -05:00
Cole Mickens
b03412b397
README.md: add usage/firewall directions 2019-12-31 18:38:51 -08:00
Ian Walton
53b0767af1 Increase minor version for web player bug fix. 2019-11-24 17:59:48 -05:00
Ian Walton
2369665b86 Fix containerKey to be set to the playQueue. (Fixes error with web player casting.) 2019-11-24 17:57:20 -05:00
Ian Walton
07e625bad6 Update readme with better summary. 2019-10-20 10:14:39 -04:00
Ian Walton
50919efd1c Add notes about dashboard and transcoding needing work. 2019-10-20 10:07:22 -04:00
Ian Walton
ea0b7c84eb Fix undefined attribute in timeline manager. v1.1.1 2019-10-17 19:30:28 -04:00
Ian Walton
4eb4384530 Send activity to Plex Server. (Fixes dashboard info.) 2019-10-17 17:14:20 -04:00
Ian Walton
aad804fd4e Add note to README about mismatched libraries. v1.0.2 2019-09-18 21:32:09 -04:00
Ian Walton
4ca9006f58 Fix crash on Windows when user profile folder isn't the username. 2019-09-18 21:10:56 -04:00
Ian Walton
ab78cdda77 Add icon to Windows build command. 2019-09-18 18:57:51 -04:00
Ian Walton
5cc3761e76 Up version to 1.0.1. Add windows build instructions. v1.0.1 2019-09-18 18:34:46 -04:00
Ian Walton
f9c29450ec Fix player save delay. 2019-09-17 20:42:12 -04:00
Ian Walton
5c2f8f9cc6 Update README to reflect intent to maintain project. 2019-09-17 13:45:48 -04:00
Ian Walton
5b48cb9644 Package for Python Package Index. 2019-09-15 19:22:57 -04:00
Ian Walton
c993d5de5d Prevent crash when playback_time is None. 2019-09-14 18:29:01 -04:00
Ian Walton
1fc6ead7f3 Close socket instead of stopping individual threads. (#5) 2019-09-14 01:52:50 -04:00
Ian Walton
f764758269 Handle connection failures. 2019-09-01 10:31:57 -04:00
Ian Walton
d8d6706f12
Add note about PMP reversal. 2019-08-22 22:33:58 -04:00
Ian Walton
e9b0db62e8 Bugfixes: Allow setting no subtitles. Get bitrate data more reliably. Return transcode tracks. 2019-08-22 01:31:37 -04:00
Ian Walton
1aab9cb484 Add transcoding support based on source and bitrate. 2019-08-21 23:59:53 -04:00
Ian Walton
73e72ca41b Add support for executing a command on idle. 2019-08-21 21:28:08 -04:00
Ian Walton
2d5d2643ba Disable transcoding and remove some dead code. Transcoding decisions and audio/subtitle handling need to be reworked. 2019-08-21 21:25:29 -04:00
Ian Walton
3e3a6e4783 Add defaults to config on load. Print where config was loaded from. 2019-08-21 20:40:56 -04:00
Ian Walton
f6e8bcceee Make delay before saving video progress 90 seconds and add configuration. 2019-08-21 20:34:11 -04:00
Ian Walton
26cb2f0af6 Prevent dead subscribers from freezing timeline thread. 2019-08-21 00:40:00 -04:00
Ian Walton
161007a647 Fix saving of video progress. 2019-08-20 22:38:02 -04:00
Ian Walton
f97306ebbe Remove Dead Code: Find EXE 2019-08-20 20:53:29 -04:00
Ian Walton
0380fa8bac Remove Dead Code: GDM Server Discovery 2019-08-20 20:43:44 -04:00
Ian Walton
9ad81985da Remove Dead Code: Static Files and Settings 2019-08-20 20:36:14 -04:00
Ian Walton
4d41bb1af1 Persist autoplay settings. 2019-08-20 03:12:47 -04:00
Ian Walton
899f6b5498 Add ability to execute commands from config: media_ended_cmd, pre_media_cmd, stop_cmd 2019-08-20 03:12:14 -04:00
Ian Walton
133155591b Add proper polling support. Make the player significantly more responsive. 2019-08-20 02:31:54 -04:00
Ian Walton
12a51ac0d3 Fix string format. (#4) 2019-08-19 18:54:34 -04:00
Ian Walton
293ab3c959 Fix more code quality issues. 2019-08-19 18:23:24 -04:00
Ian Walton
9925f945a6
Merge pull request #3 from lodesmets/patch-1
Fix python3 port issue.
2019-08-19 18:22:05 -04:00
lodesmets
1b4eacd7e9
Fixed error
Fixed error TypeError: a bytes-like object is required, not 'str'
This might not be the best solution, I can program in python, but I'm not a master in it. 
It works now, but it might not be optimized
2019-08-19 23:05:45 +02:00
Ian Walton
4a64a572b0 Block HTTP connections by default to prevent theft of cached auth tokens. 2019-08-19 02:42:17 -04:00
Ian Walton
b319ba497b Add note about project size. 2019-08-18 22:48:10 -04:00
Ian Walton
b93589041c Send pause status to controller. 2019-08-18 21:02:55 -04:00
Ian Walton
85e2ba5282 Add note about installing libmpv and on-screen control support. 2019-08-18 20:50:03 -04:00
Ian Walton
ea1ee71de1 Handle versions of libmpv without on-screen control support. 2019-08-18 20:49:44 -04:00
Ian Walton
67e5d35e41 Add note that mpv must be installed separately. 2019-08-18 19:31:49 -04:00
Ian Walton
e0517adffe Add license. 2019-08-18 18:54:12 -04:00
Ian Walton
d79fae2fc5 Advertise name of player. 2019-08-18 18:24:43 -04:00
Ian Walton
feb3a19872 Add note about not storing passwords. 2019-08-18 17:40:20 -04:00