Summary: | When noatun is restarted after the login (I left it open at logout) it adds the track I was listening at the end of the playlist | ||
---|---|---|---|
Product: | [Unmaintained] noatun | Reporter: | Andrea Bergia <andreabergia> |
Component: | general | Assignee: | Multimedia Developers <kde-multimedia> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrea Bergia
2003-06-20 17:51:45 UTC
Subject: kdemultimedia/noatun/modules/marquis CVS commit by pfeiffer: this was just for testing CCMAIL: 60134-close@bugs.kde.org M +9 -8 marquis.cpp 1.11 --- kdemultimedia/noatun/modules/marquis/marquis.cpp #1.10:1.11 @@ -152,14 +152,15 @@ void Marquis::readSessionConfig(KConfig napp->playlist()->showList(); - KURL songURL = c->readPathEntry("Current Song"); +// this is broken (pfeiffer) +// KURL songURL = c->readPathEntry("Current Song"); // kdDebug(66666) << "song: " << songURL.url() << endl; - if ( songURL.isValid() ) - { +// if ( songURL.isValid() ) +// { // kdDebug(66666) << "is Valid, setting as current now!" << endl; - napp->playlist()->addFile( songURL, true ); - int position = c->readNumEntry("Current Position", 0); - player->skipTo( position ); - setPlayStatus( player, c->readNumEntry("PlayStatus", 0) ); - } +// napp->playlist()->addFile( songURL, true ); +// int position = c->readNumEntry("Current Position", 0); +// player->skipTo( position ); +// setPlayStatus( player, c->readNumEntry("PlayStatus", 0) ); +/ } player->setVolume( c->readNumEntry("Volume", 100) ); |