Recommended Posts

i got 2 problems really, the first is this

foobarerrorlt4.th.png

why is it splitting my album like that, checked tags there all fine. Can not pin it down.

Second problem i got is what colour is this to you lot FF8000 (should be a vibrant Orange yes?) so why is foobar coming back with a light blue lol

is there a way to extend the rows so that the album art is not chopped off on small albums?

I'm having some issues with my playlist sorting.

When I re-scan my media folders, and try to add newly added albums to my FULL playlist, these new albums aren't being sorted into the playlist correctly. For example, Kasbian is being placed at the bottom of the playlist, after every other artist.

All of my other files in the library are sorted by artist, then album name.

Second problem i got is what colour is this to you lot FF8000 (should be a vibrant Orange yes?) so why is foobar coming back with a light blue lol

foobar uses BGR for hex colours, instead of RGB (don't know why...?), so try 0080FF, and it should give you the colour you want.

So for future reference, hex colour ABCDEF would be EFCDAB in foobar.. :wacko:

i got 2 problems really, the first is this

foobarerrorlt4.th.png

why is it splitting my album like that, checked tags there all fine. Can not pin it down.

Second problem i got is what colour is this to you lot FF8000 (should be a vibrant Orange yes?) so why is foobar coming back with a light blue lol

is there a way to extend the rows so that the album art is not chopped off on small albums?

i guess the problem is with my code. i've hard coded it for myself - the image size is 150, and because the row height is 25, it needs a minimum of 6 tracks to draw the image - and my shortest album just happens to be 6 tracks...... :rofl:

sorry, but i haven't taken into consideration anyone else's record collection..... :blush:

maybe use a combination of reducing your image size, increasing your row height or use an if statement to determine the image size dynamically depending on %totaltracks% ?

hi, i reformatted my computer and when it came time to install foobar, i noticed there was a new version so i upgraded to 0.9.4. i am using em3's le config but i can't seem to get the rating stars to show up in the track info. is this because of the new foobar? the custom info component seems to still work as it loads with foobar. here is a pic of my foobar. any ideas on how to fix it?

49ikpih.jpg

maybe use a combination of reducing your image size, increasing your row height or use an if statement to determine the image size dynamically depending on %totaltracks% ?

can't edit my post...... nevermind. i've bodged together something quickly that sort of works. i'm sure there is a more efficient way of doing this......

keeping the row height of 25.....

$ifequal(%totaltracks%,3,$puts(imagesize,75),)
$ifequal(%totaltracks%,4,$puts(imagesize,100),)
$ifequal(%totaltracks%,5,$puts(imagesize,125),)
$ifgreater(%totaltracks%,5,$puts(imagesize,150),)

$imageabs2($get(imagesize),$get(imagesize),,$mul(%_height%,$add(%tracknumber%,-1)),,,5,,'nocover.png',)
$imageabs2($get(imagesize),$get(imagesize),,$mul(%_height%,$add(%tracknumber%,-1)),,,5,,$replace(%path%,%filename_ext%,)folder.jpg,)

clipboard01kb1.png

you get the idea..... :p

btw you'll need to restart foobar after inputting the code...

hi, i reformatted my computer and when it came time to install foobar, i noticed there was a new version so i upgraded to 0.9.4.

i am using em3's le config but i can't seem to get the rating stars to show up in the track info. is this because of the new foobar?

the custom info component seems to still work as it loads with foobar. here is a pic of my foobar. any ideas on how to fix it?

[_img]http://tinypic.com/49ikpih.jpg[/img]

I think you have to download the latest track info mod component, available here: http://users.bowie-cass.com/singa/foo_uie_trackinfo_mod.zip

Oh, and can you tell me what is your visual style please? :)

$imageabs2(150,150,,$mul(%_height%,$add(%tracknumber%,-1)),,,5,,$replace(%path%,%filename_ext%,)folder.jpg,)

is there anyway to get the folder.jpg section to just read any jpg files ie *.jpg?

that new image size code now streches all the album art to fit the amount of tracks displayed, it does not rezise as set in the varibles

Edited by Enigma776

$imageabs2(150,150,,$mul(%_height%,$add(%tracknumber%,-1)),,,5,,$replace(%path%,%filename_ext%,)folder.jpg,)

