Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-24 Thread Manny Calavera
On Wed, Oct 24, 2007 at 01:02:02PM +0200, Tube wrote:
> On Tue, Oct 02, 2007 at 03:15:33PM -0400, Ross Palmer Mohn wrote:
> > I've been working with cmus lately and am beginning to like.  I'd like
> > to take an informal poll of what console music people use and why.
> 
> i used mocp a long time, switched over to cmus and then again back to
> mocp. the cool thing about mocp that i need -- and why i switched back --
> at the moment is that i can remotely control the player (mocp -P for
> pausing and so on). cmus is very nice because of its vim-style but also
> a little bit overfeatured IMHO.
> 
> tube

I use mpd here without any problems. Actually its mpd + iceast because I
stream it from another machine to my laptop running dwm. 

{ MODKEY,   XK_p,   spawn,  "sh 
~/misc/scripts/oggplay.sh" }, \
{ MODKEY,   XK_q,   spawn,  "exec pkill 
ogg123" }, \
{ MODKEY,   XK_period,  spawn,  "exec mpc next" 
}, \
{ MODKEY,   XK_comma,   spawn,  "exec mpc prev" 
}, \

These are my keyboard shortcuts. oggplay.sh is a script i wrote that
runs ogg123 to connect to the streaming ogg that icecast uses.




Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-24 Thread carmen
alias m=mplayer
mpl() { m -loop 0 -shuffle -playlist $*;}
mpo() { m -playlist $*;}
alias mp='mpl .pls'
alias 313='cd /m && ma 
"\(dan.*\(curtin\|bell\)\|chicago\|r_and_s\|metroplex\|kms\|modell\|deepchord\|acid\|titonton\|tejada\|morgan\|dbx\|moody\|parrish\|ranelin\|red.planet\|martian\|dj.\(assault\|godfather\|bone\)\|suburban\|detroit\|313\)"'
ma() { grep -i "$*" .pls > .f && mpl .f;}
ms() { grep -i "$*" .pls > .f && mpo .f;}
ra() { m `s=^$*=;grep $s ~/.radio|sed -e s/$s//`;}
alias pl='find . -iregex ".*.flac" -o -iregex ".*.mp3" -o -iregex 
".*.m4a"|sort> .pls'

run 'pl' in music dir after new files created..

mp is totally random, 'ma something' for shuffle keyword match, 'ms something' 
for match played in order..

~/.radio has entries like

k=http://sc1.abacast.com:8240
n=http://s1.streaming.novanet.fr:80/radionova
b=http://wbgo.streamguys.net:80/
m=http://headphones.mit.edu:8000/
j=http://netcast.kfjc.org:8976/
p=http://66.134.90.174:8080
z=http://amber.streamguys.com:4860/
f=http://216.118.106.243/
r=http://typhoon.exequo.org:8000/rinseradio
d=http://radio.dubstep.fm:8000
res=http://212.23.57.33:8010
s=http://scanner.irational.org:8000/scanner

'ra z' to play..

any good way to shorten that cray grep to something more readable w/o using a 
temp file?

On Wed Oct 24, 2007 at 01:02:02PM +0200, Tube wrote:
> On Tue, Oct 02, 2007 at 03:15:33PM -0400, Ross Palmer Mohn wrote:
> > I've been working with cmus lately and am beginning to like.  I'd like
> > to take an informal poll of what console music people use and why.
> 
> i used mocp a long time, switched over to cmus and then again back to
> mocp. the cool thing about mocp that i need -- and why i switched back --
> at the moment is that i can remotely control the player (mocp -P for
> pausing and so on). cmus is very nice because of its vim-style but also
> a little bit overfeatured IMHO.
> 
> tube
> -- 
> [EMAIL PROTECTED]
> http://count0.net



Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-24 Thread Tube
On Wed, Oct 24, 2007 at 08:55:50AM -0400, Ross Mohn wrote:
> 
> Here's what I use in dwm's config.h:
> 
> ...
> {MODKEY,XK_Home, spawn,"exec cmus-remote --pause" }, \
> {MODKEY,XK_End,  spawn,"exec cmus-remote --stop"  }, \
> {MODKEY,XK_Up,   spawn,"exec cmus-remote --volume +1" }, \
> {MODKEY,XK_Down, spawn,"exec cmus-remote --volume -1" }, \
> {MODKEY,XK_Right,spawn,"exec cmus-remote --next"  }, \
> {MODKEY,XK_Left, spawn,"exec cmus-remote --prev"  }, \
> ...

ok, thx to all of you :) indeed, didnt know about cmus-remote

-- 
[EMAIL PROTECTED]
http://count0.net



Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-24 Thread Sylvain Bertrand
Ario is a new GTK+/GCONF front-end for mpd:
http://linuxfr.org/redirect/54111.html



Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-24 Thread Ross Mohn
On Wed, Oct 24, 2007 at 01:02:02PM +0200, Tube wrote:
> On Tue, Oct 02, 2007 at 03:15:33PM -0400, Ross Palmer Mohn wrote:
> > I've been working with cmus lately and am beginning to like.  I'd like
> > to take an informal poll of what console music people use and why.
> 
> i used mocp a long time, switched over to cmus and then again back to
> mocp. the cool thing about mocp that i need -- and why i switched back --
> at the moment is that i can remotely control the player (mocp -P for
> pausing and so on). cmus is very nice because of its vim-style but also
> a little bit overfeatured IMHO.

Here's what I use in dwm's config.h:

...
{MODKEY,XK_Home, spawn,"exec cmus-remote --pause" }, \
{MODKEY,XK_End,  spawn,"exec cmus-remote --stop"  }, \
{MODKEY,XK_Up,   spawn,"exec cmus-remote --volume +1" }, \
{MODKEY,XK_Down, spawn,"exec cmus-remote --volume -1" }, \
{MODKEY,XK_Right,spawn,"exec cmus-remote --next"  }, \
{MODKEY,XK_Left, spawn,"exec cmus-remote --prev"  }, \
...

Cheers! -RPM




Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-24 Thread Grigorios Bouzakis
On Wed, Oct 24, 2007 at 01:02:02PM +0200, Tube wrote:
> On Tue, Oct 02, 2007 at 03:15:33PM -0400, Ross Palmer Mohn wrote:
> > I've been working with cmus lately and am beginning to like.  I'd like
> > to take an informal poll of what console music people use and why.
> 
> i used mocp a long time, switched over to cmus and then again back to
> mocp. the cool thing about mocp that i need -- and why i switched back --
> at the moment is that i can remotely control the player (mocp -P for
> pausing and so on). cmus is very nice because of its vim-style but also
> a little bit overfeatured IMHO.
> 
> tube
> -- 
> [EMAIL PROTECTED]
> http://count0.net

cmus might be overfeatured as you say but imo mocp has an ugly bar on
bottom to display progress of currently playing track and most
importantly its VERY slow when loading the tracks into the playlist to
display total time etc which is very annoying

Greg


pgpmsuu7STe4b.pgp
Description: PGP signature


Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-24 Thread Tuncer Ayaz
On 10/24/07, Tube <[EMAIL PROTECTED]> wrote:
> On Tue, Oct 02, 2007 at 03:15:33PM -0400, Ross Palmer Mohn wrote:
> > I've been working with cmus lately and am beginning to like.  I'd like
> > to take an informal poll of what console music people use and why.
>
> i used mocp a long time, switched over to cmus and then again back to
> mocp. the cool thing about mocp that i need -- and why i switched back --
> at the moment is that i can remotely control the player (mocp -P for
> pausing and so on). cmus is very nice because of its vim-style but also
> a little bit overfeatured IMHO.

