Recommended Posts

Was a bit suprised I had not seen you around "this" thread before tool++ but nice to see you drop by. Wont miss your creations for sure if there is more cross posting. Kind of like the turnout for the area04 VS. Looking forward to the release of it if possible later (my coding skills are still flawed but working on them ;) ).

Could you please share your Columns UI layout?

I dont take credit for any of this code.. i got it off of someone here or on the foobar forums.. can't remember. I just edited the images.

unzip the attatchment to foobar/images/

the code for my single column ui is:

Row Height 21, Group rows 2

Group by: %album%

ITem Display

$if($or(%_isplaying%,%_selected%),
$imageabs(2,0,images\gradient_green.png,)
,
$ifequal($mod(%_playlist_number%,2),0,
			$drawrect(13,0,0,0,brushcolor-233-233-238 pencolor-233-233-238)
		,
			$drawrect(13,0,0,0,brushcolor-255-255-255 pencolor-240-240-240)
		)
)

$padding(5,0)
$alignabs(20,0,%_width%,21,left,top)

// TRACKNUMBER
$if($or(%_isplaying%,%_selected%),$font(calibri,9,bold,255-255-255),$font(calibri,9,bold,180-180-180))
[%tracknumber%. ]
// TITLE
$if($or(%_isplaying%,%_selected%),$font(calibri,9,bold,255-255-255),$font(calibri,9,bold,120-120-120))
$ifgreater($calcwidth(%title%),250,
$cut([%title%],60)'...'
,
[%title%]
)
// LENGTH
$align(right,top)$if($or(%_isplaying%,%_selected%),$font(calibri,9,bold,255-255-255),$font(calibri,9,bold,120-120-120))
[%length%]

Group Display

$drawrect(0,0,0,0,brushcolor-20-20-20 pencolor-null)
$imageabs(0,0,images\gradient_black.png,)
$padding(5,5)

//ARTIST
$align(left,center)$font(calibri,12,bold ,245-245-245)$upper([%artist%])$char(10)
//ALBUM
$font(Calibri,9,bold,200-200-200)[%album%]

$padding(0,3)

// DATE
$align(right,center)$font(Calibri,9,,200-200-200)[%date%]$char(10)
//GENRE
[%genre%]

images.zip

Can someone help me? I'm having a problem with foo_uie_single_column_playlist. I'm using

Group By:

%album%

Imagine if the album contains not just one artist but various... It creates multiple entries for the same album, one entry for each artist that's in the album (see imagine in attach). In the imagine you can see two entries for the album Excursions and two entries for the album No Album, each one of those albums as various artists in them.

Is there a way to fix this?

Thanks in advance :).

Edited by funquiada

Can someone help me? I'm having a problem with foo_uie_single_column_playlist. I'm using

Group By:

%album%

Imagine if the album contains not just one artist but various... It creates multiple entries for the same album, one entry for each artist that's in the album (see imagine in attach). In the imagine you can see two entries for the album Excursions and two entries for the album No Album, each one of those albums as various artists in them.

Is there a way to fix this?

Thanks in advance :).

that would be because the songs in that album don't all have matching %album% tags, you should tag your music properly if you plan to get any functionality out of foobar :)

that would be because the songs in that album don't all have matching %album% tags, you should tag your music properly if you plan to get any functionality out of foobar :)

@ moglenstar, thanks for the help anyway.

My tags are all correct, I'm sure of that... both ID3v2.3 and ID3v1.1. This is only happening with the albums that have various artists in them :no:. The other albums with only one artist appear all correct.

Am I missing some sort of component?

Edited by funquiada

This only works with the single columns playlist & if your album covers are called folder.jpg & are in the directory with your music.

$imageabs2(80,80,,,,,3,2,$replace(%path%,%filename_ext%,)folder.jpg,)

This works for the header group only. The image will be 80 pixels x 80 pixels & placed 3 pixels from the side edge & 2 from the top.

Hope that helps.

Cheers :)

