[Solved] Volumio 1.5 Cubietruck Playlist

Just installed Volumio 1.5 on my Cubietruck. Created a playlist by accessing music on my usb hard drive attached to the Cubietruck. I just wanted to know where does it save? I know in Version 1.4 when you saved a playlist it would save and would display it the browse section. (see attachment)

In version 1.5 not sure where it saves or where to access it.

Thanks for your help.
playlist.jpg

playlists should be saved at: “/var/lib/mpd/playlists”

You can check this by reading /etc/mpd.conf (using nano, vi, cat, etc)
This shows something that looks a lot like this:

follow_outside_symlinks         "yes"
follow_inside_symlinks  "yes"
db_file         "/var/lib/mpd/tag_cache"
sticker_file    "/var/lib/mpd/sticker.sql"
log_file        "/var/log/mpd/mpd.log"
pid_file        "/var/run/mpd/pid"
music_directory         "/var/lib/mpd/music"
playlist_directory      "/var/lib/mpd/playlists"
state_file      "/var/lib/mpd/state"

ok

I was able to resolve the issue. Thanks MobeyDuck.