109 Commits

Author SHA1 Message Date
Daniel Ahn
2d143aefca Final Spacing changes for PR 2018-07-24 09:05:49 -07:00
xNinjaKittyx
d59afb8f2f Revert any changes to tri logic 2018-07-23 14:41:10 -07:00
Daniel Ahn
ac4da59479 Revert "Revert "Code Syntax Refactoring""
This reverts commit 51fba3722f653156eca30d45cb07846fb725a777.
2018-07-23 14:12:09 -07:00
Alberto Sottile
51fba3722f
Revert "Code Syntax Refactoring" 2018-07-23 22:32:47 +02:00
Daniel Ahn
f39461b331 Forgot the and statement 2018-07-21 10:43:18 -07:00
Daniel Ahn
1aa50a8422 Address comments 2018-07-21 10:41:00 -07:00
Daniel Ahn
63c0573ab2 Reverted most code back to == False. Future code should consider using is False if possible. 2018-07-21 03:20:34 -07:00
Daniel Ahn
f01de206d8 fix formattings 2018-07-20 12:12:55 -07:00
albertosottile
ce2c37623a Detect portable versions of MPC-HC, MPC-BE and VLC 2018-06-15 11:17:35 +02:00
Alberto Sottile
5cb490f089 Fix VLC error when HTTPS URL contains square brackets (#187) 2018-06-09 17:08:11 +02:00
Alberto Sottile
4fb771a450 Add preliminary support of PyInstaller on AppVeyor 2018-04-27 00:30:58 +02:00
albertosottile
99e5e1ac0f Fixes open file from Syncplay to VLC 2018-04-24 15:59:54 +02:00
Alberto Sottile
b827a57cab 2to3 conversion and initial VLC support 2018-04-24 00:44:19 +02:00
Etoh
f5c6b8fcf9 Make repl.lua copyright notice more prominent 2018-01-14 17:54:18 +00:00
Etoh
bb53c2e77f Rename OSX->MacOS 2017-12-10 15:19:23 +00:00
Etoh
8a082ed1cd Refactor OS check to utils 2017-12-10 14:32:35 +00:00
alby128
570f49c5fe Fixed unpause bug when VLC reaches EOF 2017-11-12 22:31:22 +01:00
alby128
2f24882426 Fixes VLC close issue on macOS (#83) 2017-10-15 17:11:36 +02:00
Et0h
772c4e5422 Fix VLC reconnect 2016-12-30 17:01:59 +00:00
Et0h
0f7709e7a4 Reconnect to VLC during max_wait_time if connection failed 2016-12-30 13:54:24 +00:00
Et0h
fde8c05117 Wait for STDOUT in VLC for non-Windows systems (to resolve#125 reported by blaenk) 2016-12-30 13:41:09 +00:00
Et0h
63847c22ea Ignore erroneous VLC duplicate position responses caused by low VLC time accuracy on AVI and some MKV files 2016-12-24 10:41:37 +00:00
Et0h
7b3efae32b Improve support for unicode in URL paths 2016-12-04 19:41:22 +00:00
Et0h
fedb541b96 Exit with error if Syncplay detects VLC3 with 32-bit Lua long file bug 2016-12-03 21:23:00 +00:00
Et0h
401e08a7e0 VLC3 compatability 2016-12-03 18:22:15 +00:00
Et0h
df071bf2a6 Fix VLC "say it is playing when it is actually EOF" bug introduced by use of playlists 2016-10-17 17:13:54 +01:00
Et0h
351024fcaa Handle VLC 3's lack of Syncplay support 2016-08-30 12:48:33 +01:00
Et0h
28eb7a0561 Queue/drop messages sent while mpv is loading a file & throttle mpv message sending (+ revert problematic unicode) 2016-06-11 19:51:10 +01:00
Et0h
18f6f9c50f Add Unicode to some showDebugMessage entries 2016-06-11 15:15:28 +01:00
Uriziel
5a36a2416a Revert "Merge branch 'player-cookie' of https://github.com/tari/syncplay into sharedplaylists"
This reverts commit 509dfea336e48f7ccd848e44ebe8bb60e6332822, reversing
changes made to 5ce752cbef589ade76ae5dc1bcfafc7c9e34c0ea.
2016-03-03 20:13:24 +01:00
Uriziel
509dfea336 Merge branch 'player-cookie' of https://github.com/tari/syncplay into sharedplaylists 2016-01-25 21:43:40 +01:00
Et0h
b42f37c999 Remove redundant random seeding requests (AKA all of them, as random self-seeds) 2016-01-23 14:39:49 +00:00
Et0h
9d28822731 Hopefully fix VLC playlist file loading issues 2015-10-24 00:04:04 +01:00
Peter Marheine
16d53345a9 Add cookie support to all player modules. 2015-10-15 20:32:23 -06:00
Et0h
d09c5f8e11 Only show VLC latency error once 2015-05-04 15:36:31 +01:00
Et0h
0f2bfef7f3 Make VLC latency error more generic 2015-05-04 15:29:07 +01:00
Et0h
0159ddb8f3 Remove references to VLC 2.0 from messages, as Syncplay is now for VLC 2.2.1+ 2015-04-21 14:32:29 +01:00
Et0h
c3025d9174 Check for VLC 2.2.1 (to avoid seek errors), upver to 1.3.0 Beta 3d 2015-04-21 11:37:17 +01:00
Et0h
2b1c2430a4 Output debug to stderr, give error if VLC latency > 2s, uprelease to 7 2015-04-07 17:36:01 +01:00
Et0h
2b550be017 Reset vlcLastUpdate on seek/unpause, and add debug message for VLC position guessing 2015-03-28 10:15:31 +00:00
Et0h
54cb27dc96 Use global position when local position is unavailable from VLC 2015-03-27 16:31:20 +00:00
Et0h
0a94070967 Use best guess for position if VLC takes too long to respond 2015-03-27 15:35:34 +00:00
Et0h
1cd491b5bc Try sending VLC stderr messages to None to avoid error messages in console 2015-03-12 09:22:27 +00:00
Et0h
415ceffc6d Use sys.stderr over subprocess.STD_ERROR_HANDLE as it should be cross-platform compatible 2015-03-12 08:58:45 +00:00
Et0h
9c488bc132 Possibly fix AttributeError problem on OSX 2015-03-12 08:28:10 +00:00
Et0h
0673141584 Prevent VLC video from freezing on subtitle errors (thanks Darkman802) 2015-03-04 00:53:45 +00:00
Et0h
a4b35431fa mpv can't be run with UTF-8 filepath in Windows, so load UTF-8 files via API instead 2015-02-17 23:21:31 +00:00
Et0h
9a81bd9c52 Have per-player OSD message separators, so mpv can use newlines 2014-12-30 20:55:46 +00:00
Et0h
3ff43473eb Add secondaryOSD (w/ VLC support & fallback code), re-work warnings, fix misc. VLC bugs, allow longer offsets 2014-12-29 12:47:31 +00:00
Et0h
7ca29bf30b Broaden getFilePathErrors into getPlayerPathErrors 2014-11-30 15:05:29 +00:00