This is not true for me, I can't resize my images with that. anything below 84,84 doesn't show and if I change it to 90,90 then the images are just pushed in/down 6 px.

@ moglenstar, thanks for the help anyway.

My tags are all correct, I'm sure of that... both ID3v2.3 and ID3v1.1. This is only happening with the albums that have various artists in them :no:. The other albums with only one artist appear all correct.

Am I missing some sort of component?

try setting %album artist% as "various artists" and %artist% as each artist, and %album% as the album

also i don't know if it's just me but i see little point in using both ID3v1 and v2 tags, foobar only needs one of them.

you might find that some of your tags are missing ID3v2, and so have no %album% tag filled in, or something

try setting %album artist% as "various artists" and %artist% as each artist, and %album% as the album

also i don't know if it's just me but i see little point in using both ID3v1 and v2 tags, foobar only needs one of them.

you might find that some of your tags are missing ID3v2, and so have no %album% tag filled in, or something

I'm using both of the tags because nero burning rom 6 doesn't read ID3v2.3 tags. Alright, I'm going to try what you said... :yes:.

@moglenstar, I found the problem :). In Media Library>Album List>Views I changed the string in front of the genre (%<genre>%|[%album artist% - ]%album%|[[%discnumber%.]%tracknumber%. ][%track artist% - ]%title%) to (%<genre>%|%album%).

Anyway, thanks :).

Edited by funquiada

