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

    • Microsoft confirms Windows 11 26H2 to finally get one of the most requested features by Sayan Sen This past week Microsoft officially confirmed Windows 11 version 26H2 with the latest build, 26300.8697, for testing in the experimental Insider channel. The company also published more details about it mainly directed towards IT admins and system admins. Essentially version 26H2 will be delivered via an enablement package (eKB) over Windows 11 25H2. If you are wondering about some of the upcoming features in the next Windows version, one of them is certainly very interesting as Microsoft has confirmed it is finally bringing one of the most overwhelmingly requested features ever. March Rogers, the Partner Director of Design at Microsoft, recently highlighted some of the Search improvements that the company is testing, and during the interaction with users on X where he posted it, Rogers also confirmed that the company is working on disabling web search results inside Search. This is something which many users find quite annoying as Windows would often serve them links to Bing which it feels could be more helpful rather than bringing up the actual object or app the user may be searching for on their PC. Finally though the company is prioritizing local file search over the web. However the feature could not be disabled for many users as not all new features are immediately rolled out to everyone. Image via phantomofearth (X) Windows enthusiast phantomofearth who likes to dig deep into new builds uncovered the IDs you will need to enable these features. Using the following feature IDs the new Search-related features landing in Windows 11 26H2 can be used. Follow the steps below to enable the new Search experience on Windows 11 build 26300.8697: Download ViveTool from GitHub and unpack the files in a convenient and easy-to-find folder. Press Win + X and select Terminal (Admin). Switch Windows Terminal to the Command Prompt profile with the Ctrl + Shift + 2 shortcut or by clicking the arrow-down button at the top of the window. Navigate to the folder containing the ViveTool files with the CD command. For example, if you have placed ViveTool in C:\Vive, type CD C:\Vive. Type vivetool /enable /id: and press Enter. Restart your computer. If you change your mind and want to restore, repeat the steps above and replace /enable with /disable in the commands on steps 5 and 6. Delightedly and perhaps also expectedly, once you disable web search and other such bloat, the Windows 11 Search is said to get snappier as remarked by another Windows enthusiast Xeno.
    • Makes me think of Family Guy - "Carl Sagan's Cosmos... edited for Rednecks" 🤣 https://www.youtube.com/watch?v=Ljt5iESYA7k&t=2s
    • Microsoft PC Manager 3.21.7.0 (Offline Installer) by Razvan Serea With Microsoft PC Manager, users can easily perform basic computer maintenance and enhance the speed of their devices with just one click. This app offers a range of features, including disk cleanup, startup app management, virus scanning, Windows Update checks, process monitoring, and storage management. Microsoft PC Manager key features: Storage Manager- easily uninstall infrequently used apps, manage large files, perform a cleanup, and set up Storage Sense to automatically clear temporary files. Health Checkup feature -scans for potential problems, viruses, and startup programs to turn off. It helps you identify unnecessary items to remove, optimizing your system's performance. Pop-up Management - block pop-up windows from appearing in apps. Windows Update - scans your system for any pending updates. Startup Apps - enable or disable startup apps on your PC, allowing you to optimize your system's startup performance. Browser Protection - rest assured that harmful programs cannot alter your default browser. Also enables you to change your default browser. Process Management - allows you to conveniently terminate any active process, ensuring optimal system performance and resource utilization. Anti-virus protection - Fully integrated with Windows Security. Safeguard your PC anytime. Quick Steps: Download Microsoft PC Manager Offline Installer (APPX/MSIX) with Adguard Adguard serves as a third-party online service, offering a user-friendly method for directly downloading appx, appxbundle, and msixbundle files from the Microsoft Store. Official download links will be generated for both the app's various versions and its dependency packages. How to download Microsoft PC Manager Offline Installer (APPX/MSIX) 1. Initially, you must find the app URL within the Microsoft Store. Access the Microsoft Store via your browser and search for "Microsoft PC Manager". Once located, copy the app URL, which includes the product ID, either from the address bar or from the provided link below. https://apps.microsoft.com/detail/9PM860492SZD 2. Now paste the app URL into the designated area, then click the check mark button to produce a direct download link. 3. To download, right-click the relevant link and select “Save link as…” from your browser's menu. Occasionally, Microsoft Edge may flag the download as insecure. In such cases, consider utilizing alternative browsers such as Google Chrome or Firefox to successfully complete the download. Microsoft PC Manager is a completely free tool optimized exclusively for use on Windows 10 (19042.0 and above) and Windows 11. Download: Microsoft PC Manager 3.21.7.0 | from Microsoft Store View: Microsoft PC Manager Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • jspaint is a lot better, if you like the classic mspaint experience and hate the new bloated Paint.
    • Amazon takes hundreds of dollars off its Kindle readers ahead Prime Day by Taras Buria Ahead of its Prime Day, Amazon brought its Kindle readers to all-time low prices, allowing you to save on various bundles across the entire lineup, from the most affordable Kindle to the flagship Scribe and its color-enabled variant. Kindle Essentials Bundle - $108.97 | 33% off This 6-inch Kindle is a portable reader with a front light, a brighter E-Ink display, and up to 6 weeks on a single charge. The bundle includes a protective case and a charger, so that you have everything you need for comfortable reading. Kindle Paperwhite Bundle - $154.98 | 45% off Kindle Colorsoft Bundle - $169.98 | 48% off The latest Paperwite is a 7-inch reader that features significantly faster page-turning, wireless charging, an ambient light sensor, 32GB of storage, and up to 12 weeks on a single charge. Right now, the bundle with a sling bag makes the Paperwhite 25% cheaper than the non-bundle variant. The same bundle is available for the Colorsoft version with a colorful E-Ink display. Kindle Scribe 32GB Bundle - $444.97 | 27% off Kindle Scribe Colorsoft 64GB Bundle - $574.97 | 27% off The Scribe is the biggest, flagship Kindle. It has an 11-inch texturized display with a stylus support, with a big emphasis on the note-taking experience. The built-in notebook has AI-assisted features for search, refinements, summarization, and more. The Scribe comes with 32GB of storage, and the bundle gets you a case, a stylus, and a protective case. Like with the Paperwhite, there is a Colorsoft version, which is also available with a massive discount. Note: These deals are available to Prime members only. If you do not have Prime, you can sign up using one of the links below. Good to know This Amazon deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
  • 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
      505
    2. 2
      +Edouard
      174
    3. 3
      PsYcHoKiLLa
      84
    4. 4
      Steven P.
      76
    5. 5
      Michael Scrip
      76
  • Tell a friend

    Love Neowin? Tell a friend!