use cmus-remote
http://repo.or.cz/w/cmus.git?a=blob_plain;f=Doc/cmus-remote.txt;hb=HEAD



Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-24 Thread Tube
On Tue, Oct 02, 2007 at 03:15:33PM -0400, Ross Palmer Mohn wrote:
> I've been working with cmus lately and am beginning to like.  I'd like
> to take an informal poll of what console music people use and why.

i used mocp a long time, switched over to cmus and then again back to
mocp. the cool thing about mocp that i need -- and why i switched back --
at the moment is that i can remotely control the player (mocp -P for
pausing and so on). cmus is very nice because of its vim-style but also
a little bit overfeatured IMHO.

tube
-- 
[EMAIL PROTECTED]
http://count0.net



Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-06 Thread René Wilhelm
On Fri, Oct 05, 2007 at 11:38:53PM +0200, Anselm R. Garbe wrote:
> Actually I thought about using the Fn keys for tagging, but
> dunno what people think about it?

I wouldn't like it. On most keyboards the Fn keys are further away than
the number row (there is this small, about 1cm big gap between the
number row and the Fn keys) and I like to minimize my finger movement
when working. Beside that, Meta-[1-9] is not often used by other
programs, and if they are, it's not that important, afaik.

-- 
René Wilhelm


pgpac24CdXsic.pgp
Description: PGP signature


Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-06 Thread Alexander Polakov
* Anselm R. Garbe <[EMAIL PROTECTED]> [071006 21:34]:
> 
> Actually I thought about using the Fn keys for tagging, but
> dunno what people think about it?
> 
It's fine! I've been using them for ages.
-- 
Alexander Polakov | http://polachok.livejournal.com
Russian DWM users | http://community.livejournal.com/ru_dwm/



Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-05 Thread Anselm R. Garbe
Well the only reason I don't like with all those solutions are
the different keyboard layouts out there. Especially qwerty and
zxcvb are not ideal, because they differ in nearly all non-US layouts.

Actually I thought about using the Fn keys for tagging, but
dunno what people think about it?

Regards,
Anselm

On Fri, Oct 05, 2007 at 11:21:55PM +0200, Kai Grossjohann wrote:
> On Wed, Oct 03, 2007 at 04:21:25PM +0200, Anselm R. Garbe wrote:
> 
> > On Wed, Oct 03, 2007 at 09:06:40AM -0400, Jeremy O'Brien wrote:
> > > http://pohl.ececs.uc.edu/~jeremy/cmus-status-display
> > 
> > Totally offtopic, but I like your idea to have 1 2 3 4 5 q w e r
> > as tags instead of 1 - 9.
> 
> z x c v b n m
> 
> (Actually, my tags are 1-9 and I just set up keybindings Mod-z through
> Mod-m to be aliases for Mod-1 through Mod-7.)
> 
> Kai
> 

-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361



Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-05 Thread Kai Grossjohann
On Wed, Oct 03, 2007 at 04:21:25PM +0200, Anselm R. Garbe wrote:

> On Wed, Oct 03, 2007 at 09:06:40AM -0400, Jeremy O'Brien wrote:
> > http://pohl.ececs.uc.edu/~jeremy/cmus-status-display
> 
> Totally offtopic, but I like your idea to have 1 2 3 4 5 q w e r
> as tags instead of 1 - 9.

z x c v b n m

(Actually, my tags are 1-9 and I just set up keybindings Mod-z through
Mod-m to be aliases for Mod-1 through Mod-7.)

Kai



Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-05 Thread Kai Grossjohann
On Wed, Oct 03, 2007 at 04:23:52PM +0200, Antoni Grzymala wrote:

> It's pretty cool, however I have some major application shortcuts under
> some of these keys which I'd need to redefine and get used to :).

Use a distinct modifier for the WM.  Such as the flag key on a 104/105
key keyboard being Super_L/Super_R, say.

