Recommended Posts

Scirwode, what I would recommend is first going back to a basic foobar. Back up your current folder (zip or another location) and then readd components one by one. I've had to do it before. It looks to me that something you're using is conflicting with the albumart.

I knew it would come to that :( . Oh well, better get cracking then. Is there any other Album Art version that reads ansi as well as unicode?

Scirwode

quick question.....it may seem stupid! but is there a way that i can just simply remove a entry frm my playlist? say i add a song i dnt want anymore....how come i cant just simply highlight and press delete on keyboard?

You need to set up your keyboard shortcuts

go to preferences-general-keyboard shortcuts- addnew-define the key and action you need to perform ;)

anyone know how i can change the directory in a panel ui theme to point to a specific directory for album art?

I keep all my Album art in a folder i.e:

D:\My Music\Album Art\Artist - Album.jpg

also if it helps, i'm using moglenstar's mogfuu :>

Edited by mogge
anyone know how i can change the directory in a panel ui theme to point to a specific directory for album art?

I keep all my Album art in a folder i.e:

D:\My Music\Album Art\Artist - Album.jpg

also if it helps, i'm using moglenstar's mogfuu :>

Open up the .pui in notepad or any other text editor. then do a search for all instances of folder.jpg and replace it with %artist% - %album%.jpg. That should do it for ya.

Open up the .pui in notepad or any other text editor. then do a search for all instances of folder.jpg and replace it with %artist% - %album%.jpg. That should do it for ya.

don't appear to be any instances of folder.jpg in mogfuu.pui :?

however, under preferences > panels UI, then "User Globals"

there is this:

$puts(coverPath,$replace(%path%,%filename_ext%,folder.*))

$puts(artistPath,$replace(%path%,%filename_ext%,artist.*))

$puts(userFont,Tahoma)

$puts(userFontSize,9)

i tried adding %artist% - %album% and the directory where %path% is, but still no go :/

Edited by mogge

Let's see, you should have something like this somewhere.. (I haven't used my own config for so long.)

I think I have mogfuu set to look for *.jpg, *.png, etc.. as my personal music library is filled with things like "cover.jpg", "folder.jpg", "front.jpg", "%album%.jpg".

$replace(%path%,%filename_ext%,folder.jpg)

That will be inside an $imageabs2(), and what it does is tell the $imageabs2() to look at the path of the current song, then replace the filename of the song, with folder.jpg:

So if you had

C:\Music\Some Artist\Some Album\01 - Some Song.mp3

it would take that, and replace "01 - Some Song.mp3" with "folder.jpg", giving you

C:\Music\Some Artist\Some Album\folder.jpg

Which means that it would look for folder.jpg in the folder of that album.

So, to make it work with your music library, you would need to put something like

D:\My Music\Album Art\%artist% - %album%.jpg

where I had the $replace() string, inside $imageabs2()

so in the case of mogfuu0.5 (I'm not sure if this was a version I released or not.. heh.)

$imageabs2(30,30,,,,,5,5,$replace(%path%,%filename_ext%,*.jpg),NOKEEPASPECT)

Would be turned into

$imageabs2(30,30,,,,,5,5,D:\My Music\Album Art\%artist% - %album%.jpg,NOKEEPASPECT)

... I haven't tested that, but it should be correct. Hope it helps :)

... I haven't tested that, but it should be correct. Hope it helps :)

Thanks, that worked :)

one last thing, how would I add a no album art command so that it shows something, instead of nothing :]

thanks again, appreciate it!

Edited by mogge
Thanks, that worked :)

one last thing, how would I add a no album art command so that it shows something, instead of nothing :]

thanks again, appreciate it!

Simply copy the album artwork line, and paste it above the album artwork line. Then replace the part that looks for your artwork, with the path to where you have an image to display if there is no artwork.

$imageabs2(30,30,,,,,5,5,D:\My Music\Album Art\nocover.jpg,NOKEEPASPECT)
$imageabs2(30,30,,,,,5,5,D:\My Music\Album Art\%artist% - %album%.jpg,NOKEEPASPECT)

Everything appears to be working now moglenstar, thanks again :DD

also i noticed you released 0.2 here: https://www.neowin.net/forum/index.php?show...amp;p=588579080

