|
9440 | Patches | Games | Very Low | Antibomb: Paratroopers varient | 2008-10-02 | Tony Huynh | 2009-02-07 | 10 |
Task Description
This is a variant of an the classic Paratroopers.
It lacks the particles, planes and stacking men. Instead of solders, They're just falling bombs.
For more details about the source of inspiration: http://en.wikipedia.org/wiki/Paratrooper_(video_game)
|
|
9442 | Patches | Games | Very Low | FingersOfRock: DDR varient | 2008-10-02 | Tony Huynh | 2009-04-13 | 21 |
Task Description
FingersOfRock is a DDR variant where by arrows pass over the screen, and the player must press the corresponding buttons in time.
I don’t know how to use the cpu boost, so if someone has some time, please boost when the game begins and un-boost when it finishes.
It is called FingersOfRock from: FretsOfFire and rockbox.
For more details on the source of inspiration: http://en.wikipedia.org/wiki/Dance_Dance_Revolution
|
|
10022 | Patches | Plugins | Very Low | Beatbox fix | 2009-03-14 | Tony Huynh | 2009-06-22 | 7 |
Task Description
This should hopefully make beatbox compile and run on any target with enough buttons.
All it needed was some key mappings (and some typo fixes). I’m assuming the function declaration for synthSamaples() simply changed over time, as the original code was missing an ‘s’ on the end of function name and looked like this:
synthSamples(&synthtemp[0], &synthtemp[1]);
The second param should be the sample size or something, but it was passed an address.
If it doesn’t work on a particular target due to lack of a key map, please add one, or tell me the target and i’ll stick a keymap in
Patch from within root rockbox source folder.
Hopefully this works for you all, its many hours of fun =D
|
|
10135 | Patches | Plugins | Very Low | X-Y Scope Plugin | 2009-04-15 | Tony Huynh | 2009-04-19 | 4 |
Task Description
I brutally hacked the Oscilloscope to pieces and tried to make an x-y scope.
Please feel free to edit and contribute because I honestly have very limited knowledge of PCM data and the inner workings of rockbox =]
|
|
13106 | Bugs | Music playback | Very Low | Resume Playback broken on iPod Classic | 2017-02-17 | Tony Carter | 2019-10-24 | |
Task Description
After upgrading from "Version: 33856d9-161111" to "Version: 6436c6e-170211" Resume Playback from the main menu does not work. Here are the steps taken to verify the problem:
Running Version: 6436c6e-170211… Reset config Using default settings, enabled Shuffle via Shortcuts Started playlist; track identified as 1 of 5330 Skipped ahead to the 5th track Paused @ 1:01 Forced shutdown Enabled Hold switch Waited ~1 min., then booted via disengaging Hold switch Clicked Resume Playback… resumed on the same first track (1 of 5330) This behavior occurred every time I attempted to Resume Playback.
Restored previous version (Version: 33856d9-161111) Rebooted Reset Settings Using default settings, enabled Shuffle via Shortcuts Started playlist; track identified as 1 of 5330 Skipped ahead to the 5th track Paused @ 1:01 Forced shutdown Enabled Hold switch Waited ~1 min., then booted via disengaging Hold switch Clicked Resume Playback… resumed on the fifth track @ 1:01
FWIW: No Bookmarking used (never have). Database not initialized (never use it).
|
|
7660 | Patches | Plugins | Very Low | Plugin espeak TTS engine for rockbox | 2007-08-26 | Toni | 2012-06-13 | 3 |
Task Description
A first port of espeak running on rockbox. Warning: Only tested on Sansa player!
I have skipped some advanced features of espeak, for example: - mbrola - on the fly Translator language switching (try: ‘spring’ with german selected)
Because this plugin is very basic, there is no file input selection. It always reads from the ‘test.txt’ in the root. You have to unzip the espeak-data to the root of your player.
|
|
8830 | Patches | Drivers | Very Low | Sansa: DMA support for sd-card data access (experimenta... | 2008-03-30 | Toni | 2009-02-23 | 1 |
Task Description
First approach, to add dma read/write disk access to the sansa.
There are some restrictions on the dma functionality with this patch: - only stabile at 80MHz ⇒ cpu boost control added to the driver - only on 16byte aligned data ptr ⇒ all data are copied to/from aligned memory - no interrupt support ⇒ using polling method
At 30MHz the driver is much more stable with the following PLL settings: PLL_CONTROL = 0x8a221e0c; /* 30 MHz = (48MHz/12*30) / 4 */ CLOCK_SOURCE = 0×40007777; /* source #1, #2, #3, #4: PLL (#4 active) */
Reading seems to be in general more reliable than writing of the cards. The data throughput is a little worse than in the current implementation. This is partly due to the data copying. The sporadical ‘2bytes inserted’ problem with the USB file transfer is still there. Interestingly @30MHz with the above settings, there is another problem: sporadically ‘2bytes missing’ and ‘2bytes inserted’. Perhaps the DMA transfer needs some more initialization for proper synchronization.
|
|
12367 | Bugs | Music playback | Very Low | m4a files skip in mid playback. always same point, file... | 2011-11-05 | Tomer Weiss | 2011-12-06 | |
Task Description
m4a Songs skip in middle of playback, to next song. always at same point. fast forwarding beyond this point is fine. files work fine on other devices/PC. reverted back to v3.6 and all such problems are gone
|
|
12368 | Bugs | Remote | Very Low | Sansa e280v2 shutting down when connected to PC | 2011-11-05 | Tomer Weiss | 2011-11-05 | |
Task Description
When connected to PC. While transferring files from PC to Sansa e280v2. Both source and destination folders are open. Sansa shuts off after some time. while transfer is still happening. this does not happen with original firmware.
|
|
9252 | Patches | Simulator | Very Low | Common keyboard actions for Simulator | 2008-08-08 | Tomer Shalev | 2009-12-15 | 3 |
Task Description
Note: This is work in progress. Status: Code implemented
Manual not updated
Wiki not updated (only after commit)
The idea of this patch is to have the same keyboard keys assign to the same actions in all platforms.
For example, have +/- keys (both on keyboard and on Numpad) are assigned to Volume Up and Volume Down keys of the original platform. For platforms which do not have these keys, pressing the +/- keys in the simulator will do nothing.
This change will help developers to do manual regression testing on lots of platforms easily, as they do not have to memorize each platform’s key assignment.
Future development: Display key assignment on screen, and/or on console
|
|
10850 | Bugs | Manual | Very Low | Manual: Code duplication | 2009-12-13 | Tomer Shalev | 2009-12-15 | |
Task Description
Duplicate table and some text found in manual/main_menu/main.tex in section Recent Bookmarks, and in manual/configure_rockbox/bookbarking.tex in section Bookmarking.
These duplicate code sections should be joined, and the two files should share it.
|
|
10896 | Bugs | Font/charset | Very Low | Changed default codepage is applied only afterl reboot | 2010-01-06 | Tomer Shalev | 2010-05-05 | |
Task Description
Tested on r24190-100105
To reproduce: - Start Rockbox, default setting - Play a file with ID3 tags which are encoded in some non-Latin locale (In my case, Hebrew). Notice that the strings are shown in Gibberish. - Change Default Codepage to the other locale (e.g. Hebrew). - Go back to WPS
Expected result: All strings that are encoded in the other locale are shown properly. Current result: All these strings are shown in the original locale.
Workaround: Restart the player. The new locale is applied.
I will not have time to fix this myself, so I'll appreciate if someone else can take responsibility for this bug. Thanks.
|
|
10920 | Patches | Plugins | Very Low | Fractals: Add the ability to change color scheme | 2010-01-19 | Tomer Shalev | 2010-01-19 | 1 |
Task Description
This patch enables changing the fractal's colors.
Currently, not all targets have proper keymaps defined. This is a work in progress.
I would appreciate any comments.
|
|
10979 | Patches | Manual | Very Low | Manual: Have all keymap actions defined in one place fo... | 2010-02-07 | Tomer Shalev | 2010-02-09 | 1 |
Task Description
This patch tries to avoid the \opt / \nopt hell in manual's tex files, by concentrating all different action definitions together in the platforms keymap file.
Current patch contains changes only to the jpegviewer plugin, in order to demonstrate functionality. Please provide feedback before I spend a lot of time converting all other locations in the manual to this proposed form.
I think this way of organizing keymap assignments is better because it is neater, and each platform has its button assignment all in one place. Adding new platform is much easier this way.
The patch also use one keymap file to all ipod brands, because they are similar to each other (the ipod4g adds some keymappings, but it doesn't matter if they are defined in other ipod brands).
|
|
11031 | Bugs | Plugins | Very Low | Brickmania: Game doesn't load well | 2010-02-17 | Tomer Shalev | 2010-02-19 | 2 |
Task Description
When loading a saved Brickmania game, the game is loaded corrupted. Please see screenshot attached to see for yourself. There is one brick in the right side which is shown corrupted, and one corrupted rectangle in the left side of the screen which drops like a power object, and stays at the bottom of the screen.
This issue happens on Cowon D2 target. It doesn't happen on the D2's simulator.
Looking at the code and comparing the loading/saving function against the Bubble's game functions, I can see that the return value of file operations is not checked (I'll fix that). In Bubbles, there's a single file operation of reading/writing the game context struct. In Brickmania there are several consequent file operation to read/write each variable. Maybe the drivers doesn't handle this well on this target. A workaround for that could possibly be to join all saved variables under one game context struct as in Bubbles, but that could mask a real bug somewhere else.
|
|
6585 | Patches | Plugins | Very Low | Dictionary stardict converter | 2007-01-28 | Tomasz Moń | 2011-12-05 | 1 |
Task Description
There’re many dictionaries for http://stardict.sourceforge.net/Dictionaries.php as many of them are GPL‘ed I would like to request for converter for those so it’ll be possible to use them with RockboxDictionary
|
|
7546 | Patches | Applications | Very Low | Rockboy LCD Unifications (+ iPod Greyscale Support) | 2007-08-06 | Tom Ross | 2007-10-19 | 2 |
Task Description
The patch reorganizes Rockboy to use the same method for storing GB frame buffer data on greyscale targets as color targets. As a result, support for greyscale iPods is much easier and has been implemented (inspired by FS #5282).
Some other changes include: - Enable the menu for iRiver H100 - Ability to “Show Stats” on all targets - Screen is redrawn all at once on greyscale instead of line by line - Elimination of fb.mode (all targets use options.scaling for scaling options) - Elimination of fb.cc on non-color targets - Minor variable renaming - Unification of LCD variables (vdest vs frameb) - Move greyscale LCD code into lcd.c - ifdef out vid_update() on greyscale and color targets
Since I don’t have an iPod, I’m curious to see how well this works. It should be fine since the patch my work is based on seems to work for people.
I really need iRiver H1X0 users to test this. There are significant changes to the LCD code and I’d like to know if the is any speed change, whether its an improvement or not. I’d guess that it’s slightly faster or the same as SVN but there’s always a chance that it is slower.
|
|
9067 | Patches | Language | Very Low | [GSoC] Accessibility and localization improvements | 2008-06-03 | Tom Ross | 2009-10-26 | 8 |
Task Description
This tracker task will be used to house my Summer of Code work. For information about the goals of the project please see http://www.rockbox.org/twiki/bin/view/Main/PluginLocalization . Please read the comments and the descriptions of each patch.
Latest patch: July 22
|
|
9571 | Patches | Games | Very Low | new plugin for AEG style for roll and keep style dice r... | 2008-11-22 | Tom Bogue | 2008-11-22 | 1 |
Task Description
This patch adds a new plugin called aegdice, which allows for AEG style (i.e. 5k3) dice rolling.
|
|
11672 | Bugs | Manual | Very Low | manual, sansa clip+: No keys for actions | 2010-10-12 | Timo Paulssen | 2011-06-10 | 1 |
Task Description
On page 51, which is in Section 6.8, there is a table for keys/actions. The Key column is completely empty, though.
On page 77, in Section 11.1.1, the blackjack game plugin, there table is similarly broken. Same for BrickMania in Section 11.1.2. Chessbox, in section 11.1.4 has a similar problem with only the "direction keys" being in the table. There are many more games with this problem.
This is for a manual I downloaded 2010-10-11.
Thank you for your attention.
|
|
6697 | Patches | Plugins | Very Low | New dict plugin | 2007-02-25 | Timo Horstschäfer | 2011-04-12 | 65 |
Task Description
This is an almost complete rewrite of the current dict plugin.
It is based on the stardict dictionary file format and acts as a viewer for .idx files.
Most important features are: - fuzzy search by showing all articles that start with a certain word - quite fast search (binary search, same as the current dict plugin) - scrolling for long descriptions - handles even huge dictionaries (e.g. Wikipedia)
When first opening a dictionary, an offset table is created to provide random access to the index file.
Stardict dictionaries can be used almost directly but all files have to be uncompressed.
I created another patch, which adds a “Dicionaries” entry to the root menu (FS# 6630). It shows all dictionaries placed in “/dicts”.
Some more information may be found in a thread about an older version on MisticRiver http://www.misticriver.net/showthread.php?p=546738
Some dictionary ressources: - Stardict Website: http://stardict.sourceforge.net/Dictionaries.php - Wikipedia dumps:
-
-
|
|
13040 | Patches | Playlists | Very Low | Playlist becomes one item shorter when shuffled | 2015-03-21 | Thomas White | 2015-05-30 | 2 |
Task Description
I noticed that the playlist seems to become one item shorter when I shuffle it, using the latest Git master branch (commit 70d57080) on a Sansa Clip+.
Steps to reproduce: 1. Clear the playlist by pressing Stop (power button) 2. Add a small number of tracks to the playlist 3. Shuffle the playlist (playlist view, menu, Shuffle) 4. Observe that playlist is one item shorter than before
I tracked the reason for this down, and attach a patch. This isn't a "proper" fix, and is a bit hacky, but it does illustrate what causes the problem.
|
|
9189 | Bugs | Codecs | Very Low | Switching APE tracks no longer works on H120 | 2008-07-12 | Thomas Pfenning | 2011-05-05 | |
Task Description
I have only tested this on my H120 with an 18007 build. I have been using the APE codec for some time now and never had a problem in the past.
After reformatting my hard drive and installing the current build I found that rockbox has 2 problems with my APE files
1. The parser for APE files no longer recognizes my APE files encoded with version 8,9 of Jriver Media Center. Result is that files don't play when selected in the file browser and these files do net get added to the database.
2. When switching APE tracks one of two possible behavior occur. a) the Iriver freezes completely. b) On switching tracks there is a loud hiss and then playback of the next track resumes.
Cheers
Thomas
|
|
10320 | Patches | Music playback | Very Low | Timestretch: Update algorithm | 2009-06-12 | Thomas Martitz | 2010-01-08 | 1 |
Task Description
In FS#8894 (the original timestrech task), an updated version of the algorithm was uploaded.
The author said it performs and sounds better, so we should try to incorporate it.
I've tried building it, but I can't get a useful result, but I'm also not sure if I used it correctly. I used ./scale 2 < in.wav > out.wav. The result wasn't streched, but had crackling noises every few seconds.
|
|
10322 | Patches | User Interface | Very Low | Abortable splash | 2009-06-12 | Thomas Martitz | 2009-06-24 | 4 |
Task Description
This adds asplash and asplashf (and vasplashf for internal use) which normal splashes but can be aborted with button presses.
Additionally, they return the action received (for CONTEXT_STD) so that the caller may handle aborts differently depending on the button.
Also I converted a few annoying splashes to use it (when loading themes, wps, fonts etc and the resume failed splash)
|
|
12192 | Patches | Operating System/Drivers | Very Low | Introduce bsearch() and use it in tagtree.c. | 2011-07-18 | Thomas Martitz | 2011-10-18 | 1 |
Task Description
bsearch() is a general purpose binary search function for arrays. It's supposedly faster than looping over arrays. The array needs to be sorted in ascending order under the provided comparison function. If the key and array element are of the same kind, then the same compare function can be used for qsort() and bsearch().
Code taken from glibc.
—
So, is anyone interested?
|
|
12474 | Patches | Database | Very Low | [PATCH] Database: Support for multiple search roots. | 2011-12-21 | Thomas Martitz | 2012-07-18 | 4 |
Task Description
The setting works similar to the autoresume dirs: Directories are seperated by colon, e.g. "/Music:/Podcasts". Default is "/sdcard" on android, "/" on all other targets.
A maximum of 8 dirs can be selected, the setting cannot be longer than 80 chars.
Note: There's one problem. If you specifiy "/Music:/" (or any folder and one if its parents afterwards), then /Music is scanned twice. It's tricky to fix, and I'm not sure if it's worth it. This does not happen for "/:/Music" as it can be detected more easily in this order (and this is already implemented).
|
|
12603 | Bugs | Manual | Very Low | "root menu order" item missing from "Config file option... | 2012-02-28 | Thomas Martitz | 2012-02-28 | |
Task Description
All settings should be listed there (even more so settings which cannot be set through the UI), but root menu order is only described in advanced_topic/main.tex as of now.
|
|
12608 | Bugs | User Interface | Very Low | %pb tag draws larger area than bitmap, showing pixel ga... | 2012-03-07 | Thomas Martitz | 2012-03-07 | 2 |
Task Description
The %pb tag has a small problem. If an image is specified but no height, the tag draws the size of a line even if larger than the the image. This leads to pixel garbage below the progressbar.
The test.wps reproduces the problem in the 320x480 sdl app The default font, 27-adobe, has to be selected probably. The wps works if a height, i.e. 20 in this case as the image height, is specified
Test.png shows the problem. test.zip is the small test theme.
|
|
12927 | Bugs | Operating System/Drivers | Very Low | 2bit lcd drivers ignore drawmode in lcd_bitmap_part() | 2014-01-07 | Thomas Martitz | 2014-01-07 | |
Task Description
The 2bit greyscale LCD drivers ignore the current viewport’s drawmode. This makes you unable to draw icons with a non-clear background.
|
|
12591 | Bugs | Music playback | Very Low | Playback of FLAC skips tracks randomly on Clip+ | 2012-02-19 | Thomas M. | 2012-02-19 | |
Task Description
I'm using Rockbox 3.10 with the 01.02.16 Clip+ Firmware on a Sansa Clip+ 8GB, installed via the installer.
There are a lot of 44kHz/16bit FLAC files stored on the device. During playback it could happen that the next track starts while the current one isn't even close to finished. This can be in the first few seconds or in the middle of the song.
This usually doesn't happen to the same song twice. It's generally a different song each time. When skipping back to the track that was skipped, it usually plays without any problems.
The memory has been checked with CHKDSK and no errors were found. The FLACs play fine in foobar2000 and I'm certain that they are okay.
I do believe the error occurs most often after roughly quarter to half an hour of playback.
This may be related to FS#12208
|
|
10312 | Patches | Rbutil | Very Low | A multiplatform comnand line interface for use with SAP... | 2009-06-10 | Thomas Lloyd | 2010-06-13 | 30 |
Task Description
This task is to develop a stand alone command line interface for use with SAPI. This will be designed to run under Windows or WINE.
This will replace the platform dependent VB script currently in place adding new features and try to improve performance.
I have attached an initial release, run with -h option for usage info.
This is not completed had very litttle error handling and due to performance issues under wine I am considering a new server/client model for a future release.
|
|
12008 | Bugs | User Interface | Very Low | Empty menus lead to NULL pointer access | 2011-03-13 | Thomas Jarosch | 2011-03-13 | |
Task Description
Hello,
empty menu items crash rockbox due to NULL pointer access. Easily reproducable with the "LCD settings" in RaaA / SDL app build.
The resulting valgrind trace looks like this: ==22619== Invalid read of size 4 ==22619== at 0x407FDA: do_menu (menu.c:555) ==22619== by 0x41B198: miscscrn (root_menu.c:323) ==22619== by 0x41B377: load_screen (root_menu.c:520) ==22619== by 0x41B72A: root_menu (root_menu.c:688) ==22619== by 0x406DFA: main (main.c:196) ==22619== Address 0x0 is not stack'd, malloc'd or (recently) free'd
Question: Should we protect against "menu→submenus" being NULL or should the menu system hide empty menus without any items at all?
Cheers, Thomas
|
|
12022 | Bugs | Plugins | Very Low | random_folder_advance_config and symbolic links | 2011-03-21 | Thomas Jarosch | 2011-03-21 | |
Task Description
Hi,
the random_folder_advance_config plugin fails to build the folders on N900 / RaaA. I guess it suffers from the same as the database update did in the past: It probably follows starts over and over again in the /proc or /sys filesystem.
|
|
12749 | Bugs | Music playback | Very Low | Android Tablet with Froyo: Playback pauses briefly ever... | 2012-09-07 | Thomas Heuving | 2012-09-07 | |
Task Description
On my newly purchased (but used) Archos Internet Tablet 70 250GB with Android Version 2.2.? (Froyo) I installed the daily build of rasher. Everything works so far, but playback of MP3 (mostly 160 Kbit CBR and ~200 Kbit VBR) pauses briefly every 2 to 3 minutes. I just reformatted the drive, which now has ext3 and that seems to end the pause which I got on FAT32 after ~4 Seconds of every new song, but every 3 minutes or so the playbacks stops for about a second - very annoying. Don't tried other codecs as I don't own any files other than MP3. I was in the developers menu during one of this pauses, looking at the list of the contributors. The old names fly away to the right, but this was frozen also during this one second timespan - as if the rockbox-process was paused entirely or so.
|
|
10063 | Patches | Plugins | Very Low | Add fastforwad/rewind to Playback Control menu | 2009-03-27 | Teruaki Kawashima | 2009-03-27 | 1 |
Task Description
this is an attempt to implement the idea suggested in the forum (http://forums.rockbox.org/index.php?topic=20120.0). I take values from “skip length” setting for variable steps.
|
|
11679 | Patches | User Interface | Very Low | Remember last postion in the Settings menu. | 2010-10-14 | Teruaki Kawashima | 2011-02-16 | 1 |
Task Description
This attempts to implement the idea in http://forums.rockbox.org/index.php?topic=25169.0 this only works for the Settings menu in the main menu.
With this patch, if you reenter the Settings menu, it shows the menu shown when you leave the menu just like when you return to the browser or the database.
|
|
12771 | Bugs | FM Tuner | Very Low | FMS display problem when using themes that exhibit radi... | 2012-10-19 | Terry Layton | 2012-10-19 | 4 |
Task Description
Device: Sansa Fuze v2 (stable port) Rockbox Release: 3.12
Recently I have been noticing a problem with themes that allow radio station logos to be displayed on the FMS screen. This is most noticeable with the analog and Fuzemod themes. While the logo displays properly, other images on the screen do not. In the case of the analog theme, the VU meter appears corrupted and with the Fuzemod theme the battery animation, tuning bar slider and playmode indicator icons fail to appear as expected. This problem was not present when either of these themes was used with the releases before version 3.12. In fact this bug appears to have been introduced by one of the experimental daily development builds either in May or June. I have tried different sets of radio station logos and preset lists with these themes but I always get the same result when using version 3.12; everything is fine with any previous release. Since this problem occurs with two different themes along with any combination of radio station logos and preset lists, I can only conclude that it originates with the firmware.
I have attached to this report three generic radio station logos in bitmap format along with a generic preset list. You can put these into /.rockbox/fmpresets and try your own tests. Since the frequencies were selected at random, don’t expect them to tune in anything. Besides, there is nothing wrong with the ability of the Rockbox firmware to tune in radio stations or play their music. The problem starts as soon as the user starts flipping through the station presets, so don’t be shy about changing the station frequently during your tests. I also find that in order to accurately reproduce this problem the Sansa Fuze v2 should be powered off then on again whenever a new theme or preset list is loaded.
|
|
11837 | Bugs | Drivers | Very Low | Cowon D2+ touchscreen: coord distortions at the edges | 2010-12-26 | Telishev A | 2011-03-12 | |
Task Description
I've tried a dozen of builds around, and it seems that the new touchscreen on D2+ is not working properly - there're wild distortions (sometimes it's possible to press a button on lower bottom of the panel, but usually it's to no effect at all) at the edges of panel - i have to press almost on the edge of panel in order to tap the buttons, for instance in this (http://themes.rockbox.org/index.php?themeid=1146&target=cowond2) theme.
|
|
9273 | Patches | Language | Very Low | Changing sapi_voice.pl To make japanese.voice sound bet... | 2008-08-13 | Taktak | 2008-09-23 | 18 |
Task Description
I would like to change voice strings to make them sound better with a specific SAPI voice.
I don’t intend to change string in *.lang directly. It should be done in voice.pl dinamically while building voice, shouldn’t it?
|
|
12326 | Bugs | Music playback | Very Low | Clip+ have noise when play .ape files | 2011-10-09 | Tai | 2011-10-17 | |
Task Description
I think there is a problem with a .ape codec ,when i play .ape files it will have a sound like radiosound.The time happen randomly with each .ape files and when i playback again it still happen at that time.Exp:ABC.ape will have have a noisy sound at 0:10 and when i play again it still happen at 0:10
|
|
8794 | Bugs | Operating System/Drivers | Very Low | Freeze/Long duration when auto-creating bookmark if the... | 2008-03-24 | T | 2008-08-11 | |
Task Description
Rockbox Version:r16780-080324
Description: If the “Bookmark on Stop” option is set to “Yes” and there is no free space left on the storage, rockbox freezes/takes a REALLY long time if pressing the Poweoff(=Stop) button, because it cannot save the bookmark(or has to push out the less recent?).
I wondered why rockbox crashed if doing this til I discovered this bug.
Expected behavoiur: Instantls notify user there’s no space left and don’t save the bookmark
How to reproduce: 1. Power on the player, launch rockbox. Make sure there’s enough disk space. 2. Go Settings→General Settings→Bookmarking→Bookmark on Stop→Set to “Yes” 3. Reboot, connect to PC 4. Create a text file which is big enough to consume the rest of your free disk space 5. Restart Sansa into rockbox 6. Play a track 7. Press poweroff (short)
|
|
12784 | Bugs | Music playback | Very Low | Sansa Clip+ skips to next track while playing FLAC file... | 2012-11-25 | Swiez Utko | 2012-11-26 | |
Task Description
Player: Sansa Clip+ FW: Rockbox 3.12, official stable build, but it happens on older versions too
While playing some FLAC file, RB skips to the next track automatically. I know there is a lot of similar bugs, but this is unique:) Firstly, the problem is repeatable on my Clip. Skipping is always at one time, e.g. 00:19 for one file and 01:40 for other one. I think that these files are stored on corrupted part of SD card. OK, if it's corrupted then I have to buy a new one, but when I switch to original Sansa Clip+ firmware it play normally! At problematic places (00:19 or 01:40) there is a little 'click', but it continues to play. My conclusion is: if original FW handles such a files on bad memory, Rockbox should has workaround also. Files are OK, when I copy them to internal memory, Rockbox plays continuously. I didn't notice skipping of MP3 files on the same SD card, only with FLACs. Computer players (e.g. AIMP) plays FLACs from this SD without any problems.
I've attached movies that presents the bug on 2 different tracks. Hope it helps. http://youtu.be/0e4Xf8rKTh0 http://youtu.be/zl4LX4wEwlI
|
|
10883 | Patches | Drivers | Very Low | clickwheel stops working when its used during the bookm... | 2009-12-29 | sven plaga | 2010-01-04 | 1 |
Task Description
if bookmark=ask is set and the mpeg is stopped, the user is asked for pressing select (for make bookark) or any key (for discard) on apple devices: if the clickwheel is used for discarding, the bookmark is not set (as intended) but the clickwheel is not working anymore. to get the clickwheel working again, the keyboard lock has to be set and unset and select has to be pressed.
|
|
10892 | Patches | User Interface | Very Low | disable clickwheel slide action in yesno decisions | 2010-01-04 | sven plaga | 2010-02-10 | 1 |
Task Description
during my research on FS#10883 i found out that it would be better do disable slide actions on ipods for yes no decisons. slides are too easy done and often cause an unwanted abort.
this patch solves this issue by only accepting pressed keys for abort actions. the solution for FS#10883 has been appended on the bug report seperately.
|
|
12109 | Bugs | Playlists | Very Low | iPod 3G screen flickers after boot and resuming playbac... | 2011-05-10 | Steve Yeats | 2011-05-10 | |
Task Description
This occurs on Stable 3.8.1 and all builds currently up to Tuesday, May 10, 2011 (r29850-110510).
When my iPod 3G is powered on with no song in the queue to be resumed, and the "resume Playback" item is selected, the screen flickers, the quick glimpse of the selected Now Playing theme can be seen (for me, DancePuffDuo, but also confirmed for every other one I've tried) and it returns me back to the Main Menu without any warning… just an abrupt return.
I've reinstalled stable as well as various builds leading up to the date above and all have the same effect.
The way to reproduce this bug is to Play a single song from the database that is by itself (in the artist/album category of your choosing, or, the last song in an artist/album grouping) and then, after it is done playing and returns you to the database or main menu, shut down and restart Rockbox. Select the Resume Playback item on the Main Menu. The screen should flicker and abruptly return you to the Main Menu without any warning that there is nothing to resume playing.
This bug does not reproduce with the iPod 3G simulator with 05/10/2011's build (r29850-110510).
|
|
11622 | Patches | Rbutil | Very Low | Improved Synthesis of talk clips for CamelCased files a... | 2010-09-11 | Steve Clarke | 2010-09-11 | 1 |
Task Description
The Rockbox utility generates its talk files and directory files using the filename and directory names.
If the filenames do not contain spaces, but are CamelCased, they are currently synthesized badly, for example: “I Do I Do I Do” gets pronounced eeedoyeeedoyeeedoy.
The patch to the rbutil/base/talkfile.cpp processes CamelCased filenames and directory names just before synthesis and produces much better sounding talk clips.
|
|
8029 | Bugs | Music playback | Very Low | Selecting a buffered track in the current playlist forc... | 2007-10-26 | Steve Bavin | 2009-07-02 | |
Task Description
Recipe: 1) Play an album. Wait until buffering completes. 2) Skip from track 1 to track 2. No buffering occurs. 3) Skip from track 2 to track 1. No buffering occurs. 4) In the playlist viewer, select track 2. Rebuffering occurs, even though the track is buffered.
The same problem occurs in the opposite direction (e.g. after step 2, it should be possible to switch to track 1 using the playlist viewer without rebuffering).
|
|
8569 | Patches | Remote | Very Low | Iriver remote keymap changes | 2008-02-09 | Steve Bavin | 2011-07-12 | 2 |
Task Description
The attached patch slightly modifies the keymap of the H300 non-LCD remote to allow access to the browser from the WPS (by use of LONG PLAY).
I know that it works ok from an H300 with a non-LCD remote, but I don’t know if I’ve broken the LCD remotes completely.
Please could users of both the H100 and H300 LCD remotes try this patch and tell me that the WPS context keymap is unaffected. For reference, you can see the intended mapping here: http://www.rockbox.org/twiki/bin/view/Main/KeymapIriverHSeries
|
|
9169 | Patches | User Interface | Very Low | Allow seek speed limiting to be optional | 2008-07-08 | Steve Bavin | 2008-07-15 | 2 |
Task Description
This patch adds an option to disable the speed limiting that slows down seeking as you approach the end or beginning of a track.
It defaults to limiting enabled, to maintain compatibility. Personally, I prefer the fast seeking without the limiting.
The manual is not included, I can't compile them still…
|