Kai




Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-04 Thread James Hoving
mpd/ncmpc FTW! :-)
I don't run mpd on my main machine but on an old Toshiba Portege 3010 so I
can reboot without losing my sweet sweet music.

/Jim


Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-03 Thread Amit Uttamchandani

> Same here, I use the win-key for all things dwm, but by application I
> meant dwm-application-launch shortcuts (ie e for terminal, w for web
> browser and so on).

That is a great idea...how do you set dwm-application-launch in dwm?

-- 
Amit Uttamchandani <[EMAIL PROTECTED]>



Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-03 Thread Antoni Grzymala
Jeremy O'Brien dixit (2007-10-03, 10:45):

> On Wed, Oct 03, 2007 at 04:23:52PM +0200, Antoni Grzymala wrote:
> > Anselm R. Garbe dixit (2007-10-03, 16:21):
> > 
> > > On Wed, Oct 03, 2007 at 09:06:40AM -0400, Jeremy O'Brien wrote:
> > > > http://pohl.ececs.uc.edu/~jeremy/cmus-status-display
> > > 
> > > Totally offtopic, but I like your idea to have 1 2 3 4 5 q w e r
> > > as tags instead of 1 - 9.
> > 
> > It's pretty cool, however I have some major application shortcuts under
> > some of these keys which I'd need to redefine and get used to :).
> > 
> > [a]
> > 
> 
> I'm on a mac, so I use the apple key (useless otherwise) for all my
> window manager shortcuts. ;) If I'm on a windows machine I use the
> win-key (mod4). So my shortcuts never interfere with alt-based shortcuts.

Same here, I use the win-key for all things dwm, but by application I
meant dwm-application-launch shortcuts (ie e for terminal, w for web
browser and so on).

Best,

[a]

-- 
. Antoni Grzymala - antoni (at) chopin.edu.pl ---.
| OpenPGP KeyID EB315583 available now from a keyserver near you |
| Fingerprint A819 6D2E D5EB D9E0 D2D9  7AF6 2FAF 4A11 EB31 5583 |
`'


pgplo0TxAnZdh.pgp
Description: PGP signature


Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-03 Thread Jeremy O'Brien
On Wed, Oct 03, 2007 at 04:23:52PM +0200, Antoni Grzymala wrote:
> Anselm R. Garbe dixit (2007-10-03, 16:21):
> 
> > On Wed, Oct 03, 2007 at 09:06:40AM -0400, Jeremy O'Brien wrote:
> > > http://pohl.ececs.uc.edu/~jeremy/cmus-status-display
> > 
> > Totally offtopic, but I like your idea to have 1 2 3 4 5 q w e r
> > as tags instead of 1 - 9.
> 
> It's pretty cool, however I have some major application shortcuts under
> some of these keys which I'd need to redefine and get used to :).
> 
> [a]
> 

I'm on a mac, so I use the apple key (useless otherwise) for all my
window manager shortcuts. ;) If I'm on a windows machine I use the
win-key (mod4). So my shortcuts never interfere with alt-based shortcuts.

-- 
 Jeremy O'Brien aka neutral_insomniac
 GPG key: 0xB1140FDB http://pohl.ececs.uc.edu/~jeremy/jeremy.asc
 Linux ambelina 2.6.23-rc3 ppc 7447A, altivec supported PowerBook5,8 GNU/Linux


pgpEA1gqZ8J7v.pgp
Description: PGP signature


Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-03 Thread Jeremy O'Brien
On Wed, Oct 03, 2007 at 04:21:25PM +0200, Anselm R. Garbe wrote:
> On Wed, Oct 03, 2007 at 09:06:40AM -0400, Jeremy O'Brien wrote:
> > http://pohl.ececs.uc.edu/~jeremy/cmus-status-display
> 
> Totally offtopic, but I like your idea to have 1 2 3 4 5 q w e r
> as tags instead of 1 - 9.
> 

I am honored. :-D

-- 
 Jeremy O'Brien aka neutral_insomniac
 GPG key: 0xB1140FDB http://pohl.ececs.uc.edu/~jeremy/jeremy.asc
 Linux ambelina 2.6.23-rc3 ppc 7447A, altivec supported PowerBook5,8 GNU/Linux


pgpl8NFqicTqE.pgp
Description: PGP signature


Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-03 Thread Evan Gates
I moved to a s d q w e for tags a while ago, and changed my caps lock
key into an alt key.  Makes me like dwm that much more.

-emg

On 10/3/07, Antoni Grzymala <[EMAIL PROTECTED]> wrote:
> Anselm R. Garbe dixit (2007-10-03, 16:21):
>
> > On Wed, Oct 03, 2007 at 09:06:40AM -0400, Jeremy O'Brien wrote:
> > > http://pohl.ececs.uc.edu/~jeremy/cmus-status-display
> >
> > Totally offtopic, but I like your idea to have 1 2 3 4 5 q w e r
> > as tags instead of 1 - 9.
>
> It's pretty cool, however I have some major application shortcuts under
> some of these keys which I'd need to redefine and get used to :).
>
> [a]
>
> --
> . Antoni Grzymala - antoni (at) chopin.edu.pl ---.
> | OpenPGP KeyID EB315583 available now from a keyserver near you |
> | Fingerprint A819 6D2E D5EB D9E0 D2D9  7AF6 2FAF 4A11 EB31 5583 |
> `'
>
>



Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-03 Thread Antoni Grzymala
Anselm R. Garbe dixit (2007-10-03, 16:21):

