guest@dotshare [~/groups/mpd/ncmpcpp] $ ls Simply-stylish/ | cat

Simply, stylish (scrot, raw, dl) (+12 likes)

spjulius Jun 22, 2011 (mpd/ncmpcpp)

SCROT

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
mpd_music_dir = "/home/juliuss/music"
mpd_crossfade_time = "5"

# Visualizer
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "fifo"
visualizer_type = "wave" (spectrum/wave)

# Playlist
song_columns_list_format = "$L(9)[white]{l} (20)[red]{a} (30)[green]{b}$R(20)[cyan]{t}"
now_playing_prefix = "$b"
#now_playing_subfix = "/$b"
playlist_display_mode = "classic" (classic/columns)
autocenter_mode = "no"
centered_cursor = "no"
cyclic_scrolling = "yes"
mouse_list_scroll_whole_page = "no"
#song_list_format = "{$8$9}{[%l] >> }{%t }$R{%a - %b}"
song_list_format = " $0$8$8%l$0$8 $1|$7 $7%a$7 $1|$7 $6%t$1 $R $1%b$1"

song_library_format = "{%n > }{%t}|{%f}"

# Bars
song_status_format = "{%a - }{%t - }{%b}"
#progressbar_look = "|> "
progressbar_look = "─╼ "
titles_visibility = "no"
header_visibility = "no"
statusbar_visibility = "no" 

# Browser
browser_playlist_prefix = "$2plist »$9 "
browser_display_mode = "classic" (classic/columns)

# Colors
discard_colors_if_item_is_selected = "yes"
header_window_color = "black"
volume_color = "cyan"
state_line_color = "black"
state_flags_color = "green"
main_window_color = "blue"
color1 = "cyan"
color2 = "black"
main_window_highlight_color = "red"
progressbar_color = "black"
statusbar_color = "black"
active_column_color = "red"
visualizer_color = "cyan"

# Others
song_window_title_format = "MPD: {%a > }{%t}{ [%b{ Disc %d}]}|{%f}"
search_engine_display_mode = "columns" (classic/columns)
follow_now_playing_lyrics = "yes"
display_screens_numbers_on_start = "no"
#  vim: set ts=2 sw=2 tw=0 :

CLICK TO VIEW

x

Notes

Mi simple ncmpcpp config. :)

Comments

sje46 said about 12 years ago

http://i.imgur.com/AAb51.png

There are gaps in my songs…I think it’s when there’s some tag missing, or something, like album? How can I fix this?

dipilibupap said about 12 years ago

Getting the same spaces .. Did anyone find a solution ?

spjulius said about 12 years ago

I don’t know the reason :/ your music is tagged correctly?

bimozx said about 12 years ago

It’s actually, if any of the shown tag is missing, probably the track tag, the one that tells you the order of the song in the album.

acidrums4 said about 12 years ago

@sje46 I hope not be too late. This is not due to tagging, it’s because because the author doesn’t enclosed tags into brackets. You have to fill the entry song_list_format with something like this:

song_list_format = " $8{%l} $1| $7{%a} $1| $6{%t} $R $1{%b}"

Note: I just deleted crap.

shawakaze said about 11 years ago

well done config. works like a charm