Hello everyone,
setup under Ubuntu Intrepid was painless and easy – also making .m3u playlists.
Now, I’d like to hide the “all”-section of files (ie. in iTunes all songs that are shown when I click the name of my Firefly server), basically showing nothing there, only showing the files under my Playlists.
In detail:
The way it is now (which is not broken in any way, it’s just the way the server behaves):
Code:
+MyFireflyServer
–Playlist 1
–Playlist 2
–Playlist 3
Clicking “MyFireflyServer” shows all files within the mp3-directory.
Clicking “Playlist 1” shows only those files mentioned in playlist1.m3u .
Clicking “Playlist 2” shows only those files mentioned in playlist2.m3u .
Clicking “Playlist 3” shows only those files mentioned in playlist3.m3u .
What I want:
Code:
+MyFireflyServer
–Playlist 1
–Playlist 2
–Playlist 3
Clicking “MyFireflyServer” shows no files.
Clicking “Playlist 1” shows only those files mentioned in playlist1.m3u .
Clicking “Playlist 2” shows only those files mentioned in playlist2.m3u .
Clicking “Playlist 3” shows only those files mentioned in playlist3.m3u .