All Projects

IDProjectTask TypeCategorySeveritySummaryOpened
 10954 RockboxBugsSimulatorLow UI Simulator fails to rename files correctly 2010-02-0111 Task Description

@r24437

A little thinko crept into the rename logic.

 10835 RockboxBugsPlaylistsLow Warn on Playlist behaviour is possibly inconsitent. 2009-12-06 Task Description

If you have “Warn on Playlist Erase” enabled there are two paths that are possibly inconsistent.

1. Start a playlist
2. Play
3. Stop playback (or pause)
4. Attempt to start a new playlist
5. Get warning

Second path:

1. Start a playlist
2. Play
3. Reboot player (or Ctrl-C emulator and restart)
4. Attempt to start a new playlist
5. New playlist created straight away

However if you resume playback and then attempt step 4 you will get a warning.

While this behaviour in understandable (after all if the user cared about their lasy playlist they probably would resume) the behaviour is potentially inconsistent?

 10834 RockboxBugsPlaylistsLow Fix off-by-one error in grab_filename 2009-12-061 Task Description

Fix off-by-one errors in grab_filename

  

format_track_path needs the length of the string not
it will start looking at uninitialised memory.

10614RockboxBugsMusic playbackLowDeleting files in USB mode can confuse resume playback/...2009-09-2314 Task Description

Steps to reproduce:

1. Start listening to a series of podcasts, say 1-5
2. After listening to >1 plug player into computer during playback of subsequent podcast
3. Delete the podcasts you have already listened to (not what your currently listening to)
4. Eject/Unplug player from computer
5. Attempt to resume playback

This fails for both resume and Recent Bookmarks functionality. I assume this is somehow tied in with playlist support as files from the playlist have been deleted.

Where does Recent Bookmarks keep it's information? Should the bookmark also keep the individual file referenced so it can resume in this case?

Tested on R21184M-090604

Will test on latest version once my main machine is back on internet.

 10160 RockboxPatchesID3 / meta dataLow Clean up MP4 metadata parsing to handle files with tags ...2009-04-2262 Task Description

From 240b4eb19c0e167030bdbfe498f15596ca09316f Mon Sep 17 00:00:00
Alex Bennee
Wed, 22 Apr 2009 13:17:00
[PATCH] Clean up the MP4 metadata parsing.

The parser used to finish as soon as it saw an “mdat” atom and has
filesize. There is nothing that says all you metadata will
seen at this point. I’ve tweaked the parser to ensure it goes
way through the file scanning for metadata.

If tested this with an m4a of iTunes which mp4info parsed OK:

09:44 alex@danny/x86_64 [simdisk] >mp4info 03\ -\ This\ House\ Is\ Not\ for\
version
- This House Is Not for
Type
audio MPEG-4 AAC LC, 233.732 secs, 128 kbps, 44100 Hz Metadata Name: This House Is Not for Sale Metadata Artist: Ryan Adams Metadata Year: 2003 Metadata Album: Love Is Hell Part 1 Metadata track: 3 of 10 Metadata Disk: 1 of 1 Metadata Genre: Alt.Country Metadata Cover Art pieces: 1

However the file still won’t play on Rockbox, I assume because
that does the actual playing cannot deal with the
of the m4a. Interestingly it plays the other songs of

apps/metadata/mp4.c | 116 +++++++++++++++++++++++++++++++++++—————- 1 files changed, 80 insertions(+), 36 deletions(-)

 9758 RockboxPatchesBuild environmentLow Make svnversion agnostic to version control mechanism 2009-01-0486 Task Description

The current attempt to deal with git repos fails if it’s not a svn-repo (which is won’t be if people have synced of the rockbox git repo). This patch makes the version script agnostic about git-svn and use Linux style id if git is detected.

 9745 RockboxBugsCodecsLow Selecting a .m4a crashes with "Undefined instruction at ...2009-01-02182 Task Description

While selecting a m4a for playing it crashes. Works on ipod sim build.

9677RockboxPatchesPlaylistsLowChange the erase dynamic playlist warning to a menu wit...2008-12-19156 Task Description

As discussed on the mailing list this patch gets rid of the “About to Erase Dynamic Playlist” warning and replaces it with a menu option to save the current playlist under it’s existing name.

The attached patch is a first cut for review as I’m just getting used to the menu system. If people think it’s the right way to go I’ll clean it up properly. Any suggestions for tweaks to the functionality also welcome.

 9567 RockboxPatchesBuild environmentLow Add support for configurable root directory for Rockbox ...2008-11-2177 Task Description

The Rockbox file browser has the ability to load new firmware by selecting an alternative rockbox.ipod. However this is rather pointless as the support files in “/.rockbox” will be for the old build.

This series of patches allow you to configure rockbox with an alternate directory:

../tools/configure –target=22 –ram=64 –type=N –rbdir=rockboxdev.alt

Which after building will give you a complete install zip file which extracts into “rockboxdev.alt”. Although this build will never be the primary build (the bootloader is hardwired for .rockbox) it does mean you can run a development build without having to break your existing working setup.

 9556 RockboxPatchesBuild environmentLow Cleanup of builzip perl script. 2008-11-1541 Task Description

Before I started on fixing up the script to handle different potential
rockbox /’s I noticed it was a little rusty. This patch cleans up the
buildzip.pl script (Use GetOpts, user strict, basic sanity).

Showing tasks 1 - 10 of 10 Page 1 of 1

Available keyboard shortcuts

Tasklist

Task Details

Task Editing