You are not logged in.

#26 2009-08-04 16:24:08

Anda
Member
Registered: 2009-07-14
Posts: 58

Re: Show your .ncmpcpp/config with Screenshot

What does the browser_playlist_prefix do?

Offline

#27 2009-08-05 09:22:22

yettenet
Member
Registered: 2007-05-17
Posts: 129

Re: Show your .ncmpcpp/config with Screenshot

In case you have some playlists, it distinguishes them from normal files by displaying the specified characters just ahead the name of the playlist.

Let's say you set the browser_playlist_prefix to 'foo'.

In case you have a playlist named 'bar', you'll find that it displays in the browser screen as 'foo bar'. You may even choose an other color for the prefix than the name.

Offline

#28 2009-08-05 11:24:38

Anda
Member
Registered: 2009-07-14
Posts: 58

Re: Show your .ncmpcpp/config with Screenshot

Ok, don't really use playlists but thanks a lot for the info.

Offline

#29 2009-08-05 14:42:48

yettenet
Member
Registered: 2007-05-17
Posts: 129

Re: Show your .ncmpcpp/config with Screenshot

You're welcome

Offline

#30 2009-08-09 00:44:37

methuselah
Member
Registered: 2007-10-02
Posts: 570

Re: Show your .ncmpcpp/config with Screenshot

Xfce4/xfwm4 with terminator using devilspie for an embedded tiled terminal.

Screenshot-15-16.png

Screenshot-16-16.png

Last edited by methuselah (2009-08-09 00:47:19)

Offline

#31 2009-08-09 19:19:43

ajonat
Member
Registered: 2009-07-17
Posts: 38

Re: Show your .ncmpcpp/config with Screenshot

Is anyone having problems with ncmpcpp and the lyrics databases??
I'm getting a message that says lyricsWiki api is no longer able to provide lyrics beacuse of licensing restrictions, anyone know how to solve this?

Offline

#32 2009-08-09 20:21:55

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: Show your .ncmpcpp/config with Screenshot

@ajonat -- I'm using ncmpcpp-git and it seems to look up lyrics just fine.

Scott

Offline

#33 2009-08-09 20:25:35

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: Show your .ncmpcpp/config with Screenshot

firecat53 wrote:

@ajonat -- I'm using ncmpcpp-git and it seems to look up lyrics just fine.

Scott

Hello
When you compiled it?
Becouse I want to compile it and I got connection timeout on git server neutral.


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#34 2009-08-09 22:33:39

AlecSchueler
Member
Registered: 2009-05-30
Posts: 22

Re: Show your .ncmpcpp/config with Screenshot

ajonat wrote:

Is anyone having problems with ncmpcpp and the lyrics databases??
I'm getting a message that says lyricsWiki api is no longer able to provide lyrics beacuse of licensing restrictions, anyone know how to solve this?

