Official Foobar Gallery

Jan 22, 2007 at 8:10 PM Post #541 of 622
Quote:

Originally Posted by mminutel /img/forum/go_quote.gif
Cooper...is there anyway that you could tell me how to get my playlist like yours where it only shows the artist/ album once and shows all of the songs underneath of it? i have been trying to figure it out for a whilenow. Thanks!


Snapshooter was using those unicode boxes which I really don't understand but the basic methodology is simple. The key issue is where to put the code, which is for the specific column in the playlist, i.e. Columns UI, Playlist view, Columns, Artist/Album, Display. Then it's pretty simply. Get Artist, (comma to line down), Get Album, Tab, Get Date. (He uses named globals to access colour/font). I think that I can fairly share the code snippet but you will have to play with it:

Code:

Code:
[left]//Album $select($min(5,%tracknumber%), $get_global(c_t_artist)|$get_global(c_t_artist) %album artist%, $get_global(c_t_album)|$get_global(c_t_album) %album% $tab() $get_global(c_t_date)|$get_global(c_t_date) %date%,[/left]

 
Jan 22, 2007 at 8:56 PM Post #542 of 622
Quote:

Originally Posted by cooperpwc /img/forum/go_quote.gif
Nice config!


THANKS!!
smily_headphones1.gif
 
Jan 22, 2007 at 10:44 PM Post #543 of 622
Okay, I did something which I haven't seen before and which is working quite well. Basically, Snapshooter's multi-column playlist view is wonderful for listening to albums and songs, and for feeding the Queue Manager (middle mouse click on a song in the playlist throws it in the queue.) It's easy to look at multiple albums by an artist and it's space-efficient; I use it 90% of the time. However, it isn't great for working with playlists because the information in the Artist/Album column becomes random depending on the track number in the original album, i.e. you don't get a proper indicator of artist and album when you mix songs together. By contrast, AceDriver's single-column playlist view is great for working with personal playlists because everything is properly organised. (Middle mouse click sends songs to playlist from the library panel.)

So what I have done using Tabbed Panel Stack Mods is to create a config that cycles between multi and single columns by a button ('Columns View") at the bottom left. Another button ("Queue <> Playlists") cycles between the Queue Manager and Playlist Switcher. (I also have a button that cycles betwen the Library and Explorer panels although I rarely use the latter.) Here is how it looks:

View for listening to Albums and Songs and using the Queue Manager:


View for listening with Playlists:


It might be a little bit slower to load having both playlist views and I'm thinking that it may be more of a pig on resources (so for that matter is the Queue Manager which is a .net module) but it's probably still quite reasonable compared to something like WinAmp or iTunes and it works great.
 
Jan 22, 2007 at 11:18 PM Post #544 of 622
Hey I got a new now-playing screen...well based on someone elses code but what the heck :P


Normal display (clickable):


Extra info the first/last 30 seconds of a track (clickable):


And when the song is from a double CD
smily_headphones1.gif
(clickable):


Half the beauty is finding good artist images though...
 
Jan 23, 2007 at 12:36 AM Post #546 of 622
Quote:

Originally Posted by Chri5peed /img/forum/go_quote.gif
Certainly are being. At a guess I'd say it goes in the title column instead of '%title%', but that'd affect all my music, I looked, I have quite a few tracks like; Goatyfartbreath[bonus]


If you used ( and ) it would work :P
 
Jan 26, 2007 at 3:48 PM Post #549 of 622
interesting enough, I can't see most of the pictures being post up here right now. Maybe is something up with my computer.
mad.gif


but anyway, for someone from few post above, forgot who it is....

Did you install the fonts for HSD???

Because it sounds like font problem to me.

If not, make sure you actually copy everything, and everything appear in the box.

Yes, I know it sounds odd, but something... somehow, for me,

after few copy and paste,

the // will be missing
blink.gif


resulting in faulty code. So, yes, just try it again I guess.
 
Jan 27, 2007 at 9:27 AM Post #551 of 622
Quote:

Originally Posted by swoon /img/forum/go_quote.gif
is that an automatic "just added" tab or a playlist


When I enqueue songs from windows explorer, the tracks go in the just added playlist.
 
Jan 28, 2007 at 7:08 PM Post #552 of 622
Decided to give Foobar a shot this past week. It'd always seemed intimidating to me since I'm a customization nut and wanted to make it look the way I wanted. Ran across bbmartini's config and modded it a little to fit my theme better. Anyways, here it is.

Foobar2000.png


FoobarDirectory.png
 

Users who are viewing this thread

Back
Top