New menu item and binding: File > Add files to playlist from clipboard (Ctrl+Shift+v)
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
- The conf file reader/writer detects if the user prefers space before and after the equal sign.
|
||||
- The portable download includes like the installer debug symbols.
|
||||
- Setup questions on startup removed.
|
||||
- Pressing shift while drag and drop (and clipboard import) appends
|
||||
instead of replaces files in the playlist. mpv supports this as well.
|
||||
- Pressing shift while drag and drop appends instead of replaces
|
||||
files in the playlist. mpv supports this as well.
|
||||
- New menu item and binding: `File > Add files to playlist from clipboard` `Ctrl+Shift+v`.
|
||||
- All list operation suffixes are available on the command line.
|
||||
- Improved layout in conf editor.
|
||||
|
||||
|
||||
@@ -241,10 +241,13 @@ Shows a folder browser dialog to open a DVD or BD folder.
|
||||
ISO images don't have to be mounted, but instead can be
|
||||
opened directly with the open-files command.
|
||||
|
||||
### open-clipboard
|
||||
### open-clipboard [\<flags\>]
|
||||
Opens a single URL or filepath from the clipboard,
|
||||
or multiple files in the file clipboard format.
|
||||
|
||||
**append**
|
||||
Appends files/URLs to the playlist.
|
||||
|
||||
### play-pause
|
||||
Cycles the pause property. In case the playlist is empty,
|
||||
the most recent file from the recent files list is loaded.
|
||||
|
||||
Reference in New Issue
Block a user