Due to licensing restrictions imposed to LyricWiki (the source of ncmpcpp's lyrics), the API had to be altered earlier this week. It can now do everything it could do before, except allow access to the lyrics themselves. Read more about it here: http://groups.google.com/group/lyricwik … 919d654040

If ncmpcpp-git is working, then the developers have decided to use a different API to source their lyrics. The only way to get this feature back at the minute seems to be to use the git version.

Offline

#35 2009-08-11 07:19:34

ajonat
Member
Registered: 2009-07-17
Posts: 38

Re: Show your .ncmpcpp/config with Screenshot

Looking at ncmpcpp git log, they just removed support to lyricswiki api, so now the only choice is lyricsplugin.com
I think firecat53 is using lyricsplugin as the lyrics database or he's getting lyrics cached from ~/.lyrics

Just to be clear, the solution if you're using ncmpcpp (not git), is to add: lyrics_database = "2" to ncmpcpp's config file.

Last edited by ajonat (2009-08-11 07:23:25)

Offline

#36 2009-08-11 07:29:55

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: Show your .ncmpcpp/config with Screenshot

ajonat wrote:

Looking at ncmpcpp git log, they just removed support to lyricswiki api, so now the only choice is lyricsplugin.com
I think firecat53 is using lyricsplugin as the lyrics database or he's getting lyrics cached from ~/.lyrics

Just to be clear, the solution if you're using ncmpcpp (not git), is to add: lyrics_database = "2" to ncmpcpp's config file.

How you use git for me it's still doesen't working ? neutral


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#37 2009-08-11 14:13:39

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: Show your .ncmpcpp/config with Screenshot

Well, the last time (according to pacman.log) I upgraded ncmpcpp-git was August 6. There's no lyricsplugin -- I haven't added any plugins. The only line in my config file having anything to do with lyrics is 'follow_now_playing_lyrics = "no" '. I just checked, and I was able to pull in lyrics for a song not cached in ~/.lyrics. I also just did a yaourt -S ncmpcpp-git, and the git repo pulled in the source just fine from the PKGBUILD.

Not sure what to tell you smile

Scott

Offline

#38 2009-08-12 20:12:44

ajonat
Member
Registered: 2009-07-17
Posts: 38

Re: Show your .ncmpcpp/config with Screenshot

firecat53 wrote:

Well, the last time (according to pacman.log) I upgraded ncmpcpp-git was August 6. There's no lyricsplugin -- I haven't added any plugins. The only line in my config file having anything to do with lyrics is 'follow_now_playing_lyrics = "no" '. I just checked, and I was able to pull in lyrics for a song not cached in ~/.lyrics. I also just did a yaourt -S ncmpcpp-git, and the git repo pulled in the source just fine from the PKGBUILD.

Not sure what to tell you smile

Scott

That's because lyricswiki support is completly removed is ncmpcpp-git now. There's only one lyrics databse now: lyricsplugin, the one that works. But, if somebody is using ncmpcpp from community (which had support for lyricswiki), he needs to configure ncmpcpp to use lyricsplugin.

This is the commit in ncmpcpp-git that removed lyricswiki and made lyricsplugin the default database for fetching lyrics: http://repo.or.cz/w/ncmpcpp.git?a=commi … e0bb7eae32 (it's from August 5).

Last edited by ajonat (2009-08-12 20:17:57)

Offline

#39 2009-08-12 20:27:54

ajonat
Member
Registered: 2009-07-17
Posts: 38

Re: Show your .ncmpcpp/config with Screenshot

SpeedVin wrote:
ajonat wrote:

Looking at ncmpcpp git log, they just removed support to lyricswiki api, so now the only choice is lyricsplugin.com
I think firecat53 is using lyricsplugin as the lyrics database or he's getting lyrics cached from ~/.lyrics

Just to be clear, the solution if you're using ncmpcpp (not git), is to add: lyrics_database = "2" to ncmpcpp's config file.

How you use git for me it's still doesen't working ? neutral

I didn't install ncmpcpp-git, there was no need, I just looked at the commit logs.

Offline

#40 2009-09-06 01:16:32

Taters
Member
From: Ohio
Registered: 2008-08-22
Posts: 53

Re: Show your .ncmpcpp/config with Screenshot

http://www.upload3r.com/serve/050909/1252199478.png

playlist_display_mode = "columns"
browser_display_mode = "columns"
search_engine_display_mode = "columns"
progressbar_color = "$1"
song_columns_list_format = "(7)[black]{l} (28)[red]{a} (28)[yellow]{t} (28)[black]{b}"
header_visibility = "no"
statusbar_visibility = "no"
fancy_scrolling = "yes"
ignore_leading_the = "yes"
lyrics_database = "2"
colors_enabled = "yes"

Would anyone know how to change the color of the progress bar/how to hide it? Or is that not possible?

Last edited by Taters (2009-09-06 01:16:51)

Offline

#41 2009-09-07 17:09:08

Hrwa
Member
From: Croatia, Zagreb
Registered: 2008-10-09
Posts: 27

Re: Show your .ncmpcpp/config with Screenshot

Taters wrote:

http://www.upload3r.com/serve/050909/1252199478.png

Would anyone know how to change the color of the progress bar/how to hide it? Or is that not possible?

I don't know about hiding it, but color is as simple as:
progressbar_color = "blue"

Available colors

0 - default window color
1 - black
2 - red
3 - green
4 - yellow
5 - blue
6 - magenta
7 - cyan
8 - white
9 - end of current color

Offline

#42 2009-09-14 17:42:45

colbert
Member
Registered: 2007-12-16
Posts: 809

Re: Show your .ncmpcpp/config with Screenshot

How do I change the colour of the currently playing item in the playlist? The "highlight" of it I would guess.

Offline

#43 2009-09-17 01:35:12

YamiFrankc
Member
From: Mexico
Registered: 2009-06-19
Posts: 177
Website

Re: Show your .ncmpcpp/config with Screenshot

200909162029581280x800s.th.png

mpd_music_dir = "/home/yamifrankc/music"
mpd_crossfade_time = "1"
#%l length
#%a artist
#%ti title
#%b album

song_list_format = " $8[%l]$9 $7%a $8~ $3%b $8~ $4%t"

Im not fully happy yet. But it just does it atm.


Thanks and greetings.

Offline

#44 2009-09-19 23:38:38

epsilon
Member
Registered: 2009-04-02
Posts: 75

Re: Show your .ncmpcpp/config with Screenshot

Screenshot: http://omploader.org/vMmR3aA
Config: http://omploader.org/vMmR3aQ

Really just a simple blue theme and not much else.


mu @ freenode - Last.fm

Offline

#45 2009-09-20 08:23:40

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: Show your .ncmpcpp/config with Screenshot

epsilon wrote:

Screenshot: http://omploader.org/vMmR3aA
Config: http://omploader.org/vMmR3aQ

Really just a simple blue theme and not much else.

Really Nice match arch-blue colors I really like this theme/config wink


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#46 2009-09-20 10:26:29

Barrucadu
Member
From: York, England
Registered: 2008-03-30
Posts: 1,158
Website

Re: Show your .ncmpcpp/config with Screenshot

Offline

#47 2009-09-21 00:09:49

unK
Member
Registered: 2008-11-16
Posts: 26

Re: Show your .ncmpcpp/config with Screenshot

colbert wrote:

How do I change the colour of the currently playing item in the playlist? The "highlight" of it I would guess.

current ncmpcpp-git offers custom prefix/suffix for now playing song. you can make it look e.g. like that:
http://omploader.org/vMmU1bA/custom_np.png

my ncmpcpp: http://omploader.org/vMmU1bQ/ncmpcpp.png
config: http://pastebin.com/f1945402b

Offline

#48 2009-09-22 11:06:17

droog
Member
Registered: 2004-11-18
Posts: 877

Re: Show your .ncmpcpp/config with Screenshot

tMmVmNg

config

playlist_disable_highlight_delay = "1"

song_list_format = "{$5%a$9  $7▕ $9 }|{$8%f$9} %r{$2%l$9  $7▕ $9 } $8%t$9"
song_status_format = "{(%l) }{%a - }{%t}|{%f}"
song_window_title_format = "{%a - }{%t}|{%f}"

header_visibility = "no"
statusbar_visibility = "no"
fancy_scrolling = "yes"

display_screens_numbers_on_start = "no"

colors_enabled = "yes"
empty_tag_color = "red"
header_window_color = "green"
volume_color = "blue"
state_line_color = "cyan"
state_flags_color = "green"
main_window_color = "blue"
color1 = "yellow"
color2 = "cyan"
main_window_highlight_color = "green"
progressbar_color = "cyan"
statusbar_color = "green"
active_column_color = "green"
window_border_color = "red"
active_window_border = "yellow"

Offline

#49 2009-09-22 13:27:41

Lich
Member
Registered: 2009-09-13
Posts: 437

Re: Show your .ncmpcpp/config with Screenshot

droog wrote:

http://omploader.org/tMmVmNg

config

playlist_disable_highlight_delay = "1"

song_list_format = "{$5%a$9  $7▕ $9 }|{$8%f$9} %r{$2%l$9  $7▕ $9 } $8%t$9"
song_status_format = "{(%l) }{%a - }{%t}|{%f}"
song_window_title_format = "{%a - }{%t}|{%f}"

header_visibility = "no"
statusbar_visibility = "no"
fancy_scrolling = "yes"

display_screens_numbers_on_start = "no"

colors_enabled = "yes"
empty_tag_color = "red"
header_window_color = "green"
volume_color = "blue"
state_line_color = "cyan"
state_flags_color = "green"
main_window_color = "blue"
color1 = "yellow"
color2 = "cyan"
main_window_highlight_color = "green"
progressbar_color = "cyan"
statusbar_color = "green"
active_column_color = "green"
window_border_color = "red"
active_window_border = "yellow"

LOL I have one similar to that. I might use yours though, I like the layout


Archlinux | ratpoison + evilwm | urxvtc | tmux

Offline

#50 2009-09-28 03:42:23

YamiFrankc
Member
From: Mexico
Registered: 2009-06-19
Posts: 177
Website

Re: Show your .ncmpcpp/config with Screenshot

filam wrote:

http://th01.deviantart.com/fs42/300W/f/ … ilm617.png

song_list_format = "{$3[%l]$9} {$5%a$9} {$6%t$9} %y %r %n {$5%b$9}"

Hi filam.
How to have MC like that?


Thanks and greetings.

Offline

Board footer

Powered by FluxBB