mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Show Track Info: Support fs tags in Playlist Viewer, Properties, and PictureFlow
Playlist Viewer falls back to splashf if there is not enough plugin buffer space left for running the view_text plugin . Change-Id: I418731018b03f396270b68e5e2d2e69635df1af0
This commit is contained in:
parent
4062a6aefc
commit
8f5128da16
11 changed files with 85 additions and 23 deletions
|
|
@ -174,7 +174,7 @@ int plugin_open(const char *plugin, const char *parameter);
|
|||
* when this happens please take the opportunity to sort in
|
||||
* any new functions "waiting" at the end of the list.
|
||||
*/
|
||||
#define PLUGIN_API_VERSION 272
|
||||
#define PLUGIN_API_VERSION 273
|
||||
|
||||
/* 239 Marks the removal of ARCHOS HWCODEC and CHARCELL */
|
||||
|
||||
|
|
@ -513,7 +513,8 @@ struct plugin_api {
|
|||
void (*add_to_pl_cb));
|
||||
bool (*browse_id3)(struct mp3entry *id3,
|
||||
int playlist_display_index, int playlist_amount,
|
||||
struct tm *modified, int track_ct);
|
||||
struct tm *modified, int track_ct,
|
||||
int (*view_text)(const char *title, const char *text));
|
||||
|
||||
/* talking */
|
||||
int (*talk_id)(int32_t id, bool enqueue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue