I would love to, while in a given folder, right-click on it and choose play, to play all music files in that folder (and subfolders if any).
Is there an easy way to achieve this?
I would love to, while in a given folder, right-click on it and choose play, to play all music files in that folder (and subfolders if any).
Is there an easy way to achieve this?
You can achieve this with a Nautilus script.
First install a ruby package
Then copy this text into a text editor and save the file in
~/.gnome2/nautilus-scripts
. Call it something like 'Play'.Open
~/.gnome2/nautilus-scripts
in the file manager, right click on the file, click properties and make it executable.You can now right click on some files and select scripts -> Play to play all of the music files you have selected.
Well, this end up working for me:
http://mundogeek.net/nautilus-scripts/#nautilus-play-banshee
:) Yupi.
This is probably silly answer but I just right clicked and selected "Open With Other Application... " then I selected my music player which is Audacious. Only drawback is that now every folder has an option to open with Audacious but I'm ok with that.