41
Starting Development and Compiling / Re: Sansa E200V2 Bootloader is broken in master
« Last post by bahus on September 27, 2024, 12:50:03 PM »re unstable sd card try boosting dcdc voltages or force into non HS mode in the sd driver
It's been long time but JFYI. Changing voltage and forcing non HS mode didn't help. What helped - unboosting cpu. Finally found the culprit. Not sure why but with boosted CPU sd writes are pretty fast fail on my e200v2 (only writes, reads are fine - often fails even on bookmark creation). And after cpu_boost(false) gigs are written without any errors.
It's not something sd card specific - I tried two different brands (samsung and sandisk).
42
Theming and Appearance Customization / Re: Bones Theme
« Last post by rockbox_dev123 on September 27, 2024, 12:42:35 PM »Now playing screen doesn't display the seconds correctly.
They are being cut of in the middle.
Surfans f20/AIGO EROS Q / K.
Edit the WPS file and change the following:
Code: [Select]
#__Time Elapsed
%Vl(mainDisplay,30,190,40,15,2)
%al%pc
#
#__Time Total
%Vl(mainDisplay,-70,190,40,15,2)
%ar%pt
See here https://download.rockbox.org/daily/manual/rockbox-ipod6g/rockbox-uildap4.html#x24-459000D.4 to understand what to change. Ultimately I believe the width value of 40 needs to be increased to 50 for both. I've set it to 50 and it works for me with an audiobook that's more than 1hr long (so displays like 00:00:00).
The problem with doing this is it messes up the alignment of the total track time. To fix this you need to change the y value of the Time Total text from -70 to -80.
That works perfectly for me. e.g. the changes are:
Code: [Select]
#__Time Elapsed
%Vl(mainDisplay,30,190,50,15,2)
%al%pc
#
#__Time Total
%Vl(mainDisplay,-80,190,50,15,2)
%ar%pt
#
43
Theming and Appearance Customization / Re: Bones Theme
« Last post by helpful_liking on September 27, 2024, 09:41:57 AM »Now playing screen doesn't display the seconds correctly.
They are being cut of in the middle.
Surfans f20/AIGO EROS Q / K.
They are being cut of in the middle.
Surfans f20/AIGO EROS Q / K.
44
Audio Playback, Database and Playlists / Re: sansa clip zip and 128GB micro sdxc
« Last post by spider_allen on September 26, 2024, 11:19:49 PM »okay! the solution was, as i've often seen, to use the daily build. done and done. thanks for the help on IRC, everyone
45
Audio Playback, Database and Playlists / sansa clip zip and 128GB micro sdxc
« Last post by spider_allen on September 26, 2024, 10:17:54 PM »my clip zip can't seem to find my 128GB micro sdxc expansion card. i jumped through the hoops to get it formatted to FAT32, still nothing. sometimes the database would say it found my 930 files, but wouldn't go past that step. what am i missing?
46
Audio Playback, Database and Playlists / Re: Playing and browsing from the file browser has become sluggish on Clip+
« Last post by Carlo on September 26, 2024, 08:01:08 PM »I've tried the latest rockbox build roughly every month, but the slowdowns - and a few complete hangs (without any "data abort.." error message) - on my daily Clip+ were never truly resolved, so I'm sticking with a version that's stable for me from early january 2023.
Edit: I've just remembered that newer builds routinely crash when updating or recreating the database from scratch on my Clip+. I'm sorry to say that I've given up on updating, the old build I'm using works flawlessly for me and I'm going to stick with it.
Edit: I've just remembered that newer builds routinely crash when updating or recreating the database from scratch on my Clip+. I'm sorry to say that I've given up on updating, the old build I'm using works flawlessly for me and I'm going to stick with it.
47
Theming and Appearance Customization / Re: Ability to use album covers in lists
« Last post by nezzled on September 26, 2024, 02:04:53 AM »Would something like the PictureFlow plug-in be helpful for you?
It is not really a list and not part of themes but it has a strong focus on album covers.
PictureFlow is a bit challenging to use (at least for me) in comparison to the normal lists. I also like the way they look a bit more.
48
Theming and Appearance Customization / Re: Ability to use album covers in lists
« Last post by Frankenpod on September 25, 2024, 11:09:51 AM »My opinion isn't worth much as I'm not capable of adding such things myself, but seems to me it might be better to come at it from the other end - that is, gradually expanding the functionality of the pictureflow plug-in, rather than adding art to the database browser.
If one could add more options to pictureflow, to, for example, allow you to view covers as flat thumbnails (sliding sideways) as well as the forced-perspective rotating view that it currently uses, or to view them as a vertically-scrollable list accompanied by the album name, one could, maybe, gradually subsume many of the functions of the database view into pictureflow?
If one could add more options to pictureflow, to, for example, allow you to view covers as flat thumbnails (sliding sideways) as well as the forced-perspective rotating view that it currently uses, or to view them as a vertically-scrollable list accompanied by the album name, one could, maybe, gradually subsume many of the functions of the database view into pictureflow?
49
Theming and Appearance Customization / Re: Ability to use album covers in lists
« Last post by Dook on September 25, 2024, 10:12:13 AM »Ideally, I would like to add album cover support to the database browser when looking at album lists. I haven't familiarised myself with the code around album art or getting data from the database, so I can't say how possible it is.
There's an old, unfinished PR of a revamped album art system that was intended to have support for showing the next/previous song's album art. It would be nice to see this merged, but it probably has some work left to do on it.
https://gerrit.rockbox.org/r/c/rockbox/+/839
There's an old, unfinished PR of a revamped album art system that was intended to have support for showing the next/previous song's album art. It would be nice to see this merged, but it probably has some work left to do on it.
https://gerrit.rockbox.org/r/c/rockbox/+/839
50
Theming and Appearance Customization / Re: Ability to use album covers in lists
« Last post by 7o9 on September 25, 2024, 02:23:08 AM »Would something like the PictureFlow plug-in be helpful for you?
It is not really a list and not part of themes but it has a strong focus on album covers.
It is not really a list and not part of themes but it has a strong focus on album covers.