116 Commits

Author SHA1 Message Date
Et0h
383d0b65c2 Initial readiness GUI code + none state (back compat_ + 1.3.1 ver-up/ver-check 2014-12-06 16:40:10 +00:00
Uriziel
db91c348a4 Added 'readiness' toggle to protocols and console UI 2014-12-06 16:14:24 +01:00
Et0h
1dcb8880e1 Increase fastforward thresholds to make fastforwarding trigger less often 2014-12-03 19:23:59 +00:00
Et0h
3e560c8063 Fix typo in DIFFERENT_DURATION_THRESHOLD constant name 2014-12-03 01:54:25 +00:00
Et0h
18784bfccc Prevent fastForward from happening too soon / too often 2014-12-03 00:40:57 +00:00
Et0h
eecb5e04e4 Make FALLBACK_INITIAL_LANGUAGE a constant (default: "en") 2014-12-02 20:11:18 +00:00
Et0h
4ceb1e04e7 Don't set text color of primary tab widget item 2014-12-02 19:08:06 +00:00
Et0h
490537d228 Fix HTTP player path support 2014-11-30 17:28:50 +00:00
Et0h
f2a5d0242e Add default option to exclude events from non-controllers in controlled rooms 2014-11-30 10:45:22 +00:00
Et0h
89384b73db Add option to jump forward if lagging behind room controller (default on) 2014-11-29 23:24:02 +00:00
Uriziel
5dc1288fd4 Merge remote-tracking branch 'origin/controlledRooms-new'
Conflicts:
	syncplay/client.py
	syncplay/constants.py
	syncplay/players/mplayer.py
	syncplay/ui/gui.py
2014-11-29 18:51:27 +01:00
Et0h
c8e3426547 Improve version checking 2014-11-29 17:30:29 +00:00
Et0h
fe02b884da Add "Warn About Missing Strings" option 2014-11-29 15:27:36 +00:00
Daniel Wróbel
4a3094ab85 Remove redundant slave arguments from mpv. 2014-11-25 21:44:22 +01:00
Daniel Wróbel
0c9e25a689 mplayer2 and mpv keep pitch constant upon slowdown. 2014-11-25 21:20:36 +01:00
Et0h
cfeb6dbeee Split old/new mpv into separate classes + add wait timeout for new mpv 2014-11-22 22:43:40 +00:00
Et0h
468c7f665d Make room icons closer to room name 2014-10-25 10:23:31 +01:00
Et0h
110935e5e4 Less hacky fix to give usernames enough room 2014-10-25 09:45:27 +01:00
Et0h
3edda78143 Make usernames of non-controllers in controlled rooms grey 2014-10-24 23:04:14 +01:00
Et0h
b47c8a00b3 Allow user to specify name of controlled room 2014-10-20 23:44:47 +01:00
Et0h
cbf509b057 Strip improper chars from control pass auth 2014-10-17 16:45:50 +01:00
Et0h
a06b691f29 Rename 'i'/'identify' to 'auth' to avoid confusion with 'l'/'list' 2014-10-17 15:39:22 +01:00
Et0h
68d163e476 Add console support for controlled rooms 2014-10-15 02:07:33 +01:00
Et0h
1b3e370d6d Add debug messages for VLC/mpv/Client-Server comms 2014-10-10 19:39:43 +01:00
Et0h
0b87e087ba Initial controller + ready icon code 2014-10-04 00:43:48 +01:00
Et0h
442e753a11 mpv: Hopefully fix mpv compatability issues 2014-09-27 00:27:39 +01:00
Et0h
a986615d19 Merge remote-tracking branch 'origin/master'
Conflicts:
	syncplay/players/mplayer.py
2014-09-14 12:54:27 +01:00
Et0h
1c660244ef Hopefully fix new mpv file change issues 2014-09-14 12:52:59 +01:00
Daniel Wróbel
4fd1b83fe3 Merge pull request #43 from nilsding/master
Initial BSD support
2014-09-12 22:20:45 +02:00
Et0h
2597dee602 Use --start-time=0 to avoid VLC playback resumption 2014-09-02 23:12:21 +01:00
Et0h
cbb0b748c6 Fix missing -- in slave arg 2014-08-25 19:27:28 +01:00
Et0h
b63f0340fe Fixed mpv 0.5.0+ on linux 2014-08-25 19:20:47 +01:00
nilsding
097327f6e3 added support for several BSDs 2014-08-14 20:43:37 +02:00
Et0h
464631e646 Increase recent client threshold to 1.2.9 2014-07-20 18:02:08 +01:00
Et0h
c0ce39dcdf Merge PlayPause should be False by default 2014-07-20 17:17:45 +01:00
Et0h
eb847e007a Add VLC wrapper for if regular VLC is not working in Linux 2014-07-19 13:28:02 +01:00
Et0h
25aade06cb Use constants for GuiConfig markers 2014-07-18 12:03:05 +01:00
Et0h
e8cabc03d3 New GuiConfig etc, upver to 1.2.6 2014-07-11 20:44:01 +01:00
Et0h
be183e2b7d Hopefully improve cross-platform compatibility (esp. OSX) 2014-07-05 11:14:02 +01:00
Uriziel
4c695fc0be Fixed mplayer/mpv not closing properly 2014-07-01 00:24:15 +02:00
Et0h
cf52bb31fc Use constant for min slowdown threshold 2014-06-28 10:48:54 +01:00
Et0h
ea9f32b461 Add rewind/slowdown threshold to GuiConfig, etc 2014-06-19 16:19:08 +01:00
Et0h
9505838531 Default 'Auto' mode for slowdown on desync 2014-06-18 17:56:35 +01:00
Et0h
7041077c78 mpv --keep-open to avoid close on EOF 2014-06-06 15:35:38 +01:00
Et0h
2a64ff96cd VLC pause not stop at EOF 2014-06-06 00:01:38 +01:00
Et0h
5648d5be27 VLC shouldn't close when file ends 2014-06-05 23:55:15 +01:00
Et0h
e23609edf5 Close properly from VLC 2014-06-02 20:27:53 +01:00
Et0h
e257c24c03 Re-work show label/tooltip checks 2014-05-26 13:58:02 +01:00
Et0h
7d564b537b Delete random True 2014-05-25 02:14:35 +01:00
Et0h
1aaae5bdb2 Add/honour SHOW_BUTTON_LABELS (def True) 2014-05-25 02:09:21 +01:00