Recommended Posts

First, thanks for the new release which is really incredible.

I also do not have buttons on the mini player mode on Vista 64, and also the button allowing to hide the scrollbar, add folders... on the normal player. Those buttons works but do not display, which are pretty annoying.

gently-cz

I'll help U with the code but first specify where exactly U want the ratings stars to appear. U could also post the code here

(only fragment that displays rating stars). Or U could think by Urself and write the code. So here's a little tip for U:

try to use $calcwidht() and $calcheight() functions. If U fail post reply. I'll try to write some code for U...

larryTM

RMB at Library Filter and Settings -> Display formats -> artist. Find this part of code:

$if($fileexists($getpvar(MyArtistPath)),
		$imageabs2($ifequal($getpvar(ArtistScale),1,71,95),71,,,,,5,5,$getpvar(MyArtistPath),NOKEEPASPECT)
	,
		$imageabs2($ifequal($getpvar(ArtistScale),1,71,95),71,,,,,5,5,images\fooAVA\LF\noartist.png,NOKEEPASPECT)
	)

and change two values 95 (width) and 71 (height, second appearence of this number in code) accordingly to Ur needs

larryTM

RMB at Library Filter and Settings -> Display formats -> artist. Find this part of code:

$if($fileexists($getpvar(MyArtistPath)),
		$imageabs2($ifequal($getpvar(ArtistScale),1,71,95),71,,,,,5,5,$getpvar(MyArtistPath),NOKEEPASPECT)
	,
		$imageabs2($ifequal($getpvar(ArtistScale),1,71,95),71,,,,,5,5,images\fooAVA\LF\noartist.png,NOKEEPASPECT)
	)

and change two values 95 (width) and 71 (height, second appearence of this number in code) accordingly to Ur needs

Thank you dyniaq for your answer.

I tried this (I want 102x85) but nothing changed :

$if($fileexists($getpvar(MyArtistPath)),
		$imageabs2($ifequal($getpvar(ArtistScale),1,85,102),71,,,,,5,5,$getpvar(MyArtistPath),NOKEEPASPECT)
	,
		$imageabs2($ifequal($getpvar(ArtistScale),1,71,95),71,,,,,5,5,images\fooAVA\LF\noartist.png,NOKEEPASPECT)
	)

The "noartist.png" image you can see under mine is 71x95, as we can see in this code. Is it right ?

I scaled mine to 71x95 and it doesn't match.

Wher have I done something wrong ?

post-246257-1201294372.png

Edited by larryTM

I thought my clues was quite clear but... Here's the code:

$if($fileexists($getpvar(MyArtistPath)),
		$imageabs2($ifequal($getpvar(ArtistScale),1,85,102),85,,,,,5,5,$getpvar(MyArtistPath),NOKEEPASPECT)
	,
		$imageabs2($ifequal($getpvar(ArtistScale),1,85,102),85,,,,,5,5,images\fooAVA\LF\noartist.png,NOKEEPASPECT)
	)

Hey guys. Love the skin and great work as usual. I am having a couple problems though.

I cannot for the life of my figure out how to get rid of the scroll bar?

Also, The lyrics will not show up by themselves. Is it because I have more then one lyric component?

I usually have to do a online search for it then download and save it then it will work.

Anyway for it to fetch lyrics by itself?

gently-cz

I'll help U with the code but first specify where exactly U want the ratings stars to appear. U could also post the code here

(only fragment that displays rating stars). Or U could think by Urself and write the code. So here's a little tip for U:

try to use $calcwidht() and $calcheight() functions. If U fail post reply. I'll try to write some code for U...

I tried what you suggested, but got lost on the way.

I want the rating just where it is in the screenshot. now its made with abs position, so when i resize it it moves somewhere else and is not centered like the others

here is the part from config with rating. I managed these abs values, but Im really lost with the relative.

Really thanks a lot for your help Dyniaq

/Rating

$imageabs2(57,13,0,0,0,0,$sub(%_width%,280),640,images\fooAVA\rating_stars24\$if(%rating%,$ifgreater(%rating%,5,5,%rating%),0)s1.png,)

