mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
[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:
parent
072228bb70
commit
7e90760a48
9 changed files with 390 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue