[Feature] Playlis to cue plugin

generate valid cue files from a playlist

uses remarks to store extra id3 info and display and playlist index

Change-Id: I00c9f6389445bb601dde6eb8f36157044024f8cb
This commit is contained in:
William Wilgus 2024-07-15 23:33:29 -04:00
parent 072228bb70
commit 7e90760a48
9 changed files with 390 additions and 1 deletions

View file

@ -333,6 +333,7 @@ void wipe_mp3entry(struct mp3entry *id3);
void fill_metadata_from_path(struct mp3entry *id3, const char *trackname);
int get_audio_base_codec_type(int type);
const char * get_codec_string(int type);
bool rbcodec_format_is_atomic(int afmt);
bool format_buffers_with_offset(int afmt);