358 Commits

Author SHA1 Message Date
Uriziel
8a94aec673 Enabled difflib for py2exe for MAL support 2013-03-10 16:16:43 +01:00
Uriziel
c4d902079f Mal updates are now tagged as "syncplay" 2013-03-10 15:58:40 +01:00
Uriziel
34c280f6f1 Added initial support for malUpdater (for testing mainly) 2013-03-10 15:30:50 +01:00
Uriziel
dc73c3a657 Streams in mpv can be played properly now (thanks happy) 2013-03-08 00:30:27 +01:00
Uriziel
c90ae06d85 Fixed warning in server enviroment when starting with pygtk installed there with no display 2013-03-06 22:05:34 +01:00
daniel-123
e48a393635 Refactoring in mplayer listener. 2013-02-05 20:11:54 +01:00
daniel-123
71a9a01fd4 Fixed permissions for executables. 2013-02-05 20:09:47 +01:00
daniel-123
c2f66f5773 Forcing precise seeking to fix double jumping in mplayer2/mpv. 2013-02-03 19:19:23 +01:00
daniel-123
4ac3086dfe Merge branch 'master' of github.com:Uriziel/syncplay 2013-01-29 23:40:46 +01:00
daniel-123
92d5ee7347 Fixed mplayer version detection failing for anything that wasn't mplayer1 or mplayer2. 2013-01-29 23:37:59 +01:00
Uriziel
ea37e823ce Merge pull request #19 from Bosmanfrx/master
Updated Installer Script
2013-01-29 13:08:08 -08:00
Bosmanfrx
fa3892cf06 Now associates way more extensions. 2013-01-29 20:08:43 +01:00
Bosmanfrx
e1dd07cd73 Changed registry string from which VLC directory is read. 2013-01-29 19:35:11 +01:00
Bosmanfrx
1e1d4ca9b8 Fixed required space computing. 2013-01-29 19:19:32 +01:00
Bosmanfrx
368e7bd5bd Fixed not updating INSTDIR while manually typing directory. 2013-01-29 18:49:41 +01:00
Bosmanfrx
05081c349d Now Uninstaller asks about deleting config file. 2013-01-29 15:15:40 +01:00
Bosmanfrx
fa9af8c74e Added checkboxes in directory page. Reordered functions 2013-01-29 13:30:40 +01:00
daniel-123
58c8d79ab1 Removed passing stderr to output. 2013-01-28 23:18:01 +01:00
daniel-123
f86f55a300 Proper version checking for MPlayer. 2013-01-28 23:16:43 +01:00
daniel-123
4ca88ddd02 Reenabled "mplayer" as valid mplayer2 path 2013-01-28 21:32:07 +01:00
Uriziel
52f1b04185 Re-enabled "mplayer" as a valid player name 2013-01-28 18:22:11 +01:00
Uriziel
19eafc06eb Fixed MPC displaying OSD with utf8 characters improperly 2013-01-28 00:34:27 +01:00
Uriziel
c420dfd534 Just reordered functions 2013-01-27 23:22:41 +01:00
Uriziel
01e6b5b9a6 IRC Bot ported to Twisted 2013-01-27 23:18:55 +01:00
Uriziel
1af1f33e80 Simple util for upcoming features 2013-01-27 23:18:53 +01:00
Uriziel
f28e1db324 CL update 3 2013-01-27 23:18:52 +01:00
Etoh
610feef750 Update syncplay.lua - Duration delay, instrs, tabs 2013-01-27 19:56:53 +00:00
daniel-123
d64d74eecf Made installing VLC support optional 2013-01-27 20:49:13 +01:00
daniel-123
53c730c715 'install-all' renamed to 'install' 2013-01-27 19:20:37 +01:00
daniel-123
e673279c3c Fixed lua path 2013-01-27 19:20:04 +01:00
daniel-123
ccaed4af08 Changed constant name for readability. 2013-01-27 19:02:43 +01:00
daniel-123
10c03a5381 Included lua script for VLC in client installation. 2013-01-27 18:55:26 +01:00
Bosmanfrx
e3ef6d7073 Changed back the NSIS directory. 2013-01-26 23:42:13 +01:00
Bosmanfrx
771d9e5464 Fixed not removing directories upon uninstalling 2013-01-26 22:17:40 +01:00
Bosmanfrx
36d26934fd Fixed Icon in Control Panel. Added Version Info and Estimated Size in Control Panel 2013-01-26 22:10:28 +01:00
Bosmanfrx
5a84022b5e Added version in installation name. 2013-01-26 21:37:51 +01:00
Bosmanfrx
ffa69660ac change of NSIS directory 2013-01-26 20:30:43 +01:00
Uriziel
4846b8c654 CL update 2 2013-01-26 00:48:17 +01:00
Uriziel
ae445a6ad9 Changelog update 2013-01-26 00:43:03 +01:00
Uriziel
5820c92beb Fixed vlc opeing files in linux 2013-01-26 00:12:30 +01:00
Uriziel
1be4a53627 Some fixes for config getter, GUI always shows up when no file selected 2013-01-25 23:23:53 +01:00
Etoh
df5410dd95 Update syncplay.lua - remove file:/// stripping 2013-01-25 22:19:15 +00:00
Uriziel
29ec43624b Forgot debug print message 2013-01-25 23:13:24 +01:00
Uriziel
9013c79a9a Some fixes with configuration processing 2013-01-25 23:10:48 +01:00
Uriziel
98fac4ac0f Merge pull request #16 from TacticalGenius/master
Config GUI Work
2013-01-25 13:51:11 -08:00
TacticalGenius
ae9ccb40ce checkboxes reflect loaded config file 2013-01-25 15:47:53 -06:00
TacticalGenius
14af25bd26 added link to configuration guide 2013-01-25 15:47:19 -06:00
TacticalGenius
a6594d2951 fixed setting names and added property for slowing on desync 2013-01-25 15:47:19 -06:00
TacticalGenius
16da625653 config options from the checkboxes are now recoreded in _saveDataAndExit 2013-01-25 15:47:19 -06:00
TacticalGenius
c2a5c9061d added mock of checkboxes to configuration window 2013-01-25 15:47:19 -06:00