|
12138 | Patches | Plugins | Very Low | Freecell game - new plugin for rockbox | 2011-05-29 | Jason Stark | 2020-06-29 | 2 |
Task Description
Hacking from Antoine Cellerier’s code for solitaire.c, I put together a rough freecell game.
It currently works for Sansa E200 targets. Others should work once button mappings are done.
This is not heavily tested, so feel free to report or fix any problems you encounter.
|
|
12214 | Patches | Music playback | Very Low | Space80 Reverb Effect | 2011-08-01 | JoshuaChang | 2020-06-29 | 1 |
Task Description
space80 is a digital-plate-like reverb effect, i dump it from my soundcard driver and translate it to c code, the original author is stylus02, thanks him for teaching me many things about the dsp theory:)
about the speed: eats about 21.86MHz cpu on a cowon d2 target
|
|
12815 | Bugs | Plugins | Very Low | Fuze+ Rockboy data aborts on menu key press, when the s... | 2013-01-29 | BenjaminReedBrown | 2020-07-03 | 1 |
Task Description
This bug is sporatic “the worst kind”, has effected a 4gb fuze+ “foolsh in IRC” and an 8gb fuze+ “DmL in IRC“, but also has been confirmed to be absent from one other 4gb fuze+
Rockboy data aborts on menu key press, when the srceen is rotated left and image is stretched across the whole srceen. Also no matter what key is mapped to the menu entry it will still fail.
It never fails when aspect ratio is maintained with scale or when not scaled at all, and never aborts when rotated right or not at all.
Only four files even mention rotate in the apps/plugins/rockboy/ directory “lcd.c menu.c rockmacros.h and sys_rockbox.c”
Sometimes the failure does not happen and reaching the menu is possible, but the rockboy option file may get written and not allow the user back into the menu later to change the rotate option back. When this happens the option file must be edited or erased to make rockboy work again normally.
|
|
12899 | Bugs | User Interface | Very Low | [fuze+] screen jumps navigating in upside-down mode | 2013-09-14 | dave t | 2020-07-03 | |
Task Description
I’m using the latest Dev build for the Fuze+. SanDisk Sansa Fuze+ 5ef1e2d. Same issues experienced in v3.12 stable.
The screen, for lack of a better term, jumps when navigating in upside-down mode.
http://youtu.be/dRfiBtMx2to
|
|
13180 | Bugs | Build environment | Very Low | Cross-compiling the toolchain fails with GCC 9.2 | 2019-11-04 | Stefan Ott | 2020-07-03 | 1 |
Task Description
Trying to cross-compile GCC for the ipod with GCC 9.2 I keep running into errors:
In file included from ../../gcc-4.4.4/gcc/diagnostic.h:25,
from ../../gcc-4.4.4/gcc/tree-mudflap.c:43:
../../gcc-4.4.4/gcc/pretty-print.h: At top level: ../../gcc-4.4.4/gcc/pretty-print.h:310:6: error: ‘cgraph_node’ is not defined as a type
310 | ATTRIBUTE_GCC_PPDIAG(2,3);
| ^~~~~~~~~~~~~~~~~~~~
This would seem to be the same issue as the one described on https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90677
The attached patch against GCC seems to fix the problem for me.
|
|
13097 | Bugs | Operating System/Drivers | Very Low | PANIC white screen when plugging a non supported SD car... | 2017-01-12 | Mario C. | 2020-07-07 | 2 |
Task Description
Creative ZEN Daily build: rockbox-creativezen-20170112
Bug description: When plugging any dummy plastic or a non supported SD card, the device freezes and displays a white screen with a “PANIC” error message. Plugging a standard SD card works fine. To restore the system, you have to use a paper clip to do a hardware reset and turn the device on again.
|
|
13092 | Bugs | Battery/Charging | Very Low | Pure i20 not charge the iPod classic/not play music | 2016-12-14 | marek medved | 2020-07-07 | |
Task Description
Pure i20 does not charge the iPod classic with OS rockbox. I feel like Rockbox can not recognize interface pure i20 (drivers?) Through Pure i20 will not play music even if it is in the installed Rockbox in the iPod.(only apple Flash = possible charging/playing via Pure i20)
I own Ipod classic 6G 160GB (flashed rockbox)
|
|
12788 | Bugs | Operating System/Drivers | Very Low | USB support is crashing, while music is playing. | 2012-12-07 | Kuba | 2020-07-07 | |
Task Description
I recognize some problem with USB support.
When I’m connecting my player first time, it’s work correct - computer’s mounting device propertly. BUT When I disconnecting it, turn on playing and while music is still playing I’m connecting player once more - Rockbox is crashing and give information about “unidentified instruction at… “. Now player looks like dead - I must reset it and Rockbox start correctly. When I’m not turning on songs - all works fine.
Sorry for my english…I’m still learining It
|
|
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!
|
|
10511 | Patches | Build environment | Very Low | Fixed multiple-language feature in tools/configure | 2009-08-11 | Rosso Maltese | 2020-07-14 | 2 |
Task Description
The patch fix the multiple-language feature, maintaining the same behaviour in interactive and batch mode and with “make reconf”. Now it’s possible to build more than one voice language at once, specifying different engine and option set for each one. So, running “make voice”, all the selected languages will be built.
To help the comprehension, here it is a batch mode sample:
../tools/configure –target=ipodvideo –ram=64 –type=av –language=italiano,espanol –tts=f,e –voice=lp_diphone –ttsopts=, –encopts=’-q 10 -c 10,-q 5 -c 5’
This is like to run:
../tools/configure –target=ipodvideo –ram=64 –type=av –language=italiano –tts=f –voice=lp_diphone –ttsopts=’ ' –encopts=’-q 10 -c 10’
../tools/configure –target=ipodvideo –ram=64 –type=av –language=espanol –tts=e –voice=lp_diphone –ttsopts=’ ' –encopts=’-q 5 -c 5’
In the first case, I set the language to italian, using festival with voice lp_diphone (female), no further festival options and some manual encoder options. In the second case, I set the language to spanish, using espeak. Even if I set the voice, the value is ignored, since the selected TTS engine doesn’t use it.
I also added some cosmetics, like some very circumstantial indentation, blank check in rootdir too, simpler numbered menu generation, some terser command pipes.
The patch is applied to r22250.
I don’t know if it’s a really wanted feature, but the word in the script hurt me!
|
|
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.
|
|
13216 | Feature Requests | Voice | Medium | Add a failsafe voice prompt for "voice file failed to l... | 2020-07-15 | Solomon Peachy | 2020-07-15 | |
Task Description
Right now if the voice file fails to load, there’s a splash message but blind users won’t be able to see it.
(usually this happens because they upgraded rockbox without upgrading the voice file too)
It would be useful if we could embed a failsafe voice file, containing only that one prompt, so the user will know what is going on.
Just English for now, though ideally one for every language we support.
(Oh, and a pony too. Please?)
|
|
13164 | Bugs | Build environment | Very Low | Rockbox commit ce0b31d87 fails to build due to overlapp... | 2018-12-13 | Alex | 2020-07-15 | |
Task Description
I am trying to build Rockbox for Sony NWZ-380 from Git repo, commit ce0b31d87db3c4c1c1bfb535c50770d33e9c4aaf. arm-elf-eabi-gcc version 5.4.0, ARM binutils 2.30. Everything goes smooth until just the latest step where this happens:
… LD duke3d.ovl LD bmp.ovl LD jpeg.ovl LD png.ovl LD ppm.ovl LD gif.ovl LD rockbox.elf /usr/libexec/gcc/arm-elf-eabi/ld: section .ARM.exidx VMA [00000000600a9548,00000000600a954f] overlaps section .bss VMA [00000000600a7f20,00000000600ff773]
I'm using Rockbox on my NWZ-384 for a couple of years now and there were no problems building it in the past. I also was very glad that NWZ-380 port reached stable status in 3.14, but now something seems to be broken (not terrible it seems, just requires some adjustments to the linker scripts but still).
|
|
13217 | Bugs | Codecs | Medium | Stuttery playback when playing 320k Mp3s Synched via it... | 2020-07-15 | mikem | 2020-07-15 | |
Task Description
Playing 320K MP3s pauses often in Version 3.15 and daily build 7d00533 also UI becomes unresponsive Version 3.14 or older does not reproduce the issue in either 44 or 48khz sampling rate and same sound options Is not reproducible under OF or Version 3.15 running on IPOD 6G seems to be a cpu usage issue as compiling a version of rockbox with much higher than stock CPU clocks seems to alleviate the issue to an extent but there is still occasional pauses that is not present after reverting to 3.14 and stock 80 mhz clock speed.
|
|
13196 | Bugs | User Interface | Very Low | Xduoo X3ii: album art doesn't show for some jpgs in con... | 2020-05-08 | Johannes Rauh | 2020-07-17 | 1 |
Task Description
I store the album art by putting a folder.jpg file in the album's directory. Any WPS on other players shows the cover pictures properly if album art is enabled in the theme.
I am aware of caveats like progressive jpgs, that are not supported by RB.
In the attached zip file, there are four directories with a folder.jpg file and a free opus file for demonstration purposes.
All pictures show up fine on my Sansa E200 (v1) using CabbieV2 or lebellium_Samsung-like. However, on my XduOO x3ii the pictures are not displayed for the examples 1 - 3, but show for example 4.
None of the jpgs are progressive and I cannot figure out a difference between 1-3 and 4.
I don't know how to debug this further myself, but would be happy doing any furter experiments.
This is true for the current dev builds, e.g. b450707955.
|
|
13142 | Bugs | Drivers | Very Low | SD card not recognized | 2017-12-26 | Florian Snow | 2020-07-24 | |
Task Description
I use a 64 GB MicroSD card in my Clip Zip and the stock firmware recognizes it. Rockbox recognizes it in the debug disk info screen and when connected to a computer via USB, I can read and write it through rockbox. However, when I try to access it or when I just check the regular rockbox info, rockbox does not show the SD card, nor can I play music from it.
The bug is also present in the current development version and is overall very similar to this one: https://www.rockbox.org/tracker/11798
I tried reinstalling rockbox and reformatting the SD card, but nothing worked.
|
|
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.
|
|
13222 | Bugs | User Interface | Medium | accessing a directory larger than the maximum allowed s... | 2020-07-26 | Solomon Peachy | 2020-07-26 | |
Task Description
On my X3, it triggers the MIPS equivalent of a segfault. (directory has 792 entries, tried to access it with only 500 allowed)
Rather than crashing outright, I think it would be better to detect this and somehow error out gracefully?
|
|
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.
|