is there anyway to get the folder.jpg section to just read any jpg files ie *.jpg?

not as far as i know. i know the album art panel does that, but i don't think single columns playlist has that capability just yet. you can however add multiple lines of code and use variables such as tags......

<snip>$replace(%path%,%filename_ext%,)folder.jpg,)
<snip>$replace(%path%,%filename_ext%,)%filename%.jpg,)
<snip>$replace(%path%,%filename_ext%,)%title%.jpg,)
<snip>$replace(%path%,%filename_ext%,)%artist%.jpg,)

i just used irfanview to rename all my album art in one go using the batch rename feature. so all my art is called folder.jpg and i only need one line of code.... :)

that new image size code now streches all the album art to fit the amount of tracks displayed, it does not rezise as set in the varibles

are all your files tagged with %totaltracks%?

You can't. It's skinned by windows, so the post you had to act so lame to was actually the only right answer.

I know it's skinned by Windows, I'm just saying if there's a plugin that enables a slider that uses images, like a skin engine or something.

I'm having some issues with my playlist sorting.

When I re-scan my media folders, and try to add newly added albums to my FULL playlist, these new albums aren't being sorted into the playlist correctly. For example, Kasbian is being placed at the bottom of the playlist, after every other artist.

All of my other files in the library are sorted by artist, then album name.

Anyone? :whistle:

hi, just wondering if u're planning to release that vs? look awesome :) so do ur foobar!

Hi,

Thanks for the comment :) , im a newbie on foobie, so its the best so far :)

About the theme, maybe i will released it, im going to ask permission to do it , stay tunned at http://rissol.deviantart.com

Cya

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

    • No registered users viewing this page.
  • Posts

    • Absolutely 👍
    • Exactly what I was thinking. All of a sudden in span of a month multiple CEO's from scam altman to this clown has had sudden change of heart does not seem organic change lol
    • Microsoft releases Visual Studio Code 1.124 with smarter autonomous AI agents by Paul Hill Microsoft has just released Visual Studio Code 1.124 with a focus on faster agent workflows and improved agent autonomy. Microsoft outlined the following features as the key items in this update: Autopilot: Autopilot, enabled by default, is now smarter to determine when a task is truly done. Background sessions: Quickly send a request in the background and keep composing the next session. Session navigation: Search, jump, and step through agent sessions with the keyboard. Browser history: Revisit and search pages you've already opened in the integrated browser. With VS Code 1.124, Microsoft has enabled Autopilot by default. For those that don’t know, Autopilot is a chat permission level that you can pick to give agents permission to take initiative and act autonomously, without needing explicit user approval for each action. Also related to Autopilot, Microsoft introduced Advanced Autopilot, which changes how Autopilot decides when to keep iterating and when to finish. This helps you get more complete results without manually monitoring loops. This feature works using a small utility model that reads a transcript of the chat and decides when the task is done. Another new feature in 1.124 is the Agents window, which lets you easily explore, iterate on, and review agent sessions across projects and machines. Previously, starting a new agent session meant waiting for it to load before you could compose the next one. With this update, sessions can be requested in the background. This VS Code update also brings session navigation updates to switch between them more quickly. The update also lets you reload or reopen the Agents window so that it no longer loses your layout, so you will land back where you left off. If you use the integrated browser in VS Code, you will notice that it now retains the history of visited pages. Suggestions will now show when typing in the URL bar and can be managed by using Ctrl+H within a browser tab. The browser now also lets you customize the toolbar more; just right-click on the toolbar area to the right of the URL input. Finally, the browser has faster agentic text entry. Another improvement is experimental enterprise-managed Copilot plugin policies that allow admins to centrally control which chat plugins and plugin marketplaces are available to developers. If you have VS Code installed, 1.124 should install automatically, or you'll get a prompt. If you don't have it installed, get it here.
  • Recent Achievements

    • First Post
      X-No-file earned a badge
      First Post
    • One Month Later
      johnjacobb40 earned a badge
      One Month Later
    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
  • Popular Contributors

    1. 1
      +primortal
      511
    2. 2
      PsYcHoKiLLa
      214
    3. 3
      +Edouard
      145
    4. 4
      Steven P.
      86
    5. 5
      ATLien_0
      84
  • Tell a friend

    Love Neowin? Tell a friend!