$imagebutton($sub(%_width%,279),640,images\fooAVA\rating_stars24\sblank.png,images\fooAVA\rating_stars24\$ifgreater(%rating%,0,0s_h.png,1s_h.png),$ifequal(%rating%,1,TAG:SET:rating:0,TAG:SET:rating:1),TOOLTIP,****)

$imagebutton($sub(%_width%,268),640,images\fooAVA\rating_stars24\sblank.png,images\fooAVA\rating_stars24\$ifgreater(%rating%,1,0s_h.png,1s_h.png),TAG:SET:rating:2,TOOLTIP,Not bad)

$imagebutton($sub(%_width%,257),640,images\fooAVA\rating_stars24\sblank.png,images\fooAVA\rating_stars24\$ifgreater(%rating%,2,0s_h.png,1s_h.png),TAG:SET:rating:3,TOOLTIP,Good)

$imagebutton($sub(%_width%,246),640,images\fooAVA\rating_stars24\sblank.png,images\fooAVA\rating_stars24\$ifgreater(%rating%,3,0s_h.png,1s_h.png),TAG:SET:rating:4,TOOLTIP,Very good)

$imagebutton($sub(%_width%,235),640,images\fooAVA\rating_stars24\sblank.png,images\fooAVA\rating_stars24\$ifgreater(%rating%,4,0s_h.png,1s_h.png),TAG:SET:rating:5,TOOLTIP,Mega hit)

)

thank you dawxxx for finally trying out foobar, bets skin i've seen

Fisrt, i just started to use foo, there isn't much i like to change about fooava, it's about perfect for my needs

Question i want to ask, when i'm playing various albums, i would like to see the artists in my titleformat - playlist view (library view)

My guess is that now i have something like %tracknumber%. %title% %playcount%

How can i change that to %tracknumber% %artist% - %title% %playcount% ?

For all albums, not just various

thx

OK, first of all..dawxxx666...BIG THNX for this wonderful work and most complete "Finish" for Foobar.

I never used Foobar before but this day i see your work and now it is my First Player. Thanks Thanks

and big respect to you.

