From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sat, 14 Jan 2006 19:39:11 +0600 From: php-coder To: =?koi8-r?B?y9XM2NTV0s7ZyiDPxtTP0MnL?= Message-ID: <20060114133911.GA13671@mycomp.mydomain> Mail-Followup-To: =?koi8-r?B?y9XM2NTV0s7ZyiDPxtTP0MnL?= References: <20060112181637.GF6867@wrars-comp.wrarsdomain> <20060113075551.GA5647@damir.rnd.local> <20060114095100.GA6867@wrars-comp.wrarsdomain> <20060114102022.GA8643@mycomp.mydomain> <20060114120057.GK6867@wrars-comp.wrarsdomain> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20060114120057.GK6867@wrars-comp.wrarsdomain> Subject: [room] mpd + mpc + ncmpc = goooood! ;) X-BeenThere: smoke-room@lists.altlinux.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?koi8-r?b?y9XM2NTV0s7ZyiDPxtTP0MnL?= List-Id: =?koi8-r?b?y9XM2NTV0s7ZyiDPxtTP0MnL?= List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 13:30:21 -0000 Archived-At: List-Archive: --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit --- Andrey Rahmatullin 2006-01-14 17:00:57 +0500 +++ php-coder 2006-01-14 19:26:06 +0600 AR> > [c0der@mycomp ~]$ mpc help 2>&1 G toggle AR> > mpc toggle Toggles Play/Pause, plays if stopped AR> Мням-мням. Также стали доступны ещё две новых опции: crop -- удаляет все песни кроме текущей stats -- выводит статистику о mpd И теперь mpc по умолчанию конектится к порту 6600, так что не нужно выставлять переменную MPD_PORT. AR> > Я себе уже давно собрал новую версию и даже мэйнтейнеру спек AR> > выслал, но ответа так и не получал :( AR> Мож он в запое? ;) AR> На канале вроде висит. Не знаю. Может письмо не долшло? Я оказывается его еще 18 декабря отправлял :D AR> > Андрей, тебе спек присалать? AR> Шли прям сюда тогда. Ок. diff в аттаче. Ах, да. И еще. Есть у них канал свой на irc.freenode.net -- #mpd Есть вика интересная: http://mpd.wikicities.com В частности, что меня там заинтересовало: http://mpd.wikicities.com/wiki/Hacks Всякие трюки по использованию mpd. К примеру: http://mpd.wikicities.com/wiki/Hack:Mpc-play "This simple perl-script allow you to use mpc as general-purpose player like xmms (i.e. to play any file, even if it is outside mpdroot directory)." http://mpd.wikicities.com/wiki/Hack:mpdwiki This dirty shell script fetches wikipedia article about current mpd artist and shows it vith w3m browser. http://mpd.wikicities.com/wiki/Hack:SystemV_Init Скрипт для того чтобы mpd запускать как системный демон. Кстати, я подумываю FR повешать на mpd, чтобы этот скрипт адаптировали и прикрутили к нашей сборке. http://mpd.wikicities.com/wiki/Hack:Xchat_mpd Description: MPD control script for Xchat. (written in python) http://mpd.wikicities.com/wiki/Hack:mpc-mpd-score A set of patch to add scoring support to mpc / mpd. Очень заманчиво. Сам пока не пробовал :) Успехов! -- + php-coder + php-coder[at]altlinux[dot]ru Хватит спорить давайте драться! =))) -- Jonik (linux.org.ru) --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="mpc.spec.diff" --- mpc.spec.orig 2005-12-18 14:47:21 +0600 +++ mpc.spec 2005-12-18 15:23:32 +0600 @@ -1,37 +1,48 @@ -Name: mpc -Version: 0.11.1 -Release: alt1 +Name: mpc +Version: 0.11.2 +Release: alt1 + +Summary: A command line tool to interface MPD. +License: GPL +Group: Sound -Summary: A command line tool to interface MPD. -License: GPL -Group: Sound +Url: http://musicpd.org/ +Packager: Alex Gorbachenko (agent_007) -Url: http://musicpd.org/ - -Source: %name-%version.tar.gz - -# Automatically added by buildreq on Thu Feb 10 2005 -BuildRequires: hostinfo +Source: http://mercury.chem.pitt.edu/~shank/%name-%version.tar.gz %description - A command line tool to interface MPD. %prep %setup -q %build +%add_optflags -Werror %configure -%make_build +%make_build --silent --no-print-directory %install -%makeinstall +%make_install --silent --no-print-directory DESTDIR=%buildroot install %files -%doc AUTHORS ChangeLog COPYING INSTALL README doc/{m3u-handler.sh,mpc-bashrc,pls-handler.sh} +%doc AUTHORS ChangeLog INSTALL README +%doc doc/{m3u-handler.sh,mpc-bashrc,pls-handler.sh} %_bindir/%name -%_man1dir/%name.1.gz +%_man1dir/%name.1.* +%exclude %_defaultdocdir/%name %changelog +* Sun Dec 18 2005 php-coder 0.11.2-alt1 +- New version +- Updated BuildRequires +- Using -Werror flag for compiler by default +- Added full url to Source tag +- Added Packager tag +- Removed COPYING file from package +- Runing make with --no-print-directory and --silent options to make + terminal output cleanly +- Spec cleanup + * Thu Feb 10 2005 Alex Gorbachenko (agent_007) 0.11.1-alt1 - initial build. --4Ckj6UjgE2iN1+kY--