You are not logged in.
mpd+gmpc
Offline
Muine...
I'm proud to be a a freedomloving infidel piece of treehugging eurotrash.
Offline
mpd+gmpc
Hi since we never made it on IRC, I will sum up here the latest events
1. mpd runs fine, introducing a user media is really a good thing and makes
things very easy. It also make sharing between machines somewhat more
structured.
2. It's just my lappi, which doesn't like mpd. It looks like this:
top - 22:55:07 up 3:54, 2 users, load average: 0.25, 0.26, 0.26
Tasks: 76 total, 1 running, 75 sleeping, 0 stopped, 0 zombie
Cpu(s): 32.2% us, 15.5% sy, 0.0% ni, 50.9% id, 0.0% wa, 1.4% hi, 0.0% si
Mem: 253364k total, 247260k used, 6104k free, 49452k buffers
Swap: 498004k total, 0k used, 498004k free, 87500k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
14082 root 15 0 64196 25m 49m S 22.3 10.4 0:47.18 X
14222 media 15 0 7164 4244 6180 S 14.8 1.7 0:05.21 mpd
14223 media 15 0 7048 4476 6048 S 4.1 1.8 0:01.84 mpd
14230 tobias 15 0 7588 3600 6416 S 3.4 1.4 0:00.34 mlterm
14155 tobias 15 0 112m 44m 32m S 1.8 18.1 1:24.33 firefox-bin
14117 tobias 15 0 10832 6032 9512 S 1.1 2.4 0:01.40 xfwm4
14123 tobias 15 0 18052 12m 12m S 0.5 5.1 0:10.34 xfce4-panel
14112 tobias 15 0 10568 5004 9916 S 0.2 2.0 0:00.73 xfce4-session
14121 tobias 15 0 13636 8020 11m S 0.2 3.2 0:01.47 xfdesktop
14221 tobias 15 0 16832 11m 13m S 0.2 4.5 0:01.12 gmpc
but only when it plays. Maybe it is also a tribute to that crappy via audio
chipset, which I force via alsa to sample stuff to 48000 since otherwise
any sound is crackling pain. /etc/asound.conf
pcm.!default {
type plug
slave sl2
}
ctl.!default {
type hw
card 0
}
pcm_slave.sl2 {
pcm "hw:0,0"
rate 48000
}
pcm.via82xx
{
type hw
card 0
device 1
}
ctl.via82xx
{
type hw
card 0
}
pcm.via82xx {
type plug
slave {
pcm "hw:0,1"
rate 48000
}
}
ctl.via82xx {
type hw
card 0
}
apart from that everything is fine. I just like to have some more options in
mpd. Such as an easier update of the db. Rescanning 60GB+ just to add a
new album is a pain. But I havent read the complete manpage now.
mpd update just takes long. All this could be done via some more options
to the initscript, additionally to the ordinary start,stop,restart.
My PKGBUILDs:
http://www.justdreams.de/archlinux/downloads/mpd
when a bit testing is done some things will make it to extra, promised. And
when devs have talked about user management.
-neri
Offline
I like to use xmms2... it's very nice
If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing. 1 Corinthians 13:2
Offline
gst-player when it becomes stable (but it already is if I don't change settings while playing...)
http://pdfinglis.tripod.com/widget.html
"In order to make an apple pie from scratch, you must first create the universe."
-- Carl Sagan, Cosmos
Offline
I like to use xmms2... it's very nice
I haven't used xmms2 for a while now, how is it coming along? Were the deps on mono and gtksharp removed from dbus? Does the sound from xmms2 still crack a bit when starting new songs? Does a usable client exist yet? (I won't hold my breath for the last one
All of your mips are belong to us!!
Offline
was rhythmbox... but its now really broken, after importing about 200 songs of my 3000 song library, it freezes, goes into an infinite loop consuming all cpu
i would normally use beepmp next, but my copy of beep is really buggy and isnt working well.....
so im just using my cd player
Offline
just installed mpd again.... whheeee its soo much better than when i last used it!!!
Offline
punkrockguy318 wrote:I like to use xmms2... it's very nice
I haven't used xmms2 for a while now, how is it coming along? Were the deps on mono and gtksharp removed from dbus? Does the sound from xmms2 still crack a bit when starting new songs? Does a usable client exist yet? (I won't hold my breath for the last one
It's coming along very nicely!
Yes, those dependencies were removed, I submitted a bug report and it was fixed.
Nope, everything sounds crystal!
The command line client has improved alot! Just do I an xmms2d -dn (d = daemon n= shutup). Then it's pretty easy to use from there (add, radd, list, status, play, pause). Type xmms2 for full details. I use xmms2 and bmp-cvs mostly now. None of them come close to WinAmp5 though... I wish bmp had a system tray, global hotkeys, better visualazations, crossfade and a media library.. Then i would use it.
XMMS2 has lots of potential.. They're taking there time (unlike xmms which was slopped together, which is making bmp so hard to develop..). That will make further development very nice. If I wanted too, and the xmms2 code wasn't going to change I would write a simple little client for fun. Maybe I will one of these days.
If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing. 1 Corinthians 13:2
Offline
Writing a client for xmms2 kind of sounds like a good learning project. I never really wanted to learn C++, but realize it's time I do that now. If not for any other reason, it's something I should have on my Curriculum Vitae. Maybe I'll look into doing a QT based client soon. It would probably be scraped eventually, either because the API changes too much or because the client will be crap
All of your mips are belong to us!!
Offline
its semi offtopic, but.. does anyone know of a dbus java api.. If I understood it correct, I need to use dbus to be able to write a xmms2 client.
Offline
its semi offtopic, but.. does anyone know of a dbus java api.. If I understood it correct, I need to use dbus to be able to write a xmms2 client.
Surprisingly enough, there doesn't seem to be one. It's not listed under the D-BUS APIs on http://freedesktop.org/Software/DbusProjects , I didn't find Java mentioned a single time on the D-BUS mailing list for the past year, and Google didn't help much either.
I would guess that a Java API should appear in not too long, but as far as I can see there's no project for it on sf.net nor freashmeat.net. This could be an indication of a trend on the desktop; .NET replaces Java.
EDIT: Actually, xmms2 doesn't use dbus any more, it uses its own IPC which is part of libxmmsclient
All of your mips are belong to us!!
Offline
mpd + ncmpc / glurp
I think mpd is the smartest thing invented since sliced bread ^_^
To err is human... to really foul up requires the root password.
Offline
mpd + ncmpc / glurp
I think mpd is the smartest thing invented since sliced bread ^_^
Do you think a user "media" with it's home in /home/media where all you
mp3 and maybe video files could be stored would be helpful for mpd?
"media" would also be the non-privileged user running mpd service then.
-neri
Offline
Wow, MPD is really nice... A lot more mature then xmms2! I'm going to start using it. Maybe I'll add glurp or something to my TUR
If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing. 1 Corinthians 13:2
Offline
The mpd and related PKGBUILDs here:
http://www.justdreams.de/archlinux/downloads/mpd/
are prepared for automatic configuration of mpd.conf
means:
- they unlock alsa support as it is Archlinux' prefered audio solution
- introduce a media user
makes it running pretty much out of the box, as long as you copied your
music to /home/media/music BEFORE you start mpd for the first time.
you also find pretty much every mpd client there. I just don't wann put
stuff to extra b4 the managing of users isn't clear.
-neri
Offline
oscar wrote:mpd + ncmpc / glurp
I think mpd is the smartest thing invented since sliced bread ^_^Do you think a user "media" with it's home in /home/media where all you
mp3 and maybe video files could be stored would be helpful for mpd?
"media" would also be the non-privileged user running mpd service then.-neri
I think that is making a simple solution pretty advanced - why even involve a new user?
Since this is a single user system, I've stored my music on a central location (like /music), and they are owned by my user, and that's it.
I run the mpd-process as a simple user.
To err is human... to really foul up requires the root password.
Offline
The mpd and related PKGBUILDs here:
http://www.justdreams.de/archlinux/downloads/mpd/
are prepared for automatic configuration of mpd.conf
means:
- they unlock alsa support as it is Archlinux' prefered audio solution
- introduce a media usermakes it running pretty much out of the box, as long as you copied your
music to /home/media/music BEFORE you start mpd for the first time.you also find pretty much every mpd client there. I just don't wann put
stuff to extra b4 the managing of users isn't clear.-neri
Why do you need a media user? Why don't you use just /home/media, and have it r/w accessible to users? Or a media group?
If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing. 1 Corinthians 13:2
Offline
was rhythmbox... but its now really broken, after importing about 200 songs of my 3000 song library, it freezes, goes into an infinite loop consuming all cpu
i would normally use beepmp next, but my copy of beep is really buggy and isnt working well.....
so im just using my cd player
Dude, use easytag. pacman -S easytag. Open it up and load all your mp3s then save them. It'll fix alot of broken tags. That's why Rhythmbox breaks. Trust me, I have 60gb of mp3/oggs. It works.
So yeah, Rhythmbox gets my vote. Because I don't have to 'load' files. Everything is already there when I run it.
Offline
iphitus wrote:was rhythmbox... but its now really broken, after importing about 200 songs of my 3000 song library, it freezes, goes into an infinite loop consuming all cpu
i would normally use beepmp next, but my copy of beep is really buggy and isnt working well.....
so im just using my cd playerDude, use easytag. pacman -S easytag. Open it up and load all your mp3s then save them. It'll fix alot of broken tags. That's why Rhythmbox breaks. Trust me, I have 60gb of mp3/oggs. It works.
So yeah, Rhythmbox gets my vote. Because I don't have to 'load' files. Everything is already there when I run it.
Even better use easytag-unstable.. It's actually quite stable.. It uses gtk2, instead of ugly old gtk+. Yuck. it's in my TUR I just updated it tonight. the gtk2 version is the only one actively developed, the gtk+ is just maintained.
If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing. 1 Corinthians 13:2
Offline
iphutis: Use bmp-cvs from my TUR, it's actually a lot more stable than the current stable version. The one in extra is very buggy
If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing. 1 Corinthians 13:2
Offline
Dude, use easytag. pacman -S easytag. Open it up and load all your mp3s then save them. It'll fix alot of broken tags. That's why Rhythmbox breaks. Trust me, I have 60gb of mp3/oggs. It works.
So yeah, Rhythmbox gets my vote. Because I don't have to 'load' files. Everything is already there when I run it.
and us, the serious collectors, who's music have been released by some group, with sfvs' and everything - we can't fix any broken ID3s :'(
To err is human... to really foul up requires the root password.
Offline
That sucks, with all the music I have. I need easytag. I didn't know about the gtk2 version, thanks!
Offline
i honestly dont have a favorite music player.. im still waiting for something good!
although i use it, i cant stand xmms.
whoever wanted to clone winamp has no clue about interfaces.
a play AND pause button?! talk about redundant.. and theyre so damn small!
and gtk1.. bleugh!!! cant stand it
i tried amarok but i dont like its style of sorting songs etc, i just want a basic player that has a good UI.. and preferably not a reliance on kde libs
Offline
i honestly dont have a favorite music player.. im still waiting for something good!
although i use it, i cant stand xmms.
whoever wanted to clone winamp has no clue about interfaces.
a play AND pause button?! talk about redundant.. and theyre so damn small!
and gtk1.. bleugh!!! cant stand iti tried amarok but i dont like its style of sorting songs etc, i just want a basic player that has a good UI.. and preferably not a reliance on kde libs
Try Beep-Media-Player. It's a gtk2 port of xmms, it's much improved IMHO
Also give mpd a try, it's very nice. It's a music daemon, and you use clients to access it. There is a GTK2 client, a command line client, and an ncurses client. I use it all the time now.
Rhythmbox is also quite nice (a lot like iTunes)
If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing. 1 Corinthians 13:2
Offline