189 Commits

Author SHA1 Message Date
Etoh
e3ff53920b Merge pull request #113 from Syncplay/master to address #108
Port over VLC 3 exit handling from main branch
2016-08-30 13:12:17 +01:00
Et0h
351024fcaa Handle VLC 3's lack of Syncplay support 2016-08-30 12:48:33 +01:00
Etoh
a326d3d654 Merge pull request #104 from Syncplay/master
Rebase chat to RC2
2016-07-17 17:51:06 +01:00
Et0h
8307236b11 Fix VLC load file code so it actually plays, and be more stringent on old VLC versions as they randomly crash 2016-07-17 12:34:41 +01:00
Et0h
23c1496ce4 Add feature list to protocol - make server specify supported features so client knows what to disable 2016-07-03 21:12:28 +01:00
Et0h
586c12ec68 Add chat to GUI 2016-07-03 17:48:42 +01:00
Et0h
a3324a80f3 Merge in abhsag24's chat code 2016-07-03 16:40:12 +01:00
Et0h
4012bfec8f Add shared playlist warning for connecting to <1.4.0 servers 2016-07-03 13:45:45 +01:00
Et0h
a1ab184e9a Add 'Set Trusted Domain' feature to main GUI and highlight untrusted domains in playlist 2016-07-02 17:33:46 +01:00
Et0h
dc798d1173 Limit trusted domains to just Youtube 2016-07-02 16:31:02 +01:00
Et0h
6a56a637d3 Avoid unnecessary items in mpv sendMessage queue 2016-06-13 00:11:37 +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
d3eaa22f5a Reduce folder search interval to 30 seconds 2016-05-30 20:48:34 +01:00
Et0h
1de40303bd Only auto-switch to trusted domains by default 2016-05-08 13:48:42 +01:00
Et0h
571f671ce2 Reduce folder search double-check threshold to 65 seconds 2016-05-07 10:20:02 +01:00
Et0h
5d28692996 Shared playlist auto-switch to URIs by default, but only to user-specified 'trustedURIs' if 'onlySwitchToTrustedURIs' is True 2016-05-07 09:25:32 +01:00
Et0h
7b75a04b46 Add youtu.be and Vimeo as safe URIs 2016-05-07 08:34:33 +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
Et0h
c40b9e5aff PLAYLIST_LOOPS is redundant as it is now a config option 2016-02-18 14:06:50 +00:00
Et0h
85ce40bdbd Relay error if file format is not recognized by mpv 2016-01-26 23:48:33 +00:00
Uriziel
509dfea336 Merge branch 'player-cookie' of https://github.com/tari/syncplay into sharedplaylists 2016-01-25 21:43:40 +01:00
Et0h
b7fff7e32c Always loop at tne of playlist + At EOF go to next playlist index, not next filename 2016-01-23 16:28:54 +00:00
Et0h
85812e29f3 Move playlist next file thresholds to constants.py 2016-01-23 13:11:49 +00:00
Et0h
3afa12b910 Initial playlist current file indicator 2015-10-24 16:25:15 +01:00
Et0h
9d28822731 Hopefully fix VLC playlist file loading issues 2015-10-24 00:04:04 +01:00
Peter Marheine
5dc2ca0da8 Make player command delay configurable. 2015-10-15 19:55:53 -06:00
Et0h
f4a0bbe967 Reduce mpv lock wait time due to getCalculatedPosition 2015-10-14 11:54:31 +01:00
Et0h
2d076de3f6 Remove '--demuxer-mkv-probe-video-duration=yes' for mpv as some had problems with it 2015-10-12 21:46:16 +01:00
Et0h
48a2ad65d6 Fix resetPosition for streams on mpv (hopefully) 2015-10-02 12:01:37 +01:00
Et0h
c16c220d1c Reintroduce mpv check for actual video length to improve detection of end of file (previously added by daniel-123) 2015-10-02 09:08:09 +01:00
Et0h
f9c1ad0764 Initial code to find files for playlists 2015-10-02 00:48:01 +01:00
Et0h
a169467284 Don't send file path to server (!) 2015-10-01 18:17:49 +01:00
Et0h
04054c3078 Handle mpv unresponsiveness by estimating position then critical error 2015-10-01 14:01:16 +01:00
Et0h
2b555134d1 Use callback for FileSwitch (thanks Uriziel) 2015-09-27 22:43:25 +01:00
Et0h
7022865cd0 Remove --demuxer-mkv-probe-video-duration=yes to allow for more testing & upver to 1.3.4 2015-09-20 11:23:32 +01:00
Et0h
6607cd5a2d Initial code to move FileCheck search into separate thread + add caching 2015-09-20 11:20:10 +01:00
Daniel Wróbel
7bc9159d33 Make mpv check for actual video length. 2015-09-16 20:53:59 +02:00
Et0h
8fcf343a9e Double folder search timeout threshold 2015-09-01 12:14:25 +01:00
Et0h
171a4c8f06 Fix fallback public server list 2015-08-30 21:34:46 +01:00
Et0h
da1b2894bf Move all server listings to combo box 2015-08-30 20:31:49 +01:00
Et0h
ea12a4ef9d List official public servers in host combobox 2015-08-30 13:21:56 +01:00
Et0h
411808b348 Add "find public server" feature 2015-08-26 19:25:07 +01:00
Et0h
f0f29653ce Add 1 second timeout for media search, and make it more efficient 2015-08-26 15:52:39 +01:00
RiCON
7b2a623dda Don't overwrite user arguments with style defaults
This allows the per-player user arguments to overwrite
Syncplay's style defaults in mpv and mplayer2.

Be careful that, if you turn off force-window and idle in mpv,
you have to supply Syncplay with the filename before opening the
video window.
2015-08-03 20:10:00 +01:00
Etoh
0245f86588 URIs without URL metadata were not being registered for VLC (reported by Phaseout) 2015-07-12 23:54:29 +01:00
Et0h
b06edbc91d Add icons when file switch is possible 2015-07-07 20:35:30 +01:00
Et0h
a5d99c5f25 Append to, rather than replace, mpv audio filters (suggested by wiiaboo) 2015-06-25 15:20:12 +01:00
Et0h
843e5a0565 Make VLC show URL instead of Title for #65 2015-06-19 00:02:03 +01:00
Ricardo Constantino
812f5e7acc [mpv] No more --slave-broken 2015-05-27 22:51:16 +01:00
Et0h
ed49f05c30 Add social media and move to 1.3.0 RC1 2015-05-09 14:58:31 +01:00