|
9953 | Patches | Plugins | Very Low | Add Playback Control to more plugins | 2009-02-25 | Joshua Simmons | 2009-03-23 | 15 |
Task Description
I’ve noticed that many plugins don’t have the Playback Control menu even though they could. I’m going to have a go at fixing that.
I’ve categorised the plugins which could use the menu like so:
Already have a standard-ish menu (not bitmap), it just needs to be added: bubbles chessbox chopper minesweeper reversi superdom wormlet xobox clock fireworks vu_meter
These are the easiest case, it’s just a matter of adding the menu item.
Don’t have a menu that makes sense to add Playback Control to (either they don’t have a menu at all, or they only have a start-menu that can’t be usefully returned to): flipit invadrox maze robotfindskitten rockblox rockblox1d rocklife sliding_puzzle snake snake2 spacerocks star stopwatch mandelbrot oscilloscope
These are a mixed bunch. Some could actually use a menu, and some could just have a key assigned to bring up the Playback Control menu. More involved than the first bunch in general.
Already have a menu, but it’s really custom in some way. They either need to be switched to more standard menus, or something special needs to be done: brickmania chessclock pegbox rockpaint
These will probably be the most work.
Let me know if I forgot any plugins, or if you think it doesn’t make sense to add the menu to a plugin that I’ve listed above.
Attached is a patch for the first bunch. The others will be coming eventually.
I’d appreciate it if you leave this FS entry open until I get to the second and third bunch, even if the first bunch happens to get commited to svn.
|
|
10862 | Patches | LCD | Very Low | Add second backlight timeout | 2009-12-17 | Maurus Cuelenaere | 2011-07-29 | 1 |
Task Description
This patch adds a secondary backlight timeout (similar to what the the iPod OF does).
It adds two extra settings: secondary backlight timeout and secondary brightness (I'm not sure wrt the naming of those, any suggestions?)
The code isn't very clean, but it works (except for CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_PWM targets, for which I haven't implemented this).
Please test this.
|
|
12074 | Patches | Settings | Very Low | Add setting to enable/disable lineout on Sansa Fuze V2 | 2011-04-19 | Rob Walker | 2019-08-02 | 2 |
Task Description
This patch allows the line out on the Sansa Fuze V2 to be enable/disabled by means of the existing Lineout poweroff setting (previously used on some iPods).
By assigning this setting to the quickscreen I can switch between headphones and lineout after plugging into the dock. Still no luck in finding out how to autodetect the dock.
I'm not 100% sure that re-using the "Lineout Poweroff" setting is the right thing to do here as it's not powering on/off the line-out - just switching between headphones and line out
|
|
11361 | Patches | Language | Very Low | Add string "Disc" for multidisc albums in WPS | 2010-06-06 | Hinrik Örn Sigurðsson | 2010-06-06 | 1 |
Task Description
This adds the translatable string LANG_DISC for display in WPS themes. E.g. a theme could use the following to show “Disc 2” for a multidisc album:
%?ik<%Sx|Disc| %ik|>
Disc is a 4 or 5 letter word in most languages, so it won’t add much clutter in themes which would like to make use of this. A comparable example is the “Next:” (LANG_NEXT) which is used when displaying the next track in a playlist.
|
|
10440 | Patches | User Interface | Very Low | Add the possibility to toggle the pitch changing mode i... | 2009-07-15 | Alexander Levin | 2009-07-17 | 2 |
Task Description
As of r21894, the pitch changing mode (in the pitch screen) can only be toggled (cycled through) in one direction. However it would be handy to be able to cycle in the other direction to change procentual vs. semitone while still staying in the time stretch mode. This patch adds such a possibility.
The key mappings is only defined for H1xx and H3xx (as a long press of Mode). Please add keys for other platfroms.
|
|
12027 | Patches | Configuration | Very Low | Add the Zipit Z2 as an build target. | 2011-03-24 | Don Heyse | 2011-06-05 | 7 |
Task Description
Here’s a patch to version r29143M-110324 that adds the Zipit Z2 as a build target. It requires one new file (also attached) firmware/target/hosted/zipit/powermgmt-zipit-z2.c to monitor the battery.
This is mostly a generic SDL app with a few tweaks for the Zipit buttons and battery monitoring. The patch also includes a few small bug fixes for SDL app builds. I had to fix the labels in the asm section of lcd-16bit.c. There were some missing parenthesis on an #ifdef in button-application.c. And the apps/SOURCES file needs an #ifdef to handle an SDL app build without touchscreen support.
|
|
12075 | Patches | Settings | Very Low | Add timeout to quickscreen | 2011-04-19 | Rob Walker | 2013-10-10 | 4 |
Task Description
Following my patch to control line-out on the Fuze via a setting on the quickscreen (FS#12074), I found I kept forgetting to leave the quickscreen. This meant that when I intended to change track, I was actually changing the shuffle / repeat settings etc and had to fiddle around to get back to where I wanted to - not a good idea when driving at >70mph!
The attached patch adds a configurable timeout to the quickscreen so that it returns to the WPS screen if no button is touched within N seconds. 0 (the default) will disable the timeout preserving the existing behaviour.
|
|
10804 | Patches | User Interface | Very Low | Add touchscreen mode indication to status bar | 2009-11-22 | Rob Purchase | 2010-06-15 | 3 |
Task Description
The attached patch adds an indication of the current touchscreen mode to the "classic_statusbar" skin. This is useful since some screens automatically change mode, and there's currently no indication the user when this happens. The patch does the following:
- Adds a new WPS tag (%Tm) to return the current touch mode (Absolute|Grid) - Updates classic_statusbar.sbs to conditionally show the correct icon
The reason I've made this a Flyspray task rather than just committing it is because the additions to classic_statusbar.sbs will also apply to non-touchscreen targets (though nothing will appear on screen). While the impact on these targets is minimal, I'm not sure about committing it since it will at least cause the new touchmode.bmp to be loaded unneccesarily.
Also, feel free to design some better icons!
|
|
10916 | Patches | Simulator | Very Low | Add usb capability to simulator on Linux hosts | 2010-01-17 | amaury pouly | 2010-02-07 | 4 |
Task Description
This patch adds to the simulator the ability to simulate usb on a Linux host. To do this, you'll need to download, build and install a device driver. You can download it here: http://sourceforge.net/projects/usb-vhci/files/ Just download the "linux kernel module". See install instruction in it but it's make && make install. Of course you'll need root rights. There also a wiki about it (http://sourceforge.net/apps/mediawiki/usb-vhci/index.php?title=Main_Page)
Now to have usb simulation works correctly you'll of course need to load the driver modprobe vhci-hcd And you'll probably need to edit the access rights of the device control device: violent example: chmod 0666 /dev/vhci-ctrl other example: chown root:<myself> /dev/vhci-ctrl Or you can add a udev rule if you can make this work.
You can then run the simulator normally (note the the detection is at runtime so you don't need to have it work before launching the simulator). Press 'u' to simulate usb insertion and 'u' once more the simulate usb removal.
Some miscellaneous remarks: -the patch enables usb hid but for some reasons it doesn't work in main menu. However, the remote_control plugins works -the patch enables usbserial which of no interest here but a way to test bulk transfers -the patch DOESN'T enable usbstorage because storage simulation is a stub currently.
If it doesn't work, you can still uncomment this line in usb-drc.c: /*#define USB_VHCI_DRIVER_DEBUG*/ And this line in usb-core.c: /*#define LOGF_ENABLE*/ But beware ! Your console will end up full of obscure messages.
I'm particulary interested in compile feedback under Windows and OSX. And of course I'm interested in working feedback ranging from device detection to working state (HID and usbserial) for example.
|
|
11541 | Patches | User Interface | Very Low | Add Voice Announcement of Summary Info to WPS hotkey | 2010-08-15 | Sean Inglis | 2020-07-15 | 4 |
Task Description
This patch adds an additional menu option to the list of WPS hotkey choices, “Announce Information”. This voices basic information about the player, currently playing file and current tracklist.
This feature reads a simple definition with a single line of no more than 20 characters from the file “announce.cfg” in the .rockbox directory.
This definition consists of a string of single character tokens, each of which announces a particular canned piece of information.
The tokens are:
A - current time B - elapsed time and total length of the current track C - current track number and total tracks in playlist D - battery level as a percentage E - battery remaining in hours and minutes F - sleep timer remaining in minutes
If more than one token is specified, more than one piece of information is announced, so:
AB
would announce the time followed by elapsed time and track length
Multiple announcements may be bound to the hotkey by separating one or more groups of tokens with a “:”
A:DF
In this example, the first time the hotkey is pressed, the time is announced. If it is pressed again within 10 seconds, the battery level and sleep timer are announced and so on.
A space between tokens adds a short pause to the announcement.
If no announce.cfg file is present, the time is announced by default.
|
|
8409 | Patches | User Interface | Very Low | Added iRiver H10 sliderbar functionality | 2008-01-06 | Davy Durham | 2009-09-07 | 6 |
Task Description
This patch adds fairly decent support for the sliderbar on the front of the iRiver H10 series players. This functionality is prominently displayed on the H10 wiki as something that is significant and missing.
With this patch the user can slide his finger over the slider to produce a scrolling effect. Or, they may also tap or hold down the upper or lower 30% of the slider for the older up/down behaviour with auto-repeat provided by the common code. This basically mimics the OF’s functionality.
The physical slider is very sensitive, so the values that come back from it are fairly spastic. I’ve attempted to tone down any wild behaviour, and I’ve added #defines in the patch that can be used to tune the behaviour. But frankly, even the user’s thumb size will affect what “good” values are. I believe what I have is good for the time being, but more tweaking may be necessary as time goes on.
|
|
12549 | Bugs | Manual | Very Low | Addittion info in manual about using talkclip for short... | 2012-01-19 | Marek Salaba | 2012-01-19 | |
Task Description
Hello.
Can you somebody add some info about using talkclip for shortcuts.txt in manual section 5.14 Shortcuts.
I'd recommend replace this
"talkclip: <filename clip of a talk that speak When voice menus are enabled>"
for this
"talkclip: <filename clip with full path of a talk that speak When voice menus are enabled
(example /.rockbox/filename.talk)>"
I suggest this because I took a long time before I figured out how it should be properly.
|
|
7729 | Patches | Plugins | Very Low | adds delete option to menu for jpeg viewer | 2007-09-08 | Gerritt Gonzales | 2009-06-20 | 8 |
Task Description
Delete current file from within the jpeg viewer plugin. Adds delete to the options in the menu Also highlights the last file viewed in the file browser on quit. GRaTT
|
|
12821 | Bugs | Operating System/Drivers | Very Low | After implementation of CPU freq scaling on Fuze+, some... | 2013-02-07 | Fernando Sclavo | 2013-03-07 | |
Task Description
I’m using 42a725f, and after frequency scaling implementation, sometimes the player slowdown extremely, being unusable (don’t stop playing, only small gaps in audio occur). Less frequently, the player freezes.
I noticed it’s happens more frequently if the device is just powered on, and hits play. If I wait a few seconds before resuming play, the freezes are less frequent.
- How often does this happen? * Frequently, about 2 o 3 times a day (4 hour average playback time, with several shutdown/boot in the middle)
- playing which file format (mp3, ogg, flac, mpc, etc…)? * Confirmed with mp3 and flac
- which lcd is your device? *st7783
|
|
13018 | Bugs | Codecs | Very Low | ALAC playback on iPod CLassic 7G 160GB | 2014-12-18 | Luk Pe | 2020-01-10 | |
Task Description
There is an ALAC playback problem in daily builds (since 2014-11). The playback somethimes works for one song but then crashes and shows ALAC file details as "? kbit/s", "0 MHz", "0 MB" and nothing happens when I press the Play button. After reboot the problem occurs again. It makes the ALAC playback impossible.
Now I'm using revision 9cb9f76M-140326 with patches from aroldan:
https://www.dropbox.com/sh/b5xbw6cp4ikfxwn/MjELjmDNJ_
With this build there are no ALAC playback problems.
|
|
12847 | Bugs | User Interface | Very Low | Alarm does not resume playback when player is on (eg ch... | 2013-03-25 | Triffid Hunter | 2013-03-25 | |
Task Description
I would like to leave my player charging overnight and have it resume playback in the morning to wake me.
My player remains on when charging and cannot be turned off.
The alarm does not resume playing if the player is already on when the alarm time passes.
I suspect this probably applies to all players, mine is a Sandisk Sansa Clip+.
Rockbox info says v. 3.13 - the stable build grabbed by RockboxUtility, which this bugtracker doesn’t seem to know about yet.
|
|
12795 | Patches | ID3 / meta data | Very Low | Album art for FLAC and Ogg | 2012-12-31 | Evan Ramos | 2013-06-13 | |
Task Description
I am working on adding album art support for FLAC and Ogg files. FLAC looks straightfoward, but there is a design problem with Ogg.
https://wiki.xiph.org/VorbisComment#Cover_art
The struct containing the image and associated data is base64 encoded. I can't just set id3→albumart.pos to a location in the file like all other supported album art formats (and FLAC). Obivously I could allocate memory for the decoded base64 data, but it would have to be deallocated later to prevent a leak.
On IRC, nick_p suggested: "how about adding a new id3 struct element id3→albumart.base64_encoded=true and decoding it when needed on the fly?" This sounds like a good idea, with one issue: it's not the album art alone that is base64 encoded, but the data struct described here:
http://flac.sourceforge.net/format.html#metadata_block_picture
I can test to see if I can parse the beginning of the base64 block, then set the pos pointer to the middle of of the block (with the id3 struct addition) and see if it will still decode.
|
|
10590 | Bugs | Plugins | Very Low | Aliasing when playing MIDI files on iPod 5G | 2009-09-06 | kzuse | 2012-05-16 | 3 |
Task Description
Starting from the daily build from mid August (can’t exactly say when, because I don’t play MIDIs so often), the MIDI playback on my iPod 5G 30GB sounds distorted, especially the Piano sample.
It sounds as if the higher frequencies are chopped of and instead replaced by “alias frequencies”. Maybe something has been messed up in the mixing routine concerning decimation filter / interpolation.
I am using the original patchset provided here at rockbox.org.
Maybe somebody could check this - thank you!
Keep up the great work!
|
|
13178 | Bugs | Database | Very Low | all titles in database 2x, even after several rebuilts | 2019-09-08 | mike | 2019-09-11 | 2 |
Task Description
Version 9e186e34ab-190820
i have an ipod 7th gen rockbox installed 140.000 titles
database contains in unpredictable many cases of the folders 2 times the same title not in all folders, but it happens very often that i open one and i see all titles 2x although they are only 1x on the sd card
the files exist only ONCE but the database keeps listing them all 2 times
i rebuilt it several times, but the database keeps on doing that
any hint what i can do?
start as apple / itunes and delete rockbox folder / install new did not help
|
|
13226 | Feature Requests | Configuration | Very Low | Allow for per-directory sort settings | 2020-07-30 | Ori Avtalion | 2020-07-30 | |
Task Description
Rockbox’s file viewer has a global sort setting.
It would be nice to have a default global sort setting, but also persistent per-directory sort settings.
For my use-case, it makes sense for me to sort my podcast directory by date, but I wouldn’t want that to affect my music directories, which should play files sorted by name. Whenever I wish to play music, I need to go back to the general settings, and change the sort settings. And when I’m done and wish to listen to podcasts, I have to change it again.
|
|
9613 | Patches | Database | Very Low | Allow formatting of track names for the default <All Tr... | 2008-12-08 | Justin Gan | 2013-08-17 | 14 |
Task Description
By default, whenever you choose the <All Tracks> option from the database menu, the list of results returned defaults to the standard track name format, i.e. “%02d. %s” tracknum title. What I wanted was to be able to define the format that gets applied to the <All Tracks> option, dependent on the current menu level. So for example, if I had browsed to genre→artist→<All Tracks> it would return the list of all tracks for all artists for the given genre and I wanted the track names to be formated with:
"%s %s %02d. %s" artist album tracknum title
and then sorted into order, since I already know what genre the tracks are for.
Similarly, if I simply browsed to genre→artist→album→<All Tracks>, it would return the list of all tracks for the selected genre and artist, but I want the track names to be formated with:
"%s %02d. %s" album tracknum title
so when it’s sorted, I get the tracks grouped only by album and tracknumber, since I already know what artist the tracks are for.
This patch attempts to address this issue by allowing users to define custom <All Tracks> formats in the tagnavi_custom.config file. Thus, sort order can be controlled by how you format the track names, just as it works in base Rockbox.
The premise behind the code is that if the <All Tracks> menu option is chosen, Rockbox will look for formats with a certain naming convention defined by concatenating the tag names of the parent menu levels with “.” characters and finally appending an “.All” identifier. So in the first example above where we had browsed to genre→artist→<All Tracks>, Rockbox will look for all formats called:
"genre.artist.All"
and then cycle through them to see if the appropriate clauses defined on the format are met. Similarly, for the second example where we had browsed to genre→artist→album→<All Tracks>, Rockbox will look for the format called:
"genre.artist.album.All"
As in base Rockbox, it will cycle through all applicable formats and apply the first format it comes across that meets all the clauses defined on the format. One minor change I had to make to get the relevant tags loaded for the search results was to add the tags defined in the clauses of all matching format names to the tagcache search, but not add the clauses themselves.
So now, in the tagnavi_custom.config file to illustrate the first example, I have defined 4 formats called “genre.artist.All” to format the final display name based on whether the artist/album tags are actually defined on the mp3’s in the database.
%format “genre.artist.All” “%s - %s - %02d. %s” artist album tracknum title ? artist !~ “<Untagged>” album !~ “<Untagged>” tracknum > “0” %format “genre.artist.All” “%s - %02d. %s” album tracknum title ? album !~ “<Untagged>” tracknum > “0” %format “genre.artist.All” “%s - %02d. %s” artist tracknum title ? artist !~ “<Untagged>” tracknum > “0” %format “genre.artist.All” “%02d. %s” tracknum title ? tracknum > “0”
The downside of this approach is that in order to have this style of functionality for every <All Tracks> menu option, I defined a lot of formats. As such, I had to increase the maximum number of formats from 32 to 96 in order to cope with my formatting schemes. I also increased the maximum number of tag filters from 4 to 8. Now this obviously increases the amount of memory allocated for formats, which will have an impact on available audio buffer size. The attached tagnavi_custom.config file shows the various “All” formats I’ve added and it’s pretty comprehensive in the way it handles missing tags, so technically, if your music library is properly tagged, you should never need all of the formats so you could easily reduce the maximum number of formats.
My principal concern with this patch is in terms of the memory usage of increasing the maximum number of formats and number of tag filters allowed. I’m not aware of a memory profiler for cygwin, but then I hadn’t used cygwin before playing with Rockbox - so any pointers would be helpful.
The second piece of functionality I wanted was in the handling of the “strip” functionality. Base Rockbox has an all or nothing approach; if the global format found for the list of tracks contains a strip modifier, then it applies the strip to ALL track names, even if the subsequent formatting of the track does not contain a strip modifier. I wanted Rockbox to only strip tracknames if a strip modifier was defined on the format that is applied to the track. This patch fixes this problem.
This works fine on my Sansa e280 with a full 8Gb drive and a full 2Gb micro-SD card. It’s formatted close to 1000 tracks with no noticeable difference in processing time, and I’ve not come across any out of memory errors on my e280, but I haven’t tested it on any other mp3 player so I would recommend you test this first using the appropriate simulator.
Note that this patch incorporates the year album patch FS#8051 as the code is all tied up in the same files.
|
|
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…
|
|
10181 | Patches | FM Tuner | Very Low | Allow the FM region to be set from a FMR file | 2009-05-01 | Alexander Levin | 2009-05-14 | 2 |
Task Description
Since FM stations list may require that the FM region is set to a certain value, it would be good if the FM region could be set along with the station list. The patch does just that.
The region is set by putting the line “region:N” into the FMR file (at any line there). N can be one of the values allowed for the fm_region setting.
The patch does not work on the simulators for e200 and h120 (the only two I tried) because, for some reason, the symbol HAVE_RADIO_REGION is not defined for them. Could anybody tell why?
Saving the region along with the station list is not implemented.
|
|
8589 | Patches | Build environment | Very Low | Allow to choose Loquendo and ViaVoice TTS | 2008-02-11 | Chelo Sacristán | 2008-08-07 | 2 |
Task Description
It would be useful to change the configure and voice.pl files in order to allow the user to choose also the Loquendo and ViaVoice TTS
|
|
9356 | Patches | Applications | Very Low | Allow to set the delay before button repeat is activate... | 2008-09-02 | Alexander Levin | 2008-09-03 | 1 |
Task Description
The patch allows to set the delay after which the button repeat event is generated. Since this event is used to detect a long button press, it effectively sets this 'threshold.'
Slow fingered users may often hold the select button too long and (unintentionally) get the context menu. For instance, from the WPS screen. But they actually wanted to go to the file browser.
The patch adds a setting for that delay. Its default value is 30 ticks (=0.3s). The menu entry is in Settings → General Settings → System → Long Button Press Duration.
|
|
9034 | Patches | Applications | Very Low | Alphabetically sort the list of plugins shown after 'Op... | 2008-05-24 | Alexander Levin | 2010-06-08 | 4 |
Task Description
I think this is good since now the plugins in the list appear in the order of their occurrence in viewers.config which is rather random.
|
|
11213 | Patches | User Interface | Very Low | Alternative hold mode | 2010-04-20 | Ivan Goncharov | 2010-04-21 | 1 |
Task Description
This patch implement alternative hold mode, mentioned in FS#10698. To enter this mode you must: 1) switch hold button to on position(this results in normal hold mode). 2) press menu button. 3) switch hold button to off position 4) release menu button To leave alternative model: 1) switch hold button to off position 2) press menu button 3)switch hold button to on position 4)release menu button(now you in normal hold mode)
Additionally I implement simple keymap which working only in wps contex: if hold button off:
Plus button increase volume
|
|
8647 | Patches | Games | Very Low | Amaze - 3D maze game plugin | 2008-02-26 | Jerry Chapman | 2009-09-04 | 17 |
Task Description
This is a 3D maze done in vector graphics. I ported David Leonard’s program, which was done with the curses library. Initially, I wrapped the curses functions he used in order to draw the maze with putsxy(). This code is not used at the moment, as the vector graphics are easily scaled and more pleasing. The only issue I see is with the user map, which may be harder to draw on a smaller screen. I developed this on the iPod Video.
This is my first attempt at an open source project, and is a refresher in C for me. I apologize for style. I have tried to make the code as clear as possible.
|
|
10754 | Patches | Music playback | Very Low | Amend Sleep Timeout to Pause Timeout | 2009-11-02 | Sean Inglis | 2012-01-04 | 3 |
Task Description
Amend the sleep timeout behaviour to pause when the timeout matures.
This allows the idle timeout to power off the player if it remains untouched, or the sleep / pause timeout to recycle if the user unpauses before idle timeout kicks in.
|
|
11903 | Bugs | Drivers | Very Low | Android does not handle keypresses correctly - potentia... | 2011-01-24 | foolsh | 2011-02-08 | 46 |
Task Description
I've hunted this down here is what I found out.
from http://developer.android.com/reference/android/view/KeyEvent.Callback.html
public abstract boolean onKeyDown (int keyCode, KeyEvent event) Since: API Level 1
Called when a key down event has occurred. If you return true, you can first call KeyEvent.startTracking() to have the framework track the event through its onKeyUp(int, KeyEvent) and also call your onKeyLongPress(int, KeyEvent) if it occurs.
We need to return true and call KeyEvent.startTracking() from /android/src/org/rockbox/RockboxFramebuffer.java then set the interrupt flag from /firmware/target/hosted/button-android.c and find out what is passed back after a key release and handle that. I may not be a great programmer but this looks like the ticket to removing the BUTTON_REL work around from /firmware/target/hosted/android/app/button-application.c
|
|
12773 | Patches | Themes | Very Low | Android Notification: Use setLatestEventInfo instead of... | 2012-10-22 | zhkailing | 2012-10-28 | 3 |
Task Description
Android: The Notification bar which use "Remoteviews" may be not suitable for some ICS Roms (see Attachment). So I change the Remoteviews to "Notification.setLatestEventInfo" to display the track information.
The patch may have some offsets.
|
|
11639 | Patches | Themes | Very Low | Android port: add theme downloader activity | 2010-09-22 | Maurus Cuelenaere | 2011-08-15 | 3 |
Task Description
This patch introduces 2 new activities, one which lists available themes for a specified target and another which lists more details and the option to install the specific theme. Currently this is more a proof-of-concept, as the communication with the theme server is handled by the same API RBUtil uses, which isn't perfect for the intended usage (e.g. offers no possibility to filter by screen size, only uses INI as output format, ..).
(this also includes some minor unrelated changes to the main Rockbox extraction functionality which won't be in the final patch)
TODO: - make translatable - better UI - uninstall/update functionality - show only themes fit for the displays' resolution - use different protocol to communicate with theme server to get rid of iniparser dependency (XML, JSON, .. ?)
|
|
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.
|
|
12006 | Bugs | Music playback | Very Low | Android: OGG, SPX, MP3 playback problem | 2011-03-12 | Tuomas Airaksinen | 2011-08-12 | |
Task Description
I’m using revision 29572 of android port. Host system is Samsung Galaxy 3 i5800, with 240×400 resolution display, with version 2.2 (Froyo) of Android.
The problem is as follows. When trying to start playback of OGG or SPX files, the playback does not start occasionally (the change is maybe less than 20% to have playback). By rewinding randomly it is possible to get it start playback. The same behaviour occurs when starting from bookmarks and from file explorer. The problem occurs with default config file.
Tried with MP3 and had the same problem. The problem may be with other codecs as well but I have not tried it so extensively.
Best
|
|
12312 | Patches | Operating System/Drivers | Very Low | Android: Stop tick timer when app is closed | 2011-10-04 | Björn Stenberg | 2011-10-04 | 1 |
Task Description
Our tick timer eats CPU even when the app is closed and music is stopped. To fix this, I added a tick_pause() and tick_resume() to kernel-android.c, to be called from java when appropriate.
I've figured out where to call pause, but the current location of resume is inadequate. The app wakes up to a black screen.
A clue, anyone?
|
|
12307 | Bugs | Music playback | Very Low | Android: Unable to resume playback after pausing/closin... | 2011-10-01 | Leonard Jacob | 2011-10-01 | |
Task Description
On build 30622 and previous builds, there is an issue with resuming playback.
When "Resume Playback" is selected from the menu, you transition into the music control screen but there is no output aside from some crackling noises.
Occasionally, the song would play for half a second before silencing.
The play/pause button during this situation shows a pause symbol which suggests that the song is supposed to play. However, the song progress bar remains at 0:00.
Currently on Cyanogenmod 7.1 nightly, Android version 2.3.5.
|
|
12283 | Bugs | Operating System/Drivers | Very Low | Android: yesno popup causes freeze on some situation | 2011-09-17 | Lee Kang Hyuk | 2011-09-17 | |
Task Description
1. tested devices: Samsung Galaxy Tab 7" and Android 2.3.3 AVD 2. tested revision: custom r30556 and rasher's unmodified r30562
3. condition: goto home screen by pressing 'Home button', then return to rockbox
4. symptom : any action that calls yesno screen(rename, delete, or 'Erase dynamic playlist', etc) will make rockbox unresponsible. The only thing I can do is go to home screen then kill rockbox service.
5. If I go to home screen from main menu by 'Back button', the problem doesn't occur.
|
|
6083 | Patches | Music playback | Very Low | Announcing tracks (DJ feature) | 2006-09-28 | Jonas Häggqvist | 2008-12-16 | 1 |
Task Description
This patch was meant to add a DJ type feature, that would announce each song if a “.talk” clip exists for it. Unfortunately, it’s not as simple as calling talk_file() each time the track changes, because that breaks playback because of CPU inadequacy. Works mostly fine for WAV files though.
The solution is probably to halt playback until the clip has been played, but that’s beyond me.
I have not added a settings interface to this, since the feature is really very incomplete. I’d love if someone would pick it up from here though.
|
|
13122 | Bugs | Music playback | Very Low | Annoying beeps when playing ogg vorbis files | 2017-07-04 | Jérémy Caruso | 2017-07-04 | |
Task Description
After upgrading from 3.13 to 3.14, when playing most of the ogg vorbis files in my library, a "beeping" sound sporadically occurs.
The sound is random (2 consecutive playbacks of the same track will beep on the same time).
All the files played fine with 3.13. MP3 files play just fine (I have not tested other formats yet).
Possibly interesting facts : Vorbis files with a lower bitrate (<100kpbs) seem to be less subject to this beep. It seems beep never occurs when screen is on.
|
|
11907 | Bugs | Drivers | Very Low | Annoying flash memory access noise with Sansa Clip+ | 2011-01-26 | Gugel Bod | 2014-09-28 | 12 |
Task Description
Problem found in versions r29044-110113 to r29143-110126. I could not test 3.7.1, because it did not recognize my 16 GB Transcend flash card (fixed in above versions).
At the beginning of tracks and during rebuffering of longer tracks there is a short humming sound (like a bumblebee) mixed with a fast sequence of random high frequency tones. The sound differs as a function of data format and content. It is very homogeneous with WAV tracks (only humming) and different with lossy and lossless codecs. The same file encoded with FLAC and AAC leads to different short distortions. It is only audible for tracks with initial silence or very dynamic content, for example classical music with quiet passages or audio books. With sensitive headphones, this can be quite annoying.
The original firmware does not show this behavior!
It only happens while reading from the SD card, not from the internal storage.
Initially I thought this might be a CPU throttling issue. But now I think it might also be related to the controller driver.
There is a thread on Hydrogenaudio with independent confirmations of the issue:
http://www.hydrogenaudio.org/forums/index.php?showtopic=86306
If I can provide any additional information to help, please let me know.
|
|
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)
|
|
12455 | Bugs | Music playback | Very Low | Any EQ Low Shelf change from 0.0 causes click at start ... | 2011-12-15 | Julian Hughes | 2011-12-15 | 1 |
Task Description
Hardware: iriver H140, iriver H340, Sansa Clip+
Rockbox version: 3.10 downloaded from http://www.rockbox.org/download/byhand.cgi I have also reproduced bug on official firmwares as old as 3.5.1, and on my own builds.
Settings: 100% default except for enabling EQ and setting an EQ i.e. using graphical EQ to set LS -0.5 at 60Hz or LS +1.5 at 60Hz
Expected behaviour: music track, however loaded, starts in normal way, with no sounds other than those decoded from file. Restarting the track results in the same normal playback.
Actual behaviour: music track starts with an obvious and intrusive click. This happens whether the track is loaded individually, or if it is the first track of an album loaded via .m3u playlist. When using playlist subsequent tracks play normally, without a click. But restarting any track causes the click.
It makes no difference if the EQ Low Shelf Filter settings are a big change from flat, or a tiny difference. To induce the bug it’s enough that EQ is enabled and LS is not set to be flat i.e. just an increment of +/- 0.5 dB is enough, and changing the cut off frequency or the Q factor made no difference.
This bug is noticeable with any track that starts quietly, and especially with tracks from CDs that are not mastered to modern high levels.
The Clip does tend to make its own small click on manual track changes and some button presses; I am not confusing this with the bug I describe. On the irivers I get a single click, while on the Clip I get a very unmusical double click.
I’ve attached my H140 config to illustrate that the config is unremarkable and that apart from the EQ it is at default. If anyone needs me to try stuff or make any changes or try a patch that is fine, but I would prefer it to be on an iriver because the Sansa OF database refresh is so annoying.
|
|
13219 | Bugs | Codecs | Very Low | APE 24/44.1 - harsh noise | 2020-07-25 | Atas | 2020-07-25 | 1 |
Task Description
Playing APE 24/44.1 with harsh noise in different parts of the track. If you decode APE file to WAV using the codec console, then there are no problems. So the matter is in the player’s APE decoder.
At 24/48 everything is fine.
|
|
12160 | Bugs | Codecs | Very Low | APE codec random loud noise during playback | 2011-06-15 | da unique | 2011-06-15 | |
Task Description
Hardware: Clip+ 8GB using internal memory Problem: Playback of most APE files results into passages of loud noise during playback. The music is totally gone and noise is ear deafening loud. When rewinding, till music is heard, and replaying the problem part, error can be reproduced _sometimes_. In other cases it either runs fine, or the problem occurs elsewhere in the file.
Since the problem does not always occur in a specific part of a APE file, it is hard to attach a sample file.
Problem persisted between ape files encoded in high and normal setting. Using winamp + monkey audio 3.99 APE plugin, these files never shown problems.
|
|
12343 | Bugs | Music playback | Very Low | APE with CUEsheet playback issues | 2011-10-21 | zhkailing | 2011-10-23 | |
Task Description
r30804 The rockbox (r30804) Can't play ape files with CUEsheet (APE + CUE files).
|
|
11975 | Patches | User Interface | Very Low | Apply "Backlight on first keypress" only for certain ke... | 2011-02-28 | sideral | 2011-04-25 | 1 |
Task Description
I didn't like that the "Backlight on first keypress" function ignores the first keypress no matter which key was pressed. For example, I want the volume keys to work normally even when the backlight is off (that is, they should turn on the backlight *and* change the volume).
This patch restricts "Backlight on first keypress" to certain buttons only. in other words, these buttons work normally only when the backlight is on; otherwise, they just turn on the backlight. As a proof of concept, it changes the Clip and Clip+ behavior to filter out only the Home key when the backlight is off, allowing the other keys to function normally.
It works by allowing button-target.h to define the buttons that are filtered by the "Backlight on first keypress" function. If left undefined, the function filters all buttons when the backlight is off, as in the status quo.
[EDIT: Clarified that there is no overlap with FS#9305 - Context sensitive backlight on key press]
|
|
11297 | Patches | Drivers | Very Low | as3525v2: set_cpu_frequency | 2010-05-19 | Rafaël Carré | 2011-06-03 | 13 |
Task Description
This patch modifies hardware registers for pclk & fclk in one instruction.
I’m currently testing it on Clipv2 to see if it gets rid of crashes
|
|
13004 | Bugs | Drivers | Very Low | ATA Error 11 with mSata SSD installed using mSata-ZIF a... | 2014-09-26 | Dmitry | 2020-07-08 | |
Task Description
I have an upgraded iPod 5.5 with CF 32Gb installed in CF-ZIF adapter. Both iTunes & Rockbox are working fine with this setup.
Then I tried to increase the storage space by using mSata SSD 64 GB + mSata-ZIF adapter. iTunes recovered the iPod successfully and it is working just fine. I installed Rockbox latest stable (non-stable latest = same thing) version & after the Rockbox boot-up it reporting an ATA error -11.
I wonder if this can be solved.
Thanks!
|
|
12912 | Patches | Plugins | Very Low | Atari2600 Emulator Back from the Dead compiles for HEAD | 2013-11-14 | foolsh | 2013-11-15 | 1 |
Task Description
I'm decided to make myself useful today and hammered out most of the rest the code needed to move http://www.rockbox.org/tracker/6048 along. I'm starting a new entry since the old one is closed. I'm hosting all the work I do at http://foolsh.no-ip.org/projects/atari2600/wiki/Wiki
2600box Plugin
* Added the .make file * Added keymaps for most color targets * Added to viewer.config loads *.bin files * Fixed screen resizing for smaller screen targets * Compiles against HEAD/master
I'm still testing sim builds at the moment.
There is some bad news, it crashes in the sims after a minute or two, and the buttons on my fuze+ don't work for some unknown reason but they do in the sim.
Everything else is looking pretty good. I'd like to hear back from people who have real hardware and can test the keymaps.
|
|
12417 | Bugs | Music playback | Very Low | Audio crackling problem on Fuze v2 | 2011-11-30 | Tucker Cane | 2012-07-30 | 1 |
Task Description
I have RockBox version 3.9 on my Sansa Fuze v2 and so far I love it, but I have one problem. On a few tracks in my library, when I play them, the first few minutes of the song will be strangely distorted. Most of them are songs where the music starts off in just one of the speakers before moving into the other one. There will be bursts of loud, crackly noise in the other speaker during these first few seconds (that seem to be in time with the music) and then it will fix itself and the rest of the song will play perfectly. When I boot the default Sandisk firmware the songs play perfect like they should, it is only in RockBox that this glitch happens. I’ve messed with the settings a bit and even reset them completely, but nothing has worked thus far.
Attached is one of the songs that this happens with, from about 2 seconds in to about 7 seconds in. Any help would be greatly appreciated. I really want to enjoy my music without that crap in it.
|