|
6363 | Rockbox | Bugs | Music playback | Low | Wrong WPS after skip back at the end of a song | 2006-11-20 | 1 |
Task Description
The bug can be reproduced with the build CVS-061118 and a MP3 file with 128kbps and 44100 Hz (created with LAME encoder through CDEx GUI). Device: Iriver H120.
How to reproduce:
1. Start a song (song A). I used a song of about 3 min length. 2. Wait until it’s come to about 10 secs before the end. You can also use fast forward button to faster get to this point. 3. Wait until it gets to 2 or 1 or 0 secs before the end (I use the remaining duration in WPS). WIth 3 secs before the end, the error does not occur. 4. Press left. This should start the song A from the beginning since it’s still displayed in the WPS.
However, the next song (song B) starts. If the remaining time was 2 secs it goes down to 0. But the WPS still displays the song A. Progress bar and time in the WPS are frozen at the end of the song A (e.g. remaining duration is 0:00). After pressing NAVI (which displays the file browser), the cursor is on the song A. Pressing PLAY (cursor has not been moved) gets back to WPS. There, the song B with correct progress bar and time indicators is displayed.
Here is also the configuration file (exported just before submitting this bug report) – in order to avoid many questions about the settings.
|
|
10823 | Rockbox | Bugs | Manual | Low | Wrong spacing in fmradio.tex | 2009-12-01 | |
Task Description
File manual/main_menu/fmradio.tex, line with "The FM radio has the ability \opt{recording}{to record and } to"
I think, the space between the "and" and the closing brace should be removed as it causes too much space in the PDF. I.e. it should read "\opt{recording}{to record and} to"
I don't have SVN access now, so I thought I'd rather file this bug report.
Seen in r23799.
|
|
10817 | Rockbox | Bugs | Manual | Low | Wrong layout of the keymap table for the "While Recordi ... | 2009-11-27 | |
Task Description
Just so that it doesn't get forgotten: the keymap table for the WRS in the manual is screwed at some places. This is because there are some additional '&' and '\\' that cause wrong table rows to appear.
I might have a look at this later but would also be glad if someone else could do this.
The wrong places are in the file manual/main_menu/recording_screen.tex, seen in r32414.
|
|
6799 | Rockbox | Bugs | User Interface | Medium | Wrong font in the 'System' menu title (system instead o ... | 2007-03-11 | |
Task Description
Observed with the SVN revision 12728
How to reproduce:
1. Call up the main menu and go to ‘System’. At the top, the menu title ‘System’ is displayed with the user selected font 2. Position the cursor on ‘Version’ 3. Press RIGHT (RB logo with the version number at the bottom is displayed) and after one second press LEFT.
Now I’m back in the ‘System’ menu (as expected) but the title ‘System’ is displayed with the system (and not user selected) font
|
|
11135 | Rockbox | Bugs | Manual | Low | Wrong description of the %pE wps tag in the manual | 2010-03-21 | |
Task Description
Seen in r25280.
The descriptions says:
Track is ending. An optional number gives how many seconds the tag remains true for after the start of the track.
But shouldn't it read: "An optional number gives how many seconds before the end of the track the tag becomes true"?
|
|
12277 | Rockbox | Patches | Themes | Low | WPS tags for the list item number and the "divisible" o... | 2011-09-13 | 2 |
Task Description
The patch adds two new WPS tags:
1. %Ln yields the number of the list item currently being drawn
2. The operator "/?" (which can be used in the %if tag) yields the string "div" if the first operant is divisible by the second and NULL otherwise.
With these two additions it should be possible to create themes where list items are coloured alternately (as an example).
The whole work has been done by gevaerts on 2011-09-12 (and all the credits also go to him), I only placed the patch to the patch tracker, changed the operator from "/" to "/?", and changed the function name from "skinlist_get_item" to "skinlist_get_item_number".
He posted the patch on the binpaste and it would be pity if it got lost.
|
|
11061 | Rockbox | Bugs | Manual | Low | WPS tags %Lt and %Li are not in the manual | 2010-02-26 | |
Task Description
See the subject. The tags were introduced in r24917.
|
|
8965 | Rockbox | Patches | Themes | Low | WPS tag for showing skip length | 2008-05-05 | 3 |
Task Description
Introduce a new WPS tag (%ms) which indicates whether te study mode is activated.
|
|
11062 | Rockbox | Bugs | Manual | Low | WPS tag %Tl is not in the manual | 2010-02-26 | |
Task Description
The tag was introduced in r20753
|
|
11053 | Rockbox | Bugs | Manual | Low | WPS tag "%cs" is not described in the manual | 2010-02-23 | |
Task Description
The subject tells it all. The tag itself was introduced in r23207 on Fri Oct 16 21:14:33 2009 CEST. Wasn’t it a rule that with a feature also the manual should be updated?
|
|
11449 | Rockbox | Bugs | Settings | Low | WPS is not loaded if the .wps file is not in the WPS di... | 2010-06-30 | |
Task Description
Seen with r27199 on the e200 simulator.
If I place a .wps file in the root directory and “play” it from the file browser, the WPS is not loaded. I’d expect it to load but not to be saved as the setting.
The same file is loaded if it’s in the directory /.rockbox/wps, i.e. it’s not the wrong file contents that’s causing the error.
|
|
10858 | Rockbox | Patches | Manual | Low | Use the 'does' form everywhere in key descriptions | 2009-12-16 | 1 |
Task Description
In some places in the manual, keys are described as "do this and that", in other places it is "does this and that." The patch unifies this making all to "Does."
Only core rockbox is adjusted, not plugins.
|
|
10861 | Rockbox | Patches | Manual | Low | Use the 'do' form everywhere in key descriptions, and t ... | 2009-12-17 | 1 |
Task Description
This patch changes everything to the "do" as was agreed in IRC.
|
|
11295 | Rockbox | Patches | Manual | Low | Use nice 'times' glyphs for describing dimensions | 2010-05-19 | 2 |
Task Description
Latex has a nice symbol 'times' (looking like an 'x' but nicer). The patch uses it where appropriate. In HTML it can (and should) be displayed as '×'.
|
|
10822 | Rockbox | Patches | Manual | Low | Use correct quotation marks instead of simple apostroph ... | 2009-11-29 | 1 |
Task Description
I'm on a fresh computer and still not able to commit patches myself. So please Mr. Someone, commit this for me.
|
|
7026 | Rockbox | Patches | Font/charset | Low | Use correct data type in the function declaration | 2007-04-13 | 1 |
Task Description
No functional change, just a correction of two static functions
|
|
11228 | Rockbox | Patches | Language | Low | Update German translation | 2010-04-28 | 1 |
Task Description
Add some hotkey related phrases and correct some other cases
|
|
10038 | Rockbox | Patches | Manual | Low | Unify the description style in the "file formats" table | 2009-03-21 | 1 |
Task Description
Manual, Appendix A.1: For some formats, “Rockbox does X and Y” is used, for other “Do X and Y”. The patch unifies that to “Do X and Y”.
|
|
9618 | Rockbox | Patches | Manual | Low | Unification of the WPS tags description | 2008-12-09 | 2 |
Task Description
Some WPS tags are described with just what the tag produces (e.g. “Current track”), others use the phrasing like “Display the current track.” The patch unifies the descriptions, now we just tell what the tag produces, the words “Display”/”Show” are dropped.
Also, added a reference to the list of the available config settings for the generic WPS setting tag.
The pathc was created against r19371.
|
|
10826 | Rockbox | Bugs | Manual | Low | Typo in fmradio.tex | 2009-12-02 | |
Task Description
File manual/main_menu/fmradio.tex, r23817: "At this point, you will switched". "be" after "will" is missing.
Again: I have no SVN or IRC access, hence the bug report.
|
|
11170 | Rockbox | Bugs | Settings | Low | The list of the hotkey settings does not scroll | 2010-04-03 | 1 |
Task Description
Seen with r25455 on Sansa e200 v1
Display the hotkey assignments (menu Settings→General Settings→Hotkey→View Hotkey Settings). The items in the displayed list do not scroll so that if the function name is long it’s not possible to read all of it.
|
|
11164 | Rockbox | Bugs | Manual | Low | The hotkey feature (introduced in r25414) is not descri ... | 2010-04-01 | |
Task Description
The hotkey feature (introduced in r25414) is not described in the manual
|
|
11243 | Rockbox | Bugs | Manual | Low | The %VI (capital i) WPS tag is not described in the man ... | 2010-05-05 | |
Task Description
The tag was introduced in r25826 – again without even trying to update the manual!
|
|
8793 | Rockbox | Patches | Manual | Low | Tags for image strips in WPS | 2008-03-24 | 1 |
Task Description
I hope the summary line tells the whole story. Thanks to linuxstb for implementing this feature.
|
|
9845 | Rockbox | Bugs | Themes | Low | Status bar is not drawn in the WPS | 2009-01-28 | |
Task Description
Sansa e280 with FM tuner, r19871
My settings are: - status bar: no - the WPS used is very simple, it does contain the %we tag to switch the status bar on
But the status bar is not shown in the WPS
Here is the WPS I use: %we
%ac%s%?ia<%ia|%d2> %ac%s%?it<%it|%fn>
%al%pc%ac%pp/%pe%ar-%pr %pb
%ac%s%?It<%It|%Fn>
|
|
5049 | Rockbox | Patches | Configuration | Low | Startup Screen option (feature request FS#5020) | 2006-04-06 | 6 |
Task Description
Here is a patch that adds the ‘Startup Screen’ option to the playback menu (General Settings → Playback → Startup Screen). Possible values are:
- File Browser - FM Radio (only on devices where it’s present) - Playback (formerly known as ‘Resume on Startup’) - Recording Screen (only on devices with recording capability, formerly known as ‘Start Rockbox in Recording Screen’) - Last Active Screen
The options ‘Resume on Startup’ and ‘Start Rockbox in Recording Screen’ have been removed.
Known issues:
1. The ‘Last Active Screen’ feature is not implemented yet, it’s equivalent to ‘File Browser’ for now (see file tree.c) – since I don’t know where is the best place to track the active screen.
2. Version of the settings structure is increased, so save your settings before installing this patch.
3. I’m not completely sure whether the ‘FM Radio’ option is implemented correctly, I used the code for ‘Recording Screen’ as a template.
So it would do no harm if a developer familiar with Rockbox structure would throw a critical look at it!
|
|
7667 | Rockbox | Patches | Plugins | Low | Split shortcuts plugin into a viewer and an appender | 2007-08-27 | 8 |
Task Description
This simplifies code, we don’t have to analyse whether it’s a .link file etc – each part has its own little task.
Also, two options are introduced:
1. In the link file, you can specify the display name for the entry. It should be separated from the path by the TAB. E.g.
/my/path/<TAB>My favourite songs
2. In the file, you can write
#Display last path segments=N
and then only the last N path segments will be displayed. This is handy if your music is in a deep folder.
Explicit name (with a TAB) has higher priority than N, i.e. if N=2 and you have
/aa/bb/cc/x.mp3<TAB>YYY
then the item will be displayed as YYY and not as bb/cc/x.mp3
I get some strange linker errors. Before I split the plugin into two everything worked OK.
|
|
6389 | Rockbox | Bugs | Music playback | Low | Sound disappears after pitch change and jump to the sta ... | 2006-11-28 | |
Task Description
To reproduce the bug, do the following:
1. Switch the DAP on 2. Start music playback (MP3 file in my case) 3. Wait about 5 sec 4. Goto WPS context menu (on H120: hold NAVI pressed), and then to the pitch screen 5. Change pitch value to 105% 6. Go back to the WPS 7. Jump to the start of the song (on H120: press LEFT)
Expected: playback starts from the beginning of the song with the new pitch
Observed: no sound, progress bar and elapsed time are advanced at approx. double speed. If you again go to the pitch screen and change the pitch value, the sound immediately appears again.
|
|
9287 | Rockbox | Patches | Language | Low | Some corrections to the Russian translation | 2008-08-16 | 1 |
Task Description
Some corrections to the Russian translation
|
|
5982 | Rockbox | Patches | Font/charset | Low | Some changes to nimbus-12 and nimbus-14 | 2006-09-12 | 1 |
Task Description
Some changes to nimbus-12 and nimbus-14 that make glyphs more consistent within the font
|
|
9425 | Rockbox | Patches | Rbutil | Low | Small punctuation corrections in the German translation ... | 2008-09-28 | 1 |
Task Description
A couple od commas are lacking. The patch adds them.
|
|
9516 | Rockbox | Patches | Plugins | Low | Small improvement of the sudoku code | 2008-10-30 | 1 |
Task Description
This makes saving and restoring game state a little bit prettier (IMHO)
|
|
9033 | Rockbox | Patches | Applications | Low | Small const polishing | 2008-05-24 | 1 |
Task Description
A really small ‘const’ clean up
|
|
9504 | Rockbox | Patches | Applications | Low | Simplify the FILENAME_SETTING macro, making its usage l ... | 2008-10-22 | 1 |
Task Description
The patch eliminates the last parameter (len) of the macro FILENAME_SETTING thus making it easier to use and at the same time less error prone. Before, the string size had to be written down twice: once in the definition of the setting (in setting.h) and then in the definition of how the setting is stored in the cfg file. Both sizes should match. But since all setting strings are defined as char arrays we can just use sizeof(), no need to explicitly specify the max length.
The max_length member (in struct filename_setting) could probably also be eliminated, but I wanted to make the patch as small as possible.
|
|
7874 | Rockbox | Patches | Plugins | Low | shortcuts: Specify correct flags when creating a new fi ... | 2007-09-30 | 1 |
Task Description
1. Open file for writing with ‘creat’ (how did it work without this flag?) 2. Remove unneeded define
|
|
6692 | Rockbox | Patches | Drivers | Low | Shave off a couple of bytes in action.c | 2007-02-24 | 1 |
Task Description
This reduced the binary size of rockbox.iriver by ~20 bytes. Not that much but…
|
|
6681 | Rockbox | Patches | FM Tuner | Low | Save/Load the FM region along with the presets | 2007-02-20 | 1 |
Task Description
Save/Load the FM region along with the presets. Preset files are backward compatible, i.e. the new setting doesn’t have to be present.
Note: the region is saved as a number (corresponds to the value of the setting), not as a text (as it’s done in the general settings). This is not good but I don’t know how to reuse the code from the settings.
|
|
13120 | Rockbox | Bugs | Recording | Low | Sansa e200v1: usb_storage_init_connection when recordni... | 2017-06-26 | |
Task Description
Today I've experience something which IMO should not happen.
I recorded vian the built in micro on my Sansa e200 v1, paused the recording (not stopped!). In this state, I plugged USB cable. After that, there was the following text in the system font on the display, and the player did not respond to any keys. It had to be restarted via very long pressing at On/Off.
The text is:
*PANIC*
usb_storage_init_connection (): 00M pc:0006B878 sp:000D3538
A: 00069978
A: 00069F80
A: 0005326C
bt end
I've reproduced this three time in a row.
I have the official version 3.14 installed.
|
|
11847 | Rockbox | Bugs | Themes | Low | Rockbox tries to open files "-.kbd", "-.sbs" and "-.rsb... | 2010-12-30 | 1 |
Task Description
r28936, sim build for iriver H120, fresh installation folder, i.e. no file “config.cfg”
I modified the function “sim_open” to ouput what files it’s opening, and got the following output (see attached text file). Note that there are files “-.kbd”, “-.sbs” and “-.rsbs”. I think these files should not be opened, even tried.
|
|
9197 | Rockbox | Patches | Applications | Low | Return correct failure code if the WPS has too many vie ... | 2008-07-15 | 2 |
Task Description
The title says it all, I have nothing to add
|
|
6719 | Rockbox | Bugs | User Interface | Low | Resume playback does not jump to FM screen | 2007-03-02 | |
Task Description
How to reproduce:
1. Go to the FM radio screen 2. Bring up the main menu 3. In the main menu, select ‘Now playing’ or ‘Resume playback’
Expected: FM screen is shown Observed: DAP tries to start MP3 playback
|
|
9457 | Rockbox | Patches | Drivers | Low | Replace multiple usage of the same condition with a loc ... | 2008-10-05 | 1 |
Task Description
In ata.c, the same condition is used to include/exclude some parts of code. This patch conditionally defines a symbol and uses it instead.
|
|
6991 | Rockbox | Patches | Themes | Low | Reorganise data structure for WPS | 2007-04-07 | 2 |
Task Description
Here is my take on what has been proposed on irc on Apr 5 2007, about 13:00 (according to the irc log).
This did reduce the size of the binary, at least on my H120.
Here’s the extract from the irc log:
13:04:02 crop I’d reorganise the wps_data struct. 13:04:24 crop 1. make progress_xxx vars unsigned 13:05:15 crop 2. intriduce struct subline with the fields start_token_idx, possibly num_tokens, line_type, and time_mult 13:06:04 crop Introduce struct line with the fields start_subline_idx, possibly num_sublines, subl_expire_time, and curr_subline 13:07:12 crop The idea is that all sublines are stored in one array and the fields point to that array. Now it’s assumed that each line can have up to 12 sublines which is rarely the case I’d argue and this wastes space 13:07:43 crop Tokens are already stored this way. 13:08:07 crop Structuring the data into structures would also make the code more readable IMHO 13:10:09 crop And one more thing: why do we need tokens for NOP and EOL? Why not just store the tokens that belong to the subline? In my proposal, start_subline_idx would say where the subline starts (index in the tokens array). The num_tokens isn’t strictly needed since a subline ends where the next begins. The same idea applies to lines. 13:10:58 crop This would simplify the drawing code since you have clear bounds and don’t have to watch out if we’ve reached EOL. This should be done at parsing time IMHO
|
|
12600 | Rockbox | Patches | Settings | Low | Rename the setting variable telling whether the main me ... | 2012-02-26 | 1 |
Task Description
The new variable name more clearly conveys what the setting is for. IMO.
|
|
12473 | Rockbox | Patches | ID3 / meta data | Low | Rename "mp3entry.embed_cuesheet" to "mp3entry.embedded_ ... | 2011-12-21 | 1 |
Task Description
This patch renames "mp3entry.embed_cuesheet" to "mp3entry.embedded_cuesheet". It also pulls the field "present" out of the "embedded_cuesheet" structure and renames it to "has_embedded_cuesheet".
This patch, together with FS#12470 , unify how cuesheet and albumart data are represented in mp3entry.
|
|
12470 | Rockbox | Patches | ID3 / meta data | Low | Rename "mp3entry.embed_albumart" to "mp3entry.has_embed ... | 2011-12-20 | 1 |
Task Description
The patch does just what the title says (and nothing else). I think the new name more clearly states what the field means. I hope I catched all occurences.
In a separate patch I'll probably rename the field "mp3entry.embed_cuesheet" to "mp3entry.embedded_cuesheet".
|
|
9859 | Rockbox | Patches | User Interface | Low | Remove the unused function | 2009-02-01 | 1 |
Task Description
The function is not used anymore.
|
|
11195 | Rockbox | Patches | Settings | Low | Remove redundant lang_id from the hotkey items | 2010-04-10 | 1 |
Task Description
The hotkey items have the lang_id's although the menus already have them. The patch eliminates the redundancy. This should also slightly reduce the bin size, but the main purpose of the patch is to get rid of the redundancy (the lang_id in the hotkey item has to match the lang_id in the menu).
The hotkey items must point to MENUITEM_FUNCTION now, which is the case for all hotkeyable items now.
|
|
9879 | Rockbox | Patches | Plugins | Low | Quit the lamp plugin by pressing a dedicated QUIT butto... | 2009-02-07 | 1 |
Task Description
As of r19940, the lamp plugin is quit by pressing any key besides some which have a function in that plugin (or so is the intention –see bug report FS#9877 ).
This patch changes the plugin so that it’s left with a special button only. The patch also adds key definitions for some players that haven’t been included before (players without color LCD). Key mappings were taken from the patch in FS#8934.
Essentially, this patch implements an atomic part of that patch.
Also, correct handling of USB has been added.
This is in preparation of a (separate) patch for toggling the light on and off without leaving the plugin.
|
|
10399 | Rockbox | Patches | Settings | Low | Provide a "context sensitive" default file name when sa ... | 2009-06-29 | 1 |
Task Description
When saving sound/recording/theme/eq settings from the menu, the proposed .cfg file name (which the user can edit) is always “config”, followed by a number. This patch makes the default names dependent on what’s being saved, giving e.g. “sound00.cfg” when saving sound settings and “theme00.cfg” when saving theme settings.
|