Hi there (: first post here on neowin!

Im modifying a config but im kinda stuck. Can i change the look of the playlistbuttons? cant find any option for that.

thx for a good config moglenstar :D

fb2kcfg.gif

Where did you get the code for that playlist view? I've seen it somewhere before, but I can't remember where.. :huh:

Updates for me..

fb1tc6.th.pngfb2lj0.th.pngfb3cy7.th.png

Will be released in due time.. (hopefully soon :p)

Awesome. I had 4 months of break with foobar, so that makes even bigger impression on me, cause last tim eI played with foobar it wasn't possible to get something like that. But no matter what that's just beautiful. If you're not releasing it anytime soon, can I become a beta tester? ;)

Im having a problem with my single columns setup. In my group display, i have an image that is suppose to be set if there isnt album art, but its set to be shown no matter what. so i have a few album covers that arent exactly 500x500 and they don't stretch over the whole group album cover spot. is there code to make it stretch, or for the image that is suppose to show up when there isnt art, to show up just when there isnt folder.jpg in the artist folder?

Where did you get the code for that playlist view? I've seen it somewhere before, but I can't remember where.. :huh:

heres the config

....

image...

Row Height

24

Group By

%album%

Item Display

//background stripes for normal items
$ifequal($mod(%playlist_number%,2),1,
$drawrect(0,0,0,32,brushcolor-250-250-250 pencolor-null),
$drawrect(0,0,0,32,brushcolor-255-255-255 pencolor-null)
)
//background stripe for playing item, + item images + playing image
$if(%isplaying%,
$drawrect(0,0,0,32,brushcolor-230-230-230 pencolor-null)
$imageabs(0,2,images\1bit\item_playing.png,flow),
$imageabs(0,2,images\1bit\item.png,flow)
)
//padding font size/colour and what to display
$padding(21,5)
$font(,8,,100-100-100)
$align(left,middle)%title% 
$font(,,,190-190-190)
'('%artist%')'

Group Display

//background stripe
$drawrect(0,0,0,32,brushcolor-240-240-240 pencolor-null)
//"folder" image for new album
$imageabs(0,2,images\1bit\folder.png,flow)
$padding(21,5)
$align(left,middle)$font(,8,bold,50-50-50)%album%
$padding(-16,0)
$align(right,middle)$font(,8,bold,100-100-100)$if(%date%,%date%,)$if(%codec%,/%codec%)$if(%bitrate%,/%bitrate%kbps)

Font

$font(Tahoma,8,,)

Download Images here and place the "1bit" folder inside your "images" folder, either in your foobar directory, or your foobar profile directory.

but its also mixed with moglenstar-my-foobar-setup

realy nice setup moglenstar :yes:

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

    • No registered users viewing this page.
  • Posts

    • Close, but it is for any application starting, not just during boot time. In fact, it probably will not improve boot time at all because during a boot, the CPU is already boosting, so a pre-boost wouldn't change anything. I agree that it isn't exciting (especially considering every other OS already does it), but it is a good thing, even if they are just playing catch up.
    • Any so called performance increase will be in milliseconds, which nobody will actually notice in real world usage.
    • All it does is use the CPU more efficiently during boot to speed up boot times. That's it. Yawn....
    • It's not a one or the other kind of thing. Software should run efficiently, and the operating system should appropriately manage the CPU clocks. You could have the best most optimized software on earth, and it will still run faster if the CPU does a better job of boosting as needed. All this is doing is pre-boosting the CPU based on user actions, instead of waiting for the normal detection mechanism to kick in. If the OS knows it is about to need more CPU, why shouldn't it use that knowledge? It's the same idea of downshifting before passing someone, instead of just burying your foot into the peddle and waiting for the transmission to figure out what you want to do.
    • Audacity 3.7.8 by Razvan Serea Audacity is a free, open source digital audio editor and recording application. Edit your sounds using cut, copy, and paste features (with unlimited undo functionality), mix tracks, or apply effects to your recordings. The program also has a built-in amplitude-envelope editor, a customizable spectrogram mode, and a frequency-analysis window for audio-analysis applications. Built-in effects include bass boost, wah wah, and noise removal, and the program also supports VST plug-in effects. You can use Audacity to: Record live audio. Record computer playback on any Windows Vista or later machine. Convert tapes and records into digital recordings or CDs. Edit WAV, AIFF, FLAC, MP2, MP3 or Ogg Vorbis sound files. AC3, M4A/M4R (AAC), WMA and other formats supported using optional libraries. Cut, copy, splice or mix sounds together. Numerous effects including change the speed or pitch of a recording. Write your own plug-in effects with Nyquist. And more! See the complete list of features. Audacity 3.7.8 changelog: #10688 Fixed an exception thrown when pasting into a newly-created track (Thanks, David Bailes (@DavidBailes)!) #10870, #10884, #10775, #10629 Fixed tone generation, waveform-scale setting, SetClip Name parameter, and clip-boundary command names for scripting and macros (Thank you, David Bailes (@DavidBailes)!) #11106 Fixed the loading of presets for the Distortion effect (A million thanks, David Bailes (@DavidBailes)!) #10947 Fixed paste into an empty audio track not preserving the source sample rate (Thanks, Juan Gabriel Colonna (@juancolonna)!) #10776 Allowed AltGr modifier in label and clip name editing (Thanks, Davide Peressoni (@DPDmancul)!) #9938 Added options to choose where silence is truncated (start/middle/end) (Thanks, Noah Rosenfield (@nosenfield)!) #9935 Added Podcast 2.0 chapters JSON export for label tracks (Thanks, Noah Rosenfield (@nosenfield)!) #10103 Improve UI on HiDPI displays on Linux/wxGTK (Thanks, Ivan A. Melnikov (@iv-m)!) #10099 Fixed MixerBoard Mute and Solo button display (Thanks, Ivan A. Melnikov (@iv-m)!) #10681 Fixed multichannel FLAC import #10999 Fixed envelope being broken after joining clips Download: Audacity 64-bit | Standalone ~20.0 MB (Open Source) Download: Audacity 32-bit | Standalone Download: Audacity ARM64 | Standalone View: Audacity Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Year In
      slackerzz earned a badge
      One Year In
    • One Year In
      highriskpaym earned a badge
      One Year In
    • One Month Later
      highriskpaym earned a badge
      One Month Later
    • Week One Done
      highriskpaym earned a badge
      Week One Done
    • Week One Done
      FBSPL earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      500
    2. 2
      PsYcHoKiLLa
      198
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      71
  • Tell a friend

    Love Neowin? Tell a friend!