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
|
@ -841,6 +841,7 @@ static const struct plugin_api rockbox_api = {
|
|||
filetype_get_plugin,
|
||||
playlist_entries_iterate,
|
||||
lang_is_rtl,
|
||||
get_codec_string,
|
||||
};
|
||||
|
||||
static int plugin_buffer_handle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue