How to add a folder to a playlist in Banshee?
Solution 1:
You can do this using Banshee's “smart playlist“ feature:
- Add a new smart playlist (Media → New Smart Playlist…)
- Choose “File Location“ and “Starts With“ as a criterion
- Enter the name of your folder. Note that it has to be a proper URL, i.e. something like
/home/user/Music/Favorites/
- Then add the folders by Media-Import Media
The advantage of such a “smart” playlist is that it dynamically adapts, so you can simply drop new files into that folder and they will appear in the playlist.
Solution 2:
To achieve what you want we will create a playlist then import it.
- Open a terminal
- Go to the directory your files are in :
cd /PathToMusicFiles
-
ls *.mp3 > playlist.m3u
(if you are not importing .mp3 change the extension) - Open Banshee
- Media -> Import Playlist (the file you want to import is /PathToMusicFiles/playlist.m3u)