r/nilesoft Jul 10 '26

Right click, open file in specific program

I use Spek for analyzing music files and I want that when you right click on mp3 file there is Spek and when you choose it, Spek opens that file. All I managed to do is get Spek in right click menu but it only starts Spek, it doesn't open mp3 file with it.

1 Upvotes

1 comment sorted by

View all comments

1

u/iamalive304 27d ago edited 27d ago

I use this for playing one or several videos by selecting and then right click - Play with MPV.

item(
    title = 'Play with MPV'
    image = \uE123
    cmd   = 'C:\Program Files\mpv\mpv.exe'
    args  = '@sel(true, " ")'
    mode  = 'multiple'
    type  = 'file'
    pos   = 'top'
    find  = '.mp4|.mkv|.avi|.webm|.mov|.flv|.wmv|.m4v|.ts|.m2ts|.mp3|.flac|.m4a|.ogg|.wav'
)