|
13156 | Bugs | Rbutil | Very Low | Creating of talk files fails ungracefuly when encountin... | 2018-05-04 | fennec | 2018-05-04 | |
Task Description
Rockboxutility barfs while creating talk files if it encounters unpronouncable charicters (japanese kanji) and does not continue afterwords resulting in talk files not being copied to the player.
[talkgenerator.cpp:156 INFO] voicing: "シマシマ" to "/tmp/talkfiles/952b0e2854336082e41fb0ef8ef8dc97.wav" [ttsfestival.cpp:188 INFO] Voicing "シマシマ" → "/tmp/talkfiles/952b0e2854336082e41fb0ef8ef8dc97.wav" [rbsettings.cpp:162 INFO] GET U: "festival-client/path" "/usr/bin/festival_client" [ttsfestival.cpp:194 INFO] Client cmd: "/usr/bin/festival_client –server localhost –otype riff –ttw –withlisp –output \"/tmp/talkfiles/952b0e2854336082e41fb0ef8ef8dc97.wav\" –prolog \"/tmp/RockboxUtility.zowYwG\" - " [:0 WARNING] QProcess: Destroyed while process ("/usr/bin/festival_client") is still running.
/ The result of this is an invalid wav file wich the the encoder bails out on and the process aborts.
[talkgenerator.cpp:235 INFO] encoding "/tmp/talkfiles/952b0e2854336082e41fb0ef8ef8dc97.wav" to "/tmp/talkfiles/952b0e2854336082e41fb0ef8ef8dc97.talk" [encoderrbspeex.cpp:82 INFO] Encoding "/tmp/talkfiles/952b0e2854336082e41fb0ef8ef8dc97.wav" to "/tmp/talkfiles/952b0e2854336082e41fb0ef8ef8dc97.talk" [encoderrbspeex.cpp:103 ERROR] Error: invalid WAV file [ttsfestival.cpp:29 INFO] Destroying instance
I suggest ignoring failed encoded files and continuing encoding and copying the files that suceeded.
|
|
13150 | Bugs | Remote | Very Low | X5 remote doesn't respond to button presses | 2018-03-14 | Karl Huber | 2018-03-14 | |
Task Description
Rockbox starts with remote, but doesn't respond to button presses except turning backlight on with build 6039eb05b-180313. It works with deaeb73-161114 though.
|
|
13141 | Bugs | Plugins | Very Low | Imageviewer cannot render JPEGs properly with a 1x2,1x2... | 2017-12-20 | Luke Spangler | 2017-12-20 | 1 |
Task Description
Bug exists in the DEV builds for, at least, Sansa Clip+, Sansa Fuze+, and iPod Video for at least a year, although I cannot confirm this as I've only just now tracked down the problem. The issue was discovered because imagemagick occasionally selects 1x2,1x2,1x2 as the chroma sampling factor when converting an image.
To recreate this bug, convert any image using imagemagick to a JPEG with that chroma sampling factor and attempt to view it in Rockbox. What you will see is a nonsensical image to the size of the original JPEG. Any desktop image viewer, like eyeofgnome, renders the picture correctly.
I've also included a sample Rockbox logo generated in the faulty fashion along with this bug. To create it, run this command in a Unix-like with imagemagick and curl installed: 'curl -J -L "https://www.rockbox.org/rockbox400.png" | convert - -sampling-factor 1x2,1x2,1x2 -quality 100 folder.jpg'
|
|
13108 | Bugs | Music playback | Very Low | Random crashes when playing music | 2017-03-16 | somedude | 2017-12-16 | |
Task Description
For a couple of months my Sansa Fuze v2 has been crashing randomly when playing music. Most of the time I just get a white screen with an error message. The last message I got was :
'undefined instruction at 0006DC8C'
(I think that last number varies at each crash)
This didn't happen with v3.13, but it's been happening with every daily build I've tested IIRC.
It doesn't happen very often so it's hard to reproduce. I listen to music in public transports about twice a day and this happens not more than once a week. It seems to happen more often when the battery is low (less than 10%). It generally happens early in a playback session, when the first or second track is played.
Sometimes I don't get a white screen, but the program freezes and some parts of the interface are surrounded with white frames. I don't know if it's the same bug or if it's unrelated.
Note that I'm always listening to music on a microSD card, and I haven't tried on the main memory.
PS: I chose "Sansa Fuze+" in the OS list because I couldn't find Sansa Fuse v2.
|
|
11619 | Patches | Music playback | Very Low | Restore pitch and speed settings on resume | 2010-09-10 | Frank Gevaerts | 2017-12-10 | 3 |
Task Description
This patch should save pitch and speed settings to nvram, and restore them after reboot if needed.
If I read the code correctly, there should be enough room in nvram (and anyway, the way this is done doesn't apply to any targets that actually use real nvram)
This code compiles, but apart from that it's completely untested.
Of course, since this patch increments the nvram data version, you'll lose resume info the first time you reboot.
|
|
13132 | Bugs | Recording | Very Low | Idle power-off in recorder causes loss of settings and ... | 2017-10-06 | Travis Evans | 2017-10-06 | |
Task Description
Daily build c6d5cd7-170907
An idle power off can occur in recording mode. When it does, data loss occurs. This has already bitten me a few times.
Steps to reproduce (on battery, not charging): 1. Execute Settings > Manage Settings > Reset Settings 2. Set Settings > General Settings > Startup/Shutdown > Idle Poweroff to 1 minute 3. Reboot 4. Go to Recording mode 5. Note current Volume and Gain settings and then change them to something else and note the new settings. Don't start a recording; just leave it in “stop” mode (*not* record or record-pause). 6. Wait for automatic power off 7. Power back on and check recorder settings
Expected: Settings are what they were after being changed. Actual: Settings reverted to what they were on boot.
This can cause the loss of entire recordings, too:
8. Go back to Recording mode. 9. Wait until just before Rockbox would power off, then start a recording (if the display goes to sleep, it comes back on a bit before powering off; start the recording as soon as it comes back on).
Expected: Recording is done as usual Actual: Rockbox powers off anyway, without warning, less than a minute into the recording. The recording is lost (or if the file is there, it's unplayable; maybe this depends on the recording format used).
|
|
13129 | Bugs | Operating System/Drivers | Very Low | Ibasso DX90 build rev c6d5cd7 freeze when playing music | 2017-09-15 | Lionel | 2017-09-15 | |
Task Description
Dear Rockbox, long story short after doing update to the latest daily build c6d5cd7(2017-09-11), after playing music for around 30-40 minutes the screen start to freeze cannot scroll or select anything on the screen even turn it off is not possible but after few seconds it turn off by itself and can be turn on normally after that.
|
|
11765 | Patches | Battery/Charging | Very Low | Improve Battery Life on AMSv1 Sansa players | 2010-11-19 | Fred Bauer | 2017-09-09 | 6 |
Task Description
This patch modifies the CPU and peripheral bus clocks to hopefully gain some battery life. With this patch the CPU frequency can be either 31 or 186Mhz and the pclk is boosted from 31 to 62 Mhz while the CPU is boosted. The power draw of the CPU is proportional to the clock frequency and setting the frequency at or below what is required for playback keeps the power usage to a minimum because boosting to a frequency below 200Mhz is inexpensive. (Keeping the boosted CPU frequency below 200Mhz eliminates the need to wait for a voltage rise.)
I would appreciate feedback on battery life if anyone has the patience to run a battery bench.
|
|
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.
|
|
13120 | Bugs | Recording | Very Low | Sansa e200v1: usb_storage_init_connection when recordni... | 2017-06-26 | Alexander Levin | 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.
|
|
13118 | Bugs | Music playback | Very Low | Incorrect playback position when seeking AAC files down... | 2017-05-31 | R O | 2017-05-31 | |
Task Description
I downloaded this: https://www.youtube.com/watch?v=Lrb0dHKJBR4 using the youtube-dl python program. The file plays and seeks correctly in foobar2000 and MPC-HC. But, on my clip+, whether I seek 10 seconds or 10 minutes into the file, it ends up playing a position of the file previous to the one displayed. For example, if I seek 50 seconds forward from the beginning, it will play the file from the start, while the screen still displays as if it's playing from 50 seconds onwards. Seeking to the end of the file will have it play a section from about 2 minutes earlier than it should be, while the time display and music will continue until 1:14:20, with the file actually being 1:12:46.
I did not hear the files being played slower than they should be, so it seems it's only an issue when seeking.
I've confirmed this happens on every AAC file downloaded by youtube-dl, and that re-encoding the same file to AAC using NERO encoder makes the problem dissapear.
|
|
10990 | Bugs | Games | Very Low | block on the last top line grows with lines removal in ... | 2010-02-09 | Vladimir Homutov | 2017-05-01 | |
Task Description
There is bug in rockblox: when you manage to push block exactly to the top of the field, game neither finishes with error, neither continues normally. this block starts growing when you destroy lines in the bottom.
I've made small video and put in into youtube (sorry for bad quality and sharpness : http://www.youtube.com/watch?v=2gULp6yUms8
look into the left top and see what happens when lines are removed. bug is quite easy to reproduce. right side works like the left.
|
|
13101 | Bugs | Operating System/Drivers | Very Low | Running Time time is inaccuate by 2% | 2017-01-29 | Chris Jordan | 2017-01-29 | |
Task Description
Creative ZEN device build 8fec364f6-170125
Steps:
1 Clear Running Time 2 Shutdown, to ensure Running Time clear takes effect 3 Launch Rockbox 4 Record wall clock time 5 Leave running for a few hours 6 View Running Time and compare with elapsed time on wall clock
Expected: Running Time equal to elapsed time Observed: Running Time less than elapsed time by 2%
Note: battery_bench.txt times accord with elapsed time.
|
|
9551 | Bugs | User Interface | Very Low | PLAY and STOP buttons should be universal (where possib... | 2008-11-14 | Steve Bavin | 2017-01-07 | |
Task Description
Where possible (i.e. the buttons aren’t needed for somethinig else), the PLAY button should go straight to the WPS (resuming as required) or radio.
These are almost the case, but on the H300 there are the following exceptions:
- Rockbox Info (PLAY performs the disk free space scan, same as SELECT) - Playlist Viewer when selected from the Main > Playlists menu (PLAY returns to the menu above, same as LEFT) - Sleep Timer (PLAY does nothing) - Debug Manu (PLAY enters the selected item, same as SELECT) - Browse x in Settings, where x = Themes, Fonts or .cfg/.wps/.rwps Files (PLAY returns to the menu above, same as LEFT). (Note that the plugin browser works fine!)
Similarly, the STOP button should stop playback, which is largely ok, except:
- In the Playlist Viewer (STOP does nothing)
I don’t have any other targets handy, but feel free to add any other suspect screens here.
|
|
12702 | Bugs | User Interface | Very Low | playlist catalgoue silently fails to save files with < ... | 2012-06-19 | drewbenn | 2017-01-06 | |
Task Description
I'm running Rockbox 3.11.2 on a Sansa Clip+. I followed these steps: - go to the Main Menu - Files - long press on <microSD1> - Playlist Catalogue - Add to New Playlist I tried to save the playlist with a long press of the select button (not sure of the button's actual name; it is the button in the middle of the 4-way controller and the one that is usually used to select the highlighted option). I was returned to the Files menu. The playlist did not get saved, and there was no error explaining why.
As a result, I spent a long time assuming that long press of select was a "cancel" action, and tried short and long presses of every other button trying to save the playlist.
Workaround: instead of accepting the suggested filename, remove the "<" and ">" characters from the auto-entered filename ("/Playlists/<microSD1>.m3u8") to be able to save the playlist.
Suggested fixes: The filename suggested by Rockbox should not include "<", ">", or other un-saveable characters. In addition, if the user tries to save a file with invalid characters, a warning or error message should be posted (like the "Cancelled" message that briefly pops up when the power button is pressed to exit from the set-filename screen).
|
|
13094 | Bugs | Music playback | Very Low | Playing a zero-duration WMA causes crash | 2016-12-20 | Chris Jordan | 2016-12-20 | 3 |
Task Description
Build 575bd89 2016-12-19
Playing the attached zero-duration WMA '_ length 0.0s WMA.wma' causes crash:
Divide by zero at 6008D274 pc:6008D2&4 sp:600CC7DC bt end
This WMA file was created by Goldwave and plays without crash in Windows Media Player, GoldWave and MediaMonkey.
Zero-length WAV and MP3 files (examples attached) don't cause a crash.
On the latest development iPod Video and ZEN simulators, MP3 and WAV are reported 'failed' and WMA crashes http://i.imgur.com/k3dKaSN.png http://i.imgur.com/CiYnVuH.png
|
|
11661 | Bugs | Plugins | Very Low | Messages and Heads up display fonts are unreadable in d... | 2010-10-09 | Christian Blackburn | 2016-11-29 | |
Task Description
While playing doom, I can definitely read the amount of ammo, shield status, and health of my character. However, I cannot read the messages like you need the key first to open this door. Also, if you set the screen size to the maximum and turn on the heads up display the font there is also illegible.
|
|
13090 | Bugs | Language | Very Low | Voice fails upon reboot if some fonts are being used. | 2016-11-17 | Jason Arthur Taylor | 2016-11-17 | |
Task Description
Voicing of menus will work fine on the default font. However, if 08-Namil is used, the voicing dies upon reboot.
See also http://forums.rockbox.org/index.php/topic,51408.0.html .
|
|
13088 | Bugs | Music playback | Very Low | Ibasso DX90 Crackling last FW | 2016-11-01 | aditya | 2016-11-01 | |
Task Description
When playing music sometimes crackling sound exist but after 5-6 secs playing it dissappear i tried to update until the last rockbox firmware (ver.b045e4d date 2016-11-01) the problem still there
but if i boot to mango (stock fw) no crackling sound remains
Device : Ibasso DX90
|
|
13086 | Bugs | Rbutil | Very Low | rbutil fails to build bootloader | 2016-10-14 | John Black | 2016-10-24 | |
Task Description
Affected versions: RBUtil V1.4.0 git version 2a2800b528010320ca504a39106806ec21f0220 (2016-10-12)
rbutil fails to build bootloader. Tested for Iriver H1x0 and H3x0 platforms.
Progress window shows:
Adding bootloader firmware file Error in patching: reading firmware failed
Terminal output shows:
[httpget.cpp:230 INFO] Get URI “http://download.rockbox.org/bootloader/iriver/bootloader-h300.bin” [httpget.cpp:200 INFO] Request started [httpget.cpp:148 INFO] Request finished, status code: 200 [httpget.cpp:151 INFO] Data from cache: true [bootloaderinstallbase.cpp:71 INFO] Downloading bootloader finished, error: false /tmp/qt_temp.U16458: Resource temporarily unavailable [selectiveinstallwidget.cpp:195 INFO] continuing install with stage 1 [selectiveinstallwidget.cpp:197 ERROR] Last part returned error. [selectiveinstallwidget.cpp:214 INFO] All install stages done. [rockboxinfo.cpp:27 INFO] Getting version info from rockbox-info.txt
Fired up gdb and debugged the git 2a2800b5280103… build:
The failure is in function mkboot_iriver in mkboot.c line 98: Line 98:
i = fread(image+16, 1, len, f);
len is calculated as 2636272. But file size of /tmp/qt_temp.U16458 is only 2621440, resulting in a short read of 2621424 bytes. So error condition “i < len” fires and function returns without building bootloader.
I tested this on two different gentoo systems. It worked on one, but failed on the other. Both are more or less up to date, but have one significant difference: 32bit vs 64bit system.
The system that did compile and run perfectly uses: gcc i686-pc-linux-gnu-4.9.4 (len=2636272, file size=2637824) The system that failed uses: gcc x86_64-pc-linux-gnu-4.9.3 (len=2636272, file size=2621440)
So, the failing rbutil creates a temporary file that is too short. I didn’t debug deeper to find out why.
cu John
|
|
13080 | Bugs | Operating System/Drivers | Very Low | 6G Ipod Classic will not shutdown after connected to ca... | 2016-08-22 | A Man Eating Duck | 2016-08-31 | |
Task Description
I'm having a shutdown issue after using my 6G ipod Classic in the car. After I have turned off the car the ipod will automatically enter a paused state but when i either hold play to shutdown or wait for the idle shutdown it will hang showing the shutting down… text and never turn off. when I manually shutdown the ipod (hold play button) down after using the ipod in the car you can hear the HD spin up and after 4-5 second hear the HD park (click) but still feel the ipod vibrating like the HD is still spinning, the text shutting down… is shown and just stays there and drains the battery. the only way to shut it down it hold menu and select.
In car is a Dension gateway G300 (ipod is connected and controlled with a dock cable, can use car controls to change tracks on ipod apple firmware and rockbox) I'm currently using using build adaba2b-160820 Installed and tested with both the beta and stable installers from https://files.freemyipod.org/~user890104/bootloader-ipodclassic.html
|
|
13054 | Bugs | FM Tuner | Very Low | sansa clip zip radio low volume | 2015-08-20 | koniu | 2016-08-18 | |
Task Description
Heyup,
I’ve recently updated the build on my zip and the radio volume is greatly reduced. It`s very noticeable since I use a passive speaker connected straight to the player (top volume required). Volume of file playback is unaffected.
Here’s someone describing the same issue- http://www.anythingbutipod.com/forum/showthread.php?t=74910
Same symptoms including (notably) normal volume in the recording screen (gain=0), and region settings make no difference.
I have no note of which build I had before the update but it was from around the end of 2014. Looking thru the changelog yielded no clues.
trunk 983c808-150717
|
|
13077 | Bugs | User Interface | Very Low | Voiced menus doesn't work in FM mode | 2016-07-31 | Nicolás | 2016-07-31 | |
Task Description
Rockbox doesn't speak in the FM mode with voice configured. I tried it in my local language (spanish) and in english with same results. Apparently it is not a problem of the translation, because sometimes (only 2 or 3 times in at about one year that I'm using the player) the player speak some words. This works correctly in release version. My actual version is 0f89b04, but it happend in all dev versions.
|
|
13076 | Bugs | Operating System/Drivers | Very Low | iPod Classic (160GB Thick) - PANIC - usb_storage_init_c... | 2016-07-13 | A Man Eating Duck | 2016-07-13 | 2 |
Task Description
Hi,
I have installed Rockbox build 0F89B04-160628 using this (https://files.freemyipod.org/~user890104/bootloader-ipodclassic.html) method.
I have created a dynamic playlist (Database > long select artist > current playlist > Queue Shuffled). Play and then pause the music and then hold the play button down to shutdown rockbox. Plug in USB cable from your computer (Win10) in to the iPod and the iPod should start powering on and then a white *panic* screen should appear.
Workaround is to have Rockbox already fully booted before plugging in a USB cable from the computer.
|
|
13074 | Bugs | User Interface | Very Low | files dont list or play alphabetically regardless of se... | 2016-05-19 | mike kruger | 2016-06-02 | 3 |
Task Description
build 00a3658. files dont list or play alphabetically regardless of setting in file view menu.
|
|
13067 | Bugs | Operating System/Drivers | Very Low | ibasso dx90 Left button does not work | 2016-02-06 | yong xu | 2016-02-06 | |
Task Description
Previous song and Fast Backward are unable to work
|
|
13066 | Bugs | Music playback | Very Low | ibasso dx90 When playing music sometimes crackling soun... | 2016-02-04 | yong xu | 2016-02-04 | |
Task Description
When playing music sometimes crackling sound especially when playing bass
|
|
12883 | Bugs | Codecs | Very Low | Opus becomes unresponsive at lowest CPU frequency | 2013-07-20 | Mark Mitchinson | 2016-01-20 | |
Task Description
After playing a few opus files (~128 kbps) the system becomes so unresponsive that it cannot decode the file in real time, and the device cannot respond to any input within a reasonable timeframe (have to hard power off).
This does not occur when you set the cpu frequency beyond the highest setting in the debug menu!
To reproduce: play opus files in a playlist with normal cpu scaling on beginning of 2nd or 3rd file, system will become unresponsive.
|
|
12801 | Bugs | Battery/Charging | Very Low | Toggling between charging and discharging while charged... | 2013-01-13 | Kurt Roeckx | 2016-01-20 | |
Task Description
When my Fuze+ is charged and it's still connected to the charger, it seems it keeps toggling between charging and discharging.
I think the problem is that it reacts to some voltage to stop charging. When it's charging it measures up to 4.35 V. But when it stops charging it changes to 4.25V, and says something like 96-99% charged, and which point it changes to charging again, and so on.
So it's basicly toggling between charging and discharging very often, and I don't think that's very good for the battery. Once it's charged it should stop charging as long as the charger is connected. (This might apply to other devices too.)
This was with version 2ef7a54-130111
Kurt
|
|
13063 | Bugs | Recording | Very Low | Volume triggered recording fails to stop | 2016-01-09 | Luca Leonardo Scorcia | 2016-01-09 | |
Task Description
Hi, I’m trying to record myself playing the guitar using my old, trusty FuzeV2 (both a very old version - sorry didn’t wrote it down but had to be at least a couple of years ago - and today’s version 87229a4). Recording parameters as follows:
Trigger: Repeat TrigType: New file Prerecord Time: 1s Start Above: -22dB for at least: 1s Stop Below: -26dB for at least: 1s Presplit Gap: 1s (don’t really understand what it does from the manual, but it says it usually has to be the same value of the Stop Below Time, so…)
Recording starts correctly when noise is detected according to conditions; then apparently it correctly detects the silence and stops the recording. But immediately the ‘Repeat Trigger’ parameter kicks in and _immediately starts a new recording_. At this point, the trigger status and the recording status aren’t matching anymore. The recording screen shows the recording file size growing, but the Trigger status is ‘Ready’. I have confirmed that on the actual file on disk the silence is meanwhile recorded.
Did I understand any of the parameters wrong or has anybody else the same problem?
|
|
12987 | Bugs | Playlists | Very Low | Shuffle does not work properly any more (H300) | 2014-07-06 | Alex | 2015-12-03 | |
Task Description
Been using Rockbox for years, so it was really obvious when things got messed up somewhere in 3.12~3.13. In a nutshell, with this release, in a 1000+ playlist, I’m listening to the same songs over and over again when shuffle is on. To fix the issue, I have to turn shuffle OFF and then flip it back to ON every time I start a player. Never had this problem before. Don’t know if this affects all devices or just my H340 (yes! still going strong!).
|
|
13061 | Bugs | User Interface | Very Low | Buttons doesn't work after Hold Switch | 2015-11-13 | bel | 2015-11-13 | |
Task Description
Revision a8758c9 and Stable (3.13)
If you use the Hold Switch to Lock Keys and remove it again to unlock, buttons doesn't work. Move around with finger at touchpad work. After this bottons work without problems.
Short: Start Rockbox Move the curser over Settings (Example) Move Hold switch to Lock Move Hold switch to Unlock Press Middle Button (Doesnt work) Move around on Touchpad Press Middle Button (work)
|
|
13059 | Bugs | Codecs | Very Low | MP3 Codec decoding has artifacts | 2015-10-22 | Alex | 2015-10-22 | 2 |
Task Description
When playing music, I can hear codec errors in the music. It occurs every time on a certain song, and other songs that are smaller in file size, it does not occur on, but occurs on the next one. I believe it is a buffering issue, and makes the music unlistenable. I used the daily on 10/21/2015
On 320kb/s MP3s it occurs much more often, and 128kb/s MP3s it occurs less often, but when it occurs its a series of glitches that distort the music.
I am sure its not the MP3s themselves, because it doesn't occur in the official firmware, and when I rewind it, it does not make the same sound until later. It has a very prominent 'glitchy' sound and later it changes the speed of the song.
I replaced it with the 3.1.3 MP3 codec, and the same glitch occurs.
I do not have a line out so its made through the speaker, but the problem is so bad that you can hear it very clearly.
The MP3 was 320kb/s
Memo is the glitchy one, and Memo-1 is it being played correctly.
|
|
13058 | Bugs | Operating System/Drivers | Very Low | sleep timer deactivates the idle power off | 2015-10-19 | jasontaylor | 2015-10-19 | |
Task Description
Use of the sleep timer deactivates the idle power off. Both should be independent pathways to shutdown. The Idle Poweroff should initiate shutdown if there is no playback and no keypress inside the indicated time. The sleep timer only is to use keypresses. However, the actual behavior is for the sleep timer to disable the idle poweroff. This is a bug. Instead of either or it (If … else if) should be two "If then .. If then" constructs.
The benefit is that you can save battery life if you leave the device on while player, or if you get interrupted. Currently, you can only do one.
To replicate: use sansa clip, latest version. Set idle power off at 1 minute and sleep timer at 30 minutes (default). Play then pause for two minutes. Press volume button and note unit is on instead of off.
|
|
13055 | Bugs | Music playback | Very Low | In "Database -> Album Artist" songs sorting by alphabet... | 2015-09-15 | Anton Iliyn | 2015-09-15 | |
Task Description
Expected sorting by artist name, then by album and then by track number, but now all songs by all artists sorting by track names in alphabetical order.
|
|
12986 | Bugs | Plugins | Very Low | Metronome issues on Ipod 6G | 2014-07-02 | Vasily | 2015-08-13 | |
Task Description
Metronome plugin is not functional on Ipod 6G.
Steps to reproduce: 1) Open metronome; 2) Hold the "Select" button.
Expected: – The metronome starts to tick in the headphones.
Observed: – The text on the screen changes from "start: hold select" to "stop : cancel", but no sound is made. – A short click on the Select button emits a single tick sound, but the tapped frequency cannot be captured as the Ipod 6G does not have any "Record" button.
Comment: As single taps can be made, the metronome.c / play_tock() seems to work and at least some sort of sound can be produced on this hardware, maybe something is wrong with the timer_callback() ?
|
|
13053 | Patches | User Interface | Very Low | Add option to make scrollbars borderless | 2015-07-29 | Andrey Maluy | 2015-07-30 | 1 |
Task Description
This patch will add a setting, called "Scroll Bar Border", which will determine whether menus / lists will have scrollbars with borders or not.
The default value for this setting is "yes", so that it matches previous behavior.
|
|
13044 | Bugs | Operating System/Drivers | Very Low | HOLD Switch Does Not Work | 2015-05-04 | Riku Kawai | 2015-07-17 | |
Task Description
On my iPod Classic (160GB), the hold switch is not being detected anymore by Rockbox. Switching the hold switch does cause the buttons to stop responding and vice versa, but Rockbox is unaware of this event and continues to act as if it didn't happen. My backlight won't turn off when I switch hold like it's supposed to, and I can't exit plugins that have a hold switch activated menu like RockBoy.
I am using build c3c2c91, I just updated today. This bug has been present since as early as January, and I am aware that a task already exists for it, but it's buried deep because the poster marked it as Low severity.
|
|
13050 | Bugs | Battery/Charging | Very Low | clip+ freezes when charging from PC with SD mounted | 2015-06-19 | Fernando Torres | 2015-06-19 | |
Task Description
First, thanks for existing …
I just bought a 8GB Sansa Clip+ and had issues when trying to listen 24 bit Flacs, which was instantly solved using RockBox. Well, the issue I’d like to report is that it freezes when I plug it into my Mac while having the SD card on it; to avoid this I have to remove the SD card, but this is kind of unconfortable.
Any advise?
Thanks in advance
|
|
13049 | Bugs | Music playback | Very Low | Can't open m4b file | 2015-06-12 | Roman Artyuhin | 2015-06-15 | |
Task Description
The following link to example.m4b file which I can’t open in latest rockbox build (4c4c645) on my sansa clip+ and sansa clip zip: https://cloud.mail.ru/public/KeHt/tmu5sr9YR
I can open it on my computer without any issues.
|
|
13040 | Patches | Playlists | Very Low | Playlist becomes one item shorter when shuffled | 2015-03-21 | Thomas White | 2015-05-30 | 2 |
Task Description
I noticed that the playlist seems to become one item shorter when I shuffle it, using the latest Git master branch (commit 70d57080) on a Sansa Clip+.
Steps to reproduce: 1. Clear the playlist by pressing Stop (power button) 2. Add a small number of tracks to the playlist 3. Shuffle the playlist (playlist view, menu, Shuffle) 4. Observe that playlist is one item shorter than before
I tracked the reason for this down, and attach a patch. This isn't a "proper" fix, and is a bit hacky, but it does illustrate what causes the problem.
|
|
13036 | Bugs | User Interface | Very Low | Deleting a file and rewinding (without stopping replay)... | 2015-03-07 | Stefan Sitter | 2015-03-16 | |
Task Description
Rockbox version 3.13 Wenn I delete a file being played, it continues to play (which is OK for me). But when I rewind in this file while playing, Rockbox hangs and does not respond to any key presses. The screen light stays on. I have to press the hard reset or wait until the battery is empty.
This also sometimes happens when I press fastforward, but it always happens when pressing rewind.
Desired behavior: - Preferred: permit rewinding/fastforwarding (and really delete the file only after stopping the replay) - ignore rewind/fast forward; alternatively - skip to the next file immediately after deleting.
Thanks for reading, and please contact me if you cannot reproduce this! I have a Iriver H140 and I must say that all my recordings are in wavpack (recordings made using SPDIF-IN), so I do not know whether this also happens with other file formats and with other players.
-Stefan
|
|
13038 | Bugs | Manual | Very Low | playlist viewer settings not present where described in... | 2015-03-16 | Björn Kautler | 2015-03-16 | |
Task Description
The manual says in page 31 chapter 4.3.3. that you can get to the Playlist Viewer Settings from the Playlist Viewer Menu (which should probably be named Playlist Viewer Context Menu), but there is no such entry on the actual player. Just via the settings menu from the main menu.
|
|
12759 | Bugs | Themes | Very Low | Various RDS issues (Clip Zip, YP-R0) | 2012-09-30 | Ludovic Jacques | 2015-02-25 | 1 |
Task Description
I noticed various RDS-related issues on my Clip Zip and Samsung R0
1) Sansa Clip Zip With the latest builds (for example version 341e2c4-120929) I noticed the RDS text just behaves crazy, like blinking for no reason and displaying strange characters. Besides, the RDS name won't display most of time or at least needs much time to display. When reverting back to an older build (0c4bd3a-120406 for example), the RDS name displays quickly and for all stations now and the RDS text is just displaying and scrolling normally. Tested and noticed with my theme lebellium Samsung -like: http://themes.rockbox.org/index.php?themeid=1681 and with the various DFKT Minimum Zip themes (this one for example: http://themes.rockbox.org/index.php?themeid=1539 ) screenshots of the issue: http://imageshack.us/a/img855/8724/dump120926124155.png http://imageshack.us/a/img837/2154/dump120926124439.png
2) Samsung YP-R0 In addition to the RDS issues reported for the Zip above that also exist on the R0, it seems that the RDS text makes the device crash after a few seconds or minutes with my theme lebellium Samsung-like (version 1.60 beta to download in attachment). I found 2 unsatisfying ways to bypass this annoying crash: -Remove the %s scrolling tag for the RDS text, that is to say replace "%s%ac%tz" by "%ac%tz". But that's not a good solution since then the RDS text is cut off. The %tz tag only makes sense when associated with a %s tag and all other themes supporting RDS use it and work well that way. -Replace the RDS text font (currently 20-DroidSans-Bold.fnt) by another font from the Rockbox Font Pack. As I want a nice anti-aliased font, the only acceptable alternative I found is the Ubuntu Bold font. But this font makes the device crash too…
So I just hope there is a bug somewhere that can be fixed?
|
|
13027 | Bugs | Battery/Charging | Very Low | fm radio bug and beeping bug when it's off | 2015-02-07 | Curtis Hatch | 2015-02-07 | |
Task Description
when i pressed the fm radio it’s. but when i press off it sounds like it’s still on and beeping. i’ve got all the settings of for beeping and it’s still on the fm radion i mean. this weird bug i know. please do fix this bug thanks
|
|
13020 | Bugs | Music playback | Very Low | Hissing/Static on Sansa Fuze+ | 2014-12-21 | Ajay D Cruz | 2015-01-15 | |
Task Description
I have Rockbox (Development version Revision 9a5f7ce). Rockbox music playback was crystal clear, however after few days of use, a constant static background hiss/static noise can be heard.
|
|
13022 | Bugs | User Interface | Very Low | Replaygain display error in WPS in Musepack files when ... | 2015-01-04 | Abel | 2015-01-04 | 2 |
Task Description
I use the attached custom WPS that displays the active Replaygain value and type next to the track number.
When playing mpc files created by foobar2000 with the tracknumber/totaltracks tag format, if the track# is 10 or higher and the applied gain negative (as in the attached mpc), mangled characters are displayed between the gain value and type, eg:
10/12 -2.00 dB *gibberish* (Album)
This is reproducible with the latest simulator build d0fffd6-150104 but I only recently noticed the issue and don't know when it began. I have an old sim build 935d8be-121229 and it works correctly there.
|
|
13019 | Bugs | Database | Very Low | Problems with changing the case of filenames | 2014-12-18 | Wesley Burchell | 2014-12-20 | |
Task Description
I was recently renaming some of the music files on my Sansa Clip+ MP3 player using my computer. Some of the renames were as simple as changing the case of some of the letters in the filename, from uppercase to lowercase. After I disconnected my device, I noticed that there were duplicates of certain entries in the database. Upon further investigation, I realized that all of the entries that were duplicated were the files that the names of which I had renamed by changing the case of the letters. After I discovered this, I tried to rename a file in this manner using the device. When I tried to save the file with the new name, the screen showed a box that read “Rename Failed.” Apparently, at least for Sansa Clip+, RockBox has a problem with renaming files by changing the case of the letters. Let me know if any other RockBox devices have this problem as well.
|
|
13011 | Bugs | Music playback | Very Low | MPIO HD300 volume keys locked after a Hold ON - Hold OF... | 2014-11-02 | sandor | 2014-11-02 | |
Task Description
Hi.
I noted a strange bug on mpio hd300 player. 2/3 of the times ,when i lock the player with HOLD ON button, and return to HOLD OFF, the volume keys do not work anymore,however, the others keys works OK (menu, FF,REW,PLAY and REC). only after a reset, these keys (volume) works again.
The release of RB is 3.13
I try other releases, from 3.11 to 3.12, and the problem is the same.
thanks
|
|
13007 | Patches | FM Tuner | Very Low | FM Region "Other": Enable full frequency range. | 2014-09-29 | Oid Maps | 2014-10-02 | 1 |
Task Description
This patch changes the frequency range when selecting "Region: Other" for the FM radio:
With this patch, the "full range" from 76 MHz to 108 MHz, in 0.05 MHz steps, is available when selecting the "Other" region.
|