[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

@ -979,6 +979,7 @@ struct plugin_api {
struct playlist_insert_context *pl_context,
bool (*action_cb)(const char *file_name));
int (*lang_is_rtl)(void);
const char* (*get_codec_string)(int codectype);
};
/* plugin header */