Hi friends,
Recently i came to know about the method to add a context menu entry in the nautilus window manager. By using that we can easily add music files to the playlist, instead of drag them and add to the list.
Initially you should have nautilus-actions-config package. Here we go
1.open the terminal and type
nautilus-actions-config
it ll open a window.
2. In that click add, it will open a new action window.
3. In that, specify the following things:
label: add to playlist
tool tip: add to totem playlist
icon: /usr/share/pixmaps/totem.xpm
path: totem
Parameters: –enqueue %M
3.then in the conditions tab
Filenames: *.mp3
MIME type: audio/*
4.then in advanced conditions tab,
select local files option.
save that action and close the terminal and reboot the system.
Cheers,
Dharanitharan.A