Version: 2.3.3 (using KDE 3.1.94 (CVS >= 20031206), compiled sources) Compiler: gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r3, propolice) OS: Linux (i686) release 2.6.0-gentoo Noatun begins playing after relogging into a KDE session regardless of whether it was stopped/paused/playing. I noticed bug <a href=http://bugs.kde.org/show_bug.cgi?id=53001>53001 that was marked RESOLVED, which was reported almost a year ago (4 days off), but it seems to still exist as of CVS today.
*** Bug 53001 has been marked as a duplicate of this bug. ***
I've been experiencing this behaviour for as long as I can remember. The song it plays always seems to be the last one in the playlist (then it stops).
Created attachment 7666 [details] fixes the described bug/wish The attached patch adds a buttongroup to the general prefs widget where you can choose from three options: Restore playing state Play file on startup Don't play file on startup The functionality is implemented too. Felix Berger
int NoatunApp::startupPlayMode() const { KConfig* config = KGlobal::config(); config->setGroup(""); return config->readNumEntry("StartupPlayMode", autoPlay() ? Play : Restore); } This incorporates the old option when upgrading noatun.
CVS commit by charles: Patch by Felix Berger <bflat1@gmx.net> The attached patch adds a buttongroup to the general prefs widget where you can choose from three options: Restore playing state Play file on startup Don't play file on startup Thanks Felix! CCMAIL:72361-done@bugs.kde.org M +56 -1 app.cpp 1.32 M +26 -7 cmodule.cpp 1.71 M +3 -1 cmodule.h 1.31 M +23 -1 noatun/app.h 1.27