Rockbox mail archive
Subject: Re: geting the display index of the next track
From: Hardeep Sidhu (hardeeps_at_pobox.com)
Date: 2004-04-06
Fernando Birra wrote:
> Hi,
>
> Is there a way (using the rockbox playlist api) to determine the display
> index of the next/previous track?
> I need to know this before actually changing the current track...
>
> Let's suppose the playlist is shuffled. I can query the current display
> index (playlist_get_display_index) or the current index (using
> get_resume_info). But how can I know the display index of the next or
> previous song?
Next display index is just current display index + 1. Are you maybe
looking for the next/previous track name? If so, you can call
playlist_peek(1)/playlist_peek(-1).
You may also want to look at patch #877636 on sourceforge
(http://tinyurl.com/24vzq).
-Hardeep
_______________________________________________
http://cool.haxx.se/mailman/listinfo/rockbox
Page was last modified "Jan 10 2012" The Rockbox Crew
|