1260 Commits

Author SHA1 Message Date
Et0h
d87511f60e Allow shared playlists to be disabled from main UI, and make this persistent 2016-01-17 12:43:10 +00:00
Et0h
cfe123a361 Add initial/experimental playlist looping code 2016-01-12 22:57:32 +00:00
Et0h
21ea14823e Mitigate against mpv hanging on Windows 2016-01-11 19:31:03 +00:00
Et0h
564bf9663a Merge changes from upstream (main) branch 2016-01-09 10:53:18 +00:00
Et0h
ed5eb55aab Dialogs for adding multiple files/URLs to playlist 2016-01-09 08:37:21 +00:00
Et0h
5d5c0a741b Server only accepts playlist/index changes from room operators in managed rooms 2016-01-04 12:10:28 +00:00
Et0h
a85f9bae6c Prevent server new managed room exception caused by lack of setByName 2016-01-04 00:09:15 +00:00
Etoh
3562759919 Fix playlist going to wrong next file bug 2016-01-03 23:43:38 +00:00
Uriziel
a59c7c253c Fixed relative config loading with utf-8 names 2015-12-26 18:30:07 +01:00
Etoh
c71d99d8aa Merge pull request #86 from nilsding/master
bugfix: display the menu bar in OS X
2015-12-19 20:10:01 +00:00
Georg G
7ba94108d9 bugfix: display the menu bar in OS X 2015-12-19 19:39:47 +01:00
Etoh
5fc49a1f73 Merge pull request #85 from abhsag24/master
Fix non-Windows Unicode file path argument bug
2015-12-15 21:33:43 +00:00
Abhay Raizada
d1255f684e change type, of file in ConfigurationGetter.py from str to utf-8 2015-12-14 22:51:55 +05:30
Et0h
1964d25e96 Reduce MPC problems when file change takes too long 2015-12-10 09:18:00 +00:00
Et0h
2c885d07b2 Reduce likelihood of moving to next file when at end of playlist 2015-12-06 16:25:49 +00:00
Et0h
18a17b0aa9 Ignore spaces etc from host input (re-work of contribution by DerGenaue) 2015-11-17 18:17:04 +00:00
Et0h
bb875fddf9 Shuffle playlist feature 2015-11-15 21:32:46 +00:00
Etoh
092432de04 Merge pull request #76 from DerGenaue/patch-1
German Translation
2015-10-30 18:57:38 +00:00
Etoh
af526177e7 Merge pull request #78 from tari/playerpath-background
Probe player paths in a non-UI thread
2015-10-30 18:57:03 +00:00
DerGenaue
d36881bba4 Removed Comment
You should know the syntax when changing things -.-
2015-10-27 17:17:12 +01:00
Peter Marheine
695b57a734 Add spinner.mng to installer resources. 2015-10-26 18:33:56 -06:00
Et0h
cf1b2edf4a Prevent playlist duplicates 2015-10-25 20:08:54 +00:00
Et0h
3eb290f618 Add file playing icon to installer 2015-10-25 19:30:42 +00:00
Et0h
d009310af0 Change playing file indicator 2015-10-24 21:47:16 +01:00
Et0h
3afa12b910 Initial playlist current file indicator 2015-10-24 16:25:15 +01:00
Peter Marheine
92deb3e134 Remove old _lastThreadSeqnum. 2015-10-23 17:27:11 -06:00
Peter Marheine
f06a1dc18a Use a single icon worker thread.
Spawning a lot of threads tends to be inefficient and they often get
serialized, so have a single thread that always looks at the latest
path only.
2015-10-23 17:11:16 -06:00
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
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