You are not logged in.
Thanks waker. Your effort seems excellent so far. It almost fills all my needs already and what i like about it most besides the interface is that it doesnt use additional layers of complexity and that its VERY configurable.
I hope that never changes.
The only issues i had was the 25% utilization of my cores from one of the deadbeef threads.
Also as some point it would be nice to have much less debug output on screen.
Other than that deadbeef is the only GTK+2 based audio player available today i'll ever consider using. Thanks again.
Last edited by dolby (2010-05-24 05:06:04)
There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums. That is why we avoid it. -- ewaller (arch linux forum moderator)
Offline
I like this player a lot, but I have a little issue with it. I've got a big library of music and when I want to scroll the playlist to the bottom (of from the bottom up), it segfaults with this error:
deadbeef-main[30256]: segfault at 8a321e54 ip b75333af sp afc845e4 error 4 in libc-2.11.1.so[b74c5000+145000]
deadbeef-main[31766]: segfault at e ip b756de5d sp a9ebd0a4 error 4 in libpthread-2.11.1.so[b7566000+15000]
I use an AMD Athlon 64 processor, arch 32bit.
Offline
RaisedFist, you are welcome to submit a bug report to bugtracker on sourceforge.net
please attach your playlist file, it can be found in ~/.config/deadbeef/playlists/*.dbpl
and configuration file (strip your passwords please): ~/.config/deadbeef/config
Offline
So, I've installed deadbeef and enjoying it a lot. How do I find out all possible cli commands short of guessing? man deadbeef and info deadbeef aren't yielding any results.
One thing at a time
Offline
medianmajik, deadbeef --help
Offline
I installed deadbeef a while ago and it's pretty nice...however, I have one question. I can't figure out the command to feed Thunar to get a cd to play automatically in deadbeef. Right now it's
deadbeef --play %d
and that doesn't work. When I try something like
deadbeef --play /media/cd0
(or similar on the command line, deadbeef comes up but has nothing in the queue and doesn't play anything. Has anyone else figured this out? Is there some sort of bash file or something I might need? Any help is greatly appreciated.
Clever Linux quote.
Offline
mahatman2, command to add and play audiocd is "deadbeef all.cda"
Offline
Is it just me or is DeaDBeeF's search function behaving strangely?
I expect the search panel to narrow down the list of found items to only the entries whose artist name and/or track title contain _all_ tokens (separated by whitespace) entered in the search field.
For example if I want to jump to the track 'Trace Bundy - Bristlecone' I would open the search box and write 'trace bun bristl' and hit enter. That would work in Goggles' Music Manager, Rhythmbox and Audacious (those I've used and behave like that).
But what happens in DeaDBeeF is:
type string 'trace', press space, list is narrowed to all tracks containing that string in artist/title;
type 'bun', list is narrowed to Trace Bundy tracks;
type space, list is emptied and i am sad ;(
Any thoughts on that?
Offline
yasen, no, it doesn't work like that.
it searches for the string that you enter. no tokens, no whitespaces. just entire string.
Offline
A very suitable player, indeed reminds me of foobar.
Anyway: any chance of a JACK plugin?
Offline
my favourite player at the moment, but more shortcuts such as "clear playlist" (or a clear playlist button for each playlist) or "add folder to playlist" would be useful
Offline
Anyway: any chance of a JACK plugin?
probably in 0.5, or later
Offline
I absolutely love this music player.
Great job
Offline
NME wrote:Anyway: any chance of a JACK plugin?
probably in 0.5, or later
Great! Thanks for your reply.
Offline
I'm wondering whether I'm the only one who can't open .m3u files.
Otherwise your player is great, thanks waker.
------------------
I see, at least it isn't a bug in my system.
And huge thanks for the .cue support!!!
Last edited by HumanAfterAll (2010-06-09 11:11:33)
Offline
I'm wondering whether I'm the only one who can't open .m3u files.
Otherwise your player is great, thanks waker.
m3u (and pls) playlists have limited support -- for opening internet radio streams.
however there are plans to add better support.
Offline
this is my new fav player! I love it
Last edited by Cookie (2010-06-11 21:02:37)
Linux nabcake in training...
ArchLinux64
Offline
Can I get the song info to display in conky?
Anyhow, great work!
Offline
Can I get the song info to display in conky?
Anyhow, great work!
yeah, you can do
${execi 10 deadbeef --nowplaying '%a - %t'}
Offline
Nice, thanks. Finally decided which player I'm gonna use
Offline
x5x_tim wrote:Can I get the song info to display in conky?
Anyhow, great work!yeah, you can do
${execi 10 deadbeef --nowplaying '%a - %t'}
thanks!
Linux nabcake in training...
ArchLinux64
Offline
I know I'm being a total noob, but I ran ./configure , make and make install, but deadbeef didn't go to a /bin/ folder, so I can only run ik from the folder I compiled it in.
Offline
x5x_tim: it must be in /usr/local/bin
Offline
x5x_tim: it must be in /usr/local/bin
Ah, yes, there it is.
But it's the only file there, and /usr/local/bin/ isn't part of the path environment variable
Offline
/usr/local is the default prefix when you run configure
if you wanted to install to /usr -- you should've used ./configure --prefix=/usr
Offline