Other thing, my english is not the best :( and i test all what i found in Preferences but i can't see a Cover/Albumart for my Songs

and i can't found a Option for Search automatically Cover" or other?!?

Example, in CDA CD Art Display is a Button (Search Cover) and a Folder for that.

In your Config i miss this.

Is there a Trick to add Covers? Must i add Covers manuell per Hand?

Please help me.

Best thanks and have a nice Day @all.

Okay I'm trying this kind of customized foobar for the first time and so far I'm liking it quite a lot. But for me there's a little problem and that is the fonts that I can use don't show korean letters. So I'm asking is there anyway for me to change to a font that does or do I need to change back to my original foobar config?

actually forget that, should have searched first..

Edited by Amoz

Hi, very good work! I love it!

For those who have the problem of no buttons in vista 64 there are some parts of the code to change :

First of all, go to the mini player mode, right-click>settings.

Then, you will be able to change some things in the wonderful work of dawxxx666

Find the part called :

/////////////////////////////////////////////////////

// PerTrack

$ifequal($getpvar(MiniMode),1,

$puts(bordx,48)

$puts(bordy,5)

$puts(lgcover,101)

$puts(xoffset,110)

Then, you will see some lines with links to pictures like that :

$imageabs2(0,0,0,0,0,0,0,0,\images\fooAVA\mini\pause+2.png,alpha-255),

you will recognize them with the term "mini" in the adress

The only thing to do is to delete the "\" in the adress.

Buttons will appear!

That's all!

PS : excuse my english cause I'm french

Thanks for your tip Danxter, it worked great, I did that every single time I saw /images, since I had no buttons on mini mode but also I had not the buttons like the one allowing to reduce the scroll bar.

For my part, the settings remain correct even if I close foobar.

So once again, thanks, now it is really perfect.

First would like to say awesome skin been using it for quite some time now.

But there is one problem i don't like about the new skin is the way the play list is sorted for some reason all my mixed cds like Ministry of Sound cds are all over the place like so in the picture below.

Click here for image

How can i get it back to how it use to be or even get all my mixed artist cds to work with this new playlist view.

any help would be awesome.

So, it's good I had just to launch the soft in "admin mode". All is good now :)

Except one point : when I launch Foobar2000 into miniplayer mode, the button is the pause one and when I click it, it doesn't launch play. In the same idea, when it's playing the displayed button is the play one and when it's paused, the pause one is displayed.

It would me more logical that when it's playing, we click the pause button to pause.

But there is one problem i don't like about the new skin is the way the play list is sorted for some reason all my mixed cds like Ministry of Sound cds are all over the place like so in the picture below.

You need to add Album Artist to tags. For example for the ministry of sound albums, Album Artist could be "Ministry of Sound".

footd1.jpg

The cut off text makes me a sad panda.. It would be cool if next version you could have text scroll if it exceeds the boundary

Edit: Posted wrong picture

That's not really a good idea, cause it will have to check & update & draw title,album,etc every second. and it may not possible to code it to make it act as button like now (click at album will search the same album,ETC) with scroll text.

My suggest is, to reduce text size to fit the line depend on how long the text is. and if it too long, cut it too made it shorter and add a ... or something else behind it and add a padding to not make the text go hit the border. (this apply to button like the artist name) Which I have modded my FooAVA 1.03 (yes.. the old version) to do this and added ability to have my album&artist name act as a button like in 1.04 with scaleable text size depend on how long it is too. (and another thing like ability to show back cover,track number color change depend on play count, ETC and tweak to made it faster & suit my need.)

29458410op0.png

Notice the smaller title text size?

But with a very long name and use a small text size, it may look a bit unbalanced and a bit ugly. But i like it better than to have it cut too short. but of course you can choose minimum text size and how long it will cut.

Edited by BKT
What do U mean? It works fine with me, when i.e. song at first position in playlist is playing and I sroll down to the last one

and then click Show Now Playing fb2k highlight the first one and sroll all playlist to show highlighted song. If this feature doesn't work with Ur fb2k

the reason could be wrong version on some component, probably panelsUI as some ver. could've some bugs with Show Now Playing feature.

iAVA was only a project, maybe abandoned already, need to ask Dawid, which meant to be a light and low resources consuming version.

fooAVA 1.04 is completely different in assumption - it's a little "show off" version which doesn't give a crap about resources. It meant to be nice

and highly functional and user friendly. So... fooAVA 1.04 is NOT compatible with iAVA

It took me some time to answer 'cauz I tried to solve my problem by following the dawxxx666 instructions: same components and so forth. But still, everything works ok except the automatic scrolling when switching from one song to another one in the playlist (typicaly in the shuffle mode when you go from the top to the lower part of the playlist for example). So basically, I have to look at the playlist by myself by using the "show now playing" button. Does someone has an idea?

A pity that fooAva1.04 is not compatible with iAva which was a really nice, original and promising skin.

I have a quick question. I installed fooava and all the necessary components successfully and foobar looks great. However, once I apply the fooava settings I want (from the bottom right settings button):

Such as:

- blue theme

- transparent buttons in titlebar

- album list

- album art panel

- lyric show (autoscroll)

- channel spectrum analyser

- no bottom bar

- w/background mode

- playlist extra info (non)

- sort order (artist / date / album)

It works perfectly at first. But if I close foobar and reopen it, all my changes are lost. I would much prefer if I didn't have to change all these settings every time I open foobar as it is quite annoying. Does anybody know what is going on here? I attempted to change some settings from within the preferences panel, but the changes do not stick, and, honestly, I do not think I know enough about what I am doing.

And my final question is... Do my mp3s have to have an album specified in their tags to be listed under an album art list within my playlist? I have all my artists separted into folders with a Folder.jpg for each (there is no particular album for each artist), but I would like artists to show up as an album would in my playlist. Would I simply need to add a generic album tag to my mp3 files?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • What I like about Paint is using it almost exclusively for cropping and resizing images I get elsewhere--it's quick, easy and cheap... I keep it glued to my taskbar, in fact. Also, the clipping tool comes in handy, as well (hit print scrn on the keyboard and it activates immediately.)
    • I still remember it fondly today. It was so cool to work in 64-color Half Bright mode and 4.096-color HAM mode (interlaced) when x86 was still in 4-color CGA or 16-color EGA low res. C= never realized what it had until it was far too late--the failure of C= was the failure of its top management. The C= Amiga was 20 years ahead of its time, I always thought. It didn't hurt that in only 512k of chip memory, the Amiga could preemptively multitask when Apple was still doing gray scale graphics on tiny screens and along with everyone else was doing cooperative multitasking (running more than one app at a time in resident memory, but you could only run one of them at a time--had to manually switch between them.) I had a ball with AREXX scripting running between programs that had AREXX ports so that when you sent other applications data and instructions, those running applications could process the same in real time to output! Memories...
    • I'm not sure about that, but it at least "does" a version of 7.1 that this brand new card doesn't....
    • Floorp 12.15.2 by Razvan Serea Floorp is a cutting-edge web browser that combines the trusted foundation of Mozilla's Firefox with a unique Japanese perspective, offering users an exceptional online experience. This open-source browser prioritizes privacy, customization, and security. Floorp is transparent, with no user tracking or data sharing, and it's completely open source. With a strict no-tracking policy and full transparency, your personal information remains private. As an open-source project, Floorp not only shares its source code but also its build environment, inviting users to contribute and build their unique versions. The regular updates, based on Firefox ESR, ensure that you always have the latest features and security enhancements. Floorp key features: Strong Tracking Protection: Floorp offers robust tracking protection, safeguarding users from malicious tracking and fingerprinting on the web. Flexible Layout: Customize Floorp's layout to your heart's content, including moving the tab bar, hiding the title bar, and more for a personalized browsing experience. Switchable Design: Choose from five distinct designs for the Floorp interface, and even switch between OS-specific designs for a unique look Regular Updates: Based on Firefox ESR, Floorp receives updates every four weeks, ensuring up-to-date security even before Firefox's releases. No User Tracking: Floorp prioritizes user privacy by abstaining from collecting personal information, tracking users, or selling user data, with no affiliations with advertising companies. Completely Open Source: The full source code for Floorp is open to the public, allowing transparency and enabling anyone to explore and build their own version. Dual Sidebar: Floorp features a versatile built-in sidebar for webpanels and browsing tools, making it perfect for multitasking and quick access to bookmarks, history, and websites. Flexible Toolbar & Tab Bar: Customize your browser with Tree Style Tabs, vertical tabs, and bookmark bar modifications, catering to both beginners and experts in customization. User-Centric Web Experience: Floorp prioritizes user privacy and collaboratively blocks harmful trackers. Floorp 12.15.2 changelog: fix: reset tab drag state on dragend to prevent position offset (#2488) by @Ryosuke-Asano in #2497 fix(workspaces): hide split view wrapper when all tabs are hidden by @Ryosuke-Asano in #2495 fix(split-view): prevent stuck pointer-events:none after drag on web content by @Ryosuke-Asano in #2492 feat(design): add Gecko 152 CSS variable aliases and Lepton compatibility layer by @Ryosuke-Asano in #2494 fix(workspaces): exitOnLastTabClose no longer quits Floorp when closing the last tab by @Ryosuke-Asano in #2498 Download: Floorp 64-bit | 95.0 MB (Open Source) Links: Floorp Website | Github Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I can barely recall getting web results from a file search... I must've turned it off long ago. 26H2 is Insider's Preview build 26300.8697, which I am running, atm. It is not available for people running the standard commercial builds of Windows--only for the beta test Insider's group. But anyway, as mentioned in the thread, this feature has been around for a long time...
  • Recent Achievements

    • Dedicated
      Almohandis earned a badge
      Dedicated
    • Dedicated
      JuvenileDelinquent earned a badge
      Dedicated
    • First Post
      DrWankel earned a badge
      First Post
    • Reacting Well
      DrWankel earned a badge
      Reacting Well
    • Week One Done
      Supreme Spray LV earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      185
    3. 3
      PsYcHoKiLLa
      84
    4. 4
      Michael Scrip
      78
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!