From: php-coder <php-coder@ngs.ru>
To: "культурный офтопик" <smoke-room@lists.altlinux.org>
Subject: [room] mpd + mpc + ncmpc = goooood! ;)
Date: Sat, 14 Jan 2006 19:39:11 +0600
Message-ID: <20060114133911.GA13671@mycomp.mydomain> (raw)
In-Reply-To: <20060114120057.GK6867@wrars-comp.wrarsdomain>
[-- Attachment #1: Type: text/plain, Size: 2083 bytes --]
--- 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)
[-- Attachment #2: mpc.spec.diff --]
[-- Type: text/plain, Size: 1679 bytes --]
--- 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) <algor@altlinux.ru>
-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 <php-coder@altlinux.ru> 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) <algor@altlinux.ru> 0.11.1-alt1
- initial build.
next prev parent reply other threads:[~2006-01-14 13:39 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-12 18:16 [room] Выбор проигрывателя Andrey Rahmatullin
2006-01-13 7:55 ` Damir Shayhutdinov
2006-01-13 8:13 ` Andrey Rahmatullin
2006-01-13 8:45 ` Damir Shayhutdinov
2006-01-13 17:24 ` Andrey Rahmatullin
2006-01-13 17:28 ` Damir Shayhutdinov
2006-01-13 18:19 ` Andrey Rahmatullin
2006-01-14 8:17 ` Eugene Vlasov
2006-01-14 8:36 ` php-coder
2006-01-14 8:44 ` Eugene Vlasov
2006-01-14 13:25 ` php-coder
2006-01-14 15:01 ` Eugene Vlasov
2006-01-14 9:45 ` [room] CP1251 в ID3v2 Andrey Rahmatullin
2006-01-14 12:29 ` Damir Shayhutdinov
2006-01-14 13:26 ` php-coder
2006-01-14 14:56 ` Andrey Rahmatullin
2006-01-14 14:57 ` Andrey Rahmatullin
2006-01-15 0:40 ` Michael Shigorin
2006-01-16 12:41 ` Nick S. Grechukh
2006-01-16 13:55 ` Michael Orlov
2006-01-16 14:05 ` Nick S. Grechukh
2006-01-13 10:00 ` [room] Выбор проигрывателя Maxim Tyurin
2006-01-13 10:25 ` Damir Shayhutdinov
2006-01-14 9:51 ` Andrey Rahmatullin
2006-01-14 10:20 ` php-coder
2006-01-14 12:00 ` Andrey Rahmatullin
2006-01-14 13:39 ` php-coder [this message]
2006-01-14 14:56 ` [room] mpd + mpc + ncmpc = goooood! ;) Andrey Rahmatullin
2006-01-14 21:48 ` Alexey Rusakov
2006-01-15 10:20 ` Andrey Rahmatullin
2006-01-15 13:51 ` Alexey Rusakov
2006-01-15 10:57 ` Andrey Rahmatullin
2006-01-15 21:00 ` Alexey Rusakov
2006-01-14 21:22 ` [room] Выбор проигрывателя Alexei V. Mezin
2006-01-16 8:25 ` Alexei V. Mezin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060114133911.GA13671@mycomp.mydomain \
--to=php-coder@ngs.ru \
--cc=smoke-room@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Культурный офтопик
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/smoke-room/0 smoke-room/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 smoke-room smoke-room/ http://lore.altlinux.org/smoke-room \
smoke-room@lists.altlinux.org smoke-room@lists.altlinux.ru smoke-room@lists.altlinux.com smoke-room@altlinux.ru smoke-room@altlinux.org smoke-room@altlinux.com
public-inbox-index smoke-room
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.smoke-room
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git