Advertisement
Guest User

hirasawayui

a guest
Mar 7th, 2011
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. yui's custom columns for foobar.
  2.  
  3. These are some basic columns written up for foobar. For my personal use mainly. Add them in "Preferences>Display>Playlist View>Custom Columns"
  4.  
  5.  
  6. This can replace the original "Title / track artist" column. It just adds support for the <SUBTITLE> tag.
  7.  
  8. Title / Subtitle / track artist
  9. $if(%title%,%title%,%filename%) $if(%subtitle%,' / '%subtitle%,) $if(%track artist%,' // '%track artist%,)
  10. Alignment left
  11.  
  12.  
  13. and I also use the composer/performer tags often, so I made a decent looking one for that too. This is useful for a lot of things including vocaloid songs. Now you can have less "xxxx feat. yyyy" in the artist field, and more accurate scrobbling. I set it to the right of the Artist / Album, and left of Track Number.
  14.  
  15. Composer / Performer
  16. $if(%composer%,%composer%,%artist%) $if(%performer%,' // '%performer%,)
  17. Alignment right
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement