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

    • The post-installation disk footprint hasn't changed much. In version 0.99.1, it was 979 MB. Now, it is 959 MB. That's just 2%. Also, PowerToys fills the disk with logs like crazy. Just look inside "\AppData\Local\Microsoft\PowerToys".
    • Yeah, right! /s They've been saying that for two centuries now. Look up "China's final warning" on Wikipedia.
    • I have not verified if any of the fixes mentioned on the below article actually work. Why Claude Code Eats All Your RAM (And How to Fix It) There are at least four separate things that can eat your RAM, and only one of them is your fault. The Four Culprits 1. Bloated Session Logs (The Silent Killer). For 2-4 and more inluding the suggested fixes, see link https://marceloretana.com/blog...aude-code-eats-all-your-ram
    • One of my PC's is Windows 11 Home Edition... and guess what? it supports Hyper-V Disks and Containers, as well as WSL2... which these desktop tools leverage on an as-needed basis. It does not need to be enabled system-wide; it merely needs to exist. Furthermore, I tried something yesterday with Hermes Desktop and their "installer" actually builds everything from source as part of its installer toolchain! The installer (and updater as it were) both go through a roughly 19-step process to prep the system for the tool to be used -- and connectivity to local/remote models, local/remote agent configs, and other steps are not included as part of this process (those are all user config steps post-install). ALSO, the "bug wasn't confirmed to exist" is the weakest argument against a bug. That's literally every flawed product's knee-jerk reaction! Even politicians, lawmakers, murderers, and other violent criminals start with that defense... "I deny everything I'm accused of." The bug is the (shared) experience. Whether it's truly Claude Code's fault, or user error, or some other software package being the ultimate culprit, is not the point. They are experiencing unpleasant side effects and don't like that.
  • Recent Achievements

    • One Month Later
      Sopa flores earned a badge
      One Month Later
    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      515
    2. 2
      PsYcHoKiLLa
      208
    3. 3
      +Edouard
      160
    4. 4
      Steven P.
      96
    5. 5
      ATLien_0
      81
  • Tell a friend

    Love Neowin? Tell a friend!