Support and General Use > Theming and Appearance Customization
newbie working on a new theme for the gigabeat f
Hweb21:
http://www.rockbox.org/twiki/bin/view/Main/AlbumArt
if you need help with the code just paste it, tell me where you want it and how big you want it and i will write the code.
sevenwords:
--- Quote from: HWEB21 on March 20, 2007, 11:23:25 PM ---http://www.rockbox.org/twiki/bin/view/Main/AlbumArt
if you need help with the code just paste it, tell me where you want it and how big you want it and i will write the code.
--- End quote ---
Well isn't the standard now 100x100 since the resize doesn't work? Â I'm thinking about moving everything below "Now Playing:" down more and putting the album art centered in the middle under "Now Playing". Â But I'm also open to have the album art in the same position but left alinged with the artist & track info next to it. Â Here's the code.
--- Code: ---%wd
%X|bg.bmp|
%al%bl%% power%ar%ca, b d l:MPc
%al Track %pp of %pe
%acNow Playing:
%s%ac%?ia
%s%ac%?id (%?iy)
%s%ac%?it
%ac%fb kbps %fc
%pb|10|10|230|
%al%pc%ac%pt%ar%pr
%ac%?mp
%acNext Track:
%s%ac%?Ia
%s%ac%?Id (%?Iy)
%s%ac%?It
%al %?mm%ar%?ps
--- End code ---
For some reason it's not allowing me to add the last line of code.
Job Van Dam:
Holy crap I'm so gonna teef that backdrop.
I guess I'm part of the minority but I don't like knowing the next song and I don't like album art.
Still for your first theme that's really good. 4/5 stars.
Nate!:
sevenwords:
Firstly, %mm will only show the letter m. I think the tag you want to use is: %?mm
Example here: http://www.rockbox.org/twiki/bin/view/Main/CustomWPS#Repeat_mode
This will show the words corresponding to the Repeat mode you have set.
You can also load small bmp images in place of the words. Replace the word 'OFF' above with %xd(a-zA-Z) where (a-zA-Z) = the letter used in the corresponding %xl tag. (Hope that made sense.) ???
Looking here gives you an example of exactly what you are trying to do except with images: http://www.rockbox.org/twiki/bin/view/Main/CustomWPS#Using_images
Unless you intend on having a space in front of the Repeat Mode display you should use: %al%?mm
Lastly, try deleting a few of the lines above the %al%?mm tag. It may be displaying, just far below the dimensions of your display.
Hope that helps.
sevenwords:
--- Quote from: Nate! on March 21, 2007, 07:48:33 PM ---sevenwords:
Firstly, %mm will only show the letter m. Â I think the tag you want to use is: %?mm
Example here: http://www.rockbox.org/twiki/bin/view/Main/CustomWPS#Repeat_mode
This will show the words corresponding to the Repeat mode you have set.
You can also load small bmp images in place of the words. Â Replace the word 'OFF' above with %xd(a-zA-Z) Â where (a-zA-Z) = the letter used in the corresponding %xl tag. Â (Hope that made sense.) Â ???
Looking here gives you an example of exactly what you are trying to do except with images: http://www.rockbox.org/twiki/bin/view/Main/CustomWPS#Using_images
Unless you intend on having a space in front of the Repeat Mode display you should use: %al%?mm
Lastly, try deleting a few of the lines above the %al%?mm tag. Â It may be displaying, just far below the dimensions of your display.
Hope that helps.
--- End quote ---
Nate,
thanks for the image tags, as far as the mm tag, I know about that, I mentioned that the code box for some reason on the BB messed up the code for the last line for some reason. I have no clue as to why but I tried editing my post about 5 times and it would still display what you see for some reason.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version