Package Details: ncmpcpp-git 2:0.9.2.r20.gdc46f7a4-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: 114
Popularity: 0.36
First Submitted: 2008-08-18 16:31 (UTC)
Last Updated: 2024-02-13 14:14 (UTC)

Latest Comments

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

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).

Earnest commented on 2013-04-08 12:07 (UTC)

Updated PKGBUILD for 4.1: http://ix.io/54y/sh

rich_o commented on 2013-04-02 20:08 (UTC)

@kellerman: does work here. btw: i create the aur package, but i do not maintain any code. so please ask for fixes upstream.