Et0h
9d28822731
Hopefully fix VLC playlist file loading issues
2015-10-24 00:04:04 +01:00
Peter Marheine
c23fe6ad8f
Perform player probing in a non-UI thread.
...
Network operations tend to be extremely slow when checking all user
inputs for player path, so perform those checks in a non-UI thread so
the GUI remains responsive. While queries are ongoing, the icon is a
"busy" spinner.
2015-10-23 16:44:39 -06:00
Peter Marheine
094a204d9e
Update player location on server seek.
2015-10-22 19:54:14 -06:00
Peter Marheine
4c7c526b8d
Add missing GUI saving for command delay
...
Also adjust the default command delay step to 100ms.
2015-10-16 20:36:37 -06:00
Peter Marheine
16d53345a9
Add cookie support to all player modules.
2015-10-15 20:32:23 -06:00
Peter Marheine
5dc2ca0da8
Make player command delay configurable.
2015-10-15 19:55:53 -06:00
Peter Marheine
d2ce799bfe
Immediately update local player state on server change
...
If status replies are ignored, the result of a server play/pause command
could be ignored as well (since the old playing status would end up
being seen as a local restart), so set it immediately on dispatching
the player command.
2015-10-15 19:55:53 -06:00
Peter Marheine
e9d25a69a0
Add status query cookie.
...
This helps prevent fighting when the player takes a long time
to report changes in status. It currently fails to play/pause in
response to remote commands when latency is sufficiently high,
however.
2015-10-15 19:55:49 -06:00
Et0h
34f4509380
Improve undo playlist handling when room is changed
2015-10-15 16:40:32 +01:00
Et0h
bf1825196c
Implement "undo playlist change" feature
2015-10-14 12:40:26 +01: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
aceba941fa
By default only autoplay if all filenames are the same
2015-10-12 20:47:51 +01:00
Et0h
63731811ae
Do not treat mplayerc.exe (Media Player Classic) as a synonym for mplayer2
2015-10-12 13:58:44 +01:00
Et0h
d65f7eeb12
Fix bug resetting playlist if you dragged file into playlist created by others
2015-10-12 13:51:43 +01:00
Uriziel
4c4c3eb59d
Fixed bugs with file switching in playlist
2015-10-11 22:19:39 +02:00
DerGenaue
cbc3142c6e
German Translation
...
Translated missing test
2015-10-06 18:01:06 +02:00
DerGenaue
ec7dc717bb
German Translation
...
This makes better sense
2015-10-06 17:54:11 +02:00
Et0h
eb859ccf5e
Add initial code for playlist context menu
2015-10-04 20:29:02 +01:00
Et0h
48923ec862
Use consistent clearing code for removePlaylistNote
2015-10-03 00:38:43 +01:00
Et0h
c41aa5819a
Re-send own old playlist if reconnecting to server
2015-10-03 00:33:42 +01:00
Et0h
b35cf3b314
Improve reliability of GUI playlist change handling
2015-10-02 22:58:14 +01:00
Et0h
c575377341
Add context menu to list of who is playing what
2015-10-02 18:34:12 +01:00
Et0h
48a2ad65d6
Fix resetPosition for streams on mpv (hopefully)
2015-10-02 12:01:37 +01:00
Et0h
a81a4ceb16
Don't error when trying to change to next playlist item on empty playlist
2015-10-02 09:25:30 +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
41cdb4c565
Upver to 1.4.0 ("Yoitsu")
2015-10-02 09:05:40 +01:00
Et0h
f66b925f5d
Initial code to change to next file at end
2015-10-02 01:47:08 +01:00
Et0h
dc6a34b1da
Initial code for double click to change playlist selection
2015-10-02 01:05:13 +01:00
Et0h
f9c1ad0764
Initial code to find files for playlists
2015-10-02 00:48:01 +01:00
Et0h
d742b04fed
Update playlist UI on external change and show message
2015-10-02 00:23:56 +01:00
Et0h
03bb31eefa
Merge remote-tracking branch 'origin/sharedplaylists' into sharedplaylist
2015-10-01 23:35:04 +01:00
Et0h
8fb06b3faf
Don't trigger playlist update multiple times when inserting files
2015-10-01 23:34:51 +01:00
Uriziel
3322e94e03
Actually executing filechanges for numeric keys
2015-10-02 00:08:02 +02:00
Uriziel
efe32b406e
Added method stubs for sharedplaylists
2015-10-01 23:33:36 +02:00
Et0h
9a12bac379
Call playlistUpdate when playlist changes
2015-10-01 22:21:47 +01:00
Et0h
280922e928
Merge origin
2015-10-01 20:45:50 +01:00
Et0h
9752aad75d
(mpv) use global position and pause state if no file is loaded
2015-10-01 18:26:12 +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
450553334a
Remove redundant messages comments and explain unspecified variable
2015-09-15 23:41:02 +01:00
Etoh
4ca942a9a5
Merge pull request #74 from DerGenaue/patch-1
...
Update German translation
2015-09-15 20:57:34 +01:00
DerGenaue
e90d3151af
Update German translation
...
Translated all missing ones
2015-09-15 21:46:16 +02:00
Et0h
59c177dc76
Upver to release 19
2015-09-01 16:52:05 +01:00
Et0h
2fe06fab1d
Upver to release 17
2015-09-01 16:43:40 +01:00
Et0h
8fcf343a9e
Double folder search timeout threshold
2015-09-01 12:14:25 +01:00