
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Gejengel is an audio player which focuses on performance and simplicity.
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)
10 years ago
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
10 years ago
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
nenelinux
11 years ago
Report
axlrose1112
11 years ago
"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
Report
DirkVdb
11 years ago
Report
axlrose1112
11 years ago
Report
axlrose1112
11 years ago
Report
DirkVdb
11 years ago
Report
axlrose1112
11 years ago
Report
DirkVdb
11 years ago
Report
axlrose1112
11 years ago
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
Report
DirkVdb
11 years ago
Report
axlrose1112
11 years ago
Report
DirkVdb
11 years ago
Report