> On Wed, Oct 03, 2007 at 09:06:40AM -0400, Jeremy O'Brien wrote:
> > http://pohl.ececs.uc.edu/~jeremy/cmus-status-display
> 
> Totally offtopic, but I like your idea to have 1 2 3 4 5 q w e r
> as tags instead of 1 - 9.

It's pretty cool, however I have some major application shortcuts under
some of these keys which I'd need to redefine and get used to :).

[a]

-- 
. Antoni Grzymala - antoni (at) chopin.edu.pl ---.
| OpenPGP KeyID EB315583 available now from a keyserver near you |
| Fingerprint A819 6D2E D5EB D9E0 D2D9  7AF6 2FAF 4A11 EB31 5583 |
`'


pgpSjQs2z04zD.pgp
Description: PGP signature


Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-03 Thread Anselm R. Garbe
On Wed, Oct 03, 2007 at 09:06:40AM -0400, Jeremy O'Brien wrote:
> http://pohl.ececs.uc.edu/~jeremy/cmus-status-display

Totally offtopic, but I like your idea to have 1 2 3 4 5 q w e r
as tags instead of 1 - 9.

Regards,
-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361



Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-03 Thread Ross Palmer Mohn
On Wed, Oct 03, 2007 at 09:06:40AM -0400, Jeremy O'Brien wrote:
> 
> I'll go with the & ;)
> 
> Here's a screenshot: http://pohl.ececs.uc.edu/~jeremy/cmus.png
> 
> I use a slightly changed script that comes with cmus called
> cmus-status-display. Here it is:
> http://pohl.ececs.uc.edu/~jeremy/cmus-status-display
> 
> The instructions for using it (very simple) are in the file itself.
> Before I send the status off to the status bar, I filter it to prevent
> ridiculously long lines from taking over my status bar, by doing this:
> `tail -n 1 /tmp/cmus-status |tail -c 50` (This can be seen in my
> xinitrc, posted earlier)
> 
> Feel free to ask any questions. :) I love sharing desktop ideas.
> Everyone's environment is their own, and it's nice to see what kind of
> setups other people use. I love the freedom of open source software.

Nice. I just modified the output() function since I'm not always playing
something. Makes .xinitrc easier to code!
Cheers! -RPM


FSTAT="/tmp/cmus-status"
FPLAY="/tmp/cmus-playing"

output()
{
# write status to $FSTAT
echo "$*" >> $FSTAT 2>&1

# write what's playing to $FPLAY
if echo "$*" | grep "^\[playing] "
then
echo "$*" | sed "s/^\[playing] //" > $FPLAY 2>&1
else
rm -f $FPLAY
fi
}





Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-03 Thread Jeremy O'Brien
On Tue, Oct 02, 2007 at 09:02:20PM -0400, Ross Palmer Mohn wrote:
> On Tue, Oct 02, 2007 at 08:55:10PM -0400, Jeremy O'Brien wrote:
> > On Tue, Oct 02, 2007 at 08:23:33PM +0100, Thomas Menari wrote:
> > > On Tue, Oct 02, 2007 at 03:15:33PM -0400, Ross Palmer Mohn wrote:
> > > > I've been working with cmus lately and am beginning to like.  I'd like
> > > > to take an informal poll of what console music people use and why.
> > > 
> > > I use cmus; it's fairly light, doesn't require a daemon, and has
> > > a good tree view. It also has vi-like bindings and UTF-8
> > > support, which may mean something to some people.
> > > 
> > > --spaceinvader
> > 
> > I tried the whole ncmpc/mpd setup, and moc, and mp3blaster. I've settled
> > on cmus because of its superior playlist support (If you clear a
> > playlist it continues playing. Mpd stops...), quick searching, and
> > lightning-fast library updating. And of course I get dwm status bar
> > output and keyboard bindings for everything on it ;)
> 
> What's your status bar output look like (script &/or screenshot)?
> Thanks! -RPM
> 

I'll go with the & ;)

Here's a screenshot: http://pohl.ececs.uc.edu/~jeremy/cmus.png

I use a slightly changed script that comes with cmus called
cmus-status-display. Here it is:
http://pohl.ececs.uc.edu/~jeremy/cmus-status-display

The instructions for using it (very simple) are in the file itself.
Before I send the status off to the status bar, I filter it to prevent
ridiculously long lines from taking over my status bar, by doing this:
`tail -n 1 /tmp/cmus-status |tail -c 50` (This can be seen in my
xinitrc, posted earlier)

Feel free to ask any questions. :) I love sharing desktop ideas.
Everyone's environment is their own, and it's nice to see what kind of
setups other people use. I love the freedom of open source software.

-- 
 Jeremy O'Brien aka neutral_insomniac
 GPG key: 0xB1140FDB http://pohl.ececs.uc.edu/~jeremy/jeremy.asc
 Linux ambelina 2.6.23-rc3 ppc 7447A, altivec supported PowerBook5,8 GNU/Linux


pgpmwXKUVpVza.pgp
Description: PGP signature


Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-03 Thread Alpt
On Tue, Oct 02, 2007 at 03:15:33PM -0400, :
~> I've been working with cmus lately and am beginning to like.  I'd like
~> to take an informal poll of what console music people use and why.
~> 
~> cmus
~> moc
~> mpd

xmplayer
http://www.freaknet.org/alpt/src/utils/xmplayer/readme

"""Xmplayer executes, only once, mplayer in background and controls it
through a FIFO. It supports all the (useful) features you'll find in XMMS and
it is easily extendible.
However, unlike XMMS, Xmplayer doesn't require any X server active. You can
even use it from a remote shell. Indeed, this was the main reason for its
development."""

-- 
:wq!
"I don't know nothing" The One Who reached the Thinking Matter   '.'

[ Alpt --- Freaknet Medialab ]
[ GPG Key ID 441CF0EE ]
[ Key fingerprint = 8B02 26E8 831A 7BB9 81A9  5277 BFF8 037E 441C F0EE ]



Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-02 Thread Ross Palmer Mohn
On Tue, Oct 02, 2007 at 08:55:10PM -0400, Jeremy O'Brien wrote:
> On Tue, Oct 02, 2007 at 08:23:33PM +0100, Thomas Menari wrote:
> > On Tue, Oct 02, 2007 at 03:15:33PM -0400, Ross Palmer Mohn wrote:
> > > I've been working with cmus lately and am beginning to like.  I'd like
> > > to take an informal poll of what console music people use and why.
> > 
> > I use cmus; it's fairly light, doesn't require a daemon, and has
> > a good tree view. It also has vi-like bindings and UTF-8
> > support, which may mean something to some people.
> > 
> > --spaceinvader
> 
> I tried the whole ncmpc/mpd setup, and moc, and mp3blaster. I've settled
> on cmus because of its superior playlist support (If you clear a
> playlist it continues playing. Mpd stops...), quick searching, and
> lightning-fast library updating. And of course I get dwm status bar
> output and keyboard bindings for everything on it ;)

What's your status bar output look like (script &/or screenshot)?
Thanks! -RPM




Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-02 Thread Jeremy O'Brien
On Tue, Oct 02, 2007 at 08:23:33PM +0100, Thomas Menari wrote:
> On Tue, Oct 02, 2007 at 03:15:33PM -0400, Ross Palmer Mohn wrote:
> > I've been working with cmus lately and am beginning to like.  I'd like
> > to take an informal poll of what console music people use and why.
> 
> I use cmus; it's fairly light, doesn't require a daemon, and has
> a good tree view. It also has vi-like bindings and UTF-8
> support, which may mean something to some people.
> 
> --spaceinvader

I tried the whole ncmpc/mpd setup, and moc, and mp3blaster. I've settled
on cmus because of its superior playlist support (If you clear a
playlist it continues playing. Mpd stops...), quick searching, and
lightning-fast library updating. And of course I get dwm status bar
output and keyboard bindings for everything on it ;)

-- 
 Jeremy O'Brien aka neutral_insomniac
 GPG key: 0xB1140FDB http://pohl.ececs.uc.edu/~jeremy/jeremy.asc
 Linux ambelina 2.6.23-rc3 ppc 7447A, altivec supported PowerBook5,8 GNU/Linux


pgpE19QhAsehV.pgp
Description: PGP signature


Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-02 Thread y i y u s
2007/10/2, Ross Palmer Mohn <[EMAIL PROTECTED]>:
> I've been working with cmus lately and am beginning to like.  I'd like
> to take an informal poll of what console music people use and why.
>

I was using this script. It probably has bugs, but should be
self-explanatory. I also used a modified dmenu version to show the
current song with 'mo current allways' and play next song or stop and
an xlib program to control the playlist with the mouse wheel. I have
the sources somewhere if you are interested.
Since I reinstalled everything in my new laptop, I just use mpg123 or
mplayer (I used to patch dwm to let some space for a second bar to
know the current song, but lately I'm too lazy...)

greets,


-- 


- yiyus || JGL .


mo
Description: Binary data


Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-02 Thread Nagy Mate
greetings,
> I do exactly the same thing. It's very nice being able to control mpd
> with my laptop's multimedia keys.
 i do this with moc, with which i also get a reasonable curses
interface, little track switching lag, and good streaming audio support
(i listen to net radios a lot, so this is important for me).
 does cmus have good stream support?
 (this means that if there's a net outage, the client doesn't hang...
i just hate badly written/optimistic socket code. although it's
admittedly isn't exactly trivial to get right.)

Mate



Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-02 Thread Ricardo Martins
On Tue, 02 Oct 2007 22:05, Christoph Siegenthaler wrote:
> I use mpd and ncmpc and like this combo a lot.
> I have configured the most common mpc commands to keybindings to be able to 
> use them everywhere. (I assume that this is quite common under console 
> music player users ;)

I do exactly the same thing. It's very nice being able to control mpd
with my laptop's multimedia keys.
-- 
 Ricardo Martins  *  scarybox.net  *  GPG key: 0x1308F1B4

Q: Why is this email 5 sentences or less?
A: http://five.sentenc.es


pgp11PaYSolX1.pgp
Description: PGP signature


Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-02 Thread Christoph Siegenthaler

Ross Palmer Mohn wrote:

I've been working with cmus lately and am beginning to like.  I'd like
to take an informal poll of what console music people use and why.

cmus
moc
mpd

-RPM

I use mpd and ncmpc and like this combo a lot.
I have configured the most common mpc commands to keybindings to be able 
to use them everywhere. (I assume that this is quite common under 
console music player users ;)


Cheers Sigi




Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-02 Thread Grigorios Bouzakis
On Tue, Oct 02, 2007 at 08:23:33PM +0100, Thomas Menari wrote:
> On Tue, Oct 02, 2007 at 03:15:33PM -0400, Ross Palmer Mohn wrote:
> > I've been working with cmus lately and am beginning to like.  I'd like
> > to take an informal poll of what console music people use and why.
> 
> I use cmus; it's fairly light, doesn't require a daemon, and has
> a good tree view. It also has vi-like bindings and UTF-8
> support, which may mean something to some people.
> 
> --spaceinvader

+1 from me. for the same reasons


pgpTIsrKGMnwD.pgp
Description: PGP signature


Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-02 Thread David Harris
I use to just use mpg123 and ogg123 directly.
Then I noticed that sometimes mpg123 had
problems with playlists, so I wrote a simple C
program that would list all the urls in a pls file.

The user chose the url and then called mpg123.
Yet mpg123 didn't have any caching or anything 
of audio streams.

Enter mplayer.

This is one of the main reasons why I use mplayer.
Mplayer has caching which is excellent for
streaming internet radio.  

That plus if you have any video files you can
still play the file from a tty and send
the video output to null.  

As far as server-client programs go I tried icecast
and liked it between Slackware and Debian.  
Yet I haven't used that situation much since I'm 
a college student and don't have a lot of money
to be running an 'always-on' server that eats up
electricity.




Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-02 Thread Marco Squarcina
On Tue, Oct 02, 2007 at 08:23:33PM +0100, Thomas Menari wrote:
> On Tue, Oct 02, 2007 at 03:15:33PM -0400, Ross Palmer Mohn wrote:
> > I've been working with cmus lately and am beginning to like.  I'd like
> > to take an informal poll of what console music people use and why.
> 
> I use cmus; it's fairly light, doesn't require a daemon, and has
> a good tree view. It also has vi-like bindings and UTF-8
> support, which may mean something to some people.

+1

-- 
Marco Squarcina >|<  www.minimalblue.com >|< GPG key: 6E47BFC5




Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-02 Thread markus schnalke
> I've been working with cmus lately and am beginning to like.  I'd like
> to take an informal poll of what console music people use and why.

I started with `mpd/ncmpc' but didn't liked the client/server-approach

Then used `moc' (mocp on Debian) for a while, but it was quite unstable
with adding large music directories over samba.

So I switched to `cmus' which was smaller though more featureful than moc
... but as I realized, that I only used few of the features, I dropped it

Finally I got stuck with `cplay' which I guess is one of the smallest
music players with playlist support and so.
It is only a wrapper for mpg123/mpg321/ogg123/... It just uses whatever
player it finds.

I feel perfectly comfortable with it and don't see any need to change
again :-)



Re: [dwm] Console Music poll: cmus/moc/mpd

2007-10-02 Thread Thomas Menari
On Tue, Oct 02, 2007 at 03:15:33PM -0400, Ross Palmer Mohn wrote:
> I've been working with cmus lately and am beginning to like.  I'd like
> to take an informal poll of what console music people use and why.

I use cmus; it's fairly light, doesn't require a daemon, and has
a good tree view. It also has vi-like bindings and UTF-8
support, which may mean something to some people.

--spaceinvader


pgpJIZ4H0lTjC.pgp
Description: PGP signature