pianod2
multisource multiuser scriptable networked music player
Functions
encapmusic.cpp File Reference

Playlist / Artist / Album / Song datatypes that are self-implemented. More...

#include <config.h>
#include <cassert>
#include <string>
#include <parsnip/parsnip.h>
#include "encapmusic.h"
#include "mediaunit.h"
#include "musickeys.h"
Include dependency graph for encapmusic.cpp:

Functions

static void playlist_restore (EncapsulatedPlaylist &target, const Parsnip::Data &message)
 
static Parsnip::Data playlist_persist (const EncapsulatedPlaylist &from)
 

Detailed Description

Playlist / Artist / Album / Song datatypes that are self-implemented.

Each datatype / data item exists independent of the others; there are no references to eachother. (Contrast with songlibrary.)

Function Documentation

◆ playlist_persist()

static Parsnip::Data playlist_persist ( const EncapsulatedPlaylist from)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ playlist_restore()

static void playlist_restore ( EncapsulatedPlaylist target,
const Parsnip::Data message 
)
static
Here is the call graph for this function:
Here is the caller graph for this function: