|
a/upmpd/upmpdutils.hxx |
|
b/upmpd/upmpdutils.hxx |
|
... |
|
... |
60 |
const std::string& k);
|
60 |
const std::string& k);
|
61 |
|
61 |
|
62 |
// Format a didl fragment from MPD status data
|
62 |
// Format a didl fragment from MPD status data
|
63 |
extern std::string didlmake(const UpSong& song);
|
63 |
extern std::string didlmake(const UpSong& song);
|
64 |
|
64 |
|
|
|
65 |
// Convert UPnP metadata to UpSong for mpdcli to use
|
|
|
66 |
extern bool uMetaToUpSong(const std::string&, UpSong *ups);
|
|
|
67 |
|
65 |
// Replace the first occurrence of regexp. cxx11 regex does not work
|
68 |
// Replace the first occurrence of regexp. cxx11 regex does not work
|
66 |
// that well yet...
|
69 |
// that well yet...
|
67 |
extern std::string regsub1(const std::string& sexp, const std::string& input,
|
70 |
extern std::string regsub1(const std::string& sexp, const std::string& input,
|
68 |
const std::string& repl);
|
71 |
const std::string& repl);
|
69 |
|
72 |
|