|
myMPD
Internal API documentation
|
Read lyrics from ID3 tags. More...
#include "src/lib/list.h"

Go to the source code of this file.
Functions | |
| void | lyricsextract_unsynced_id3 (struct t_list *extracted, sds media_file) |
| void | lyricsextract_synced_id3 (struct t_list *extracted, sds media_file) |
Read lyrics from ID3 tags.
| void lyricsextract_synced_id3 | ( | struct t_list * | extracted, |
| sds | media_file | ||
| ) |
Extracts synced lyrics from a id3 tagged mp3 file
| extracted | t_list struct to append found lyrics |
| media_file | absolute filename to read lyrics from |