|
13393 | Patches | Language | Very Low | Updated Polish translation | 2023-05-27 | ARak | 2023-05-27 | 1 | All players |
Task Description
Updated Polish translation.
|
|
13391 | Feature Requests | LCD | Very Low | Backlight timer should start when key is released not p... | 2023-04-05 | impig | 2023-04-05 | | All players |
Task Description
Hello, I’d like to suggest that the timer for when to turn off the LCD backlight should start when the last pressed button is released rather than the current behavior - when a button is pressed.
Example: I have my backlight timer set to 10s because that is usually more than enough time and I want conserve the battery life. However, when I’m scrolling through files/database/playlist in order to find a particular song, I PRESS and HOLD a (fwd / back) button. While I’m still holding the button (in order to scroll) the backlight times out. I think it would make more sense to start the backlight timer when all buttons are released.
What do you think? Is there already a way around this that I missed?
Thank you, best iMpig
Tested on: xDuoo X3ii, b6d04d1ac0-230310
|
|
13389 | Bugs | Applications | Medium | Changing playlist after power cycle can cause panic und... | 2023-01-29 | dconrad | 2023-02-14 | 1 | All players |
Task Description
This one happens every time for me under the following conditions:
Start playing a track from Database (note, it must be from Database, same procedure with file browser works as expected)
Shut off player
Boot up player and resume playback
Use back button to navigate to a different album and play a track (this loads a new playlist, I think is important?)
Resulting panic message: “audio_reset_buffer(): OOM!”
This is present on the latest and greatest build 78718aa7eb-230129, and I’ll attach my config file in case it’s a weird settings combination.
|
|
13388 | Bugs | Applications | Very Low | Daily build (20230128) is unstable and throws "Data abo... | 2023-01-28 | bahus | 2023-02-14 | 2 | Sansa Clip Zip |
Task Description
My Sansa Clip Zip with latest daily build 20230128 starts to throw exceptions on playback start from time to time.
Data abort at 30 FSR 0×8 (domain 0, fault address 0x55de00 pc: 3006b48c sp: 300dec30 bt end
pc and sp can have different values
Then pressing power button leads to “Prefetch abort …” and blinking screen
I don’t find the way to reproduce it. It just one time works and another time might throw when you start playing files
Can’t say when this was introduced exactly but I’ve been using 20221120 build before update without any such issues.
|
|
13382 | Bugs | Settings | Medium | Cannot add "Haas Surround" to quickscreen | 2022-12-10 | dconrad | 2022-12-11 | | All players |
Task Description
I know for sure this one’s a regression. I spoke way too soon! This appears to have been a preexisting bug uncovered for some reason by an unrelated patch.
I can no longer add “Haas Surround” to the quickscreen. Just now, I did get it to work, but then I tried it again and it crashed again, so I will try to make the reproduction procedure as foolproof as possible. It seems to depend on whether audio is playing when the setting is added?
Tested on version 7a00ad72. Bisecting to follow.
There’s two parts to this: I can add it and it shows up on the quickscreen, but if I try to change it I get a TLB refill crash. Alternatively, if I add it and shut down the player, the setting is no longer there when I boot it up again.
To reproduce:
Start with no QS Bottom setting.
Have Haas Surround set to Off
Have music playing
Go to the WPS
Open Context menu, go into Sound Settings, add Haas Surround –> Haas Surround as QS Bottom
Back out of context menu with back button
Open QS, attempt to change Haas Surround setting
TLB Refill crash
The setting being saved is similar:
Start with no QS Bottom setting.
Have Haas Surround set to Off
Have music playing in the WPS
Open Context menu, go into Sound Settings, add Haas Surround –> Haas Surround as QS Bottom
Back out of context menu with back button
Turn off player
Turn off player, start playback, open QS. Setting isn’t there.
|
|
13377 | Bugs | Plugins | Very Low | It is possible to launch a plugin while another plugin ... | 2022-11-23 | chris_s | 2022-11-23 | | All players |
Task Description
There is at least one way of launching a plugin from an already running plugin, e.g. by using the Shortcuts menu to navigate to a folder and then choosing “Open With” in the context menu, which can crash the player.
|
|
13376 | Bugs | Games | Medium | SDL games can't open overlay on 5G Video iPod with 32 M... | 2022-11-20 | dreamlayers | 2023-01-01 | | iPod 5G |
Task Description
There are variants of the 5G Video iPod with 32 MB and 64 MB RAM. Rockbox makes one build, with memory size set to 64 MB. This is a problem for SDL game overlays, because their location in memory depends on memory size. They’re built for 64 MB memory, and Rockbox will refuse to load them into non-existent memory on an iPod with 32 MB memory. The workaround is to set the memory size to 32 MB and rebuild them. In the build directory, after a build is complete, you can do:
sed -i s/MEMORYSIZE=64/MEMORYSIZE=32/ Makefile rm apps/plugins/overlay_ref.link make
Verify the result via: grep PLUGIN_RAM apps/plugins/sdl/*.refmap
You should see: PLUGIN_RAM 0×0000000000000000 0x0000000001e80000 and not: PLUGIN_RAM 0×0000000000000000 0x0000000003e80000
After this, Wolf3D, Duke3D and Quake all worked for me, though I had a data abort when exiting Quake.
This is on Rockbox 3.15. I’ve also downloaded rockbox-ipodvideo-20221120.zip and confirmed the problem exists there, but II don’t have the new toolchain, so I didn’t experiment with that build.
|
|
13375 | Bugs | Music playback | Medium | Distortion near peak level, specific to OGG, OPUS and A... | 2022-11-16 | mayreg | 2022-11-16 | 5 | Sansa Clip+ |
Task Description
I noticed that some tracks converted to Vorbis, OPUS and AAC will become distorted at higher volume levels, especially when used with compressor and makeup gain (default compressor settings with Threshold -24 dB).
I was trying my best to make reproduction as easy as possible, so created some audio samples that are constantly problematic on my Sandisk Sansa Clip+ using Rockbox 3.15. The samples contain a 200 Hz sine wave every half a second and silence at every other half, each at -1 dB level. Listen to attached files starting with “200hz”.
Copy all samples to the player
Go to Sound Settings → Compressor → Threshold and set it to a very low value (-24 dB is perfect).
Start playing back the samples.
You’ll notice the distorton, the same kind at Vorbis and OPUS but a slightly different at AAC.
I also attached the output from my Sansa (playback.mp3) recorded from its headphone jack. I played the samples in the following order: m4a (!), ogg (!), opus (!), wav (ok)
Other formats (tested: WAV (pcm_s16le), FLAC, MP3, AC3, MP2) are OK and have no distortion at all with the same volume and compressor setting.
It seems something goes wrong (a bit overamplified?) between the decoder and the compressor (maybe a floating point precision issue with base output volume from the decoders?). Also, this isn’t necessarily specific to the compressor. I’ve also heard these distortions without the compressor during playback of various Vorbis tracks, however at those it’s harder to hear and distinguish the distortion.
|
|
13374 | Bugs | ID3 / meta data | Very Low | Emoji and other Unicode characters cause Rockbox to cra... | 2022-11-13 | MrRocket | 2022-11-16 | | All players |
Task Description
Emoji and other Unicode characters cause Rockbox to crash or to fail to play the file.
This could also cause corruption of data in the worse case scenario.
To recreate this bug:
Add emoji or other non-standard Unicode to track: title, album or artist tagging. Then attempt to play the file like normal.
This will cause Rockbox to fail to play the audio file or crash (had this happen ones)
|
|
13373 | Feature Requests | Settings | Very Low | IPod3G Hardware clicker/piezo does not work. | 2022-11-11 | jasonwray | 2022-11-11 | | iPod 3G |
Task Description
The ipod3g config file does not contain “HAVE_HARDWARE_CLICK”.
If it’s added, main.c and misc.c fail to compile. Including piezo.c in main.c allows it to compile, and the option appears on the iPod, but the clicker does not work.
|
|
13372 | Feature Requests | Music playback | Very Low | Cache folder album art | 2022-11-10 | bahus | 2022-11-10 | | All players |
Task Description
It seems folder album art cover is reloaded for each track. Would be nice to have it cached and reused for all tracks in folder.
|
|
13371 | Bugs | Codecs | Very Low | Fast-forwarding to very end of 96kHz file can crash pla... | 2022-11-09 | chris_s | 2022-11-09 | | All players |
Task Description
On a player (or simulator) with support for higher sample rates, e.g. Fiio M3K, holding down the fast-forward button to move to the very end of a ALAC file with a sample rate of 96kHz will cause a segfault.
Other codecs may behave differently. A similar FLAC file doesn’t seem to cause a crash, but instead reverts the playback position to where the Fast-Forward button was first pressed.
|
|
13370 | Bugs | Music playback | Very Low | Next/Prev Folder action (Next + FF / Prev + Rewind) lea... | 2022-11-09 | bahus | 2022-11-09 | | All players |
Task Description
It should be prevented by `action_wait_for_release()` but this logic is broken.
https://github.com/Rockbox/rockbox/blob/master/apps/gui/wps.c#L383-L384
Broken by the following code: https://github.com/Rockbox/rockbox/blob/51c1e3ce7fa2874f2b1afd0788ff7d2beba6a96e/apps/action.c#L278-L293
Removing whole block fixes it but seems somehow breaks yes_no screen. Broken logic was firstly introduced in https://github.com/Rockbox/rockbox/commit/54e6bafada0f0b55246e208c3ffb85394756135f
|
|
13369 | Bugs | Applications | Very Low | Shortcuts Menu: Shuffle Setting won't shuffle or unshuf... | 2022-10-25 | chris_s | 2022-10-25 | | All players |
Task Description
Changing the “Shuffle” setting from the Shortcuts menu won’t shuffle or unshuffle the playlist as would happen if you changed it from the Settings menu or QuickScreen.
|
|
13367 | Feature Requests | Settings | Very Low | Allow disabling headphone remote button in settings | 2022-10-04 | salty-horse | 2022-10-04 | | xDuoo X3ii |
Task Description
I’m using Rockbox (build from 2022-05-03) with xDuoo X3ii.
The device supports controlling playback with a button press on the headphones.
This is behavior currently enabled with a define (USE_REMOTE) during the build process, and for now, it’s only supported by the xDuoo target.
I would really prefer if this was a setting, as I find it sometimes doesn’t behave as expected, and if I wish to turn it off I have to rebuild rockbox.
Here are the issues I’m having, which may be related to faulty headphones, but might also be related to some error-correction that the native firmware does, and Rockbox doesn’t.
I found that these behaviors can cause Rockbox to think there was a remote button press: 1) Pulling the jack in and out of the player (the rockbox setting to pause/resume playback when the jack is removed/connected is DISABLED). 2) Sometimes moving the headphones wire triggers a button click.
|
|
13366 | Feature Requests | Bootloader | Very Low | Bootloader should offer to autorestart when rockbox cou... | 2022-10-04 | salty-horse | 2022-10-11 | | xDuoo X3ii |
Task Description
I’m using Rockbox (build from 2022-05-03) with xDuoo X3ii.
Sometimes the bootloader fails to load Rockbox with the error “Cannot boot Rockbox”. After a single restart of the device it loads fine.
The current bootloader makes this restart process very cumbersome:
1) When starting the device without user interference, the bootloader tries to load rockbox and gives the error 2) Then the bootloader is back in the main menu, and after several seconds of no user involvement, will attempt to load rockbox instead.
I haven’t tried, but I think this loop will continue indefinitely.
If I wish to restart the device, I need to follow these steps:
3) Choose the configuration option in the bootloader, and choose the restart action. 4) Wait for the device to restart. Then the bootloader will start with the “Settings” option selected by default (since it was the last selection). Before it auto-selects it, I need to quickly switch back to the Rockbox menu option.
During this entire process, the device requires my full attention, which means I can’t just turn the device on in my pocket and wait for it to autoplay.
To ease this error-recovery, I suggest the following:
1) When Rockbox fails to load, a countdown timer will start, and when it’s over, the device will automatically restart. The user can interrupt this process with any button press. 2) When choosing the settings option in the bootloader, I don’t think the bootloader should remember it for later. It should only remember the Rockbox option, or the “native firmware” option.
|
|
13364 | Feature Requests | Translation site | Very Low | Add Language > Serbo-Croatian | 2022-09-13 | bugmenot | 2022-09-21 | | All players |
Task Description
—
Identifier | hbs Language Name(s) | Serbo-Croatian Status | Active Code Sets | 639-3 Equivalent(s) | 639-1: sh (deprecated) Scope | Macrolanguage (Serbian, Croatian, Bosnian, Montenegrin) Language Type | Living Denotations | Ethnologue, Glottolog, Multitree, Wikipedia
—
Request to add this language in RockBox, and/or to fuse Serbian with it. It’s pretty much 4 languages in one. No need for any additions.
|
|
13359 | Bugs | USB operation | Very Low | XduooX3 Caradapter mode | 2022-08-09 | inu | 2022-08-09 | | xDuoo X3 |
Task Description
xduoo X3 I am using Car adapter Mode.
No problem during battery charging. However, once the battery is charged to 100% and the charge is complete, playback will stop
rockbox:d4917888e3-220805 problem is repeatable
@Translated at DeepL
|
|
13358 | Bugs | Rbutil | Very Low | sansapatcher fails to build against musl libc due to mi... | 2022-07-08 | chewi | 2022-07-08 | | All players |
Task Description
utils/sansapatcher/sansaio.h uses loff_t but doesn’t include the header for it, so it fails to build against the musl libc. I believe this header is <sys/types.h>. I’m not sure, but I think this header is also present on Windows, so including this may avoid the need for the existing messy loff_t logic.
See the original Gentoo Linux bug report.
|
|
13357 | Bugs | Utils | Very Low | RockboxUtility-v1.5.1-src.tar.bz2 is missing directorie... | 2022-07-07 | chewi | 2022-07-07 | | All players |
Task Description
The lib/skin_parser and utils/themeeditor directories are missing, causing the build to fail. The source tarball is therefore effectively useless.
|
|
13355 | Bugs | Operating System/Drivers | Very Low | Dev build unbootable on iPod mini 2G | 2022-06-14 | arpeas | 2022-08-08 | | iPod Mini |
Task Description
Revision 58bf7c7e6f.
The iPod freezes at the boot logo.
Additionally, I upgraded my iPod video to this same build, and it boots on the target.
|
|
13353 | Bugs | LCD | Very Low | Setting "Backlight Fade In" to "No" makes scrolling slo... | 2022-05-30 | kaas | 2022-05-30 | | Eros Q / K |
Task Description
Note: I have put the OS as “Eros Q / K” but actually I’m using a Surfans F20, which runs the same version of Rockbox however. Build: 1d39261338-220528 (rockbox-aigoerosq-20220530.zip)
To reproduce: - Install Rockbox (the hosted port) on this player - Observe that scrolling through a long list of files (whether by using the wheel or holding fast-forward) works smoothly - Go to settings > General Settings > Display > LCD Settings > Backlight Fade In, and set it to “No” - Observe that scrolling now works sluggishly, and almost grinds to a halt after holding fast-forward for a few seconds
|
|
13352 | Bugs | Applications | Very Low | tree.c crash after USB inserted | 2022-05-22 | amachronic | 2022-05-22 | | All players |
Task Description
Bug report copied from demon_slayer’s post: https://forums.rockbox.org/index.php/topic,53858.msg250472.html#msg250472
*PANIC*
TLB refill handler at 0x800272fc! [0x4]
My rockbox version is 2f71571c0a-220515. It doesn't happen all the time
but seems to happen when I eject and remove the USB from the M3K. I am
able to turn off the device then reboot back into Rockbox.
This crash comes from https://github.com/Rockbox/rockbox/blob/master/apps/tree.c#L659.
Update
It happened again but with a slightly different message
*PANIC*
TLB refill handler at 0x8007c970! [0x720065]
This is in lcd_alpha_bitmap_part_mix in lcd-16bit.c so it’s probably the same tree browser bug, or at least closely related.
Although reported on the M3K I suspect this will be reproducible on all players.
Steps to reproduce:
1. Enter the file browser 2. Plug in USB and then unplug it 3. Select something in the file browser
|
|
13350 | Bugs | Plugins | Very Low | PictureFlow: Too few albums displayed for first artist | 2022-05-15 | chris_s | 2022-05-15 | | All players |
Task Description
By getting rid of duplicate untagged entries, PF also over-eagerly eliminates all but one album with a valid artist_idx of 0 when building its album index.
|
|
13349 | Bugs | Plugins | Very Low | PictureFlow: Displays only one of many identically name... | 2022-05-15 | chris_s | 2022-05-15 | | All players |
Task Description
If you have more than one album with the same title but by different album artists, only one of them is going to be displayed in PictureFlow
|
|
13348 | Bugs | Applications | Very Low | File Name Voicing Does Not Honor File Extension Setting | 2022-05-15 | MinorKey | 2022-05-15 | | All players | |
|
13342 | Feature Requests | USB operation | Very Low | Go to normal operation mode on ejecting removable devic... | 2022-04-25 | GCRaistlin | 2022-04-26 | | All players | |
|
13339 | Patches | User Interface | Very Low | Support for android devices newer than KitKat (4.4) and... | 2022-03-14 | gama | 2022-03-21 | | All players | |
|
13332 | Bugs | User Interface | Very Low | Blank white screen after installation on ipod 3g | 2021-12-21 | Coach_X | 2021-12-22 | | iPod 3G | |
|
13321 | Bugs | Bootloader | Very Low | Bootloader on Sandisk Sansa e200v1 does not load origin... | 2021-12-09 | Pavello | 2021-12-09 | 2 | Sansa e200 | |
|
13318 | Bugs | USB operation | Very Low | No USB Mode in Settings | 2021-11-11 | daveprince37 | 2022-08-19 | 1 | iPod Classic | |
|
13317 | Bugs | USB operation | Very Low | USB Mode - Ask is buggy | 2021-11-10 | amachronic | 2022-06-21 | | All players | |
|
13316 | Bugs | USB operation | Very Low | Copying files is extremely slow | 2021-11-09 | GCRaistlin | 2021-11-17 | 5 | iPod 5G | |
|
13315 | Bugs | Applications | Very Low | Unrecognized USB device | 2021-11-08 | GCRaistlin | 2021-11-09 | | iPod 5G | |
|
13313 | Bugs | FM Tuner | Very Low | Strange bugs with iPod 5.5G and iPod Radio Remote Acces... | 2021-11-07 | JoMcMichael | 2021-11-07 | | iPod 5G | |
|
13312 | Feature Requests | Bootloader | Very Low | Graphical bootloader for dualboot capable (Rockbox/OF) ... | 2021-11-03 | unilock | 2021-11-03 | | All players | |
|
13307 | Bugs | Database | Very Low | "Load to RAM" setting causes the HDD to continuously ... | 2021-08-30 | buzkill | 2021-08-30 | | iPod Classic | |
|
13306 | Bugs | Applications | Medium | FLAC file crashes on hydrogenaudio test suite | 2021-08-28 | saratoga | 2021-08-28 | 1 | All players | |
|
13298 | Patches | Drivers | Very Low | NWZ-A15 bluetooth | 2021-06-06 | caizhenbin | 2021-06-13 | | All players | |
|
13296 | Bugs | Applications | Very Low | Entering a yes/no screen while locked cannot be escaped | 2021-06-05 | dconrad | 2021-06-05 | | All players | |
|
13295 | Bugs | Playlists | Very Low | Bookmark Resume Sometimes Fails | 2021-06-02 | outofthebox | 2021-06-02 | | Sansa c200 | |
|
13294 | Bugs | Settings | Very Low | Idle Poweroff does not work | 2021-06-01 | Holden | 2021-06-13 | | iBasso DX50 | |
|
13293 | Bugs | User Interface | Very Low | (exFAT) Directories ending with "." (dot) are invisible... | 2021-05-23 | impig | 2021-05-28 | | All players | |
|
13292 | Bugs | Applications | Very High | Can't play any tracks- *PANIC* due to running of of buf... | 2021-05-21 | ilo | 2021-07-29 | | Sansa Clip Zip | |
|
13288 | Bugs | Applications | Very Low | Displays loading with files in Subfolder on IPOD 4th ge... | 2021-05-12 | t831773 | 2021-05-12 | | iPod 4G Grayscale | |
|
13282 | Bugs | Remote | Very Low | iPod Radio Remote functionality has regressed since 3.1... | 2021-04-05 | ThePhxRises | 2021-11-07 | | iPod 5G | |
|
13276 | Bugs | USB operation | Very Low | xDuoo X3ii: system crash after unplugging USB-C power s... | 2021-03-19 | murmel | 2021-04-07 | | xDuoo X3ii | |
|
13268 | Bugs | Applications | Very Low | Supports png format for album artwork | 2021-02-25 | ltx21644 | 2022-02-21 | | All players | |
|
13265 | Bugs | Music playback | Very Low | Channels reversed on ipod nano 2g | 2021-02-10 | jamestheboss08 | 2021-03-12 | | iPod Nano 2G | |
|
13257 | Bugs | USB operation | Very Low | USB Mode setting is ignored and always asks till WPS is... | 2020-11-16 | bahus | 2021-02-04 | | AGPTek Rocker | |