Package Details: ncmpcpp-git 2:0.9.2.r21.g81e5cf58-1

Git Clone URL: https://aur.archlinux.org/ncmpcpp-git.git (read-only, click to copy)
Package Base: ncmpcpp-git
Description: An almost exact clone of ncmpc with some new features (git version)
Upstream URL: https://rybczak.net/ncmpcpp/
Licenses: GPL-2.0-or-later
Conflicts: ncmpcpp
Provides: ncmpcpp
Submitter: rich_o
Maintainer: dbermond
Last Packager: dbermond
Votes: 113
Popularity: 0.188884
First Submitted: 2008-08-18 16:31 (UTC)
Last Updated: 2024-05-30 16:12 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

applebloom commented on 2014-03-16 10:51 (UTC)

Pressing e in playlist works for me in the latest version. You could try adding: def_key "e" edit_song to ~/.ncmpcpp/bindings If you still have problems, you can report bugs at http://bugs.musicpd.org/bug_report_page.php (you need to register, log in and switch "Project:" to "ncmpcpp").

ipickering commented on 2014-03-05 21:33 (UTC)

It looks like the tag editor can't be used. The keyboard shortcut doesn't even show up in the help menu. Will this be fixed?

dohnjoe commented on 2014-02-09 22:42 (UTC)

Hi, can't edit tags on the 'media browser' by pressing 'e'.

krisko commented on 2014-02-02 16:38 (UTC)

Hi, could you please add "pkg-config" as dependency? It won't build without it... ends with following error: configure.ac:39: error: possibly undefined macro: AC_MSG_ERROR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:105: error: possibly undefined macro: AC_CHECK_HEADERS configure.ac:172: error: possibly undefined macro: AC_SUBST

applebloom commented on 2013-11-18 01:45 (UTC)

Forget what I said, fixed in the latest commit.

applebloom commented on 2013-11-13 00:41 (UTC)

Damn, the whitespace was stripped. Here's the file: http://colin.net.pl/narf/patches/ncmpcpp_fix_tag_editor_save.patch

applebloom commented on 2013-11-13 00:38 (UTC)

The issue that i_magnific0 was reported but wasn't fixed yet. Here's the report: http://bugs.musicpd.org/view.php?id=3793 I dissected and found the commit (472c69e8cdb527e85d1cde833aaacc506d1215be) that breaks this and made a patch that seems to fix the issue. I'll report this upstream as soon as I get a confirmation email. Here's the patch: diff -Naur ncmpcpp/src/tag_editor.cpp ncmpcpp.new/src/tag_editor.cpp --- ncmpcpp/src/tag_editor.cpp 2013-11-13 01:23:27.964564854 +0100 +++ ncmpcpp.new/src/tag_editor.cpp 2013-11-13 01:23:03.281232999 +0100 @@ -548,13 +548,13 @@ LowerAllLetters(**it); Statusbar::msg("Done"); } - else if (id == 19) // reset + else if (id == 18) // reset { for (auto it = Tags->beginV(); it != Tags->endV(); ++it) it->clearModifications(); Statusbar::msg("Changes reset"); } - else if (id == 20) // save + else if (id == 19) // save { bool success = 1; Statusbar::msg("Writing changes...");

rich_o commented on 2013-07-04 18:04 (UTC)

@Kyrias: thank you, totally missed that flag.

demize commented on 2013-07-02 06:17 (UTC)

Change in version scheme is what the epoch variable is for though.

rich_o commented on 2013-05-13 12:48 (UTC)

@all: Due to a change in the version scheme (from date-based to git-branch-based), this package will not update automatically from version 20130402 to version 1510.786ffe9-1. Please de- and reinstall this time manually. This should also resolve the dependency change from libmpdclient-git (AUR) to libmpdclient (Extra).