You are not logged in.
This looks to be fairly promising. It's called wxmusic.
Offline
its in the aur
Offline
see what i get for not checking the aur first? sheesh.
Offline
It does look good. Anyone compared it to banshee?
Offline
I've just checked AUR and it is not there - nor is it in community. It does look interesting - any thoughts on whether it is elsewhere in the Arch system? I've only been an Arch user for a few weeks - perhaps there are some I don't know about. Thanks.
Cast off the Microsoft shackles Jan 2005
Offline
It's in the AUR as wxmusik but I got an error trying to build it. Your mileage may vary..
Offline
I tried it a week or two ago, it crashed a lot during startup. Maybe its fixed now but I would just stick to quodlibet or banshee.
Offline
I wonder how long until Songbird comes out for linux?
Offline
I wonder how long until Songbird comes out for linux?
Looks very interesting, cant wait to try this out.
Offline
It does look good. Anyone compared it to banshee?
Banshee doesn't have equalizer and cross-fadding. That's enough for me
Offline
It's in the AUR as wxmusik but I got an error trying to build it. Your mileage may vary..
Hey! I'm the maintainer! Please post the error
Offline
I tried it a week or two ago, it crashed a lot during startup. Maybe its fixed now but I would just stick to quodlibet or banshee.
It doesn't work well with ALSA driver. Please choose to use OSS in preferences. I haven't encountered any other problem myself.
Offline
I've been running wxmusik for months with no problems at all using alsa, but I am still using 0.4.2.1 don't know if this makes any difference.
Offline
Perhaps a dumb question here, but if you can't get it to build, how can you ever choose *anything* in preferences? Are you suggesting a change to a config file somewhere, prior to the build? Can you provide some details? This does sound like an interesting app which I would love to try out. Thanks!
Cast off the Microsoft shackles Jan 2005
Offline
Perhaps a dumb question here, but if you can't get it to build, how can you ever choose *anything* in preferences? Are you suggesting a change to a config file somewhere, prior to the build? Can you provide some details? This does sound like an interesting app which I would love to try out. Thanks!
Because =>
It's in the AUR as wxmusik but I got an error trying to build it. Your mileage may vary..
I tried it a week or two ago, it crashed a lot during startup. Maybe its fixed now but I would just stick to quodlibet or banshee.
You dont really have to build it yourself, just add my repos "AQD" at http://www.aqd.ath.cx/stuff-linux/binary/
Offline
I've been running wxmusik for months with no problems at all using alsa, but I am still using 0.4.2.1 don't know if this makes any difference.
It hangs a lot with via8237 driver (which has no problem with other apps).
In 0.4.2.2 I added: (not the dev)
- compatibility with gcc 4.1
- move my selection mode patch to a new mode called "Normal"
- fixed a bug when deleting songs in playlist, by dejari
Officially 0.4.2.2 fixes crash with auto-DJ and some other bugs. And you have better to keep upgrade because I'm also patching the source
However, in next release most patches will be removed as the dev has merged all of my work into SVN (you could call our AUR a prerelease ).
I may begin working on 3D surround and reverb effect.. no idea how to implement them though.
Offline
For the record I only said it once.
FYI, in case you want to address my build error, the process was to download the pkgbuild and all patches into /home/me/temp/wxmusik and then run makepkg.
I got a lot of output like this:
Building CXX object MUSIKEngine/MUSIKEngine/src/CMakeFiles/MUSIKEngine.dir/mpcdecoder.o
/bin/sh: pkg-config: command not found
Eventually it just craps out with:
/home/me/temp/wxmusik/src/wxMusik-0.4.2.2/src/Frames/MusikFrame.cpp:981: error: 'GDK_DISPLAY' was not declared in this scope
/home/me/temp/wxmusik/src/wxMusik-0.4.2.2/src/Frames/MusikFrame.cpp:984: error: 'gdk_flush' was not declared in this scope
/home/me/temp/wxmusik/src/wxMusik-0.4.2.2/src/Frames/MusikFrame.cpp:985: error: 'gdk_error_trap_pop' was not declared in this scope
/home/me/temp/wxmusik/src/wxMusik-0.4.2.2/src/Frames/MusikFrame.cpp:986: error: 'g_warning' was not declared in this scope
make[2]: *** [src/CMakeFiles/wxMusik.dir/./Frames/MusikFrame.o] Error 1
make[1]: *** [src/CMakeFiles/wxMusik.dir/all] Error 2
make: *** [all] Error 2
==> ERROR: Build Failed. Aborting...
me@archer:~/temp/wxmusik$
Maybe it's because I don't have a sh shell (I'm using bash) or maybe it's because I'm missing some other package.. I don't know. But either way it should probably be a requirement. I had to build fmod and mac before I could even start on wxmusik and those built fine.
Offline
For the record I only said it once.
FYI, in case you want to address my build error, the process was to download the pkgbuild and all patches into /home/me/temp/wxmusik and then run makepkg.
I got a lot of output like this:
Building CXX object MUSIKEngine/MUSIKEngine/src/CMakeFiles/MUSIKEngine.dir/mpcdecoder.o /bin/sh: pkg-config: command not found
pacman -S pkgconfig
I assumed everyone has that so it's not in dependency list
Offline
What is this pacman thing you all keep talking about!?!!??!??
Ok, after installing pkgconfig it built just fine. Will play around with it later.
Thx.
Offline
I am trying to get WxMusic based on the following:
You dont really have to build it yourself, just add my repos "AQD" at http://www.aqd.ath.cx/stuff-linux/binary/
I did this, and used "pacman --sync wxmusik" to install it. Everything went OK, except that I can't find the resulting executable! Where does it get put? I resorted to
# find / -name "wxmus*"
and even this didn't turn it up. I have tried looking for WxMusic, WxMusik, but no joy. Where does this thing go?
Cast off the Microsoft shackles Jan 2005
Offline
OK, solved my own problem. It is wxMusik.
pacman --query --list wxmusik
revealed the truth!
Sorry for the unecessary post.
Cast off the Microsoft shackles Jan 2005
Offline
Hi!
If you start two wxmusik instances at the same time, it may hang up. So you could try my script:
#!/bin/bash
if test x`pidof wxMusik` = x; then
exec /usr/bin/wxMusik "$@"
fi
Just put this in /usr/local/bin/wxmusik (then you can start it by "wxmusik" )
OK, solved my own problem. It is wxMusik.
pacman --query --list wxmusik
revealed the truth!
Sorry for the unecessary post.
Offline
I have used wxMusik to import my iTunes database, which it did more or less successfully. A key omission is that it did not pick up any of the playlists that I have assembled on iTunes. It this a known deficiency, or is there perhaps a way that I can get it to do this? Thanks.
Cast off the Microsoft shackles Jan 2005
Offline
I have used wxMusik to import my iTunes database, which it did more or less successfully. A key omission is that it did not pick up any of the playlists that I have assembled on iTunes.
I never used playlist, but right-click on the left panel "Sources", there is "Create New" -> "Standard Playlist by importing Playlist File", which may be helpful.
Offline
Jeez, why is everyone making music playing software these days? I mean fair enough, people should code what they want to code, but it just seems to me that the music player market is pretty much sewn up already.
Offline