You are not logged in.

#1 2010-07-11 19:03:46

multifreq
Member
From: outer reaches
Registered: 2010-07-11
Posts: 1

context menu item that adds songs to vlc playlist

I wrote a desktop file that adds a context menu item under Actions.
The item is : Add To VLC Playlist.
Copy and paste the code into a text file and call it vlc_addtoservicemenu.desktop.

[Desktop Entry]
Actions=AddToPlayList;
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=all/all;

[Desktop Action AddToPlayList]
Exec=vlc --started-from-file --playlist-enqueue %F
Name=Add To VLC PlayList
Icon=vlc

Once you have made the file copy it as root to /usr/share/kde4/services/ServiceMenus/
Now you can right click on a song, find Actions, and click on "Add To VLC Playlist" for a completely random playlist.
Oh, this is for KDE!!

Last edited by multifreq (2010-07-16 13:04:54)

Offline

#2 2010-08-26 23:09:40

darkbeanies
Member
Registered: 2009-01-14
Posts: 142

Re: context menu item that adds songs to vlc playlist

FANTASTIC!  I love right clicking stuff.  Thank you very much!

More please!

Offline

#3 2012-07-26 17:00:14

jarshvor
Member
Registered: 2012-07-26
Posts: 31

Re: context menu item that adds songs to vlc playlist

thanks
;)

Offline

Board footer

Powered by FluxBB