From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 29 19:53:31 2021 Received: (at submit) by debbugs.gnu.org; 29 Sep 2021 23:53:31 +0000 Received: from localhost ([127.0.0.1]:50985 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mVjOF-0003I7-5G for submit@debbugs.gnu.org; Wed, 29 Sep 2021 19:53:31 -0400 Received: from lists.gnu.org ([209.51.188.17]:46568) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mVjOC-0003Hw-3d for submit@debbugs.gnu.org; Wed, 29 Sep 2021 19:53:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57632) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mVjOB-0008Ct-Sp for bug-gnu-emacs@gnu.org; Wed, 29 Sep 2021 19:53:27 -0400 Received: from mail-pj1-f41.google.com ([209.85.216.41]:56046) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mVjOA-0005f5-E2 for bug-gnu-emacs@gnu.org; Wed, 29 Sep 2021 19:53:27 -0400 Received: by mail-pj1-f41.google.com with SMTP id pg10so2424761pjb.5 for ; Wed, 29 Sep 2021 16:53:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:mime-version:date:message-id:subject:to; bh=saQO0GtnzsoRhklEEZvXa7XGgSD358oXDD28yaMIuDY=; b=gDpHdi72NzuzJOpmpRyJmyETKRFGF0B2xhbCTLMZX2e0ITyGvlUgJp7iD6ZjKVU5E2 Xt0wn0WeCO25W925bnDYbZPKxlcwTUIW+6rmAaW6w3aKjMWnNspaSlzHYUw5Y9SLNi+B W/iRjEXhy2oEEf5Tu6Niu3FE5KOIkG+CtMPqjaQuT0bjM2AZV3zB8TtrbqTgrSdaqe6b DO2Merybe0Vad6syIHASaegjf569IXv423qq7OOFzH1oqhMGjtx8FEla7Fqw5ryOLqaY dfCLf1oSnrekEFHUPtpkVMBSWRy3+j359ESNjXiaRmbdBYptF6kNX9Qp4EQckdOJMbTu qCig== X-Gm-Message-State: AOAM530vf5OzW4Xy9auTwzu/+4TwzEUIIO6ezh3iI4nGZTwDmyKnEOwx lL3AJxAM/X/7CQ6xYcU5Uv00wNKzJk4xLj+TEOGNv2pP X-Google-Smtp-Source: ABdhPJyKUG2rR37r7+Wu6ydlvO3PYk6LxWkTVLyKm2RRIMUY76LyI/HZgUaR45t75koC4cPbZbntjBw4zejuP7OfQ1k= X-Received: by 2002:a17:90a:5583:: with SMTP id c3mr2768750pji.133.1632959604839; Wed, 29 Sep 2021 16:53:24 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Wed, 29 Sep 2021 16:53:24 -0700 From: Stefan Kangas X-Debbugs-Cc: Stefan Monnier MIME-Version: 1.0 Date: Wed, 29 Sep 2021 16:53:24 -0700 Message-ID: Subject: 28.0.50; mpc: Can't add album to playlist To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset="UTF-8" Received-SPF: pass client-ip=209.85.216.41; envelope-from=stefankangas@gmail.com; helo=mail-pj1-f41.google.com X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.8 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.8 (-) I can't add any album to the playlist in MPC. 0. emacs -Q 1. M-x mpc RET 2. move point to "Albums | Playlists" window 3. Pick any album, press RET The result is that the playlist clears in Emacs and the songs get added into the buffer. However, if I try playing any song in the "*MPC-Songs*" buffer, I get "This song is not in the playlist". The songs are also not added to the MPD playlist. I expect that the playlist a) does *not* clear (items get appended instead), b) that the songs are in fact added to the MPD playlist and c) that I can play the songs. --- Maybe related: If instead of pressing RET in step 3, I type `M-x mpc-playlist-add', I get a message like "Appended 12 songs", but the old playlist is unchanged in both Emacs and in MPD. I'm not sure if my MPD client is in a weird state or something, but ncmpcpp is still working as always. What can I do to investigate this? From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 30 08:33:26 2021 Received: (at 50907) by debbugs.gnu.org; 30 Sep 2021 12:33:26 +0000 Received: from localhost ([127.0.0.1]:51677 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mVvFe-0006Hj-75 for submit@debbugs.gnu.org; Thu, 30 Sep 2021 08:33:26 -0400 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:63099) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mVvFY-0006HR-0l for 50907@debbugs.gnu.org; Thu, 30 Sep 2021 08:33:24 -0400 Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 305F110028A; Thu, 30 Sep 2021 08:33:14 -0400 (EDT) Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id ADB981000C4; Thu, 30 Sep 2021 08:33:12 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1633005192; bh=4xfs8sfzW/S9dsYiHIABmxsjAJrEN+XhIlOO8+r/JO0=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=ijEUKNEpVvY0KjDfaSJeGFe31YMAbsbpfqpmbiBDyrYLdBLKrzHjhHHqf9nEj3S7z s2dYVH/mCstwBoOSgX0Ubv9upXRQIcmIY0mXdRfQDJYpp1Y7n+rYpMccp32Z0bASgE rU5IayKoLnkLnHOmoI3Zh3lsQnkaBAdGoJS2mK+CX0EHzsNuD6joLeDQH9t1O1XKrb 2v8HdOTnQwK3ojwVAZXX2sr+tn0p8Tbh7US16zfM4DgvVdm2mq3Ka+oTK+RCxn0wlA 3yk4PKKUqnp9g3WjYseAGJreeZSG2RSIc8mFlpkPBgoQuDgvSlYWpD0If1IUNefI9v JPkr4hcyoVK8Q== Received: from milanesa (unknown [45.72.241.23]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 8185F12027F; Thu, 30 Sep 2021 08:33:12 -0400 (EDT) From: Stefan Monnier To: Stefan Kangas Subject: Re: bug#50907: 28.0.50; mpc: Can't add album to playlist Message-ID: References: Date: Thu, 30 Sep 2021 08:33:11 -0400 In-Reply-To: (Stefan Kangas's message of "Wed, 29 Sep 2021 16:53:24 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SPAM-INFO: Spam detection results: 0 ALL_TRUSTED -1 Passed through trusted hosts only via SMTP AWL -0.056 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain X-SPAM-LEVEL: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50907 Cc: 50907@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > I can't add any album to the playlist in MPC. > > 0. emacs -Q > 1. M-x mpc RET > 2. move point to "Albums | Playlists" window > 3. Pick any album, press RET > The result is that the playlist clears in Emacs and the songs get added > into the buffer. I don't think so: *MPC-Songs* doesn't always show the playlist. What RET does is that it selects the songs and shows you in *MPC-Songs* the songs that were selected. You can then add them to the playlist with `mpc-playlist-add` if you want. > However, if I try playing any song in the "*MPC-Songs*" buffer, I get > "This song is not in the playlist". The songs are also not added to > the MPD playlist. That's right. If you want to see the playlist, try `mpc-playlist`. One of the main ideas behind mpc.el is that you can play albums without thinking about a playlist, just browse your music collection and hit play when you've found the album/artist/playlist/... that you want to listen to. Stefan