Summary: | deleted files inserted into dynamic playlists | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Brandon Rader <brandon.rader> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Brandon Rader
2009-01-10 02:21:20 UTC
*** This bug has been marked as a duplicate of bug 171418 *** SVN commit 920478 by dmeltzer: Fix tracks being counted twice, and track playback in the engine controller. The enginecontroller is a mess. This commit fixes things for me (which probably breaks things for at least one other person...) Remove slotPrefinishMarkReached (which only called slotAboutToFinish) as it resulted in duplicate stat calculation. Also, Phonon::MediaSource can have remote media enqueued, and in fact needs to to make playback work for http/lastfm streams. Please give this some testing and if it doesn't break anything I'll backport it to stable in a few days BUG: 180205 CCMAIL: amarok-devel@kde.org M +12 -21 EngineController.cpp M +0 -1 EngineController.h M +7 -0 playlist/PlaylistActions.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=920478 Such a misfire :x *** This bug has been marked as a duplicate of bug 171418 *** |