Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#5609 - Add Random view feature to Jpeg viewer

Attached to Project: Rockbox
Opened by sam sarmast (samms71) - Wednesday, 28 June 2006, 05:08 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 05 August 2007, 03:47 GMT+2
Task Type Patches
Category Plugins
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Added a feature to the JPEG viewer by which the next picture shown will be randomly chosen from the total number of entries in the directory.

Tested it on a Video IPOD and it works well.
(application/octet-stream)    jpeg_random.patch (5 KiB)
 apps/plugins/jpeg.c |   80 ++++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 74 insertions(+), 6 deletions(-)

This task depends upon

Closed by  Jonathan Gordon (jdgordon)
Sunday, 05 August 2007, 03:47 GMT+2
Reason for closing:  Out of Date
Additional comments about closing:  tried to sync it, but gave up... would be nice for a resync.

random slideshow should be part of the slideshow mode setting, not a seperate one.
Comment by sam sarmast (samms71) - Sunday, 15 October 2006, 22:47 GMT+2
Changed JPEG Random View to add the ability to have both random and non-random view.

If you hit the LEFT or RIGHT Arrows while in RANDOM mode, the next picture shown will be random.
If hit ENTER-LEFT or ENTER-RIGHT, the next picture will be the next file in line or the previous file.

(application/octet-stream)    random_jpeg_v2.patch (4.6 KiB)
 jpeg.c |   72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 67 insertions(+), 5 deletions(-)

Loading...