|
|
Rockbox mail archiveSubject: Re: mean of bookmark files' formatRe: mean of bookmark files' format
From: Magnus Holmgren <lear_at_algonet.se>
Date: Sun, 10 Feb 2008 19:38:00 +0100
claudio capriati wrote:
> i think that if existing it , we could upload one file that contains
Are you talking about .cue files? If so, Rockbox already supports those,
>> 2. Resume offset (in bytes)
You need access to the file itself, to locate the right position. The
>> 3. Shuffle seed
A (pseudo-)random number generator needs a start value, from which
>> 5. Resume time (in ms)
The minutes and seconds part is easy, just take minutes * 60 + seconds,
:)
>> 6. Repeat mode (see settings.h for possible values)
Source code file. You can see the latest version of it here:
http://svn.rockbox.org/viewvc.cgi/trunk/apps/settings.h?view=markup
>> 7. Shuffle on (1) or off (0)
It specifies the state of the shuffle setting when the bookmark was created.
Magnus
Page was last modified "Mar 9 2008" The Rockbox Crew |