but the link no longer works, however 0.1 is still up (thats the one i'm using).

wondering if you have 0.2 laying around if you could re-up it :D

edit: one last thing XD

on the top, it just says "PanelsUI" instead of "[%artist% - ]['['%album%[ CD%discnumber%][ #%tracknumber%]']' ]%title%" (which is the default output located in Preferences > Advanced > Display > Legacy Title Formatting settings)

Edited by mogge
Everything appears to be working now moglenstar, thanks again :DD

also i noticed you released 0.2 here: https://www.neowin.net/forum/index.php?show...amp;p=588579080

but the link no longer works, however 0.1 is still up (thats the one i'm using).

wondering if you have 0.2 laying around if you could re-up it :D

edit: one last thing XD

on the top, it just says "PanelsUI" instead of "[%artist% - ]['['%album%[ CD%discnumber%][ #%tracknumber%]']' ]%title%" (which is the default output located in Preferences > Advanced > Display > Legacy Title Formatting settings)

at the top. below "// Background" put the following

$if(%isplaying%,
$settitle([%artist% - ]['['%album%[ CD%discnumber%][ #%tracknumber%]']' ]%title%),
$settitle(Foobar2000)
)

I don't have mogfuu0.2 anymore, I don't think.. I'll take a look around, but don't hold your breath :)

Currently working on my own loosely iPod based setup, but I'm not sure when it will be ready for release..

foo-mogtouch-wip5.png

Edited by moglenstar

I'm still using the old foobar2000 because I cannot find that kindow playlist switch plugin like I have in my old foobar, and I'm totaly forgot coding in foobar :( maybe some1 can point me some new foobar2000 skin or plugin what I'm looking for :)

this is my current foobar

foobaron8.th.jpg

Is anybody know what components is he using with this setup?

http://munkyboi.deviantart.com/art/hito-2-76629015

He says:

foo_ui_panels

foo_uie_powerpanels

foo_uie_vis_channel_spectrum

and a Century Gothic font that I've put in archive.

But all panelsui version that I've used were not working...

mog: seems incredible.

fb2k_mogelbrod1.png

After a failed attempt at creating a nice and useable layout in columns ui I went back to panels to develop a customizable UI based on my the color scheme I use in EditPlus (text editor), and above is what I ended up getting. No images was harmed in the making of this config as I've stuck to $drawrect and fonts only - I suck at UI graphics design and wanted something simple. I've yet to add any kind of layout/settings panel, but colors, fonts and the layout can be changed through vars scattered around the panels. Dunno if I'll release it, depends on whether or not I add a settings panel or not I guess.

After a failed attempt at creating a nice and useable layout in columns ui I went back to panels to develop a customizable UI based on my the color scheme I use in EditPlus (text editor), and above is what I ended up getting. No images was harmed in the making of this config as I've stuck to $drawrect and fonts only - I suck at UI graphics design and wanted something simple. I've yet to add any kind of layout/settings panel, but colors, fonts and the layout can be changed through vars scattered around the panels. Dunno if I'll release it, depends on whether or not I add a settings panel or not I guess.

I'd love to see a release of this. That is a nice config!

vigge.. that config is beautiful. But i can't get my album art to show in the playlist.. what do i have to change.

Also.. the only thing i can think of to make this config amazing is some sort of small spectrum, and an album art panel maybe in the lower corner or something..

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

    • No registered users viewing this page.
  • Posts

    • When you're in enterprise IT environment, you're kinda forced into it...otherwise I'm not touching any mail client for personal use.  I can't stand New Outlook. It's complete trash - half the features I need in (Classic) Outlook are just missing in New Outlook. I haven't talked to a single person who actually likes the new client. 
    • I think it's cute that Apple is implementing their tools at precisely the same evolutionary level as other devices' tools. In other words, I see no innovation; it's "the same but different." "Hey Siri, help me write this document about shoes." Powered by Google. "Sure thing, while we're here, can I interest you on some Nike's? They're on sale at Target right now!"
    • Walmart was still selling the Apple Watch SE 2 on Black Friday in 2024. I got 1 for my mom and one for my dad for christmas.
    • But apple has ASSURED us that this is private. So, it's private. I expect the same "leeway" shown Microsoft to be reflected here.
    • ASUS ROG Falchion Ace 75 HE keyboard is 27% off on Amazon by Ivan Jenic The ASUS ROG Falchion Ace 75 HE is currently $159.99 on Amazon, down from $219.99. That's 27% off and $60 saved on a keyboard that combines retro and modern design, while being one of the most responsive and adaptable 75% boards available right now (purchase link down below). The ROG Falchion Ace comes with the HFX V2X magnetic switches that allow you to set actuation anywhere between 0.1mm and 3.5mm with 0.01mm fine-tuning steps. It also comes with Rapid Trigger, a feature that resets the key the moment you release it rather than waiting for a fixed reset point, which makes a noticeable difference in fast-paced games. And finally, an 8,000Hz polling rate should make the response time feel instant. The build quality is decent, with dense plastic and powder-coated aluminum, which is expected from a keyboard at this price point. There’s also the onboard adjustment wheel, which lets you tweak actuation and Rapid Trigger sensitivity without opening any software. For competitive gaming, the ROG Falchion Ace is hard to beat at this price. And those who appreciate old-school hardware, especially those white keyboards we’ve all grown up with, will likely also appreciate the looks of this keyboard. A carry case is included. ASUS ROG Falchion Ace 75 HE - $159.99 | 27% off on Amazon This Amazon deal is US-specific and not available in other regions unless specified. This is a first-party seller link (at the time of article publishing); ensure that you also purchase from a first-party seller link only. If you don't like it or want to look at more options, check out the previous deals that we have covered, OR you can also visit Amazon US deals page. Get Prime (SNAP), Prime Video, Audible Plus or Kindle / Music Unlimited. Free for 30 days. As an Amazon Associate, we earn from qualifying purchases.
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      502
    2. 2
      PsYcHoKiLLa
      223
    3. 3
      ATLien_0
      89
    4. 4
      +Edouard
      84
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!