Commit Graph

689 Commits

Author SHA1 Message Date
Etoh
698c083c56 Update syncplay.lua ver comment to 0.1.7 2014-02-22 17:26:33 +00:00
Etoh
871e474f44 Updating README 2014-02-22 14:36:13 +00:00
Etoh
33550b3039 Use new client guide URL 2014-02-22 10:25:41 +00:00
Etoh
fcd926fed6 MPV should be lower case in tooltip 2014-02-22 10:23:05 +00:00
daniel-123
853d6a8a97 Install VLC support by default on Linux. 2014-02-21 20:22:43 +01:00
Etoh
8597b826b3 Make default config name OS specific in Getter 2014-02-21 11:39:03 +00:00
Etoh
e1933972d6 Differentiate default config constants per OS 2014-02-21 11:37:10 +00:00
Uriziel
88a68b11e6 Added syncplay.ini as an optional config name 2014-02-20 22:04:52 +01:00
Uriziel
79a94c08d6 Fixed cwd (e.g. for screenshots) in mpv/mplayer 2014-02-20 22:04:52 +01:00
Etoh
e6d78cda99 Undo Re-work client drop (protocols.py) 2014-02-19 22:47:44 +00:00
Etoh
b122b73e66 Re-work client drop (protocols.py) fix 2014-02-19 20:39:33 +00:00
Etoh
dcebdbaa10 Re-work client drop (protocols.py) 2014-02-19 20:30:13 +00:00
Etoh
38d240d135 Don't send a message if VLC is not running 2014-02-17 21:32:12 +00:00
Etoh
0a6cf7e02d Require VLC interf 0.1.7 for proper closing 2014-02-17 21:16:24 +00:00
Etoh
5102a1e619 syncplay.lue 0.1.7 ensure close-vlc is honoured 2014-02-17 21:14:53 +00:00
Etoh
0db1f920d1 Ensure close-vlc is sent 2014-02-17 21:11:00 +00:00
Etoh
59167f480b Add more MPV/VLC/OSX path constants 2014-01-29 18:53:22 +00:00
Etoh
4ee58a2ef2 syncplay.lua minor comment improvements 2014-01-29 17:49:19 +00:00
Uriziel
e9fba696f7 Fixed #106 2014-01-22 23:31:17 +01:00
Uriziel
f3d1d76942 Fixed mpv handling utf-8 filenames 2014-01-15 00:34:30 +01:00
Uriziel
af5bba6cf2 Merge pull request #32 from ion1/master
Fix compatibility with the 0.3.x mpv release
2014-01-07 07:33:16 -08:00
Johan Kiviniemi
5a99bb3123 players/mplayer: Unset TERM to avoid escape sequences
At least mpv may output escape sequences which result in syncplay trying
to parse something like "\x1b[?1l\x1b>ANS_filename=blah.mkv". Work
around this by unsetting TERM.
2014-01-07 17:31:02 +02:00
Johan Kiviniemi
ca83b91e29 Fix --msglevel for new mpv release 2014-01-07 17:31:02 +02:00
Etoh
2ec433f400 Exclude Tkinter from build 2013-12-28 21:26:57 +00:00
Daniel Wróbel
801ae8dd47 Merge pull request #30 from blaenk/packageable
make syncplay packageable
2013-12-28 13:05:36 -08:00
Etoh
f0fa468bf8 Add syncplay.lua note for non-users 2013-12-22 21:36:36 +00:00
Etoh
906469e299 syncplay.lua no longer says VLC ver on connect 2013-12-22 21:29:40 +00:00
Jorge Israel Peña
7d85aee592 make syncplay packageable 2013-12-17 22:33:39 -08:00
Etoh
07a4ba7b80 Don't show MAL privacy notification if no libMal 2013-12-01 22:25:44 +00:00
Etoh
ee3ddcbdbb Merge pull request #27 from solarnz/show_more_setting
Convert the 'ShowMoreSettings' config value to a string before reading it.
2013-12-01 01:55:26 -08:00
Chris Trotman
6db0ce0040 Convert the 'ShowMoreSettings' config value to a string before reading it.
The 'ShowMoreSettings' GUI configuration file can be saved as a boolean.
This causes a TypeError when we try to retrieve the lower case string.
2013-12-01 19:11:37 +11:00
Etoh
bcf1065272 Temp disable of MAL in GuiConfig 2013-11-18 21:15:19 +00:00
Etoh
e8cc98efcd Temp disable of MAL in client.py 2013-11-18 21:13:41 +00:00
Etoh
0dcc056081 Intf file logging VLC argument no longer needed 2013-11-17 11:33:58 +00:00
Etoh
7ac4c352bf Run VLC from syncplay.lua message to avoid need for file logging 2013-11-17 11:33:13 +00:00
Etoh
e2db09be9c Move syncplay.lua hosting message 2013-11-17 11:30:56 +00:00
Etoh
0b2a97db9d Add --file-logging VLC arg (option needs to be enabled) 2013-11-16 23:46:07 +00:00
Uriziel
b60c73f7c2 Cleanup in generating list of players in gui 2013-11-14 18:27:38 +01:00
Uriziel
9a7d2c19fc Fixed the issue with utf8 filenames hashing 2013-11-10 13:10:09 +01:00
Etoh
14bb074aa9 Syncplay now supports VLC 2.1+, reflect that in NSIS 2013-11-10 11:06:06 +00:00
Etoh
329c8a4e90 Require VLC interface 0.1.6 minimum 2013-11-10 11:04:28 +00:00
Etoh
066209606e Improve VLC 2.1+ handling of noscript due to lack of --data-path support 2013-11-10 11:03:30 +00:00
Etoh
a328d4ddb5 Improved VLC messages in line with VLC 2.1+ support 2013-11-10 11:02:14 +00:00
Etoh
e095ca2a17 Update syncplay.lua to 0.1.6 - should work on VLC 2.1/2.2 on Windows 2013-11-10 01:45:44 +00:00
Etoh
48169b6846 Use raw filename for MAL updates (not hashed/masked), but give warning 2013-11-08 13:22:23 +00:00
Etoh
52a44b98ed Add mal-noprivacy-notification message 2013-11-08 13:15:19 +00:00
daniel-123
6b925772e3 Permissions for executables on linux now enforced [thanks hollander]. 2013-11-07 22:39:18 +01:00
Uriziel
f1e8221e6b Fixed pausing on switching files in mplayer 2013-11-07 22:18:24 +01:00
Uriziel
a919cfe49a Merge branch 'spikeDrops' 2013-11-07 14:20:54 +01:00
Uriziel
45b56ea924 Improved ping service 2013-11-07 14:17:51 +01:00