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

    • We need a game update frequency setting. * Right now your recent games will be auto updated overnight, and your unrecent games won't be updated. The bifurcation of recent and unrecent is fine, but we should be able to control the update frequency for both, with any of the following options: 1. Don't auto update 2. Auto update weekly 3. Auto update overnight 3. Auto update immediately (push) i.e. When I'm playing a lot, I want my recently played games to have push updates, so if a dev releases an update at 4pm, it's already downloaded on my Xbox by the time I get home. The current overnight cadence leaves a lot of wasted time waiting for updates on slow connections. My infrequently played games in ok with deferring to overnight, or maybe weekly, but let the users control their frequency. Basing it on data and last played sounds smart but ignores the human reality that often when I'm busiest and have the least time for games is when it sucks the most to come home and find a huge update list waiting for you.
    • Genocide is intent to exterminate and both the Israeli government AND its people openly declare, even boast about their intent to exterminate Arabs. This society of sick psychopaths has even made songs about it. Zionist means believing Israel should exist as an religious ethno-state where only Jews have rights and everyone else is second class citizen. As for the blood libel thing, we already know zionists get off on killing children. We also know Israel is a safe heaven for all the pedophiles and rapists of the world. Honestly, after what we saw in the Epstein files, I wouldn't put anything past this depraved death cult. Of course all atrocities committed by tHe wOrLds mOsT mOrAl aRmY are always "unproven or taken out of context". Unfortunately for them, their soldiers are dumb enough to leave a trail of their war crimes all over social media. Then again, when you live in a society that's obsessed with death and destruction, posting videos of yourself in the act of ransacking homes and desecrating religious monuments earns you brownie points I guess. Israel is the only society in the world where people come out on the roads for the right to **** prisoners. Also claiming that the BBC said this and AP said that without so much as a link has gotten me curious. Are all zionists this dumb? I really hope you aren't getting paid for this because this is some low effort propaganda.
    • Microsoft is bringing big performance improvements to OneDrive on Mac by Taras Buria Microsoft has announced a major update for the OneDrive client on macOS. Today, the company released version 26.098, promising significantly faster sync, optimized CPU usage, a smaller memory footprint, and better energy efficiency. In a newly published blog post, Microsoft acknowledged that changes implemented in OneDrive for Mac in 2022 brought some unwanted side effects. Due to architectural changes and the need to keep the OneDrive sync engine unchanged, Microsoft created a hidden cache folder. With time, it would cause reliability and performance issues for customers. Now, Microsoft is ditching the old engine for native sync, delivering a faster, more reliable experience. As a result of this change, OneDrive for Mac now integrates more deeply into the operating system, offers about two times faster sync performance, and uses fewer system resources. While the hidden folder still exists, the app only uses it to store files that have not been uploaded yet, link file types, and macOS-related packages. In total, even when holding hundreds of files, the temporary folder does not take more than a couple of megabytes on the drive. Besides optimizations, the new sync engine enables external drive support, allowing you to keep your OneDrive folder on a removable drive (it should meet all the requirements). Microsoft is now rolling out the updated OneDrive client for Microsoft 365 Insiders. To check if your Mac has the new sync engine, go to the About tab and check the app version. If it ends with something like 26H, you are on the new engine. If not, you are on the old one. Microsoft says it will take a few weeks to complete the rollout to Insiders, but it won't say when to expect the update in the stable channel. Big performance updates for OneDrive on Mac came right after Microsoft confirmed it would soon kill document editing in Office 2019 for Mac due to expiring certificates. This change will force users to look for alternatives or switch to Microsoft 365.
    • Sorry but that makes no sense. What does using the same laptop have to do with anything? 
  • Recent Achievements

    • 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
    • First Post
      X-No-file earned a badge
      First Post
    • One Month Later
      johnjacobb40 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      517
    2. 2
      PsYcHoKiLLa
      211
    3. 3
      +Edouard
      147
    4. 4
      Steven P.
      92
    5. 5
      ATLien_0
      82
  • Tell a friend

    Love Neowin? Tell a friend!