Support and General Use > Theming and Appearance Customization

new theme (kinda): retroTape

<< < (16/20) > >>

cereal_killer:
Oops, sorry people, my fault.

Should have been more patient. After waiting until the disk finished to spin and of course after a reboot all album arts were shown perfectly in the menus and in the wps as well.

The clipped menus (e.g. viewing current playlist) when loading a new album art is still present, but scrolling up or down some lines makes all lines reach to the album art again. No big issue for me.

In contrast to when starting my player, the responsiveness is fine after some short time.

I pretty much like the idea of displaying three alternating views of the album art in the same area. (Doesn't the iPod classics OF behave like that, but the album arts are kind of floating?) Would definitely look nice.

Anyway, great theme.

Thank you audio-i.

Greetings,

c_k.

audio-i:

--- Quote from: cereal_killer on February 16, 2011, 12:51:25 PM ---Should have been more patient. After waiting until the disk finished to spin and of course after a reboot all album arts were shown perfectly in the menus and in the wps as well.

--- End quote ---
I asked if you had rebooted because I've seen some album art odd behavior when switching themes (sometimes AA seems to be not recognized after one or more themes selected)


--- Quote from: cereal_killer on February 16, 2011, 12:51:25 PM ---I pretty much like the idea of displaying three alternating views of the album art in the same area. (Doesn't the iPod classics OF behave like that, but the album arts are kind of floating?) Would definitely look nice.

--- End quote ---
Right, on the ipod classic it seems to float. If it's ever possible to alternate the three views from AA, I will surely include it ;)


--- Quote from: cereal_killer on February 15, 2011, 02:47:10 PM ---I personally like the black background more the the blue one in the "inlay", but I think I just use the backdrop from your beta release and change the colour of the bar manually.

--- End quote ---
Both the former image and the new one resulted from scanning an old cassette inlay card I found somewhere, which I thought would be nicer than just making a new and "perfectly looking" one   :)
Perhaps you're better off taking the current pertinent images (retroTape_bd.bmp and bd_b.bmp) and converting them to grayscale (the result should be very similar) with something like IrfanView etc. since some additional things changed besides the colour.

Edit: I made the modification myself, you can find it here http://www.datafilehost.com/download-413be7a7.html

cereal_killer:
Hey audio-i,

thank you for the mod and uploading it. The scanned inlay looks perfect as it is. That really gives me the old school cassette inlay feeling.

I tried changing the theme and then change back to retroTape, but the album art showed up immediately. I can't tell, why this wasn't the case when first using your theme.

Keep up your great work,

c_k.

hobb0001:
FYI, the counter runs out of space when a podcast or audiobook track runs longer than 60 minutes. The counter tries to display, say, "1:03:42" but doesn't have enough horizontal pixels to display it. Maybe the counter could drop the seconds after the time exceeds an hour?

It's a minor issue, but I thought you'd like to know.

audio-i:
Well, it's just that it wasn't designed to support playing times over 59min 59sec, mainly because I didn't find a nice way to make it work. Yotto had the idea of adding "extra counters", but I thought it wasn't worth changing the counter and making it wider, with two additional spaces that wouldn't look "natural", and that would be empty most of the time, except in the (occasional?) cases when playing time is an hour or more.

I very much like your idea of hiding the seconds when the current time is over 59min 59sec. It would be much easier if we had, besides a "total current time" tag, something like separate tags for "current track hour", "current track minutes" and "current track seconds". But anyway, I thought that since we now have %if conditionals, I could define a viewport for elapsed times below 60min (as it is now), and a viewport that would be left aligned and shorter to display elapsed times over an hour, so that the seconds would be trimmed (not shown); but I couldn't make it work. I couldn't find how to define the comparison value... perhaps someone knows how to?

I tried:

%?if(%pc, <, 60)<%Vd(nt)|%Vd(et)>
%?if(%pc, <, 60:00)<%Vd(nt)|%Vd(et)>
%?if(%pc, <, 0:60:00)<%Vd(nt)|%Vd(et)>
%?if(%pc, <, 1:00:00)<%Vd(nt)|%Vd(et)>
%?if(%pc, <, 3600)<%Vd(nt)|%Vd(et)>

(nt is the "normal time" viewport, et is the "extra time" viewport)

Edit: it seems %pc is a string so it wouldn't work like this... JdGordon provided a very fast http://pastebin.com/N4774ymg (see also FS#12005 )

Edit 2: I also tried %pS(3600)<%Vd(nt)|%Vd(et)> without luck, it returns false after about 5min 20sec

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version