75 Commits

Author SHA1 Message Date
Etoh
0f5b827e4c Improve vlc.py launch code and error handling 2013-06-25 13:19:00 +02:00
Uriziel
ddcaf8c53c Fix for Widnows' youtube support in mpv 2013-06-24 21:55:33 +02:00
Etoh
a58c946c4c Escape \ in MPlayer openFile method (so it works on Windows) 2013-06-13 13:50:42 +02:00
Uriziel
29f31b47e3 Fixed mplayer not opening files with spaces or quotes 2013-06-13 13:15:32 +02:00
Uriziel
633c26d435 Added fileswitching for mplayer 2013-06-13 12:06:12 +02:00
Uriziel
5a003ee065 Made client recognize its mpc instance before first file is opened. 2013-06-12 16:42:47 +02:00
Uriziel
53266f9b3d Added openFile(filePath) method for players. 2013-06-12 00:08:05 +02:00
daniel-123
6234b5d9f1 Fixed QT warning for VLC. 2013-06-11 20:28:55 +02:00
daniel-123
bccc4db613 Exported remaining VLC related constants to constants.py 2013-06-11 20:28:55 +02:00
Uriziel
2b32266e37 Fix for mpc-hc not working in 'frozen' distribution. 2013-06-09 22:33:58 +02:00
daniel-123
9a07c3dce4 Fixed QT warning for MPlayer based players. 2013-06-08 19:59:35 +02:00
Uriziel
23d3e964e5 Fixed problems with encodings in gui 2013-06-08 14:30:50 +02:00
Uriziel
ed4c8d1674 MPC pretty much works with GUI now
Needs refactoring
2013-06-08 13:15:58 +02:00
Uriziel
4a48214a45 Fixed disconnecing upon file switch.
Hardly clean patch will need a lot of refactoring.
2013-06-08 09:10:58 +02:00
Etoh
d40576d0fe Attempt to fix VLC file chane state issue 2013-05-23 18:32:06 +02:00
Etoh
f85f876b03 Add VLC version checking code to vlc.py
Complains if VLC version is less than 2.0.6
2013-05-04 18:54:23 +02:00
Etoh
b031df2cdb vlc.py - Allow VLC_MAX_PORT to be set to the same value as VLC_MIN_PORT
Avoids empty range ValueError
2013-05-04 18:51:20 +02:00
Et0h
3aa56864f8 Revert "Allow VLC_MIN_PORT to equal VLC_MAX_PORT"
This reverts commit 073cc2ce62d74882f0ec9102bcea8b96b3d0bec8.
2013-05-04 16:40:46 +01:00
Et0h
073cc2ce62 Allow VLC_MIN_PORT to equal VLC_MAX_PORT 2013-05-04 16:36:02 +01:00
daniel-123
e48a393635 Refactoring in mplayer listener. 2013-02-05 20:11:54 +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
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
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
5820c92beb Fixed vlc opeing files in linux 2013-01-26 00:12:30 +01:00
Uriziel
8750fd2a6c Few fixes for VLC playback 2013-01-25 22:36:48 +01:00
Uriziel
e7f34e2e79 Some improvements in VLC 2013-01-25 21:29:06 +01:00
Uriziel
2f307e7cfa An OSD fix for VLC and removed unused line 2013-01-25 20:52:51 +01:00
Uriziel
6e60c98469 Stripped unused imports 2013-01-24 20:03:49 +01:00
Uriziel
c2f493951f Some fixes for FLC 2013-01-18 02:05:02 +01:00
Uriziel
9232e0c36c Some reorganisation 2013-01-18 01:56:00 +01:00
Uriziel
c354e2d3fd Some refactoring and fixes for VLC 2013-01-18 01:53:50 +01:00
Et0h
e03cfe12c3 Experimental VLC support
VLC now works, but it ain't perfect.
2013-01-17 20:43:44 +00:00
daniel-123
f7489f7c89 Changed mplayer2 pausing to documented command. 2013-01-13 22:47:59 +01:00
daniel-123
1994e02b2c Removed mplayer(1) workarounds. 2013-01-13 22:44:49 +01:00
daniel-123
080de19c03 Mplayer support requires mplayer2 now. 2013-01-13 22:30:09 +01:00
daniel-123
189f8125ee Fixed mplayer(1) refusing to pause video. 2013-01-13 19:12:36 +01:00
Uriziel
c91ff941fa All constants are now seconds (instead of miliseconds);
Redone message displaying about not all files being the same in the room
2013-01-13 16:39:58 +01:00
daniel-123
98c63b7db9 MPV support. 2013-01-11 20:30:37 +01:00
daniel-123
e61cddacbe Fixed linux PATH bug. Refactoring for mpv support. 2013-01-11 20:29:19 +01:00
Uriziel
eb27fe2c6a Added PlayerFactory 2013-01-11 00:43:52 +01:00
Uriziel
af8ee57cd2 Documented basePlayer interface a bit 2013-01-09 21:28:27 +01:00
Uriziel
0f824d2136 Updated interface to provide proper arguments for functions 2013-01-09 21:28:25 +01:00
Uriziel
6d6e7c420c Bug fix for MPC 2013-01-05 23:37:58 +01:00
Uriziel
6bd789a554 Different file notification is displayed for correct amount of time now 2013-01-05 23:37:15 +01:00
daniel-123
9dd4f7cc0f Implemented getMessage across syncplay. 2013-01-05 23:17:18 +01:00
Uriziel
a3c446fc83 Proper dropping if mpc version too low 2013-01-01 15:50:01 +01:00
Uriziel
224c2667d5 All consatnts exported to separate file 2012-12-29 12:37:54 +01:00
Uriziel
694747397c Fixed offsets
Renamed util for utils, added proper time parsing
2012-12-24 19:13:33 +01:00