You are not logged in.

#1 2014-11-16 06:37:40

sgtlaggy
Member
Registered: 2014-11-16
Posts: 9

NCMPCPP - Nested folders and --now-playing

I've been setting up ncmpcpp and mpd for the last few days, but none of it seems to work. I have my music directory set correctly in both my personal user mpd and ncmpcpp config files. Ncmcpcpp shows nothing in any pane. If there are any logs I can provide to get any help, I'd be happy to post them.

Another problem is using the --now-playing option with ncmpcpp. I see everyone using this is put into their bar, but It tells me it's an unrecognized option when I use either ncmpcpp or ncmpcpp-git.

My ncmpcpp version is 0.6.1-2.

Offline

#2 2014-11-16 06:40:55

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: NCMPCPP - Nested folders and --now-playing

--now-playing was dropped with the upgrade to 0.6. You can use mpc to print the current track.

In terms of your setup, you'll need to post your configs.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2014-11-16 20:06:05

sgtlaggy
Member
Registered: 2014-11-16
Posts: 9

Re: NCMPCPP - Nested folders and --now-playing

My mpd.conf and ncmpcpp config.

Note I still don't have music in ncmpcpp when my user mpd directory is ~/.mpd.

I start MPD with systemd (systemctl enable mpd).

Offline

#4 2014-11-16 20:39:22

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: NCMPCPP - Nested folders and --now-playing

What does systemctl status say about the service?

I'd recommend using Rasi's script if you can't get it going yourself.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2014-11-17 01:04:58

sgtlaggy
Member
Registered: 2014-11-16
Posts: 9

Re: NCMPCPP - Nested folders and --now-playing

jasonwryan wrote:

What does systemctl status say about the service?

Says it's active and running. Socket bind failed on 0:0:0:0:6600 because it was already in use, but [::]:6600 succeeded. Maybe ncmpcpp could just be checking 0:0:0:0:6600 and not any others?

EDIT: It also said it's running with the --no-daemon option.

Last edited by sgtlaggy (2014-11-17 01:10:42)

Offline

#6 2014-11-17 01:16:54

cris9288
Member
Registered: 2013-01-07
Posts: 348

Re: NCMPCPP - Nested folders and --now-playing

So are you starting mpd with systemctl start instead of systemctl --user start? If so, have you followed the instructions in the wiki regarding permissions on the music directory? Can you confirm which user mpd is running as?

Offline

#7 2014-11-17 01:46:16

sgtlaggy
Member
Registered: 2014-11-16
Posts: 9

Re: NCMPCPP - Nested folders and --now-playing

cris9288 wrote:

So are you starting mpd with systemctl start instead of systemctl --user start? If so, have you followed the instructions in the wiki regarding permissions on the music directory? Can you confirm which user mpd is running as?

I just gave up trying to figure it out and used Rasi's script. Now I'm just trying to learn to use ncmpcpp and figure out why it's showing some albums' years as (YEAR-1-1) and others as just (YEAR).

Offline

#8 2014-11-18 03:44:19

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: NCMPCPP - Nested folders and --now-playing

sgtlaggy wrote:

I just gave up trying to figure it out and used Rasi's script. Now I'm just trying to learn to use ncmpcpp and figure out why it's showing some albums' years as (YEAR-1-1) and others as just (YEAR).

first off: yeah I was useful!

second: because your tags are that way. I have this in my picard options: (Advanced > Scripting)
$if(%date%, $set(date,$left(%date%,4)))

this will truncate every date to YEAR, when retagging music


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#9 2014-11-18 03:52:26

sgtlaggy
Member
Registered: 2014-11-16
Posts: 9

Re: NCMPCPP - Nested folders and --now-playing

Rasi wrote:
sgtlaggy wrote:

I just gave up trying to figure it out and used Rasi's script. Now I'm just trying to learn to use ncmpcpp and figure out why it's showing some albums' years as (YEAR-1-1) and others as just (YEAR).

first off: yeah I was useful!

second: because your tags are that way. I have this in my picard options: (Advanced > Scripting)
$if(%date%, $set(date,$left(%date%,4)))

this will truncate every date to YEAR, when retagging music

I just find it odd that, when using the same program (EasyTag) to tag all my music, some of it is tagged that way and some isn't.

Last edited by sgtlaggy (2014-11-18 03:54:09)

Offline

Board footer

Powered by FluxBB