Reply To: A standalone Java client: FireflyClient

#15570
Anonymous
Inactive

@RigasW wrote:

Hello,
how do you manage to save the playlists, that you create with fireflyclient, on the firefly server?
I created a playlist on client machine 1 with your client software; it is available on client 2 (Using FirePlay.html as client software) as well …
Rigas

Playlists used are indeed created and stored on the server which explains that you can see them from different clients. Firefly media server allows to manage several kinds of playlists:
– Smart playlists (definititions are store in FMS database) : can be created/modified via smart.html.
– Static playlists (lists are stored in FMS database) : can be created/modified via playlist.html or by Firefly Client
You have a look at : http://trac.fireflymediaserver.org/wiki/XmlApi#AddPlaylist for details about dealing with the two previous kind of playlists (in a programmatic way)

– M3U (winamp) and ITunes ones : cannot be remotly modified.