Commit Graph

1498 Commits

Author SHA1 Message Date
Et0h
28eb7a0561 Queue/drop messages sent while mpv is loading a file & throttle mpv message sending (+ revert problematic unicode) 2016-06-11 19:51:10 +01:00
Et0h
e71de798e9 Use rstrip to strip all spaces from right-hand side of URI 2016-06-11 15:41:23 +01:00
Et0h
18f6f9c50f Add Unicode to some showDebugMessage entries 2016-06-11 15:15:28 +01:00
Et0h
7bf8132335 Strip space from end of added URL and ignore empty URLs 2016-06-11 15:10:45 +01:00
Et0h
1e9e9609f2 Increase use of Unicode in strings 2016-06-11 13:41:29 +01:00
Et0h
9ef4cb3b3b Fix path of film_folder_edit.png (icon for setting media directories) 2016-06-11 13:25:40 +01:00
Et0h
66087de5f0 Check if directory is in media directory, not just media cache, to avoid false negative if cache is unpopulated 2016-06-11 13:24:05 +01:00
Et0h
8ad4ca586e MPC should be considered 'not file ready' if it has just closed a file 2016-06-03 13:05:01 +01:00
Et0h
5bf136c58f Give error when media directory does not exist 2016-06-02 20:59:27 +01:00
Et0h
8a4975b041 Use better error message when trying to add folder to playlist 2016-06-02 20:21:39 +01:00
Et0h
1970c6029c Make AddURI and setMediaDir dialogs modal so they can't be lost 2016-06-02 20:10:07 +01:00
Et0h
d93fcb5650 Add "Add folder" button to "Set media directories" dialog 2016-06-02 19:58:20 +01:00
Et0h
0205d4b421 Add label below AddURI and SetMediaDir dialogs & move AddURI message to messages_*.py 2016-06-02 19:12:37 +01:00
Et0h
deaed4c97f Add 'set media directories' to playlist context menu 2016-06-02 18:25:38 +01:00
Et0h
f4ca4c5c00 Display error if no media directories are set, and reset cache when media directories set to blank, and don't switch to None index in playlist 2016-06-02 18:06:39 +01:00
Et0h
1c9a56e9d5 Fix thread crash with directory search error messages + Add error/notification when adding file(s) not in a known media directory 2016-06-02 17:35:19 +01:00
Et0h
53e32e2283 Allow user to set media directories via main GUI 2016-06-02 16:30:54 +01:00
Et0h
a8d3c3ccc8 Only update cache if media directories are specified 2016-06-02 14:37:59 +01:00
Et0h
b1c8c9f5b2 Update folder search timeout messages and ensure they are actually displayed 2016-06-02 14:17:47 +01:00
Et0h
409ad460aa Spin up hard drives to prevent premature timeout when caching directories 2016-05-31 18:24:37 +01:00
Et0h
d3eaa22f5a Reduce folder search interval to 30 seconds 2016-05-30 20:48:34 +01:00
Et0h
fe69df5608 Update playlist file availability even if no new files, as file may have been deleted 2016-05-30 20:47:35 +01:00
Et0h
cbc8203007 Remove special status of current directory and only look for files in media directories (for consistency) 2016-05-28 16:27:02 +01:00
Et0h
0dc2a23df0 Be more aggressive in updating file cache 2016-05-27 20:22:36 +01:00
Et0h
baceaad489 Prevent escaping mpv via newlines 2016-05-08 14:17:42 +01:00
Et0h
1de40303bd Only auto-switch to trusted domains by default 2016-05-08 13:48:42 +01:00
Et0h
176b2f65dc Double-check rewinding after file change 2016-05-08 10:40:36 +01:00
Et0h
23f223e7ec Add 'loopSingleFiles' option to 'client_settings' (default: False) 2016-05-07 12:17:43 +01:00
Et0h
f7b78557b1 Hopefully fix set to 'not ready' at EOF bug 2016-05-07 11:06:04 +01:00
Et0h
09907a0041 Hopefully fix double playlist advance bug 2016-05-07 10:46:48 +01:00
Et0h
571f671ce2 Reduce folder search double-check threshold to 65 seconds 2016-05-07 10:20:02 +01:00
Et0h
ea5813e2b5 Update fileSwitch when playlist is changed 2016-05-07 10:18:39 +01:00
Et0h
5d28692996 Shared playlist auto-switch to URIs by default, but only to user-specified 'trustedURIs' if 'onlySwitchToTrustedURIs' is True 2016-05-07 09:25:32 +01:00
Et0h
7b75a04b46 Add youtu.be and Vimeo as safe URIs 2016-05-07 08:34:33 +01:00
Et0h
fbfb5c039c Undelete Russian nostore-tooltip message 2016-03-03 19:43:49 +00:00
Et0h
0e5e8eafa2 Upver to release 24 2016-03-03 19:38:25 +00:00
Uriziel
4560e95308 Merge branch 'master' into sharedplaylists 2016-03-03 20:34:28 +01:00
Uriziel
839e9d3975 Merge branch 'master' into sharedplaylists 2016-03-03 20:16:47 +01:00
Uriziel
5a36a2416a Revert "Merge branch 'player-cookie' of https://github.com/tari/syncplay into sharedplaylists"
This reverts commit 509dfea336, reversing
changes made to 5ce752cbef.
2016-03-03 20:13:24 +01:00
Et0h
c40b9e5aff PLAYLIST_LOOPS is redundant as it is now a config option 2016-02-18 14:06:50 +00:00
Et0h
e2617088b8 Fix server error when trying to getPosition when position is none 2016-02-07 15:38:50 +00:00
Et0h
1194cce05a Fix server rewind position to 0 on pause bug 2016-02-07 13:10:56 +00:00
Et0h
0888ead8e6 When watched file is found, update playlist and load file 2016-02-07 10:01:20 +00:00
Uriziel
b98ba59886 Optimize server code a bit 2016-02-07 01:04:55 +01:00
Et0h
c1300464a5 Highlight missing files in playlist 2016-01-31 16:11:39 +00:00
Et0h
c77fc66f15 Don't duplicate file check if currentDirectory is also in mediaFilesCache & allow checkForFileSwitchUpdate to be called without argument 2016-01-31 15:32:10 +00:00
Et0h
42817b9087 Move FileSwitchManager to Client and use in PlaylistManager 2016-01-31 15:11:01 +00:00
Et0h
5016e9d102 Stop playlist at end (with optional loop setting for multi-file playlists) 2016-01-31 11:10:47 +00:00
Et0h
9a0ea78be3 Upver to release #23 2016-01-30 14:51:59 +00:00
Et0h
0f9e179282 Retain playlist UI filename on playlist change unless new filename specified 2016-01-30 14:51:42 +00:00