21
Rockbox Utility / Re: Question about EQ on iPod Classic 5.5 Video - Dev build.
« Last post by brushwolf on September 29, 2024, 11:44:36 AM »Thank you so much for your help, I managed to do it. Another question, I have songs in 16/44 ALAC, with EQ my 5.5 iPos Video is still a little slow to navigate while a song is playing. Is this normal? The songs are about 890-1000kbps. Should I swtich to AIFF for easier playback or are there any options I can tweak?
22
Rockbox Utility / Re: Question about EQ on iPod Classic 5.5 Video - Dev build.
« Last post by rockbox_dev123 on September 29, 2024, 10:07:22 AM »https://imgur.com/a/U75Z91R
Oh thank you, that's what I need. But I can't find that folder, where do we put the EQ files and in which format?
Create the folder if it doesn't exist. Save the files with the .cfg extension. I gave an example of the format above.
23
Rockbox Utility / Re: Question about EQ on iPod Classic 5.5 Video - Dev build.
« Last post by brushwolf on September 29, 2024, 09:59:46 AM »https://imgur.com/a/U75Z91R
Oh thank you, that's what I need. But I can't find that folder, where do we put the EQ files and in which format?
Oh thank you, that's what I need. But I can't find that folder, where do we put the EQ files and in which format?
24
Rockbox Utility / Re: Question about EQ on iPod Classic 5.5 Video - Dev build.
« Last post by rockbox_dev123 on September 29, 2024, 09:48:59 AM »You can create or modify the equalizer presets in the .rockbox/eqs folder with the text editor of your choice.
I did this recently to port an EQ I was testing to rockbox:
Rockbox:
Qudelix:
I did this recently to port an EQ I was testing to rockbox:
Rockbox:
Code: [Select]
eq enabled: on
eq precut: 66
eq low shelf filter: 105, 7, 90
eq peak filter 1: 8983, 26, 44
eq peak filter 2: 54, 4, -54
eq peak filter 3: 1148, 23, -15
eq peak filter 4: 491, 12, 6
eq peak filter 6: 7451, 39, 20
eq peak filter 7: 4502, 60, -17
eq peak filter 8: 1937, 39, 9
eq high shelf filter: 10000, 7, -39
Qudelix:
Code: [Select]
CH: 0
TYPE: PEQ
Preamp: -6.6 dB
Xfeed: 1 0
Filter 1: ON LS Fc 105 Hz Gain 9.0 dB Q 0.700
Filter 2: ON PK Fc 8983 Hz Gain 4.4 dB Q 2.630
Filter 3: ON PK Fc 54 Hz Gain -5.4 dB Q 0.480
Filter 4: ON PK Fc 1148 Hz Gain -1.5 dB Q 2.380
Filter 5: ON PK Fc 491 Hz Gain 0.6 dB Q 1.230
Filter 6: ON HS Fc 10000 Hz Gain -3.9 dB Q 0.700
Filter 7: ON PK Fc 7451 Hz Gain 2.0 dB Q 3.910
Filter 8: ON PK Fc 4502 Hz Gain -1.7 dB Q 6.000
Filter 9: ON PK Fc 1937 Hz Gain 0.9 dB Q 3.930
Filter 10: ON PK Fc 5639 Hz Gain -0.9 dB Q 6.000
Filter 11: OFF PK Fc 0 Hz Gain 0.0 dB Q 0.000
Filter 12: OFF PK Fc 0 Hz Gain 0.0 dB Q 0.000
Filter 13: OFF PK Fc 0 Hz Gain 0.0 dB Q 0.000
Filter 14: OFF PK Fc 0 Hz Gain 0.0 dB Q 0.000
Filter 15: OFF PK Fc 0 Hz Gain 0.0 dB Q 0.000
Filter 16: OFF PK Fc 0 Hz Gain 0.0 dB Q 0.000
Filter 17: OFF PK Fc 0 Hz Gain 0.0 dB Q 0.000
Filter 18: OFF PK Fc 0 Hz Gain 0.0 dB Q 0.000
Filter 19: OFF PK Fc 0 Hz Gain 0.0 dB Q 0.000
Filter 20: OFF PK Fc 0 Hz Gain 0.0 dB Q 0.000
25
Rockbox Utility / Question about EQ on iPod Classic 5.5 Video - Dev build.
« Last post by brushwolf on September 29, 2024, 09:45:13 AM »Hello, all. I wanted to ask if there is a streamlined way to transfer our EQ .txt files to the iPod, or if we can dial in exact numbers with point decimals in between 0 and 5 values on the parametric EQ. From what I gather, we can't dial in the exact numbers or use our own presets.
Appreciate all the help, thank you.
Appreciate all the help, thank you.
26
Theming and Appearance Customization / Re: Bones Theme
« Last post by rockbox_dev123 on September 29, 2024, 09:28:05 AM »Heyo! While I was using this I got really bothered that I can't see the battery level from the while playing screen so I tucked it in there. Loved how it looked on the hold screen so I just placed the percentage across from the track number on top.Code: [Select]#__Battery %
[/code]
%Vl(mainDisplay,250,40,40,14,2)
%ar%bl%%
I gave this a go but unfortunately the y coordinate of 40 conflicts with the Shuffle indicator which is also at y position 40.
I hacked together a quick battery percentage indicator (without using the bar as I couldn't get the scaling right).
If you want to use it:
Rename the attached "bb2.bmp.txt" to "bb2.bmp" and put it in .rockbox/wps/BONES/.
Add the following lines to the Main Display section wps file:
Code: [Select]
#__Battery Bar
%Vl(mainDisplay,240,21,75,11,-)
%xd(BB2)
#
#__Battery %
%Vl(mainDisplay,260,20,30,14,2)
%ar%bl%%
#
Finally, add a preload for the image file:
Code: [Select]
#__Preload Images
%xl(BB2,bb2.bmp,0,0)
27
Feature Ideas / Lyrics and album art
« Last post by matatu on September 29, 2024, 06:45:44 AM »I think it's a good idea to look at the lyrics during playback, which fall back on enbedded lyrics in mp3, ogg, flac, m4a etc..
It's also a good idea for pictureflow to use the album art enbedded in mp3, ogg, flac, m4a etc.
It's also a good idea for pictureflow to use the album art enbedded in mp3, ogg, flac, m4a etc.
28
Rockbox Utility / Re: Tried to install Rockbox on my iPod 6th gen, didn't find rockbox.ipod
« Last post by NoahTCurtis on September 29, 2024, 03:51:57 AM »What version of iTunes are you using? I've tried four different ones and Apple Devices. I've gotten different errors every time.
29
Rockbox Utility / Re: iPod Classic 120 GB partition not found
« Last post by NoahTCurtis on September 29, 2024, 03:34:10 AM »Same problem here! I can't restore it in itunes and try again either because apple software no longer recognizes it.
30
Repairing and Upgrading Rockbox Capable Players / Re: What are the alternatives to iFlash for an iPod Classic?
« Last post by speachy on September 28, 2024, 08:56:30 PM »I'm getting real tired of the issues that come with Rockbox and iFlash. Going back to the OG firmware isn't an option: iTunes won't even recognise my iPod anymore.
if iTunes won't recognize the device then your problrms have nothing to do with Rockbox.