Opened 8 years ago
Last modified 8 years ago
#2306 open enhancement
Deleting playing files
Reported by: | Alexander | Owned by: | beastd |
---|---|---|---|
Priority: | normal | Component: | core |
Version: | unspecified | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
When play file I want have possiblity of delete current playing file by press key "DEL" on keyboard with confirmation by [Y/n]. For clean collection.
Thank You !
Change History (2)
follow-up: 2 comment:1 by , 8 years ago
comment:2 by , 8 years ago
Status: | new → open |
---|
Yes, I don't think we have such a feature in MPlayer.
Meanwhile maybe the following can help you out a bit:
On unix-like systems you could define a binding in input.conf that uses the mp slave command run to append the file paths to a chosen file. Similar to this in input.conf:
R run "echo ${path} >>/where/you/like/to/store/the/list/del.txt"
Then you play your files and hit R (shift + r) to write out the full paths to the files you are planning to delete. Afterwards you can find those paths (one per line) in del.txt and delete those files and their corresponding line in del.txt by the means of your choice.
After delete continue playing next file in playlist.