V
V
vitom2013-06-09 20:59:18
linux
vitom, 2013-06-09 20:59:18

How to delete a track you don't like in VLC with one keyboard shortcut?

Hello!

setting up my speakers is only possible with vlc equalizer with 2pass enabled. This is the only way I can achieve excellent sound quality. In iTunes, I can delete the current track with applescript, but I can't adjust the sound to the same quality.

How to combine these two functions? I would like to be able to delete tracks in vlc either from the playlist or from hdd by pressing the buttons. Quickly and conveniently filter your music library this way. Google searches turn up negative answers about vlc. Does anyone know the way out? Tell me please

Answer the question

In order to leave comments, you need to log in

1 answer(s)
@
@ntkt, 2013-06-09
_

1. They write that VLC is scripted (Lua) since version 1.1. Example: www.coderholic.com/extending-vlc-with-lua/
2. Here is such an addon for deleting files:
addons.videolan.org/CONTENT/content-files/153041-Diskdelete.lua
3. Next, you will need customizable keyboard shorts.
It seems that they can be registered from lua extensions.
I'm looking at code vlc-2.0.6, share\lua\intf\hotkeys.lua
vlc.var.add_callback( vlc.object.libvlc(), "key-pressed", key_press )

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question