myMPD
Internal API documentation
Loading...
Searching...
No Matches
lyrics.h File Reference

Lyrics functions. More...

#include "dist/mongoose/mongoose.h"
#include "src/webserver/mg_user_data.h"
Include dependency graph for lyrics.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool webserver_lyrics_get (struct mg_connection *nc, unsigned request_id, sds body)

Detailed Description

Lyrics functions.

Function Documentation

◆ webserver_lyrics_get()

bool webserver_lyrics_get ( struct mg_connection * nc,
unsigned request_id,
sds body )

Gets synced and unsynced lyrics from filesystem and embedded

Parameters
ncMongoose connection
request_idJsonrpc id
bodyRequest body
Returns
true if a response was send, else false