You are not logged in.
Just wanna say I love this player although I have one question. (first negative thing I noticed)
I have my servers music dir mounted with sshfs and I just added about 45000 songs to a playlist.
Now, is there any reason for not being able to press anything except the queue window while its adding all the songs, would be nice to be able to use the other playlists while adding to another one.
Because it took a while adding all those
Offline
i've just started using deadbeef, and echo all the comments on here. As a foobar fan deadbeef is the closest thing available for linux, and i look forward to the addition of more features in the future.
i have one very noob question though, how do i convert my search results to anew playlist, i can't seem to copy and paste, drag or anything, but perhaps i'm missing something pretty basic?
thanks!
Also, is there anyway to open the containing folder of a selected track?
Last edited by henge (2010-11-04 22:30:30)
Offline
Hello guys, I'm quite new to unix and arch and I have a problem installing deadbeef.
I'm trying to install with PKGBUILD. I read the documentation and understood that I have do:
makepkg PKGBUILD
But I get
==> ERROR: PKGBUILD contains CRLF characters and cannot be sourced.
What should I do ?
Thanks!
Offline
2zevstatiev
Seems, like your PKGBUILD was edited under Windows. Just use yaourt and AUR (see wiki for details)
Offline
2zevstatiev
Seems, like your PKGBUILD was edited under Windows. Just use yaourt and AUR (see wiki for details)
Thanks @eDio, I installed it but there is another issue. When I run deadbeef it apears for a second and disapears. Why would that be ?
Greetings
Offline
When I run deadbeef it apears for a second and disapears. Why would that be ?
Maybe try running it from the shell to get error messages...
Version 0.4.4 seems to work fine here (I just installed it.) Nice icon (that's the only change I noticed for the moment!)
Offline
good work man! i loved the player so much i forgot i had rhythmbox! by the way, there's this weird bug which occurs if you accidentally press the play button when there's already something playing. i suspect it plays the song in the first session saved.
Lenovo Y450 + Arch x86_64 dual boot with Windows 7 + Openbox standalone + Arch default kernel + Nouveau + yours truly = A lot of *****in' in the Arch Forums.
Offline
Hey, just wanted to say that I am blown away by this program's support for .cue. Pretty much every format w/ cue I've thrown at deadbeef works (AoTuv ogg vorbis, lame mp3, Alac, Flac single and multi file) without issue.
Apart from that I'm wondering if there is a way I can get deadbeef to look up track info for audio cds (.cdda)? It would be nice to see track info playing a audio cd without ripping it prior to playing w/ deadbeef. Didn't see any obvious options in preferences.
Wishes this was cross platform . Doing great so far dude. In comparison to other niche music players that play .cue files on Mac OSX (Cog player, Vox) deadbeef kicks butt.
Last edited by adamlogan (2010-12-06 22:55:21)
Offline
deadbeef is listed to be able to run in plain console without X on freebsd and opensolaris, so i would like to make a feature request about also getting that to work for GNU/Linux.
I personally use cmus, which also features e.g. replaygain, gappless-playback etc. etc. but i'm really impressed by deadbeef's image/cue capabilities and tagging support...
Additionally, then a simple curses-ui would be awesome(wishfull thinking...)
Offline
Great foundation for a Foobar2000 replacement on Linux. There are still things here or there that haven't been written in yet, but this is the first player I've used on Linux that feels comfortable, responsive, AND can handle my huge collection.
Offline
NME wrote:Anyway: any chance of a JACK plugin?
probably in 0.5, or later
man this is a great soft, there got to be a jack-plugin!!!! put a permanent one like audacious has, not a shity one like mplayer/xine.
are there plans allready????
Offline
waker wrote:NME wrote:Anyway: any chance of a JACK plugin?
probably in 0.5, or later
man this is a great soft, there got to be a jack-plugin!!!! put a permanent one like audacious has, not a shity one like mplayer/xine.
are there plans allready????
ooooh, there is one allraedy? https://github.com/smcdonald/DeaDBeeF-JACK-plugin
is this working?
Offline
capoeira wrote:waker wrote:probably in 0.5, or later
man this is a great soft, there got to be a jack-plugin!!!! put a permanent one like audacious has, not a shity one like mplayer/xine.
are there plans allready????ooooh, there is one allraedy? https://github.com/smcdonald/DeaDBeeF-JACK-plugin
is this working?
where do I put jack.c?
I tried /usr/lib/deadbeef/, without success
made a AUR-request: https://bbs.archlinux.org/viewtopic.php?id=110622
Last edited by capoeira (2010-12-24 19:20:59)
Offline
capoeira, there is something called "Edit Post". Use that feature instead of posting multiple times consecutively.
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
capoeira, there is something called "Edit Post". Use that feature instead of posting multiple times consecutively.
ok, excuse me...problem about editing is that anyone who read the post allready wont get notified about the edeting. but i will follow your advice in the future
greets
Offline
sorry, i somehow didn't manage to monitor this forum.. will try to reply to last page of posts here..
rulex,
> is there any reason for not being able to press anything except the queue window while its adding all the songs, would be nice to be able to use the other playlists while adding to another one.
yes, there's a technical limitation. i'm trying to fix it for the upcoming 0.5 release, but it will more likely happend in 0.5.1
henge,
> i have one very noob question though, how do i convert my search results to anew playlist, i can't seem to copy and paste, drag or anything, but perhaps i'm missing something pretty basic?
drag-n-drop works, while copy&paste is not implemented yet. it is a fairly big task, and is quite low priority. not even planned for 0.5 series.
> Also, is there anyway to open the containing folder of a selected track?
it is possible with shellexec plugin, it allows to add custom context menu entries, and bind them to shell commands, e.g. xdg-open %D
the plugin doesn't have GUI configuration though, and no documentation.. so you'll have to dig into sources to figure out what to put into config file..
unless i find time to write a wiki page
jeslinmx,
> there's this weird bug which occurs if you accidentally press the play button when there's already something playing. i suspect it plays the song in the first session saved.
you should file a bug report with some more details.
adamlogan,
> Apart from that I'm wondering if there is a way I can get deadbeef to look up track info for audio cds (.cdda)?
cddb should work out of the box. check cd audio plugin settings
mhertz,
> deadbeef is listed to be able to run in plain console without X on freebsd and opensolaris, so i would like to make a feature request about also getting that to work for GNU/Linux.
this of course also works on linux. read previous page please.
capoeira,
> where do I put jack.c?
you'll need to compile plugin, and copy it to ~/.local/lib/deadbeef/
not sure if it's compatible with 0.4.4 or no.
it's sad that plugin devs are not willing to provide binary builds of their work.
hope that helps
cheers!
Offline
Congratulations !!!
Among others, I like foobar's preset support
thx
Offline
Hope you will like it, and vote for inclusion into [community].
Definitely. Great work, thanks for that!
Last edited by murks (2011-04-26 23:28:14)
Offline
Just realized that DeaDBeeF is in the official repository now. Great work!
And DeadBeeF is updated to 5.0 beta 1 few days ago. Another achievement!
Arch Linux i686(kernel: 3.1.7-ck, xfce) running on Toshiba s100 (Pentium M 1.73GHz, 1.5GB RAM, 40GB HD, Nvidia 6600/6200 TE 64MB)
Offline
Had tried the old versions, ok, but i wanted some thing more! So tried A LOT of available music players and backing to this, now I see that is what I WANT!
No need for music player, tag editors, CD extractor or audio converter softwares (alone) ANYMORE! All this in DeaDBeeF for much little (resources)!
Let's try to implement library, maybe it become better.
But I think that the better would be take the control buttons larger, in high resolutions it becomes a little annoying (at last here):
Best regards!
Offline
> But I think that the better would be take the control buttons larger, in high resolutions it becomes a little annoying (at last here)
the size of these icons is controlled by gtk/gnome settings.
Offline
The only thing thats missing from deadbeef now, is a way to have a directory listing on the left, so you can drag n drop them on the playlist. Is something like that planned?
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
The only thing thats missing from deadbeef now, is a way to have a directory listing on the left, so you can drag n drop them on the playlist. Is something like that planned?
it is implemented as a plugin
on this page look for File Browser plugin.
Offline
I have 56 kbps (CBR) 22050 Hz stereo files that play way too fast (or at least the pitch is way too high.) They used to play fine but I don't know which update triggered this problem.
Edit: I just saw this... http://sourceforge.net/tracker/?func=de … id=1159086
Would be better if it just worked, as before, though.
Last edited by stqn (2011-06-18 14:17:38)
Offline
> Would be better if it just worked, as before, though.
many people didn't like the way it worked before. SRC resampler is pretty slow compared to ALSA, and there were many complaints about it. which is why i changed it to the way it is now.
for new installations, it should work automatically -- in exactly the same way as it was in 0.4.4 and earlier.
but when upgrading -- it sometimes fails to auto-configure, and needs some manual tweaking.
Offline