
Gejengel
Source (link to git-repo or to original if based on someone elses unmodified work):
Some key features:
* Easy to use
* Properly handles compilation albums (even if album artist tag is not set)
* Lean and fast (low on dependencies)
* Gapless playback (even for mp3 by reading encoder delay, zeropadding from files)
* Various audio outputs (Alsa, Pulseaudio, OpenAL)
* Last.Fm scrobbling (optional plugin)
* Remote control through dbus (MPRIS specification) (optional plugin)
0.1.3
- Fixed underruns in alsarender on certain hardware
- Fixed random album art shown at startup
- Fixed assertion failure in Pulse audio output
- Fixed 64-bit compilation error
- Removed libsexy dependency
0.1.2
- Option added to minimize to tray
- Properly use XDG directories for storing config files and data
- Fixed segmentation fault when destroying dbus plugin
- Use updated interface of lastfmlib 0.4.0
- Right clicking on a column header in the track view allows you to select the visible columns
- Spanish translation added (thanks to mati86dl)
0.1.0
- Save sort order of the treeviews
- A library scan detects changes in emedded album art
- Changed Last.fm client identifier
- Show disc number in track info if present
0.1.0_rc3
- CTRL+F puts focus in the search field
- Basic layout added (no images so low memory usage)
Bug fixes:
- Fixed compilation errors with gcc 4.4
- Fixed library scan not working on certain filesystems
0.1.0_rc2
- Albums with same name and different artist are now put in db separately
Bug fixes:
- Fixed exception when compiling with only pulseaudio support
- Fixed tray icon tooltip not properly displaying & symbol
- Fixed pulseaudio asserts caused by invoking async operation without lock
- Reset search entry after layout change
0.1.0_rc1
- Initial release
Ratings & Comments
12 Comments
hey what happened with de .deb for ubuntu 9.10?? :O
hi i have problem in this line 196 "m_pScrobbler = new LastFmScrobbler(CLIENT_IDENTIFIER, CLIENT_VERSION, user, pass, true, false);" i comment it and compile it very good but if i want to use lastfm it gives me that error src/Plugins/lastfmplugin.cpp:247: virtual void LastFmPlugin::onStop(): Assertion `m_pScrobbler' failed
You need lastfmlib 0.3.0
nice play bro it works good now , only i have idea , i enable systray but whn i click in close the apps finish
i'm sorry but i can't scan my folder at all really i have only scan finish and it takes only 1s
This seems to be a problem that happens on some filesystems. I implemented a fix in svn and when I get confirmation that it works I will release an updated version.
i install lastfmlib and it's good , but how can i enable pulseaudo i write --enable-pulseaudio in ./configure but doesn't work
What doesn't work?
i have that when i type make src/Plugins/dbusplugin.cpp:25:39: error: lastfmlib/lastfmscrobbler.h: No such file or directory make[2]: *** [libplugins_la-dbusplugin.lo] Error 1 make[2]: Leaving directory `/home/rhapsody/Desktop/gejengel-0.1.0_rc2' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/rhapsody/Desktop/gejengel-0.1.0_rc2' make: *** [all] Error 2
This is fixed in svn and will be included in the next release candidate.
i have imaemagick already installed in my distrubition , but when i tape ./configure it gives me ms that i don't have imagemagick installed like that ImageMagick++ not found
You need to have the c++ version of the library installed, not just the c version.