This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Amarok 2, random songs/albums missing from library

Tags: None
(comma "," separated)
declan
Registered Member
Posts
2
Karma
0
Hi everyone, I really love a lot of features of Amarok but it may be time we part if I can't fix this. It seems like random really obnoxious bugs keep popping up that make it miserable to use. Here is the latest:

Random songs and albums are gone from my library. I've rescanned, restarted, and the songs are still there in the filesystem. I can go and play them with vlc or whatever. There's seemingly no pattern in the songs that have disappeared. The strangest thing to me is that part of an album will be there, but a few or most of the songs from it will be gone, when they're all basically the same format and in the same exact directory.

The second very annoying thing that happens randomly and sporadically is that I'll click on an artist in my local music, so it will expand the artist to show the albums. But it will kind of...make the part of the frame of local music below that artist go blank. I can still click on the ones I see but it's basically a huge PITA. It fixes if I restart it, but still.

Info that might be useful:
-I run Arch Linux
-Amarok version 2.5.0-2
-Qt 4.8.1
-KDE dev platform 4.8.3
-It has been like this (these two bugs) for a while, still after several updates
-Here is the debugging output:

Any help would be great! Thanks!

Code: Select all
[declan@chilidog ~]$ amarok -v
Qt: 4.8.1
KDE Development Platform: 4.8.3 (4.8.3)
Amarok: 2.5.0
[declan@chilidog ~]$ amarok --debug
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
amarok: BEGIN: App::App()
amarok:   BEGIN: void App::continueInit()
amarok:     BEGIN: EngineController::EngineController()
amarok:     END__: EngineController::EngineController() [Took: 0s]
amarok:     BEGIN: void EngineController::initializePhonon()
Warning: option --plugin-path no longer exists.
Warning: option --plugin-path no longer exists.
[0x90b4ab0] main services discovery error: no suitable services discovery module
Object::connect: No such signal Phonon::VLC::MediaObject::angleChanged(int)
Object::connect: No such signal Phonon::VLC::MediaObject::availableAnglesChanged(int)
amarok:       [EngineController] Tick Interval (actual):  100
amarok:     END__: void EngineController::initializePhonon() [Took: 0.77s]
amarok:     BEGIN: MainWindow::MainWindow()
amarok:       BEGIN: CollectionManager::CollectionManager()
amarok:       END__: CollectionManager::CollectionManager() [Took: 0s]
amarok:       BEGIN: Plugins::PluginManager::PluginManager(QObject*)
amarok:         BEGIN: void Plugins::PluginManager::findAllPlugins()
amarok:           [PluginManager] found plugin: "amarok_collection-audiocdcollection" enabled: false
amarok:           [PluginManager] found plugin: "amarok_collection-daapcollection" enabled: false
amarok:           [PluginManager] found plugin: "amarok_collection-ipodcollection" enabled: false
amarok:           [PluginManager] found plugin: "amarok_collection-mtpcollection" enabled: false
amarok:           [PluginManager] found plugin: "amarok_collection-mysqlservercollection" enabled: true
amarok:           [PluginManager] found plugin: "amarok_collection-mysqlecollection" enabled: true
amarok:           [PluginManager] found plugin: "amarok_collection-upnpcollection" enabled: false
amarok:           [PluginManager] found plugin: "amarok_collection-umscollection" enabled: false
amarok:           [PluginManager] found plugin: "amarok_device_massstorage" enabled: false
amarok:           [PluginManager] found plugin: "amarok_device_nfs" enabled: false
amarok:           [PluginManager] found plugin: "amarok_device_smb" enabled: false
amarok:           [PluginManager] found plugin: "amarok_service_ampache" enabled: false
amarok:           [PluginManager] found plugin: "amarok_service_jamendo" enabled: false
amarok:           [PluginManager] found plugin: "amarok_service_lastfm" enabled: false
amarok:           [PluginManager] found plugin: "amarok_service_amazonstore" enabled: false
amarok:           [PluginManager] found plugin: "amarok_service_mp3tunes" enabled: false
amarok:           [PluginManager] found plugin: "amarok_service_magnatunestore" enabled: false
amarok:           [PluginManager] found plugin: "amarok_service_opmldirectory" enabled: false
amarok:           [PluginManager] found plugin: "amarok_service_gpodder" enabled: false
amarok:           [PluginManager] 19 plugins in total
amarok:         END__: void Plugins::PluginManager::findAllPlugins() [Took: 0.002s]
amarok:         [PluginManager] created factory for plugin "amarok_collection-mysqlecollection" type: "Collection"
amarok:         BEGIN: void CollectionManager::init(const QList<Plugins::PluginFactory*>&)
amarok:           BEGIN: void CollectionManager::loadPlugins(const QList<Collections::CollectionFactory*>&)
amarok:             [CollectionManager] initializing "amarok_collection-mysqlecollection"
amarok:             [MySqlStorage] Connected to MySQL server 5.5.20-embedded
amarok:             Connected to MySQL server 5.5.20-embedded
amarok:             [MySqlStorage] Initialized thread, count== 1
amarok:             BEGIN: bool DatabaseUpdater::update()
amarok:               Database version:  13
amarok:             END__: bool DatabaseUpdater::update() [Took: 0.068s]
amarok:             BEGIN: MountPointManager::MountPointManager(QObject*, SqlStorage*)
amarok:               BEGIN: MediaDeviceCache::MediaDeviceCache()
amarok:               END__: MediaDeviceCache::MediaDeviceCache() [Took: 0.013s]
amarok:             END__: MountPointManager::MountPointManager(QObject*, SqlStorage*) [Took: 0.013s]
amarok:             BEGIN: void CollectionManager::slotNewCollection(Collections::Collection*)
amarok:             END__: void CollectionManager::slotNewCollection(Collections::Collection*) [Took: 0s]
amarok:           END__: void CollectionManager::loadPlugins(const QList<Collections::CollectionFactory*>&) [Took: 4.8s]
amarok:         END__: void CollectionManager::init(const QList<Plugins::PluginFactory*>&) [Took: 4.8s]
amarok:         BEGIN: BrowserCategoryListDelegate::BrowserCategoryListDelegate(QTreeView*)
amarok:         END__: BrowserCategoryListDelegate::BrowserCategoryListDelegate(QTreeView*) [Took: 0s]
amarok:         ServiceBrowser starting...
amarok:         BEGIN: ServicePluginManager::ServicePluginManager(QObject*)
amarok:         END__: ServicePluginManager::ServicePluginManager(QObject*) [Took: 0s]
amarok:         BEGIN: void ServicePluginManager::init(const QList<Plugins::PluginFactory*>&)
amarok:         END__: void ServicePluginManager::init(const QList<Plugins::PluginFactory*>&) [Took: 0s]
amarok:         BEGIN: void MountPointManager::loadDevicePlugins(const QList<Plugins::PluginFactory*>&)
amarok:         END__: void MountPointManager::loadDevicePlugins(const QList<Plugins::PluginFactory*>&) [Took: 0s]
amarok:       END__: Plugins::PluginManager::PluginManager(QObject*) [DELAY Took (quite long) 5.2s]
amarok:       BEGIN: void Playlist::Actions::playlistModeChanged()
amarok:         [Playlist::Actions] Dynamic mode:    false
amarok:         BEGIN: Playlist::ModelStack::ModelStack()
amarok:           BEGIN: Playlist::Model::Model(QObject*)
amarok:           END__: Playlist::Model::Model(QObject*) [Took: 0s]
amarok:         END__: Playlist::ModelStack::ModelStack() [Took: 0s]
amarok:       END__: void Playlist::Actions::playlistModeChanged() [Took: 0s]
amarok:       BEGIN: void Playlist::Actions::restoreDefaultPlaylist()
amarok:         BEGIN: KConfigSyncRelStore::KConfigSyncRelStore()
amarok:         END__: KConfigSyncRelStore::KConfigSyncRelStore() [Took: 0s]
amarok:         BEGIN: void Playlists::SqlUserPlaylistProvider::checkTables()
amarok:         END__: void Playlists::SqlUserPlaylistProvider::checkTables() [Took: 0s]
amarok:         BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:           "UIDurl: amarok-sqlplaylistuid://47"
amarok:         END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok:         BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:           "UIDurl: amarok-sqlplaylistuid://50"
amarok:         END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok:         BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:           "UIDurl: amarok-sqlplaylistuid://48"
amarok:         END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok:         BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:           "UIDurl: amarok-sqlplaylistuid://51"
amarok:         END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok:         BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:           "UIDurl: amarok-sqlplaylistuid://52"
amarok:         END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok:         BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok:         END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.002s]
amarok:         BEGIN: Playlist::Controller::Controller()
amarok:         END__: Playlist::Controller::Controller() [Took: 0s]
amarok:         BEGIN: void Playlist::Controller::insertTracks(int, Meta::TrackList)
amarok:           BEGIN: int Playlist::Controller::insertionTopRowToBottom(int)
amarok:             [Playlist::Controller] SortProxy is NOT SORTED         ... so I'll take care of the right row.
amarok:           END__: int Playlist::Controller::insertionTopRowToBottom(int) [Took: 0s]
amarok:           BEGIN: virtual void Playlist::InsertTracksCmd::redo()
amarok:             BEGIN: void Playlist::Model::setAllNewlyAddedToUnplayed()
amarok:             END__: void Playlist::Model::setAllNewlyAddedToUnplayed() [Took: 0s]
amarok:           END__: virtual void Playlist::InsertTracksCmd::redo() [Took: 0s]
amarok:         END__: void Playlist::Controller::insertTracks(int, Meta::TrackList) [Took: 0.001s]
amarok:         BEGIN: void Playlist::Actions::queue(QList<int>)
amarok:         END__: void Playlist::Actions::queue(QList<int>) [Took: 0s]
amarok:       END__: void Playlist::Actions::restoreDefaultPlaylist() [Took: 1.9s]
amarok:       BEGIN: Playlist::LayoutManager::LayoutManager()
amarok:         BEGIN: void Playlist::LayoutManager::loadLayouts(const QString&, bool)
amarok:           loading layout  "Default"
amarok:           grouping mode is:  "Album"
amarok:           loading layout  "No Grouping"
amarok:           grouping mode is:  "None"
amarok:           loading layout  "No Grouping (Single Line)"
amarok:           grouping mode is:  "None"
amarok:           loading layout  "Verbose"
amarok:           grouping mode is:  "Album"
amarok:         END__: void Playlist::LayoutManager::loadLayouts(const QString&, bool) [Took: 0.028s]
amarok:         BEGIN: void Playlist::LayoutManager::loadLayouts(const QString&, bool)
amarok:           loading layout  "copy of Default"
amarok:           grouping mode is:  "Album"
amarok:         END__: void Playlist::LayoutManager::loadLayouts(const QString&, bool) [Took: 0.036s]
amarok:       END__: Playlist::LayoutManager::LayoutManager() [Took: 0.092s]
amarok:       BEGIN: AmarokUrlHandler::AmarokUrlHandler()
amarok:         BEGIN: void BookmarkModel::checkTables()
amarok:         END__: void BookmarkModel::checkTables() [Took: 0.023s]
amarok:       END__: AmarokUrlHandler::AmarokUrlHandler() [Took: 0.023s]
amarok:       [ActionClasses] setCurrentItem:  1
amarok(10011)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
amarok(10011)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
amarok:       [ActionClasses] setCurrentItem:  0
amarok(10011)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
amarok:       BEGIN: void MainWindow::init()
amarok:         BEGIN: MainToolbar::MainToolbar(QWidget*)
amarok:           BEGIN: SvgHandler::SvgHandler(QObject*)
amarok:           END__: SvgHandler::SvgHandler(QObject*) [Took: 0s]
amarok:         END__: MainToolbar::MainToolbar(QWidget*) [Took: 0.16s]
amarok:         BEGIN: BrowserCategoryListDelegate::BrowserCategoryListDelegate(QTreeView*)
amarok:         END__: BrowserCategoryListDelegate::BrowserCategoryListDelegate(QTreeView*) [Took: 0s]
amarok:         BEGIN: void BrowserBreadcrumbWidget::updateBreadcrumbs()
amarok:           BEGIN: void BrowserBreadcrumbWidget::addLevel(BrowserCategoryList*)
amarok:           END__: void BrowserBreadcrumbWidget::addLevel(BrowserCategoryList*) [Took: 0.023s]
amarok:         END__: void BrowserBreadcrumbWidget::updateBreadcrumbs() [Took: 0.023s]
amarok:         BEGIN: Playlist::Dock::Dock(QWidget*)
amarok:         END__: Playlist::Dock::Dock(QWidget*) [Took: 0s]
amarok:         BEGIN: Context::ContextScene::ContextScene(QObject*)
amarok:         END__: Context::ContextScene::ContextScene(QObject*) [Took: 0s]
amarok:         BEGIN: void Context::ContextScene::loadDefaultSetup()
amarok:           BEGIN: Context::VerticalToolbarContainment::VerticalToolbarContainment(QObject*, const QVariantList&)
amarok:             [VerticalToolbarContainment] applet containment has corona: QObject(0x0) 
amarok:           END__: Context::VerticalToolbarContainment::VerticalToolbarContainment(QObject*, const QVariantList&) [Took: 0s]
amarok:           BEGIN: void ContextDock::createContextView(Plasma::Containment*)
amarok:             [ContextDock] Creating context view on containmend "Vertical Context Containment"
amarok:             BEGIN: ContextSubject::ContextSubject()
amarok:             END__: ContextSubject::ContextSubject() [Took: 0s]
amarok:             BEGIN: Context::ContextView::ContextView(Plasma::Containment*, Plasma::Corona*, QWidget*)
amarok:               BEGIN: virtual void Context::VerticalToolbarContainment::setView(Context::ContextView*)
amarok:               END__: virtual void Context::VerticalToolbarContainment::setView(Context::ContextView*) [Took: 0s]
amarok:             END__: Context::ContextView::ContextView(Plasma::Containment*, Plasma::Corona*, QWidget*) [Took: 0.052s]
amarok:             BEGIN: void Context::ContextView::showHome()
amarok:               BEGIN: virtual void Context::VerticalToolbarContainment::loadConfig(const KConfigGroup&)
amarok:                 [VerticalToolbarContainment] plugins.size():  2
amarok:                 [VerticalToolbarContainment] Adding applet:  "currenttrack"
amarok:                 BEGIN: virtual Plasma::Applet* Context::VerticalToolbarContainment::addApplet(const QString&, int)
amarok:                   BEGIN: virtual void CurrentTrack::init()
amarok:                     BEGIN: void CurrentTrack::dataUpdated(const QString&, const Data&)
amarok:                     END__: void CurrentTrack::dataUpdated(const QString&, const Data&) [Took: 0s]
amarok:                     [MySqlStorage] Initialized thread, count== 2
amarok:                     [MySqlStorage] Initialized thread, count== 3
amarok:                     [MySqlStorage] Initialized thread, count== 4
amarok:                   END__: virtual void CurrentTrack::init() [Took: 0.09s]
amarok:                   BEGIN: void Context::VerticalAppletLayout::addApplet(Plasma::Applet*, int)
amarok:                     [VerticalAppletLayout] layout told to add applet "currenttrack" at -1
amarok:                     [VerticalAppletLayout] emitting addApplet with location 0
amarok:                     BEGIN: void Context::AppletToolbar::appletAdded(Plasma::Applet*, int)
amarok:                       inserting applet icon in position 0
amarok:                       BEGIN: void Context::ToolbarView::appletAdded(Plasma::Applet*, int)
amarok:                       END__: void Context::ToolbarView::appletAdded(Plasma::Applet*, int) [Took: 0s]
amarok:                     END__: void Context::AppletToolbar::appletAdded(Plasma::Applet*, int) [Took: 0.001s]
amarok:                   END__: void Context::VerticalAppletLayout::addApplet(Plasma::Applet*, int) [Took: 0.002s]
amarok:                 END__: virtual Plasma::Applet* Context::VerticalToolbarContainment::addApplet(const QString&, int) [Took: 0.13s]
amarok:                 [VerticalToolbarContainment] Adding applet:  "lyrics"
amarok:                 BEGIN: virtual Plasma::Applet* Context::VerticalToolbarContainment::addApplet(const QString&, int)
amarok:                   BEGIN: virtual void LyricsApplet::init()
amarok:                     BEGIN: void LyricsAppletPrivate::_trackDataChanged(Meta::TrackPtr)
amarok:                     END__: void LyricsAppletPrivate::_trackDataChanged(Meta::TrackPtr) [Took: 0s]
amarok:                   END__: virtual void LyricsApplet::init() [Took: 0.061s]
amarok:                   BEGIN: void Context::VerticalAppletLayout::addApplet(Plasma::Applet*, int)
amarok:                     [VerticalAppletLayout] layout told to add applet "lyrics" at -1
amarok:                     [VerticalAppletLayout] emitting addApplet with location 1
amarok:                     BEGIN: void Context::AppletToolbar::appletAdded(Plasma::Applet*, int)
amarok:                       inserting applet icon in position 1
amarok:                       BEGIN: void Context::ToolbarView::appletAdded(Plasma::Applet*, int)
amarok:                       END__: void Context::ToolbarView::appletAdded(Plasma::Applet*, int) [Took: 0s]
amarok:                     END__: void Context::AppletToolbar::appletAdded(Plasma::Applet*, int) [Took: 0.001s]
amarok:                   END__: void Context::VerticalAppletLayout::addApplet(Plasma::Applet*, int) [Took: 0.001s]
amarok:                 END__: virtual Plasma::Applet* Context::VerticalToolbarContainment::addApplet(const QString&, int) [Took: 0.28s]
amarok:               END__: virtual void Context::VerticalToolbarContainment::loadConfig(const KConfigGroup&) [Took: 0.41s]
amarok:             END__: void Context::ContextView::showHome() [Took: 0.41s]
amarok:           END__: void ContextDock::createContextView(Plasma::Containment*) [Took: 0.65s]
amarok:         END__: void Context::ContextScene::loadDefaultSetup() [Took: 0.74s]
amarok:         BEGIN: void MainWindow::addViewMenuItems(QMenu*)
amarok:         END__: void MainWindow::addViewMenuItems(QMenu*) [Took: 0s]
QWidget::insertAction: Attempt to insert null action
amarok:         BEGIN: void MainWindow::setLayoutLocked(bool)
amarok(10011)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
amarok:         END__: void MainWindow::setLayoutLocked(bool) [Took: 0.002s]
amarok:         BEGIN: Creating browsers. Please report long start times!
amarok:           BEGIN: CollectionTreeItemDelegate::CollectionTreeItemDelegate(QTreeView*)
amarok:           END__: CollectionTreeItemDelegate::CollectionTreeItemDelegate(QTreeView*) [Took: 0s]
amarok:           [CollectionTreeItemModel] Collection root has  1  children
amarok:           [CollectionWidget] Sort levels: ()
amarok:           [CollectionWidget] Sort levels: (2, 1)
amarok:           [MySqlStorage] Initialized thread, count== 5
amarok:           BEGIN: void BrowserBreadcrumbWidget::updateBreadcrumbs()
amarok:             BEGIN: void BrowserBreadcrumbWidget::addLevel(BrowserCategoryList*)
amarok:             END__: void BrowserBreadcrumbWidget::addLevel(BrowserCategoryList*) [Took: 0s]
amarok:           END__: void BrowserBreadcrumbWidget::updateBreadcrumbs() [Took: 0s]
amarok:           BEGIN: void BrowserBreadcrumbWidget::updateBreadcrumbs()
amarok:             BEGIN: void BrowserBreadcrumbWidget::addLevel(BrowserCategoryList*)
amarok:             END__: void BrowserBreadcrumbWidget::addLevel(BrowserCategoryList*) [Took: 0s]
amarok:           END__: void BrowserBreadcrumbWidget::updateBreadcrumbs() [Took: 0s]
amarok:           BEGIN: BrowserCategoryListDelegate::BrowserCategoryListDelegate(QTreeView*)
amarok:           END__: BrowserCategoryListDelegate::BrowserCategoryListDelegate(QTreeView*) [Took: 0s]
amarok:           BEGIN: PlaylistBrowserNS::DynamicView::DynamicView(QWidget*)
amarok:             BEGIN: QModelIndex Dynamic::DynamicModel::insertPlaylist(int, Dynamic::DynamicPlaylist*)
amarok:               [DynamicModel] insert playlist before ""
amarok:               [DynamicModel] OldIndex:  -1 was active false to Str "Random"
amarok:               [DynamicModel] insert playlist after "Random 952e478
 Random songs 952e818
"
amarok:             END__: QModelIndex Dynamic::DynamicModel::insertPlaylist(int, Dynamic::DynamicPlaylist*) [Took: 0s]
amarok:             BEGIN: virtual void Dynamic::SearchQueryBias::fromXml(QXmlStreamReader*)
amarok:             END__: virtual void Dynamic::SearchQueryBias::fromXml(QXmlStreamReader*) [Took: 0s]
amarok:             BEGIN: QModelIndex Dynamic::DynamicModel::insertPlaylist(int, Dynamic::DynamicPlaylist*)
amarok:               [DynamicModel] insert playlist before "Random 952e478
 Random songs 952e818
"
amarok:               [DynamicModel] OldIndex:  -1 was active false to Str "Rock and Pop"
amarok:               [DynamicModel] insert playlist after "Random 952e478
 Random songs 952e818
Rock and Pop 952e9b8
 Search for: genre:Rock OR genre:Pop 952ea90
"
amarok:             END__: QModelIndex Dynamic::DynamicModel::insertPlaylist(int, Dynamic::DynamicPlaylist*) [Took: 0s]
amarok:             BEGIN: virtual void Dynamic::SearchQueryBias::fromXml(QXmlStreamReader*)
amarok:             END__: virtual void Dynamic::SearchQueryBias::fromXml(QXmlStreamReader*) [Took: 0s]
amarok:             BEGIN: QModelIndex Dynamic::DynamicModel::insertPlaylist(int, Dynamic::DynamicPlaylist*)
amarok:               [DynamicModel] insert playlist before "Random 952e478
 Random songs 952e818
Rock and Pop 952e9b8
 Search for: genre:Rock OR genre:Pop 952ea90
"
amarok:               [DynamicModel] OldIndex:  -1 was active false to Str "Album play"
amarok:               [DynamicModel] insert playlist after "Random 952e478
 Random songs 952e818
Rock and Pop 952e9b8
 Search for: genre:Rock OR genre:Pop 952ea90
Album play 952e410
 Match all sequentially 952e938
  The next track from the album 952eb48
  Search for: tracknumber:1 9530100
"
amarok:             END__: QModelIndex Dynamic::DynamicModel::insertPlaylist(int, Dynamic::DynamicPlaylist*) [Took: 0s]
amarok:             BEGIN: virtual void Dynamic::PartBias::appendBias(Dynamic::BiasPtr)
amarok:               BEGIN: void Dynamic::PartBias::changeBiasWeight(int, qreal)
amarok:               END__: void Dynamic::PartBias::changeBiasWeight(int, qreal) [Took: 0s]
amarok:             END__: virtual void Dynamic::PartBias::appendBias(Dynamic::BiasPtr) [Took: 0s]
amarok:             BEGIN: virtual void Dynamic::PartBias::appendBias(Dynamic::BiasPtr)
amarok:               BEGIN: void Dynamic::PartBias::changeBiasWeight(int, qreal)
amarok:                 [PartBias] Weight 0 : 1
amarok:                 [PartBias] Weight 1 : 0
amarok:               END__: void Dynamic::PartBias::changeBiasWeight(int, qreal) [Took: 0s]
amarok:             END__: virtual void Dynamic::PartBias::appendBias(Dynamic::BiasPtr) [Took: 0s]
amarok:             BEGIN: virtual void Dynamic::PartBias::appendBias(Dynamic::BiasPtr)
amarok:               BEGIN: void Dynamic::PartBias::changeBiasWeight(int, qreal)
amarok:                 [PartBias] Weight 0 : 1
amarok:                 [PartBias] Weight 1 : 0
amarok:                 [PartBias] Weight 2 : 0
amarok:               END__: void Dynamic::PartBias::changeBiasWeight(int, qreal) [Took: 0s]
amarok:             END__: virtual void Dynamic::PartBias::appendBias(Dynamic::BiasPtr) [Took: 0s]
amarok:             BEGIN: QModelIndex Dynamic::DynamicModel::insertPlaylist(int, Dynamic::DynamicPlaylist*)
amarok:               [DynamicModel] insert playlist before "Random 952e478
 Random songs 952e818
Rock and Pop 952e9b8
 Search for: genre:Rock OR genre:Pop 952ea90
Album play 952e410
 Match all sequentially 952e938
  The next track from the album 952eb48
  Search for: tracknumber:1 9530100
"
amarok:               [DynamicModel] OldIndex:  -1 was active false to Str "Rating"
amarok:               [DynamicModel] insert playlist after "Random 952e478
 Random songs 952e818
Rock and Pop 952e9b8
 Search for: genre:Rock OR genre:Pop 952ea90
Album play 952e410
 Match all sequentially 952e938
  The next track from the album 952eb48
  Search for: tracknumber:1 9530100
Rating 95303f0
 Partition 952e4e8
  Random songs 952e5e0
  rating:>2.5 95308d0
  rating:>4 9530630
"
amarok:             END__: QModelIndex Dynamic::DynamicModel::insertPlaylist(int, Dynamic::DynamicPlaylist*) [Took: 0s]
amarok:           END__: PlaylistBrowserNS::DynamicView::DynamicView(QWidget*) [Took: 0.004s]
amarok:           BEGIN: void PlaylistBrowserNS::DynamicCategory::selectionChanged()
amarok:           END__: void PlaylistBrowserNS::DynamicCategory::selectionChanged() [Took: 0s]
amarok:           [PlaylistBrowserModel] 5  playlists for category  1
amarok:           BEGIN: PlaylistBrowserNS::PlaylistBrowserView::PlaylistBrowserView(QAbstractItemModel*, QWidget*)
amarok:           END__: PlaylistBrowserNS::PlaylistBrowserView::PlaylistBrowserView(QAbstractItemModel*, QWidget*) [Took: 0s]
amarok:           BEGIN: PlaylistTreeItemDelegate::PlaylistTreeItemDelegate(QTreeView*)
amarok:           END__: PlaylistTreeItemDelegate::PlaylistTreeItemDelegate(QTreeView*) [Took: 0s]
amarok:           [APG::PresetModel] Reading presets from "/home/declan/.kde4/share/apps/amarok/playlistgenerator.xml"
amarok:           BEGIN: void BrowserBreadcrumbWidget::updateBreadcrumbs()
amarok:             BEGIN: void BrowserBreadcrumbWidget::addLevel(BrowserCategoryList*)
amarok:             END__: void BrowserBreadcrumbWidget::addLevel(BrowserCategoryList*) [Took: 0s]
amarok:           END__: void BrowserBreadcrumbWidget::updateBreadcrumbs() [Took: 0s]
amarok:           BEGIN: void BrowserBreadcrumbWidget::updateBreadcrumbs()
amarok:             BEGIN: void BrowserBreadcrumbWidget::addLevel(BrowserCategoryList*)
amarok:             END__: void BrowserBreadcrumbWidget::addLevel(BrowserCategoryList*) [Took: 0s]
amarok:           END__: void BrowserBreadcrumbWidget::updateBreadcrumbs() [Took: 0s]
amarok:           [PlaylistBrowserModel] 0  playlists for category  2
amarok:           BEGIN: PlaylistBrowserNS::PlaylistBrowserView::PlaylistBrowserView(QAbstractItemModel*, QWidget*)
amarok:           END__: PlaylistBrowserNS::PlaylistBrowserView::PlaylistBrowserView(QAbstractItemModel*, QWidget*) [Took: 0s]
amarok:           BEGIN: PlaylistTreeItemDelegate::PlaylistTreeItemDelegate(QTreeView*)
amarok:           END__: PlaylistTreeItemDelegate::PlaylistTreeItemDelegate(QTreeView*) [Took: 0s]
amarok:           BEGIN: void BrowserBreadcrumbWidget::updateBreadcrumbs()
amarok:             BEGIN: void BrowserBreadcrumbWidget::addLevel(BrowserCategoryList*)
amarok:             END__: void BrowserBreadcrumbWidget::addLevel(BrowserCategoryList*) [Took: 0s]
amarok:           END__: void BrowserBreadcrumbWidget::updateBreadcrumbs() [Took: 0s]
amarok:         END__: Creating browsers. Please report long start times! [Took: 0.19s]
amarok:         BEGIN: CoverFetcher::CoverFetcher()
amarok:         END__: CoverFetcher::CoverFetcher() [Took: 0.07s]
amarok:         BEGIN: void MainWindow::restoreLayout()
amarok:         END__: void MainWindow::restoreLayout() [Took: 0s]
amarok:       END__: void MainWindow::init() [Took: 1.3s]
amarok:       BEGIN: QString BrowserCategoryList::navigate(const QString&)
amarok:         [BrowserCategoryList] target:  "root list/collections"
amarok:         [BrowserCategoryList] removing own name ( "root list" ) from path
amarok:         [BrowserCategoryList] looking for child category  "collections"
amarok:         [BrowserCategoryList] got it!
amarok:         BEGIN: void BrowserCategoryList::setActiveCategory(BrowserCategory*)
amarok:           BEGIN: void BrowserBreadcrumbWidget::updateBreadcrumbs()
amarok:             BEGIN: void BrowserBreadcrumbWidget::addLevel(BrowserCategoryList*)
amarok:             END__: void BrowserBreadcrumbWidget::addLevel(BrowserCategoryList*) [Took: 0s]
amarok:           END__: void BrowserBreadcrumbWidget::updateBreadcrumbs() [Took: 0s]
amarok:         END__: void BrowserCategoryList::setActiveCategory(BrowserCategory*) [Took: 0.002s]
amarok:         [BrowserCategoryList] child is not a list...
amarok:       END__: QString BrowserCategoryList::navigate(const QString&) [Took: 0.002s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (121,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (0,-1) are not possible
amarok:     END__: MainWindow::MainWindow() [DELAY Took (quite long) 8.5s]
QSystemTrayIcon::setVisible: No Icon set
amarok:     Register object:  true
amarok:     Playlist properties changed; can go next: true ; can go previous: true
amarok:     BEGIN: void Amarok::Mpris2DBusHandler::updateTrackProperties()
amarok:     END__: void Amarok::Mpris2DBusHandler::updateTrackProperties() [Took: 0s]
amarok:     BEGIN: void App::applySettings(bool)
amarok:     END__: void App::applySettings(bool) [Took: 0s]
amarok:     BEGIN: ScriptManager::ScriptManager(QObject*)
amarok:     END__: ScriptManager::ScriptManager(QObject*) [Took: 0s]
amarok:     BEGIN: void Amarok::OSD::applySettings()
amarok:     END__: void Amarok::OSD::applySettings() [Took: 0s]
amarok:     BEGIN: void ProgressWidget::redrawBookmarks(const QString*)
amarok:     END__: void ProgressWidget::redrawBookmarks(const QString*) [Took: 0s]
amarok:     BEGIN: void ProgressWidget::redrawBookmarks(const QString*)
amarok:     END__: void ProgressWidget::redrawBookmarks(const QString*) [Took: 0s]
amarok:     BEGIN: virtual void Playlist::Dock::polish()
amarok:       BEGIN: Playlist::ProgressiveSearchWidget::ProgressiveSearchWidget(QWidget*)
amarok:         BEGIN: void Playlist::ProgressiveSearchWidget::slotShowOnlyMatches(bool)
amarok:         END__: void Playlist::ProgressiveSearchWidget::slotShowOnlyMatches(bool) [Took: 0s]
amarok:       END__: Playlist::ProgressiveSearchWidget::ProgressiveSearchWidget(QWidget*) [Took: 0.001s]
amarok:       BEGIN: void Playlist::Dock::showDynamicHint()
amarok:       END__: void Playlist::Dock::showDynamicHint() [Took: 0s]
amarok:       BEGIN: void Playlist::PrettyListView::slotPlaylistActiveTrackChanged()
amarok:         BEGIN: void Playlist::PrettyListView::scrollToActiveTrack()
amarok:         END__: void Playlist::PrettyListView::scrollToActiveTrack() [Took: 0s]
amarok:       END__: void Playlist::PrettyListView::slotPlaylistActiveTrackChanged() [Took: 0s]
amarok:       [PlaylistDock] Adding provider:  ""
amarok:       [PlaylistDock] Adding provider:  ""
amarok:       BEGIN: void PlaylistInfoWidget::updateTotalPlaylistLength()
amarok:       END__: void PlaylistInfoWidget::updateTotalPlaylistLength() [Took: 0.001s]
amarok:     END__: virtual void Playlist::Dock::polish() [Took: 0.015s]
amarok:     QSize(451, 36)
amarok:     setting layout to QRectF(0,0 449x34)
amarok:     BEGIN: virtual void ContextDock::polish()
amarok:     END__: virtual void ContextDock::polish() [Took: 0s]
amarok:   END__: void App::continueInit() [DELAY Took (quite long) 9.4s]
amarok: END__: App::App() [DELAY Took (quite long) 9.4s]
amarok: [WARNING] [MountPointManager] NOT-IMPLEMENTED: void MountPointManager::startStatisticsUpdateJob()

amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 2.5s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/2Cellos_2011/2Cellos%20-%202Cellos.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.046s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Black%20Lips/Good%20Bad%20Not%20Evil/Black%20Lips%20-%20Good%20Bad%20Not%20Evil.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.055s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Dead_Mans_Bones-Dead_Mans_Bones-2009-FNT/00-dead_mans_bones-dead_mans_bones-2009.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.019s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Death%20Vessel-Nothing%20Is%20Precious%20Enough%20For%20Us%20(2008)%20%5BMp3%5D%5Bwww.zonatorrent.com%5D/00-death_vessel-nothing_is_precious_enough_for_us-2008.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.052s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Django%20Reinhardt%20&%20Stephane%20Grappelli%20&%20The%20Quintet%20Hot%20Club%20(Remastered)%20%5B2009%5D/00-django_reinhardt-with_stephane_grappelli_and_the_quintet_hot_club-remastered-2009-snook.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (121,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (0,-1) are not possible
amarok: BEGIN: void RecentlyPlayedListWidget::startQuery()
amarok: END__: void RecentlyPlayedListWidget::startQuery() [Took: 0s]
amarok: BEGIN: void LyricsEngine::update()
amarok:   [LyricsEngine] no current track
amarok: END__: void LyricsEngine::update() [Took: 0s]
amarok: BEGIN: virtual void CollectionTreeItemModel::requestCollectionsExpansion()
amarok: END__: virtual void CollectionTreeItemModel::requestCollectionsExpansion() [Took: 0s]
amarok: BEGIN: void ScriptManager::updateAllScripts()
amarok:   [ScriptManager] ScriptUpdater: Skipping update check
amarok:   [ScriptManager] found script: "Scriptable Service" "Alarm" "0.9" ("Amarok2.0")
amarok:   [ScriptManager] found script: "Lyrics" "Ultimate Lyrics" "1.1" ("Amarok2.0")
amarok:   [ScriptManager] found script: "Lyrics" "Lyrics Workshop" "0.5" ("Amarok2.0")
amarok:   [ScriptManager] found script: "Scriptable Service" "Cool Streams" "1.0" ("Amarok2.0")
amarok:   [ScriptManager] found script: "Scriptable Service" "Librivox.org" "1.0" ("Amarok2.0")
amarok:   [ScriptManager] found script: "Generic" "Amarok Script Console" "1.0" ("Amarok2.0")
amarok:   [ScriptManager] found script: "Lyrics" "LyricWiki" ".2" ("Amarok2.0")
amarok:   BEGIN: void ScriptManager::configChanged(bool)
amarok:     BEGIN: bool ScriptManager::slotRunScript(const QString&, bool)
amarok:       BEGIN: void ScriptManager::startScriptEngine(const QString&)
amarok:         [ScriptManager] start script engine: "Librivox.org"
amarok:         BEGIN: ScriptableServiceScript::ScriptableServiceScript(QScriptEngine*)
amarok:         END__: ScriptableServiceScript::ScriptableServiceScript(QScriptEngine*) [Took: 0s]
amarok:       END__: void ScriptManager::startScriptEngine(const QString&) [Took: 0s]
amarok:       BEGIN: bool AmarokScript::ScriptImporter::loadQtBinding(const QString&)
amarok:         importing qt bindings  "qt.core"
amarok:       END__: bool AmarokScript::ScriptImporter::loadQtBinding(const QString&) [Took: 0.19s]
amarok:       BEGIN: bool AmarokScript::ScriptImporter::loadQtBinding(const QString&)
amarok:         importing qt bindings  "qt.xml"
amarok:       END__: bool AmarokScript::ScriptImporter::loadQtBinding(const QString&) [Took: 0.39s]
amarok:       BEGIN: bool AmarokScript::ScriptImporter::loadQtBinding(const QString&)
amarok:         importing qt bindings  "qt.network"
amarok:       END__: bool AmarokScript::ScriptImporter::loadQtBinding(const QString&) [Took: 0.036s]
amarok:       BEGIN: bool AmarokScript::ScriptImporter::loadQtBinding(const QString&)
amarok:         importing qt bindings  "qt.gui"
amarok:       END__: bool AmarokScript::ScriptImporter::loadQtBinding(const QString&) [Took: 0.18s]
amarok:       SCRIPT "Librivox.org" :  "creating service..."
amarok:       BEGIN: static QScriptValue ScriptableServiceScript::ScriptableServiceScript_prototype_ctor(QScriptContext*, QScriptEngine*)
amarok:         BEGIN: bool ScriptableServiceManager::initService(const QString&, int, const QString&, const QString&, bool)
amarok:           initializing scripted service:  "Librivox.org"
amarok:           BEGIN: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&)
amarok:           END__: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&) [Took: 0.002s]
amarok:           BEGIN: ScriptableService::ScriptableService(const QString&)
amarok:             creating ScriptableService  "Librivox.org"
amarok:           END__: ScriptableService::ScriptableService(const QString&) [Took: 0s]
amarok:           BEGIN: void ScriptableService::init(int, const QString&, bool)
amarok:             BEGIN: Collections::ScriptableServiceCollection::ScriptableServiceCollection(const QString&)
amarok:             END__: Collections::ScriptableServiceCollection::ScriptableServiceCollection(const QString&) [Took: 0s]
amarok:           END__: void ScriptableService::init(int, const QString&, bool) [Took: 0s]
amarok:           emitting scripted service  "Librivox.org"
amarok:           BEGIN: void ServiceBrowser::addService(ServiceBase*)
amarok:             BEGIN: InfoProxy::InfoProxy()
amarok:               BEGIN: void InfoProxy::loadHomePage()
amarok:               END__: void InfoProxy::loadHomePage() [Took: 0.005s]
amarok:             END__: InfoProxy::InfoProxy() [Took: 0.005s]
amarok:             BEGIN: void BrowserCategoryList::childViewChanged()
amarok:               BEGIN: void BrowserBreadcrumbWidget::updateBreadcrumbs()
amarok:                 BEGIN: void BrowserBreadcrumbWidget::addLevel(BrowserCategoryList*)
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (100,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (121,-1) are not possible
amarok:                 END__: void BrowserBreadcrumbWidget::addLevel(BrowserCategoryList*) [Took: 0.001s]
amarok:               END__: void BrowserBreadcrumbWidget::updateBreadcrumbs() [Took: 0.003s]
amarok:             END__: void BrowserCategoryList::childViewChanged() [Took: 0.003s]
amarok:           END__: void ServiceBrowser::addService(ServiceBase*) [Took: 0.01s]
amarok:         END__: bool ScriptableServiceManager::initService(const QString&, int, const QString&, const QString&, bool) [Took: 0.013s]
amarok:       END__: static QScriptValue ScriptableServiceScript::ScriptableServiceScript_prototype_ctor(QScriptContext*, QScriptEngine*) [Took: 0.013s]
amarok:       SCRIPT "Librivox.org" :  "done creating service!"
amarok:       BEGIN: void ScriptableServiceScript::slotCustomize(const QString&)
amarok:         SCRIPT "Librivox.org" :  "customizing Librivox service"
amarok:         SCRIPT "Librivox.org" :  "loading icon: /usr/share/apps/amarok/scripts/librivox_service/LibrivoxIcon.png"
amarok:         BEGIN: void ScriptableServiceManager::setIcon(const QString&, const QPixmap&)
amarok:           service:  "Librivox.org"
amarok:         END__: void ScriptableServiceManager::setIcon(const QString&, const QPixmap&) [Took: 0s]
amarok:       END__: void ScriptableServiceScript::slotCustomize(const QString&) [Took: 0.12s]
amarok:     END__: bool ScriptManager::slotRunScript(const QString&, bool) [Took: 1s]
amarok:   END__: void ScriptManager::configChanged(bool) [Took: 1s]
amarok: END__: void ScriptManager::updateAllScripts() [DELAY Took (quite long) 22s]
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (66,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (66,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (72,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (72,-1) are not possible
amarok: BEGIN: void Playlist::PrettyListView::slotPlaylistActiveTrackChanged()
amarok:   BEGIN: void Playlist::PrettyListView::scrollToActiveTrack()
amarok:   END__: void Playlist::PrettyListView::scrollToActiveTrack() [Took: 0s]
amarok: END__: void Playlist::PrettyListView::slotPlaylistActiveTrackChanged() [Took: 0s]
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (213,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (306,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (306,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (306,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (306,-1) are not possible
amarok: BEGIN: virtual int App::newInstance()
amarok:   BEGIN: static void App::handleCliArgs()
amarok:   END__: static void App::handleCliArgs() [Took: 0s]
amarok: END__: virtual int App::newInstance() [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
[declan@chilidog ~]$ amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.043s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Florence%20+%20The%20Machine%20-%20Ceremonials%20(Deluxe%20Version)(2011)/00._Florence%20+%20The%20Machine_-_Ceremonials%20(Deluxe%20Version).m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.016s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Im_from_Barcelona-Who_Killed_Harry_Houdini-2008-JUST/00-im_from_barcelona-who_killed_harry_houdini_-2008.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.029s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Madonna%20-%20Complete%20Discography/Madonna%20-%20American%20Life%20%5B2003%5D/Madonna%20-%20American%20Life.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.057s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Madonna%20-%20Complete%20Discography/Madonna%20-%20Bedtime%20Stories%20%5B1994%5D/Madonna%20-%20Bedtime%20Stories.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.031s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Madonna%20-%20Complete%20Discography/Madonna%20-%20Confessions%20on%20a%20Dancefloor%20%5B2005%5D/Madonna%20-%20Confessions%20on%20a%20Dancefloor.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: void RecentlyPlayedListWidget::setupTracksData()
amarok:   BEGIN: void RecentlyPlayedListWidget::updateWidget()
amarok:   END__: void RecentlyPlayedListWidget::updateWidget() [Took: 0.046s]
amarok: END__: void RecentlyPlayedListWidget::setupTracksData() [Took: 0.046s]
amarok: BEGIN: void CollectionTreeItemModelBase::handleSpecialQueryResult(CollectionTreeItem::Type, Collections::QueryMaker*, const DataList&)
amarok:   [CollectionTreeItemModelBase] Received special data:  55
amarok:   BEGIN: CollectionTreeItem::CollectionTreeItem(CollectionTreeItem::Type, const DataList&, CollectionTreeItem*, CollectionTreeItemModelBase*)
amarok:   END__: CollectionTreeItem::CollectionTreeItem(CollectionTreeItem::Type, const DataList&, CollectionTreeItem*, CollectionTreeItemModelBase*) [Took: 0s]
amarok: END__: void CollectionTreeItemModelBase::handleSpecialQueryResult(CollectionTreeItem::Type, Collections::QueryMaker*, const DataList&) [Took: 0s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (121,-1) are not possible
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.039s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Madonna%20-%20Complete%20Discography/Madonna%20-%20Erotica%20%5B1992%5D/Madonna%20-%20Erotica.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.063s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Madonna%20-%20Complete%20Discography/Madonna%20-%20GHV2%20%5B2001%5D/Madonna%20-%20GHV2.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.023s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Madonna%20-%20Complete%20Discography/Madonna%20-%20Hard%20Candy%20%5B2008%5D/Madonna%20-%20Hard%20Candy.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.027s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Madonna%20-%20Complete%20Discography/Madonna%20-%20I'm%20going%20to%20tell%20you%20a%20Secret%20%5B2006%5D/Madonna%20-%20I'm%20going%20to%20tell%20you%20a%20Secret.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.019s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Madonna%20-%20Complete%20Discography/Madonna%20-%20Like%20a%20Prayer%20%5B1989%5D/Madonna%20-%20Like%20a%20Prayer.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (121,-1) are not possible
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.04s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Madonna%20-%20Complete%20Discography/Madonna%20-%20Like%20a%20Virgin%20%5B1984%5D/Madonna%20-%20Like%20a%20Virgin.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.05s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Madonna%20-%20Complete%20Discography/Madonna%20-%20Music%20%5B2000%5D/Madonna%20-%20Music.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.03s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Madonna%20-%20Complete%20Discography/Madonna%20-%20Ray%20of%20Light%20%5B1998%5D/Madonna%20-%20Ray%20of%20Light.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.049s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Madonna%20-%20Complete%20Discography/Madonna%20-%20Remixed%20&%20Revisited%20%5B2003%5D/Madonna%20-%20Remixed%20&%20Revisited.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.048s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Madonna%20-%20Complete%20Discography/Madonna%20-%20Something%20to%20Remember%20%5B1995%5D/Madonna%20-%20Something%20to%20Remember.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: void LyricsApplet::dataUpdated(const QString&, const Data&)
amarok: END__: void LyricsApplet::dataUpdated(const QString&, const Data&) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::setQueryType(Collections::QueryMaker::QueryType)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::setQueryType(Collections::QueryMaker::QueryType) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::setQueryType(Collections::QueryMaker::QueryType)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::setQueryType(Collections::QueryMaker::QueryType) [Took: 0s]
amarok: BEGIN: virtual void Collections::ScriptableServiceQueryMaker::run()
amarok: END__: virtual void Collections::ScriptableServiceQueryMaker::run() [Took: 0s]
amarok: BEGIN: virtual void Collections::ScriptableServiceQueryMaker::run()
amarok: END__: virtual void Collections::ScriptableServiceQueryMaker::run() [Took: 0s]
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (306,-1) are not possible
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.089s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Madonna%20-%20Complete%20Discography/Madonna%20-%20The%20Confessions%20Tour%20%5B2007%5D/Madonna%20-%20The%20Confessions%20Tour.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.11s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Madonna%20-%20Complete%20Discography/Madonna%20-%20The%20First%20Album%20%5B1983%5D/Madonna%20-%20Madonna.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.032s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Madonna%20-%20Complete%20Discography/Madonna%20-%20The%20Immaculate%20Collection%20%5B1990%5D/Madonna%20-%20The%20Immaculate%20Collection.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.062s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Madonna%20-%20Complete%20Discography/Madonna%20-%20True%20Blue%20%5B1986%5D/Madonna%20-%20True%20Blue.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.083s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Madonna%20-%20Complete%20Discography/Madonna%20-%20You%20can%20Dance%20%5B1987%5D/Madonna%20-%20You%20can%20Dance.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchArtists()
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
amarok:     BEGIN: int ScriptableServiceScript::insertItem(StreamItem*)
amarok:       [AmarokScriptableServiceScript] artistOverride: item->artist()
amarok:       BEGIN: QString StreamItem::artist() const
amarok:       END__: QString StreamItem::artist() const [Took: 0s]
amarok:       BEGIN: int ScriptableServiceManager::insertItem(const QString&, int, int, const QString&, const QString&, const QString&, const QString&, const QString&, const QString&, const QString&, const QString&, int, const QString&)
amarok:       END__: int ScriptableServiceManager::insertItem(const QString&, int, int, const QString&, const QString&, const QString&, const QString&, const QString&, const QString&, const QString&, const QString&, int, const QString&) [Took: 0s]
amarok:     END__: int ScriptableServiceScript::insertItem(StreamItem*) [Took: 0s]
amarok:     BEGIN: int ScriptableServiceScript::donePopulating() const
amarok:       BEGIN: void ScriptableServiceManager::donePopulating(const QString&, int)
amarok:         Service name:  "Librivox.org" , parent id:  -1
amarok:         BEGIN: void Collections::ScriptableServiceCollection::donePopulating(int)
amarok:           BEGIN: void Collections::ScriptableServiceQueryMaker::slotScriptComplete()
amarok:             there are  1  artists
amarok:           END__: void Collections::ScriptableServiceQueryMaker::slotScriptComplete() [Took: 0s]
amarok:           BEGIN: void Collections::ScriptableServiceQueryMaker::slotScriptComplete()
amarok:             there are  0  albums
amarok:           END__: void Collections::ScriptableServiceQueryMaker::slotScriptComplete() [Took: 0s]
amarok:         END__: void Collections::ScriptableServiceCollection::donePopulating(int) [Took: 0s]
amarok:       END__: void ScriptableServiceManager::donePopulating(const QString&, int) [Took: 0s]
amarok:     END__: int ScriptableServiceScript::donePopulating() const [Took: 0s]
amarok:   END__: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString) [Took: 0.04s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchArtists() [Took: 0.04s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.099s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Modeselektor-Monkeytown-(MONKEYTOWN015)-WEB-2011-320_INT/00-modeselektor-monkeytown-(monkeytown015)-web-2011.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.043s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Savage%20Garden%20-%20Greatest%20Hits%20(2004)%20vtwin88cube/playlist.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.14s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Savage%20Garden%20-%20Savage%20Garden%20(1997)%20%5BCD%20Rip%5D%20320%20vtwin88cube/playlist.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.28s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Screeching_Weasel_-_My_Brain_Hurts-Remastered-2005-LNMD/00-screeching_weasel_-_my_brain_hurts-remastered-2005-lnmd.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.37s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Shostakovich%20-%2024%20Preludes%20and%20Fugues,%20Op.%2087%20(1975)%20%5BFLAC%5D%20%7BRoger%20Woodward%7D/CD1/Shostakovich%20-%2024%20Preludes%20and%20Fugues,%20Op.%2087%20(1975)%20%5BFLAC%5D%20%7BRoger%20Woodward%7D%20CD1.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (121,-1) are not possible
amarok: BEGIN: void CollectionTreeItemModelBase::handleSpecialQueryResult(CollectionTreeItem::Type, Collections::QueryMaker*, const DataList&)
amarok:   [CollectionTreeItemModelBase] Received special data:  0
amarok: END__: void CollectionTreeItemModelBase::handleSpecialQueryResult(CollectionTreeItem::Type, Collections::QueryMaker*, const DataList&) [Took: 0s]
amarok: [SqlRegistry]   albums: 89 (0) of 2610 cached
amarok: [SqlRegistry]  artists: 542 (-1) of 2495 cached
amarok: [SqlRegistry]   genres: 12 (0) of 230 cached
amarok: [SqlRegistry]   tracks: 421 (0) of 20398 cached
amarok: BEGIN: void ScanManager::checkScannerVersion()
amarok: END__: void ScanManager::checkScannerVersion() [Took: 0.62s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.53s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Shostakovich%20-%2024%20Preludes%20and%20Fugues,%20Op.%2087%20(1975)%20%5BFLAC%5D%20%7BRoger%20Woodward%7D/CD2/Shostakovich%20-%2024%20Preludes%20and%20Fugues,%20Op.%2087%20(1975)%20%5BFLAC%5D%20%7BRoger%20Woodward%7D%20CD2.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.22s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Shostakovich%20-%20Piano%20Music%20-%20Ashkenazy,%20Decca%202004-Sacd-%20Flac/Shostakovich%20-%20Piano%20Music/shostakovich.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.59s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Songs%20From%20a%20Ghost%20Town/Trampled%20by%20Turtles%20-%20Songs%20From%20a%20Ghost%20Town.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.46s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Steely_Dan-The_Very_Best_of-2CD-2009-ONe/000-steely_dan-the_very_best_of-2cd-2009.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.046s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Steely_Dan-The_Very_Best_of-2CD-2009-ONe/100-steely_dan-the_very_best_of-cd1-2009.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (121,-1) are not possible
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.001s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Steely_Dan-The_Very_Best_of-2CD-2009-ONe/200-steely_dan-the_very_best_of-cd2-2009.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.28s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/The%20Amorphous%20Androgynous%20-%20A%20Monstrous%20Psychedelic%20Bubble%20Vol.%202%20(2009)/A%20Monstrous%20Psychedelic%20Bubble%20Vol.%202%20%5BCD1%5D/A%20Monstrous%20Psychedelic%20Bubble%20Vol.%202%20%5BCD1%5D.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.035s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/The%20Amorphous%20Androgynous%20-%20A%20Monstrous%20Psychedelic%20Bubble%20Vol.%202%20(2009)/A%20Monstrous%20Psychedelic%20Bubble%20Vol.%202%20%5BCD2%5D/A%20Monstrous%20Psychedelic%20Bubble%20Vol.%202%20%5BCD2%5D.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.036s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/The%20Beta%20Band-The%20Three%20EPs(Darkside_RG)/The%20Beta%20Band%20-%20The%20Three%20EPs.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.063s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/The%20Stranglers%20-%20Greatest%20Hits%201977-1990%20(1990)%20vtwin88cube/m3u%20playlist.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.041s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Trampled%20by%20Turtles%20-%20Blue%20Sky%20and%20the%20Devil/Trampled%20by%20Turtles%20-%20Blue%20Sky%20and%20the%20Devil.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: BEGIN: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&)
amarok: END__: Playlists::PlaylistFilePtr Playlists::loadPlaylistFile(const KUrl&) [Took: 0.045s]
amarok: BEGIN: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr)
amarok:   "UIDurl: file:///home/declan/Music/Zola_Jesus-Stridulum_II-CD-2010-GRAVEWISH/00-zola_jesus-stridulum_ii-cd-2010.m3u"
amarok: END__: virtual SyncedPlaylistPtr KConfigSyncRelStore::asSyncedPlaylist(Playlists::PlaylistPtr) [Took: 0s]
amarok: [SqlRegistry]   albums: 99 (0) of 2610 cached
amarok: [SqlRegistry]  artists: 542 (-1) of 2495 cached
amarok: [SqlRegistry]   genres: 15 (-2) of 230 cached
amarok: [SqlRegistry]   tracks: 569 (-16) of 20398 cached
amarok: BEGIN: void ScanManager::checkForDirectoryChanges()
amarok:   BEGIN: virtual void ScanManager::requestIncrementalScan(const QString&)
amarok:     [ScanManager] addDirToList for ""
amarok:     BEGIN: virtual void ScannerJob::run()
amarok:     END__: virtual void ScanManager::requestIncrementalScan(const QString&) [Took: 0s]
amarok:     BEGIN: DirWatchJob::DirWatchJob(QObject*, Collections::DatabaseCollection*)
amarok:     END__: DirWatchJob::DirWatchJob(QObject*, Collections::DatabaseCollection*) [Took: 0s]
amarok:     BEGIN: virtual void DirWatchJob::run()
amarok:     END__: virtual void DirWatchJob::run() [Took: 0s]
amarok:   END__: void ScanManager::checkForDirectoryChanges() [Took: 0.001s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (121,-1) are not possible
Directory "/home/declan/Music/Camille Saint-Saens/Saint-Sans- Carnival of the Animals; Wedding Cake op.76; Caprice op. 79; Septuor Op. 65/" does not exist.
amarok:   [ScanManager] ScannerJob: got count: 1332
amarok:   BEGIN: virtual void SqlScanResultProcessor::commit()
amarok:   END__: virtual void SqlScanResultProcessor::commit() [DELAY Took (quite long) 11s]
amarok:   [ScanManager] ScannerJob finished
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (121,-1) are not possible
amarok: END__: virtual void ScannerJob::run() [DELAY Took (quite long) 20s]
amarok: BEGIN: virtual ScannerJob::~ScannerJob()
amarok: END__: virtual ScannerJob::~ScannerJob() [Took: 0s]
amarok: [CoverFetcher] Queueing automatic cover fetch for: "2007-02-24 Variety Playhouse"
amarok: [CoverFetcher] Finished due to cover not found for album "2007-02-24 Variety Playhouse"
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (121,-1) are not possible
amarok: [CoverFetcher] Queueing automatic cover fetch for: "Satanic Panic in the Attic Bonus CD"
amarok: [CoverFetcher] Finished due to cover not found for album "Satanic Panic in the Attic Bonus CD"
amarok: [CoverFetcher] Queueing automatic cover fetch for: "Ravid Chords 002 vu Tribute (Disk A)"
amarok: [CoverFetcher] Finished due to cover not found for album "Ravid Chords 002 vu Tribute (Disk A)"
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (121,-1) are not possible
^C
[declan@chilidog ~]$ QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (121,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (121,-1) are not possible
amarok: [SqlRegistry]   albums: 165 (0) of 2610 cached
amarok: [SqlRegistry]  artists: 543 (0) of 2495 cached
amarok: [SqlRegistry]   genres: 15 (-11) of 230 cached
amarok: [SqlRegistry]   tracks: 569 (-408) of 20398 cached
amarok: BEGIN: void ScanManager::checkForDirectoryChanges()
amarok:   BEGIN: void DirWatchJob::setPaused(bool)
amarok:   END__: void DirWatchJob::setPaused(bool) [Took: 0s]
amarok: END__: void ScanManager::checkForDirectoryChanges() [Took: 0s]
amarok: BEGIN: void App::quit()
amarok: END__: void App::quit() [Took: 0s]
amarok: BEGIN: virtual bool MainWindow::queryExit()
amarok:   BEGIN: void MainWindow::saveLayout()
amarok:   END__: void MainWindow::saveLayout() [Took: 0s]
amarok: END__: virtual bool MainWindow::queryExit() [Took: 0s]
amarok: BEGIN: virtual App::~App()
amarok:   [ScanManager] Abort scan:  "Abort requested from SqlCollection::stopScan()"
amarok(10011)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
amarok:   BEGIN: virtual ScriptManager::~ScriptManager()
amarok:     BEGIN: virtual ScriptableServiceScript::~ScriptableServiceScript()
amarok:     END__: virtual ScriptableServiceScript::~ScriptableServiceScript() [Took: 0s]
amarok:   END__: virtual ScriptManager::~ScriptManager() [Took: 0.013s]
amarok:   BEGIN: virtual OSDWidget::~OSDWidget()
amarok:   END__: virtual OSDWidget::~OSDWidget() [Took: 0s]
amarok(10011)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
amarok:   BEGIN: virtual MainWindow::~MainWindow()
amarok:     BEGIN: QString BrowserCategoryList::path()
amarok:       [BrowserCategoryList] path:  "root list/collections"
amarok:     END__: QString BrowserCategoryList::path() [Took: 0s]
amarok:     BEGIN: virtual SvgHandler::~SvgHandler()
amarok:     END__: virtual SvgHandler::~SvgHandler() [Took: 0.002s]
amarok:     BEGIN: virtual PaletteHandler::~PaletteHandler()
amarok:     END__: virtual PaletteHandler::~PaletteHandler() [Took: 0s]
amarok:   END__: virtual MainWindow::~MainWindow() [Took: 0.003s]
amarok:   BEGIN: virtual CollectionTreeView::~CollectionTreeView()
amarok:     BEGIN: virtual CollectionTreeItemModel::~CollectionTreeItemModel()
amarok:     END__: virtual CollectionTreeItemModel::~CollectionTreeItemModel() [Took: 0s]
amarok:   END__: virtual CollectionTreeView::~CollectionTreeView() [Took: 0s]
amarok:   BEGIN: virtual ServiceBrowser::~ServiceBrowser()
amarok:   END__: virtual ServiceBrowser::~ServiceBrowser() [Took: 0s]
amarok:   BEGIN: virtual CollectionTreeView::~CollectionTreeView()
amarok:   END__: virtual CollectionTreeView::~CollectionTreeView() [Took: 0s]
amarok:   BEGIN: virtual ScriptableServiceManager::~ScriptableServiceManager()
amarok:   END__: virtual ScriptableServiceManager::~ScriptableServiceManager() [Took: 0s]
amarok(10011)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
amarok:   BEGIN: virtual PopupWidget::~PopupWidget()
amarok:   END__: virtual PopupWidget::~PopupWidget() [Took: 0s]
amarok:   BEGIN: virtual Context::ContextView::~ContextView()
amarok:     [ContextView] Unloading plasma engine:  "amarok-upcomingEvents"
amarok:     [ContextView] Unloading plasma engine:  "amarok-photos"
amarok:     [ContextView] Unloading plasma engine:  "amarok-tabs"
amarok:     [ContextView] Unloading plasma engine:  "amarok-wikipedia"
amarok:     [ContextView] Unloading plasma engine:  "amarok-current"
amarok:     [ContextView] Unloading plasma engine:  "amarok-videoclip"
amarok:     [ContextView] Unloading plasma engine:  "amarok-spectrum-analyzer"
amarok:     [ContextView] Unloading plasma engine:  "amarok-lyrics"
amarok:     [ContextView] Unloading plasma engine:  "amarok-info"
amarok:     [ContextView] Unloading plasma engine:  "amarok-labels"
amarok:     [ContextView] Unloading plasma engine:  "amarok-similarArtists"
amarok:     BEGIN: void Context::ContextView::clear(const Context::ContextState&)
amarok:       BEGIN: virtual void Context::VerticalAppletLayout::saveToConfig(KConfigGroup&)
amarok:         [VerticalAppletLayout] saving applet "currenttrack"
amarok:         [VerticalAppletLayout] saving applet "lyrics"
amarok:       END__: virtual void Context::VerticalAppletLayout::saveToConfig(KConfigGroup&) [Took: 0s]
amarok:     END__: void Context::ContextView::clear(const Context::ContextState&) [Took: 0.005s]
amarok:   END__: virtual Context::ContextView::~ContextView() [Took: 0.006s]
amarok:   BEGIN: virtual ContextSubject::~ContextSubject()
amarok:   END__: virtual ContextSubject::~ContextSubject() [Took: 0s]
amarok:   BEGIN: virtual Context::ContextScene::~ContextScene()
amarok:   END__: virtual Context::ContextScene::~ContextScene() [Took: 0s]
amarok:   BEGIN: virtual Context::Containment::~Containment()
amarok:   END__: virtual Context::Containment::~Containment() [Took: 0s]
amarok:   BEGIN: virtual Context::VerticalAppletLayout::~VerticalAppletLayout()
amarok:   END__: virtual Context::VerticalAppletLayout::~VerticalAppletLayout() [Took: 0.004s]
amarok:   BEGIN: virtual Playlist::Model::~Model()
amarok:   END__: virtual Playlist::Model::~Model() [Took: 0.01s]
amarok:   BEGIN: virtual Playlists::PlaylistFileProvider::~PlaylistFileProvider()
amarok:     42  Playlists loaded
amarok:   END__: virtual Playlists::PlaylistFileProvider::~PlaylistFileProvider() [Took: 0.006s]
amarok:   BEGIN: virtual CollectionManager::~CollectionManager()
amarok:     [ScanManager] Abort scan:  "Scan blocked"
amarok:     BEGIN: virtual MySqlStorage::~MySqlStorage()
amarok:     END__: virtual MySqlStorage::~MySqlStorage() [Took: 0s]
amarok:     BEGIN: virtual MountPointManager::~MountPointManager()
amarok:     END__: virtual MountPointManager::~MountPointManager() [Took: 0s]
amarok:     [ScanManager] Abort scan:  "Scan blocked"
amarok:   END__: virtual CollectionManager::~CollectionManager() [Took: 0.002s]
amarok:   BEGIN: virtual EngineController::~EngineController()
amarok:   END__: virtual EngineController::~EngineController() [Took: 0.001s]
amarok: END__: virtual App::~App() [Took: 0.14s]
amarok: BEGIN: bool Dynamic::DynamicModel::savePlaylists(const QString&)
amarok: END__: bool Dynamic::DynamicModel::savePlaylists(const QString&) [Took: 0s]
amarok: BEGIN: virtual void Dynamic::BiasedPlaylist::requestAbort()
amarok: END__: virtual void Dynamic::BiasedPlaylist::requestAbort() [Took: 0s]
amarok: BEGIN: virtual void Dynamic::BiasedPlaylist::requestAbort()
amarok: END__: virtual void Dynamic::BiasedPlaylist::requestAbort() [Took: 0s]
amarok: BEGIN: virtual void Dynamic::BiasedPlaylist::requestAbort()
amarok: END__: virtual void Dynamic::BiasedPlaylist::requestAbort() [Took: 0s]
User avatar
Sentynel
KDE Developer
Posts
285
Karma
1
OS
Do you have merged view on? If so, does turning it off make a difference? Do the missing tracks appear if you run collection queries for them (try searching for the track name, the album name, etc to see if they show up on any)? If you add the missing tracks to the playlist from Amarok's file browser, is there anything odd about them?

If you move your database away, start Amarok, and scan the library again (the database is in ~/.kde/share/apps/amarok/mysqle), are tracks still missing? If so, are they the same tracks as were missing previously, or different?


declan
Registered Member
Posts
2
Karma
0
Merged view was not on, and turning it on didn't help. So I put it back to off.

I had considered what you asked before and had tried that. Nope, searching for the tracks or albums by name doesn't bring anything up. So unless they've also changed their name... they're not there.

Adding music to the playlist from "add media" plays songs and whole albums that are missing from the library perfectly, but they're still missing from the library.

There isn't a mysqle directory in that path you showed me. However, there is if I look at my .kde4 folder and follow the same path. I found a file named db.opt, moved it and rescanned, but that didn't do much. Then I looked back and saw that there's a file called "collection.db" just in ~/.kde/share/apps/amarok/, so I moved that and rescanned, and here's what it gave me:

Code: Select all
The collection scanner reported the following errors:
Track /home/declan/Music/Robert Crumb & His Cheap Suit Serenaders/1 - 03 - little rascals theme.mp3 with uid amarok-sqltrackuid://eec2eaacd61864168ee2b84b77c5d67c already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Cat Power - Studio Albums/[2008] Jukebox/02-01 - I Feel.mp3 with uid amarok-sqltrackuid://mb-e6adbb5d-ba27-4a00-82e3-0503fb87dddf already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Cat Power - Studio Albums/[2008] Jukebox/01-07 - Lord Help The Poor And Needy.mp3 with uid amarok-sqltrackuid://mb-557f1c9a-e357-4f3b-bce9-5f79e6b4fb50 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Cat Power - Studio Albums/[2008] Jukebox/01-05 - Aretha Sing One For Me.mp3 with uid amarok-sqltrackuid://mb-976cadc3-1055-4d8c-ab65-4f08aa4c7c36 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Cat Power - Studio Albums/[2008] Jukebox/01-04 - Silver Stallion.mp3 with uid amarok-sqltrackuid://mb-e6adbb5d-ba27-4a00-82e3-0503fb87dddf already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Yardbirds & Eric Clapton-4 Albums/Yardbirds & Eric Clapton-The Blues Collection 14/Yardbirds -09 - Jeff's Blues.mp3 with uid amarok-sqltrackuid://mb-dfe4bda9-7d48-4e0f-988a-1e3b39439438 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Yardbirds & Eric Clapton-4 Albums/Yardbirds & Eric Clapton-The Blues Collection 14/Yardbirds -08 - Heart Full Of Soul.mp3 with uid amarok-sqltrackuid://mb-e720fcba-e239-4afe-8b47-edc1b7b2f578 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Yardbirds & Eric Clapton-4 Albums/Yardbirds & Eric Clapton-The Blues Collection 14/Yardbirds -07 - Still I'm Sad.mp3 with uid amarok-sqltrackuid://mb-387c940c-1061-40df-a13f-7e0f08a9dea2 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Yardbirds & Eric Clapton-4 Albums/Yardbirds & Eric Clapton-The Blues Collection 14/Yardbirds -05 - Good Morning Little Schoolgirl.mp3 with uid amarok-sqltrackuid://mb-c4008e3d-a686-49dc-87d8-c71428c963f8 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Yardbirds & Eric Clapton-4 Albums/Yardbirds & Eric Clapton-The Blues Collection 14/Yardbirds -03 - Got To Hurry.mp3 with uid amarok-sqltrackuid://mb-e720fcba-e239-4afe-8b47-edc1b7b2f578 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Yardbirds & Eric Clapton-4 Albums/Yardbirds & Eric Clapton-The Blues Collection 14/Yardbirds -02 - Putty In Your Hands.mp3 with uid amarok-sqltrackuid://mb-dfe4bda9-7d48-4e0f-988a-1e3b39439438 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Yardbirds & Eric Clapton-4 Albums/Yardbirds & Eric Clapton-The Blues Collection 14/Yardbirds -01 - For Your Love.mp3 with uid amarok-sqltrackuid://mb-c002a40c-4a76-4bd2-9d6f-7d9c8fcaa73b already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Mika - Life In Cartoon Motion [2007][CD+SkidVid+Cov]/10  Mika - Happy Ending.mp3 with uid amarok-sqltrackuid://mb-e8bedf64-3218-4ccc-ab64-fb4f3e541c1f already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Vivaldi - Four Seasons - SCO Laredo 1985/04 - L'Estate - 1. Allegro Non Molto.mp3 with uid amarok-sqltrackuid://mb-cc93b59c-d570-43b6-9f46-2c8ca439fbec already committed. There seems to be a duplicate uid.
Track /home/declan/Music/(1999) Clapton Chronicles; The Best Of Eric Clapton [Australia]/09 - It's In The Way That You Use It.mp3 with uid amarok-sqltrackuid://mb-d27c29e2-3a7c-47ab-9076-b139953fc215 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Yardbirds & Eric Clapton-4 Albums/Yardbirds & Eric Clapton-Gold/11 A certain girl.mp3 with uid amarok-sqltrackuid://mb-b1207b68-fed9-4123-b73c-e0f3f610e228 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Yardbirds & Eric Clapton-4 Albums/Yardbirds & Eric Clapton-Gold/08. Miles Road.mp3 with uid amarok-sqltrackuid://mb-b1207b68-fed9-4123-b73c-e0f3f610e228 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Yardbirds & Eric Clapton-4 Albums/Yardbirds & Eric Clapton-Gold/07. I Ain't Got You.mp3 with uid amarok-sqltrackuid://mb-d14caeca-55d5-4207-a2bc-719804ca85e9 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Yardbirds & Eric Clapton-4 Albums/Yardbirds & Eric Clapton-Gold/06. Snake Drive.mp3 with uid amarok-sqltrackuid://mb-b1207b68-fed9-4123-b73c-e0f3f610e228 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Yardbirds & Eric Clapton-4 Albums/Yardbirds & Eric Clapton-Gold/04 Tribute to Elmore.mp3 with uid amarok-sqltrackuid://mb-b1207b68-fed9-4123-b73c-e0f3f610e228 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Yardbirds & Eric Clapton-4 Albums/Yardbirds & Eric Clapton-Gold/03 For your love.mp3 with uid amarok-sqltrackuid://mb-b1207b68-fed9-4123-b73c-e0f3f610e228 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Yardbirds & Eric Clapton-4 Albums/Yardbirds & Eric Clapton-Gold/02-Freight Loader.mp3 with uid amarok-sqltrackuid://mb-b1207b68-fed9-4123-b73c-e0f3f610e228 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Yardbirds & Eric Clapton-4 Albums/Yardbirds & Eric Clapton-Gold/01-Draggin' My Tail.mp3 with uid amarok-sqltrackuid://mb-e8eaf3b9-1749-4aef-8943-3a56feb6aae8 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Who/Tommy/14 There's a Doctor.mp3 with uid amarok-sqltrackuid://mb-787571ca-7ed0-4875-854b-8d6f4d0ca4b5 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Who/Tommy/12 Fiddle About.mp3 with uid amarok-sqltrackuid://mb-c0a18670-43b1-460a-95f4-8ed1989cbf69 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Who/Tommy/06 The Hawker.mp3 with uid amarok-sqltrackuid://mb-eb6977bd-413c-4bf1-ad18-b7fcf6af4ec0 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Who/Tommy/05 Sparks.mp3 with uid amarok-sqltrackuid://mb-6291b250-e9ff-4205-8ae7-6da59a95aa39 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Who/Tommy/03 1921.mp3 with uid amarok-sqltrackuid://mb-b0af1f2d-5b9b-4cbc-8884-c8b331c35b65 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/20_-_Breaking Down (Acoustic).mp3 with uid amarok-sqltrackuid://94d98f90a62cab5d745a1de062c28aca already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/19_-_Shake It Out (Acoustic).mp3 with uid amarok-sqltrackuid://f36e33bffd3e27535a3a75fd6fc82ba6 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/18_-_Heartlines (Acoustic).mp3 with uid amarok-sqltrackuid://9316804f1e2e658bfa2e4a63b6d887d3 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/17_-_Landscape (Demo).mp3 with uid amarok-sqltrackuid://14139ebb27b9d36a6b8757d48a814fa0 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/16_-_What The Water Gave Me (Demo).mp3 with uid amarok-sqltrackuid://86ba81269b41f5ef8d1359e2f042ec01 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/15_-_Bedroom Hymns.mp3 with uid amarok-sqltrackuid://e4074c1d31785188912cca64db967adb already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/14_-_Strangeness And Charm.mp3 with uid amarok-sqltrackuid://bf8e2ae6c40b934697b17225118d4c5e already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/13_-_Remain Nameless.mp3 with uid amarok-sqltrackuid://5c27df0cfdd78b664617de8e63b9e4be already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/12_-_Leave My Body.mp3 with uid amarok-sqltrackuid://f281c89e0797139374a25f8798c50ff6 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/11_-_All This And Heaven Too.mp3 with uid amarok-sqltrackuid://dd8547174975ae136c6e3be9cf710e3d already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/10_-_Spectrum.mp3 with uid amarok-sqltrackuid://3300e5b8f1b990101b54a36051a65f11 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/09_-_Heartlines.mp3 with uid amarok-sqltrackuid://c6d6fd046c06da248965fe44d398abc3 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/08_-_Seven Devils.mp3 with uid amarok-sqltrackuid://ff2456263b46e405395fd201a00bbf46 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/07_-_No Light, No Light.mp3 with uid amarok-sqltrackuid://00d7be2cd56a812622baecbb5e18392f already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/06_-_Lover To Lover.mp3 with uid amarok-sqltrackuid://8daa7403fde0b1608ff7c32932273c38 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/05_-_Breaking Down.mp3 with uid amarok-sqltrackuid://7eeaf0d475499aa927bbbfd5e48ab00d already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/04_-_Never Let Me Go.mp3 with uid amarok-sqltrackuid://ef9fca94e7b6f28d2df20dc938a2200c already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/03_-_What The Water Gave Me.mp3 with uid amarok-sqltrackuid://7edb20b2d47b56f814f420c71e20d759 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/02_-_Shake It Out.mp3 with uid amarok-sqltrackuid://7201b19999685f3ddf18bbc07af251cf already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Florence + The Machine/Ceremonials (Deluxe Version)/01_-_Only If For A Night.mp3 with uid amarok-sqltrackuid://517c62b076142b1828b88675ba81e8c6 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/gorillaz (4 albums)/gorillaz-gorillaz-11-19 2000.mp3 with uid amarok-sqltrackuid://mb-1a4697b2-9f93-41ca-9f6e-dd5fe26d9754 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Blind Lemon Jefferson/King of the Country Blues/Gone Dead On You Blues.mp3 with uid amarok-sqltrackuid://mb-d828a2a0-5bb8-4acd-9a96-93a15c116a73 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Blind Lemon Jefferson/King of the Country Blues/10 Easy Rider Blues.mp3 with uid amarok-sqltrackuid://mb-a3dfe81f-ea8c-4655-8357-758fe3a33f26 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Pixies/Surfer Rosa/13 Brick Is Red.mp3 with uid amarok-sqltrackuid://mb-c297e1eb-d374-4f0b-9a42-349e596f2a6e already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Beethoven - The 9 Symphonies - HvK.BP (no colons this time)/Symphony No.8 in F major, Op.93 - 1. Allegro vivace e con brio.mp3 with uid amarok-sqltrackuid://mb-d93e1538-0c3e-4b80-a014-cfb2aba4599e already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Beethoven - The 9 Symphonies - HvK.BP (no colons this time)/Symphony No.7 in A major, Op.92 - 4. Allegro con brio.mp3 with uid amarok-sqltrackuid://mb-d93e1538-0c3e-4b80-a014-cfb2aba4599e already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Beethoven - The 9 Symphonies - HvK.BP (no colons this time)/Symphony No.7 in A major, Op.92 - 2. Allegretto.mp3 with uid amarok-sqltrackuid://mb-2b40b0fe-d53d-4d70-bf51-e14afd4162f0 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Beethoven - The 9 Symphonies - HvK.BP (no colons this time)/Symphony No.7 in A major, Op.92 - 1. Poco sostenuto-Vivace.mp3 with uid amarok-sqltrackuid://mb-d93e1538-0c3e-4b80-a014-cfb2aba4599e already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Brian Jonestown Massacre/Tepid Peppermint Wonderland_ A Retrospec/2-18 Ballad Of Jim Jones 2.mp3 with uid amarok-sqltrackuid://ad3d0d832bb22a8b9496dd58530e0386 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Across The Universe Soundtrack/2-12 Blackbird.mp3 with uid amarok-sqltrackuid://mb-4d2346bf-15ac-44a9-928d-b3c046590335 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Across The Universe Soundtrack/2-09 Across The Universe.mp3 with uid amarok-sqltrackuid://mb-6b16aa22-5a53-402e-8224-e53fadf85b3d already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Across The Universe Soundtrack/2-08 While My Guitar Gently Weeps.mp3 with uid amarok-sqltrackuid://mb-ff467dac-1ba1-4515-a797-f2309a45a6ee already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Gentle Giant - Three Friends (1972) [Tilo000]/06 - Three Friends.mp3 with uid amarok-sqltrackuid://mb-86bbe4aa-be23-4250-a316-fd573675f50d already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Gentle Giant - Three Friends (1972) [Tilo000]/05 - Mister Class and Quality_.mp3 with uid amarok-sqltrackuid://mb-ca49ac35-020b-43c0-bf2b-62381ee280fb already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Gentle Giant - Three Friends (1972) [Tilo000]/04 - Peel the Paint.mp3 with uid amarok-sqltrackuid://mb-720e3639-744e-4562-b807-c223db126501 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Gentle Giant - Three Friends (1972) [Tilo000]/03 - Working all Day.mp3 with uid amarok-sqltrackuid://mb-a809cac5-ebce-4b1e-9085-0e2481e983d4 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Gentle Giant - Three Friends (1972) [Tilo000]/02 - Schooldays.mp3 with uid amarok-sqltrackuid://mb-aa1f02f1-e5e8-4ca3-a0a5-6735e245ed12 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/Gentle Giant - Three Friends (1972) [Tilo000]/01 - Prologue.mp3 with uid amarok-sqltrackuid://mb-a175ce9b-6240-4e14-935a-58f873249cc2 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/TheresNothingLove/Reasons.mp3 with uid amarok-sqltrackuid://a37d50766b0340350c8c955451489a61 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/TheresNothingLove/InTheMorning.mp3 with uid amarok-sqltrackuid://176ef22206b11438f212fb6e7f7cdde8 already committed. There seems to be a duplicate uid.
Track /home/declan/Music/The Knife/Silent Shout-Limited Deluxe Edition/21 From Off To On (Live).mp3 with uid amarok-sqltrackuid://11a5fc006ee8d2b763049c6499bdca68 already committed. There seems to be a duplicate uid.
GREPME MySQLe query failed! (1062) Duplicate entry 'amarok-sqltrackuid://61eac88c2e1e91750b163719a8025e88' for key 'uniqueid' on INSERT INTO urls (deviceid,rpath,directory,uniqueid) VALUES (-1,'./home/declan/Music/Blitzen Trapper - American Goldwing (2011)(FLAC)/11-Blitzen Trapper - Stranger In A Strange Land.flac',33623,'amarok-sqltrackuid://588b052571a3c716a4ddf29c71436eaf'),(-1,'./home/declan/Music/Blitzen Trapper - American Goldwing (2011)(FLAC)/10-Blitzen Trapper - Street Fighting Sun.flac',33623,'amarok-sqltrackuid://c644efb4ac884310ac31e184b9823216'),(-1,'./home/declan/Music/Blitzen Trapper - American Goldwing (2011)(FLAC)/09-Blitzen Trapper - Taking It Easy Too Long.flac',33623,'amarok-sqltrackuid://979a9d088c4f741c656cee289d9f7f4e'),(-1,'./home/declan/Music/Blitzen Trapper - American Goldwing (2011)(FLAC)/08-Blitzen Trapper - Astronaut.flac',33623,'amarok-sqltrackuid://68fddea26c9e3a7c6becb13aa4049b73'),(-1,'./home/declan/Music/Blitzen Trapper - American Goldwing (2011)(FLAC)/07-Blitzen Trapper - American Goldwing.flac',33623,'amarok-sqltrackuid://45363cc6e0c78f0fabaca93bb58b985f'),(-1,'./home/declan/Music/Blitzen Trapper - American Goldwing (2011)(FLAC)/06-Blitzen Trapper - Girl In A Coat.flac',33623,'amarok-sqltrackuid://840ed688443b919d3aa2a4786a97c6c4'),(-1,'./home/declan/Music/Blitzen Trapper - American Goldwing (2011)(FLAC)/05-Blitzen Trapper - My Home Town.flac',33623,'amarok-sqltrackuid://96a3e18bbce68858cb9c08077fc4183a'),(-1,'./home/declan/Music/Blitzen Trapper - American Goldwing (2011)(FLAC)/04-Blitzen Trapper - Your Crying Eyes.flac',33623,'amarok-sqltrackuid://33db8a2a2d079e5e89525755ba73b4ce'),(-1,'./home/declan/Music/Blitzen Trapper - American Goldwing (2011)(FLAC)/03-Blitzen Trapper - Love The Way You Walk Away.flac',33623,'amarok-sqltrackuid://5b961b575995dbbcca6e34423fc4913c'),(-1,'./home/declan/Music/Blitzen Trapper - American Goldwing (2011)(FLAC)/02-Blitzen Trapper - Fletcher.flac',33623,'amarok-sqltrackuid://5d8084ad4c93d6a8b3e1e42a804c2db6'),(-1,'./home/declan/Music/Blitzen Trapper - American Goldwing (2011)(FLAC)/01-Blitzen Trapper - Might Find it Cheap.flac',33623,'amarok-sqltrackuid://06e94854fe5c7e6e1b371d4b386b569b'),(-1,'./home/declan/Music/Mayer Hawthorne - A Strange Arrangement/12 Mayer Hawthorne - Green Eyed Love.mp3',32540,'amarok-sqltrackuid://a7e834f8502af3b477e69313caffcc01'),(-1,'./home/declan/Music/Mayer Hawthorne - A Strange Arrangement/11 Mayer Hawthorne - Let Me Know.mp3',32540,'amarok-sqltrackuid://88099e96a06a7c41833445f1a9765e8a'),(-1,'./home/declan/Music/Mayer Hawthorne - A Strange Arrangement/10 Mayer Hawthorne - Shiny & New.mp3',32540,'amarok-sqltrackuid://8d30a7af32b2afd3f56c19eedaa0bbcf'),(-1,'./home/declan/Music/Mayer Hawthorne - A Strange Arrangement/09 Mayer Hawthorne - The Ills.mp3',32540,'amarok-sqltrackuid://e4cfd9489ae420669f410247345cc374'),(-1,'./home/declan/Music/Mayer Hawthorne - A Strange Arrangement/08 Mayer Hawthorne - One Track Mind.mp3',32540,'amarok-sqltrackuid://029d99b181b9cd3c11036841efb69c14'),(-1,'./home/declan/Music/Mayer Hawthorne - A Strange Arrangement/07 Mayer Hawthorne - Make Her Mine.mp3',32540,'amarok-sqltrackuid://4da177df6a77d0573b037a207f240904'),(-1,'./home/declan/Music/Mayer Hawthorne - A Strange Arrangement/06 Mayer Hawthorne - I Wish It Would Rain.mp3',32540,'amarok-sqltrackuid://ceb5ca65d03641bc0abcada554bd57a1'),(-1,'./home/declan/Music/Mayer Hawthorne - A Strange Arrangement/05 Mayer Hawthorne - Your Easy Lovin\' Ain\'t Pleasin\' Nothin\'.mp3',32540,'amarok-sqltrackuid://e0e55cfd691c9ce30f9831aab45c0fee'),(-1,'./home/declan/Music/Mayer Hawthorne - A Strange Arrangement/04 Mayer Hawthorne - Maybe So, Maybe No.mp3',32540,'amarok-sqltrackuid://e7ea9afa19fa82fa04a82962562c65fe'),(-1,'./home/declan/Music/Mayer Hawthorne - A Strange Arrangement/03 Mayer Hawthorne - Just Ain\'t Gonna Work Out.mp3',32540,'amarok-sqltrackuid://de9cd1f0d547f3074fc1b6f3f9fdcaef'),(-1,'./home/declan/Music/Mayer Hawthorne - A Strange Arrangement/02 Mayer Hawthorne - A Strange Arrangement.mp3',32540,'amarok-sqltrackuid://74ed56d9a340a48c32bae31862fa930a'),(-1,'./home/declan/Music/Mayer Hawthorne - A Strange Arrangement/01 Mayer Hawthorne - Prelude.mp3',32540,'amarok-sqltrackuid://6dbfc58df887b7b138bb6a8fb0e21a0f'),(-1,'./home/declan/Music/BuilttoSpillTreepeople/TheresNothingLove/TwinFalls.mp3',33054,'amarok-sqltrackuid://b5af3ae60c0461c0d2eca6c39f2c547f'),(-1,'./home/declan/Music/BuilttoSpillTreepeople/TheresNothingLove/TheSource.mp3',33054,'amarok-sqltrackuid://42b628215a0fd53e384026e614795ab6'),(-1,'./home/declan/Music/BuilttoSpillTreepeople/TheresNothingLove/Stab.mp3',33054,'amarok-sqltrackuid://f33ceb2f4c09485dc833ec4368359538'),(-1,'./home/declan/Music/BuilttoSpillTreepeople/TheresNothingLove/Some.mp3',33054,'amarok-sqltrackuid://5f68fda85ad256ea63fcf4464acce34e'),(-1,'./home/declan/Music/BuilttoSpillTreepeople/TheresNothingLove/Preview.mp3',33054,'amarok-sqltrackuid://b31aadcc070c02f28d424eb15f50fc6c'),(-1,'./home/declan/Music/BuilttoSpillTreepeople/TheresNothingLove/IsraelsSong.mp3',33054,'amarok-sqltrackuid://f4b592132e759c116818c9bb7eef2db4'),(-1,'./home/declan/Music/BuilttoSpillTreepeople/TheresNothingLove/Fling.mp3',33054,'amarok-sqltrackuid://785802e219e3208173b582a0f53d8a86'),(-1,'./home/declan/Music/BuilttoSpillTreepeople/TheresNothingLove/DistopianDreamGirl.mp3',33054,'amarok-sqltrackuid://3fcad823831946b26e951f76e475baaa'),(-1,'./home/declan/Music/BuilttoSpillTreepeople/TheresNothingLove/Cleo.mp3',33054,'amarok-sqltrackuid://bbe85a10572bc9edfcecf041ce83cc5b'),(-1,'./home/declan/Music/BuilttoSpillTreepeople/TheresNothingLove/Car.mp3',33054,'amarok-sqltrackuid://2709bba6a2686ce4cce78bb739ae997f'),(-1,'./home/declan/Music/BuilttoSpillTreepeople/TheresNothingLove/BigDipper.mp3',33054,'amarok-sqltrackuid://278dac1b81c1612c5d2cedde4b494a5a'),(-1,'./home/declan/Music/TheresNothingLove/TwinFalls.mp3',33240,'amarok-sqltrackuid://61eac88c2e1e91750b163719a8025e88'),(-1,'./home/declan/Music/TheresNothingLove/TheSource.mp3',33240,'amarok-sqltrackuid://f1ece1f7a76d3f29acc060886ac7279b'),(-1,'./home/declan/Music/TheresNothingLove/Stab.mp3',33240,'amarok-sqltrackuid://8c607b65f22c40b9bf34dbf266740e4a'),(-1,'./home/declan/Music/TheresNothingLove/Some.mp3',33240,'amarok-sqltrackuid://0a76757510d1990fcda9338a6de757bf'),(-1,'./home/declan/Music/TheresNothingLove/Preview.mp3',33240,'amarok-sqltrackuid://0eab6584b29e1b68db3fb57ab2b61a6e'),(-1,'./home/declan/Music/TheresNothingLove/IsraelsSong.mp3',33240,'amarok-sqltrackuid://119a2aea0f57f3bf886500f7a7a32650'),(-1,'./home/declan/Music/TheresNothingLove/Fling.mp3',33240,'amarok-sqltrackuid://a2771c13698423c7769e538152e597d9'),(-1,'./home/declan/Music/TheresNothingLove/DistopianDreamGirl.mp3',33240,'amarok-sqltrackuid://adc8b9aa635562e7b91f977c3d57fad1'),(-1,'./home/declan/Music/TheresNothingLove/Cleo.mp3',33240,'amarok-sqltrackuid://cb0e4223b87fae08872e19dd85e8f130'),(-1,'./home/declan/Music/TheresNothingLove/Car.mp3',33240,'amarok-sqltrackuid://61545daaf2c6fa4015472943c2486208'),(-1,'./home/declan/Music/TheresNothingLove/BigDipper.mp3',33240,'amarok-sqltrackuid://e9097cc7286088b4facfbfb84a19f651'),(-1,'./home/declan/Music/Fang Island/Welcome Wagon.mp3',33702,'amarok-sqltrackuid://ad9f529fd94313dcc8b92cc6f6c202de'),(-1,'./home/declan/Music/Fang Island/Treeton.mp3',33702,'amarok-sqltrackuid://27de4ca4413ee8395435947da34d80c9'),(-1,'./home/declan/Music/Fang Island/The Illinois.mp3',33702,'amarok-sqltrackuid://70d71e822536f3498161102b24515d9d'),(-1,'./home/declan/Music/Fang Island/Sideswiper.mp3',33702,'amarok-sqltrackuid://1abeefd2fed0c9ec87cdb813bb37e17b'),(-1,'./home/declan/Music/Fang Island/Life Coach.mp3',33702,'amarok-sqltrackuid://f9a7ba1793ec8b2e7246202d9549678b'),(-1,'./home/declan/Music/Fang Island/Dream of Dreams.mp3',33702,'amarok-sqltrackuid://5fc4954821a6b17da8fefc9e2ab6a6b9'),(-1,'./home/declan/Music/Fang Island/Dorian.mp3',33702,'amarok-sqltrackuid://7fceba392fcf19843329d33fee7691ef'),(-1,'./home/declan/Music/Fang Island/Davey Crockett.mp3',33702,'amarok-sqltrackuid://be01e769e346ba6d4572771b5d63dd9f'),(-1,'./home/declan/Music/Fang Island/Daisy.mp3',33702,'amarok-sqltrackuid://9bbec2f16e06863bf4792a621125f382'),(-1,'./home/declan/Music/Fang Island/Careful Crossers.mp3',33702,'amarok-sqltrackuid://bbe09cbf9308a4cc32b823552c1f495e'),(-1,'./home/declan/Music/Reefer - Reefer/11 Let It Go (Flying Lotus Remix).mp3',32536,'amarok-sqltrackuid://1bdc43b83c700d2274ea2ae436ff9125'),(-1,'./home/declan/Music/Reefer - Reefer/10 Hit and Run (Dntel Remix).mp3',32536,'amarok-sqltrackuid://e5afde01d142ef9d01eb9e07f396642f'),(-1,'./home/declan/Music/Reefer - Reefer/09 Until We Meet Again.mp3',32536,'amarok-sqltrackuid://dd1aa35eb6ca0a0a56a8de7789cfdedf'),(-1,'./home/declan/Music/Reefer - Reefer/08 Blue Moon.mp3',32536,'amarok-sqltrackuid://4d3270a11f779358af23b9f61d055997'),(-1,'./home/declan/Music/Reefer - Reefer/07 Hit and Run.mp3',32536,'amarok-sqltrackuid://ccae59f2b0bff26a192135322c744c87'),(-1,'./home/declan/Music/Reefer - Reefer/06 Crony Island (feat. Busdriver).mp3',32536,'amarok-sqltrackuid://8bcd846aabb14bd20dcbc73685f29336'),(-1,'./home/declan/Music/Reefer - Reefer/04 Let It Go.mp3',32536,'amarok-sqltrackuid://91636b05a900106364f7eec46ff31e48'),(-1,'./home/declan/Music/Reefer - Reefer/03 Body Heat.mp3',32536,'amarok-sqltrackuid://ca5f28d31ff752775c1b7d4f386cf469'),(-1,'./home/declan/Music/Reefer - Reefer/02 May Baleen.mp3',32536,'amarok-sqltrackuid://ee5c917b050b7bd662fcae9aefd3e55e'),(-1,'./home/declan/Music/Reefer - Reefer/01 The Simplest Way.mp3',32536,'amarok-sqltrackuid://c7a6511dc530cbea42069b1d9583675d'),(-1,'./home/declan/Music/The Knife/Silent Shout-Limited Deluxe Edition/04 We Share Our Mother\'s Health.mp3',33709,'amarok-sqltrackuid://107256f2600f6403e4e5f49cd12c6931'),(-1,'./home/declan/Music/Ra Ra Riot/Ra Ra Riot - Winter \'05.mp3',33251,'amarok-sqltrackuid://78d3e1e7059b03eadf9b9503d3c70092'),(-1,'./home/declan/Music/Ra Ra Riot/Ra Ra Riot - Too Too Too Fast.mp3',33251,'amarok-sqltrackuid://de3b0530d2ba7436559b4aaa76f21936'),(-1,'./home/declan/Music/Ra Ra Riot/Ra Ra Riot - Suspended in Gaffa.mp3',33251,'amarok-sqltrackuid://65a9ae8ec9c1aafb8534edec3a3bf14c'),(-1,'./home/declan/Music/Ra Ra Riot/Ra Ra Riot - St Peter\'s Day Festival.mp3',33251,'amarok-sqltrackuid://b245f66cbb1e70186f9c434c4943125e'),(-1,'./home/declan/Music/Ra Ra Riot/Ra Ra Riot - Run My Mouth.mp3',33251,'amarok-sqltrackuid://77b09bbc935b878c09c07568da2b15e9'),(-1,'./home/declan/Music/Ra Ra Riot/Ra Ra Riot - Oh, La.mp3',33251,'amarok-sqltrackuid://307a8cb051619650fcff2c33c7b3fcf0'),(-1,'./home/declan/Music/Ra Ra Riot/Ra Ra Riot - Ghost Under Rocks.mp3',33251,'amarok-sqltrackuid://d8a4b96da766861344166fb544d4e00c'),(-1,'./home/declan/Music/Ra Ra Riot/Ra Ra Riot - Each Year.mp3',33251,'amarok-sqltrackuid://f98a6cbd47164ff61ba8eb57e51b4f38'),(-1,'./home/declan/Music/Ra Ra Riot/Ra Ra Riot - Dying Is Fine.mp3',33251,'amarok-sqltrackuid://b8f4f1981c08029723a20fd72569ccd3'),(-1,'./home/declan/Music/Ra Ra Riot/Ra Ra Riot - Can You Tell.mp3',33251,'amarok-sqltrackuid://e4d0db855bf8053a2eee01dec6863a73'),(-1,'./home/declan/Music/Fleet Foxes - Helplessness Blues [mp3-320-2011]/05 - The Plains - Bitter Dancer.mp3',33316,'amarok-sqltrackuid://0afd026a530f96d443f52182d5ee5fc8'),(-1,'./home/declan/Music/Fleet Foxes - Helplessness Blues [mp3-320-2011]/04 - Battery Kinzie.mp3',33316,'amarok-sqltrackuid://9d1275084dad233814d088e88720f842'),(-1,'./home/declan/Music/Fleet Foxes - Helplessness Blues [mp3-320-2011]/03 - Sim Sala Bim.mp3',33316,'amarok-sqltrackuid://a61661976d69241a092c07de046a56b3'),(-1,'./home/declan/Music/Fleet Foxes - Helplessness Blues [mp3-320-2011]/02 - Bedouin Dress.mp3',33316,'amarok-sqltrackuid://f70315c7af91a7f746f43617b806c3e9'),(-1,'./home/declan/Music/Fleet Foxes - Helplessness Blues [mp3-320-2011]/01 - Montezuma.mp3',33316,'amarok-sqltrackuid://cfcf40f85a249f4185ce546476d9b479'),(-1,'./home/declan/Music/16 Fiddlers\' Greatest Hits/16 Fiddlers\' Greatest Hits - 16 - Tommy Jackson - Cotton Eyed Joe.mp3',32760,'amarok-sqltrackuid://7e029afa5206fe8b77e05da8658a8713'),(-1,'./home/declan/Music/16 Fiddlers\' Greatest Hits/16 Fiddlers\' Greatest Hits - 15 - Fiddlin\' Red Herron - Listen To The Mockingbird.mp3',32760,'amarok-sqltrackuid://506fc5bdf61e897ed02b74329f8aca92'),(-1,'./home/declan/Music/16 Fiddlers\' Greatest Hits/16 Fiddlers\' Greatest Hits - 14 - Jerry Rivers - Molly And Tenbrooks.mp3',32760,'amarok-sqltrackuid://99a59b2f31f58f557e46e99450c6673b'),(-1,'./home/declan/Music/16 Fiddlers\' Greatest Hits/16 Fiddlers\' Greatest Hits - 13 - Fiddlin\' Arthur Smith - Tulsa Hop.mp3',32760,'amarok-sqltrackuid://16613986e19ac0db339847d1a28e5e7a'),(-1,'./home/declan/Music/16 Fiddlers\' Greatest Hits/16 Fiddlers\' Greatest Hits - 12 - Joe `red` Hayes - Sweet Nellie.mp3',32760,'amarok-sqltrackuid://03d107275ad4730ff2d60b7977ad916b'),(-1,'./home/declan/Music/16 Fiddlers\' Greatest Hits/16 Fiddlers\' Greatest Hits - 11 - Scotty Stoneman - Talkin\' Fiddle Blues.mp3',32760,'amarok-sqltrackuid://6550db7a6147f820df03d1a304b84c72'),(-1,'./home/declan/Music/16 Fiddlers\' Greatest Hits/16 Fiddlers\' Greatest Hits - 10 - Curley Fox - Black Mountain Rag.mp3',32760,'amarok-sqltrackuid://7f8d0e628c3b1164b314c4b2d07ea9ba'),(-1,'./home/declan/Music/16 Fiddlers\' Greatest Hits/16 Fiddlers\' Greatest Hits - 09 - Benny Martin - Big Tiger Special.mp3',32760,'amarok-sqltrackuid://ae1d3a227738e823534f8c4b3bcc42d2'),(-1,'./home/declan/Music/16 Fiddlers\' Greatest Hits/16 Fiddlers\' Greatest Hits - 08 - Mack Magaha; Reno & Smiley - Mac\'s Hoedown.mp3',32760,'amarok-sqltrackuid://7454285d5854ae0849e8260dbda333bc'),(-1,'./home/declan/Music/16 Fiddlers\' Greatest Hits/16 Fiddlers\' Greatest Hits - 07 - Harry Choates - Drag That Fiddle.mp3',32760,'amarok-sqltrackuid://186daf31d375fafe38ef6afae448a66b'),(-1,'./home/declan/Music/16 Fiddlers\' Greatest Hits/16 Fiddlers\' Greatest Hits - 06 - Ken Clark - Lee Highway Ramble.mp3',32760,'amarok-sqltrackuid://03ef71a6734e4a98c15fd241d1e31724'),(-1,'./home/declan/Music/16 Fiddlers\' Greatest Hits/16 Fiddlers\' Greatest Hits - 05 - Buddy Spicher; Shorty Lavender - Three Fiddle Swing.mp3',32760,'amarok-sqltrackuid://6b6ed18db00469421e28eff8b8fffd5c'),(-1,'./home/declan/Music/16 Fiddlers\' Greatest Hits/16 Fiddlers\' Greatest Hits - 04 - Reno & Harrell - Maiden\'s Prayer.mp3',32760,'amarok-sqltrackuid://40c503266b115060c6b6d3f2868b9da3'),(-1,'./home/declan/Music/16 Fiddlers\' Greatest Hits/16 Fiddlers\' Greatest Hits - 03 - Chubby Wise - Peacock Rag.mp3',32760,'amarok-sqltrackuid://2407086a5e9e2193376b785436b0daee'),(-1,'./home/declan/Music/16 Fiddlers\' Greatest Hits/16 Fiddlers\' Greatest Hits - 02 - Howdy Forrester - Still On The Hill.mp3',32760,'amarok-sqltrackuid://7f19450f97a8d7bd85323ae2e5623a43'),(-1,'./home/declan/Music/16 Fiddlers\' Greatest Hits/16 Fiddlers\' Greatest Hits - 01 - Scotty Stoneman - Orange Blossom Revival.mp3',32760,'amarok-sqltrackuid://9fac5690ae1f13643aa1e2c5b08de121'),(-1,'./home/declan/Music/In Wonderland/04 The Hunting.mp3',32571,'amarok-sqltrackuid://c87d42a76b8c0682d5ffef04e8e0c06d'),(-1,'./home/declan/Music/In Wonderland/03 The Landing.mp3',32571,'amarok-sqltrackuid://567fb3f827abfde7aa1f1fc992c37ec0'),(-1,'./home/declan/Music/In Wonderland/02 The Bellman\'s Speech.mp3',32571,'amarok-sqltrackuid://5ffe2ac2af0cee3e0240205596b6d3d4'),(-1,'./home/declan/Music/In Wonderland/01 Intro.mp3',32571,'amarok-sqltrackuid://cad21a72cb392a37dd0e7387751067da'),(-1,'./home/declan/Music/Cult of Youth - 2011 - Cult of Youth/11 - Lace Up Your Boots.flac',33512,'amarok-sqltrackuid://b596453937978c6c64d86b9548d957e9'),(-1,'./home/declan/Music/Cult of Youth - 2011 - Cult of Youth/10 - The Lamb.flac',33512,'amarok-sqltrackuid://4139b7179859f7c34e1440de303ba121'),(-1,'./home/declan/Music/Cult of Youth - 2011 - Cult of Youth/09 - Lorelei.flac',33512,'amarok-sqltrackuid://459134d0c868a4fad7181f97370f6b45'),(-1,'./home/declan/Music/Cult of Youth - 2011 - Cult of Youth/08 - Cold Black Earth.flac',33512,'amarok-sqltrackuid://bd9cbff65de9ede2559e4072a432d640'),(-1,'./home/declan/Music/Cult of Youth - 2011 - Cult of Youth/07 - The Pole Star.flac',33512,'amarok-sqltrackuid://a09fce1d08e57789d71171df5c8ca16d'),(-1,'./home/declan/Music/Cult of Youth - 2011 - Cult of Youth/06 - Weary.flac',33512,'amarok-sqltrackuid://18634876bc10873692ec101d935e4b89'),(-1,'./home/declan/Music/Cult of Youth - 2011 - Cult of Youth/05 - Through the Fear.flac',33512,'amarok-sqltrackuid://12703212b6711b6ffea99d3b52d4259e'),(-1,'./home/declan/Music/Cult of Youth - 2011 - Cult of Youth/04 - Casting Thorns.flac',33512,'amarok-sqltrackuid://f4348409018d1a3476cd4217f0ca937c'),(-1,'./home/declan/Music/Cult of Youth - 2011 - Cult of Youth/03 - Monsters.flac',33512,'amarok-sqltrackuid://50c10ebd25109a07d8162bdc41dad125'),(-1,'./home/declan/Music/Cult of Youth - 2011 - Cult of Youth/02 - The Dead Sea.flac',33512,'amarok-sqltrackuid://f23d3483b0cf43caa43abd0d33edec82'),(-1,'./home/declan/Music/Cult of Youth - 2011 - Cult of Youth/01 - New West.flac',33512,'amarok-sqltrackuid://07a0c18ab1ba67ac86cc1aed38d0353b');
GREPME MySQLe query failed! (1062) Duplicate entry '0' for key 'tracks_url' on INSERT INTO tracks (url,artist,album,genre,composer,year,title,comment,tracknumber,discnumber,bitrate,length,samplerate,filesize,filetype,bpm,createdate,modifydate,albumgain,albumpeakgain,trackgain,trackpeakgain) VALUES (0,6556,9009,223,1208,123,'Stranger in a Strange Land','',11,NULL,708,197000,44100,17448214,3,NULL,1336795996,1325229913,-1,-1,-1,-1),(1,6556,9009,223,1208,123,'Street Fighting Sun','',10,NULL,934,279000,44100,32612831,3,NULL,1336795996,1325277352,-1,-1,-1,-1),(2,6556,9009,223,1208,123,'Taking it Easy Too Long','',9,NULL,790,176000,44100,17384738,3,NULL,1336795996,1325277072,-1,-1,-1,-1),(3,6556,9009,223,1208,123,'Astronaut','',8,NULL,797,245000,44100,24415241,3,NULL,1336795996,1325276897,-1,-1,-1,-1),(4,6556,9009,223,1208,123,'American Goldwing','',7,NULL,885,189000,44100,20922181,3,NULL,1336795996,1325276643,-1,-1,-1,-1),(5,6556,9009,223,1208,123,'Girl In a Coat','',6,NULL,812,219000,44100,22252751,3,NULL,1336795996,1325276443,-1,-1,-1,-1),(6,6556,9009,223,1208,123,'My Home Town','',5,NULL,908,159000,44100,18060679,3,NULL,1336795996,1325276219,-1,-1,-1,-1),(7,6556,9009,223,1208,123,'Your Crying Eyes','',4,NULL,958,181000,44100,21686540,3,NULL,1336795996,1325276061,-1,-1,-1,-1),(8,6556,9009,223,1208,123,'Love The Way You Walk Away','',3,NULL,870,220000,44100,23937843,3,NULL,1336795996,1325275881,-1,-1,-1,-1),(9,6556,9009,223,1208,123,'Fletcher','',2,NULL,941,207000,44100,24357541,3,NULL,1336795996,1325275660,-1,-1,-1,-1),(10,6556,9009,223,1208,123,'Might Find it Cheap','',1,NULL,925,192000,44100,22220282,3,NULL,1336795996,1325275454,-1,-1,-1,-1),(11,3576,5474,402,1208,74,'Green Eyed Love','',12,1,320,232000,44100,9600156,1,NULL,1336795997,1325372634,-1,-1,-1,-1),(12,3576,5474,402,1208,74,'Let Me Know','',11,1,320,183000,44100,7669888,1,NULL,1336795997,1325372402,-1,-1,-1,-1),(13,3576,5474,402,1208,74,'Shiny & New','',10,1,320,180000,44100,7514240,1,NULL,1336795997,1325372218,-1,-1,-1,-1),(14,3576,5474,402,1208,74,'The Ills','',9,1,320,169000,44100,7102592,1,NULL,1336795997,1325372038,-1,-1,-1,-1),(15,3576,5474,402,1208,74,'One Track Mind','',8,1,320,126000,44100,5384320,1,NULL,1336795997,1325371869,-1,-1,-1,-1),(16,3576,5474,402,1208,74,'Make Her Mine','',7,1,320,161000,44100,6760576,1,NULL,1336795997,1325371742,-1,-1,-1,-1),(17,3576,5474,402,1208,74,'I Wish It Would Rain','',6,1,320,238000,44100,9863296,1,NULL,1336795997,1325371582,-1,-1,-1,-1),(18,3576,5474,402,1208,74,'Your Easy Lovin\' Ain\'t Pleasin\' Nothin\'','',5,1,320,183000,44100,7639168,1,NULL,1336795997,1325392364,-1,-1,-1,-1),(19,3576,5474,402,1208,74,'Maybe So, Maybe No','',4,1,320,179000,44100,7481472,1,NULL,1336795997,1325371160,-1,-1,-1,-1),(20,3576,5474,402,1208,74,'Just Ain\'t Gonna Work Out','',3,1,320,150000,44100,6353024,1,NULL,1336795997,1325370981,-1,-1,-1,-1),(21,3576,5474,402,1208,74,'A Strange Arrangement','',2,1,320,256000,44100,10582144,1,NULL,1336795997,1325370831,-1,-1,-1,-1),(22,3576,5474,402,1208,74,'Prelude','',1,1,320,26000,44100,1376384,1,NULL,1336795997,1325370574,-1,-1,-1,-1),(23,2504,9011,262,1208,92,'Twin Falls','0000053F 00000177 000046C0 00001337 0000AAD0 0000BEEB 00007841 0000791A 00015292 000124C1',8,NULL,128,110000,44100,1763419,1,NULL,1336795997,1325617721,-1,-1,-1,-1),(24,2504,9011,262,1208,92,'The Source','00000F30 000001B3 00009801 00003B11 00007834 000026E0 00008760 0000862C 000226B6 00007868',7,NULL,128,200000,44100,3212065,1,NULL,1336795997,1325617644,-1,-1,-1,-1),(25,2504,9011,262,1208,92,'Stab','0000160F 0000086A 0000C413 00005A54 0003D8E5 0003BEAC 00008635 00008561 000405B1 0003D5BC',12,NULL,128,330000,44100,5280123,1,NULL,1336795997,1325618636,-1,-1,-1,-1),(26,2504,9011,262,1208,92,'Some','0000154E 0000055C 00007BD4 00003E32 00048BAC 00052868 0000858B 00008509 0002D639 0001D40F',9,NULL,128,358000,44100,5730264,1,NULL,1336795997,1325617997,-1,-1,-1,-1),(27,2504,9011,262,1208,92,'Preview','00001447 000002C0 0000CE55 00004385 00001FF0 00001DB1 0000854F 00008952 0000890A 0000EF7D',13,NULL,128,84000,44100,1344204,1,NULL,1336795997,1325618703,-1,-1,-1,-1),(28,2504,9011,262,1208,92,'Israel\'s Song','00001710 000002E4 0000B5BA 00007216 0002CE5E 00028A4E 00008753 00008536 000068CB 00030A5E',11,NULL,128,227000,44100,3645075,1,NULL,1336795997,1325618389,-1,-1,-1,-1),(29,2504,9011,262,1208,92,'Fling','00000439 00000063 00002802 00000DE4 00013EFA 00010C29 00007D65 00007F72 0000BC0F 0000BC0F',5,NULL,128,154000,44100,2470601,1,NULL,1336795997,1325617251,-1,-1,-1,-1),(30,2504,9011,262,1208,92,'Distopian Dream Girl','0000135A 00000829 0000CFDA 0000601D 00022358 00004992 0000852F 000085F9 0001DCF0 00014A82',10,NULL,128,264000,44100,4235241,1,NULL,1336795997,1325618211,-1,-1,-1,-1),(31,2504,9011,262,1208,92,'Cleo','00000B81 00000215 00007896 00003C28 00036FE5 0003638D 000085B3 0000855E 00034800 0003910F',6,NULL,128,276000,44100,4415782,1,NULL,1336795997,1325617461,-1,-1,-1,-1),(32,2504,9011,262,1208,92,'Car','00000E5C 000003E8 000080E1 000048D5 00021FE0 0001DE5E 00008B4F 00008529 00011178 0002437D',4,NULL,128,179000,44100,2873930,1,NULL,1336795997,1325617114,-1,-1,-1,-1),(33,2504,9011,262,1208,92,'Big Dipper','00000C0F 00000460 00008855 0000353C 0001EEB1 0002AB78 0000870B 0000844A 00024E68 00028EB1',3,NULL,128,250000,44100,4005352,1,NULL,1336795997,1325616984,-1,-1,-1,-1),(34,2504,9011,262,1208,92,'Twin Falls','0000053F 00000177 000046C0 00001337 0000AAD0 0000BEEB 00007841 0000791A 00015292 000124C1',8,NULL,128,110000,44100,1762157,1,NULL,1336795997,1318996187,-1,-1,-1,-1),(35,2504,9011,262,1208,92,'The Source','00000F30 000001B3 00009801 00003B11 00007834 000026E0 00008760 0000862C 000226B6 00007868',7,NULL,128,200000,44100,3210803,1,NULL,1336795997,1318996228,-1,-1,-1,-1),(36,2504,9011,262,1208,92,'Stab','0000160F 0000086A 0000C413 00005A54 0003D8E5 0003BEAC 00008635 00008561 000405B1 0003D5BC',12,NULL,128,330000,44100,5278861,1,NULL,1336795997,1318996258,-1,-1,-1,-1),(37,2504,9011,262,1208,92,'Some','0000154E 0000055C 00007BD4 00003E32 00048BAC 00052868 0000858B 00008509 0002D639 0001D40F',9,NULL,128,358000,44100,5729002,1,NULL,1336795997,1318996263,-1,-1,-1,-1),(38,2504,9011,262,1208,92,'Preview','00001447 000002C0 0000CE55 00004385 00001FF0 00001DB1 0000854F 00008952 0000890A 0000EF7D',13,NULL,128,84000,44100,1342942,1,NULL,1336795997,1318996190,-1,-1,-1,-1),(39,2504,9011,262,1208,92,'Israel\'s Song','00001710 000002E4 0000B5BA 00007216 0002CE5E 00028A4E 00008753 00008536 000068CB 00030A5E',11,NULL,128,227000,44100,3643813,1,NULL,1336795997,1318996186,-1,-1,-1,-1),(40,2504,9011,262,1208,92,'Fling','00000439 00000063 00002802 00000DE4 00013EFA 00010C29 00007D65 00007F72 0000BC0F 0000BC0F',5,NULL,128,154000,44100,2469339,1,NULL,1336795997,1318996303,-1,-1,-1,-1),(41,2504,9011,262,1208,92,'Distopian Dream Girl','0000135A 00000829 0000CFDA 0000601D 00022358 00004992 0000852F 000085F9 0001DCF0 00014A82',10,NULL,128,264000,44100,4233979,1,NULL,1336795997,1318996195,-1,-1,-1,-1),(42,2504,9011,262,1208,92,'Cleo','00000B81 00000215 00007896 00003C28 00036FE5 0003638D 000085B3 0000855E 00034800 0003910F',6,NULL,128,276000,44100,4414520,1,NULL,1336795997,1318996189,-1,-1,-1,-1),(43,2504,9011,262,1208,92,'Car','00000E5C 000003E8 000080E1 000048D5 00021FE0 0001DE5E 00008B4F 00008529 00011178 0002437D',4,NULL,128,179000,44100,2872668,1,NULL,1336795997,1318996203,-1,-1,-1,-1),(44,2504,9011,262,1208,92,'Big Dipper','00000C0F 00000460 00008855 0000353C 0001EEB1 0002AB78 0000870B 0000844A 00024E68 00028EB1',3,NULL,128,250000,44100,4004090,1,NULL,1336795997,1318997181,-1,-1,-1,-1),(45,2898,4950,223,1208,70,'Welcome Wagon','',9,NULL,320,169000,44100,6788968,1,NULL,1336795997,1325732431,-1,-1,-1,-1),(46,2898,4950,223,1208,70,'Treeton','',7,NULL,320,208000,44100,8336450,1,NULL,1336795997,1325731914,-1,-1,-1,-1),(47,2898,4950,223,1208,70,'The Illinois','',6,NULL,320,147000,44100,5893489,1,NULL,1336795997,1325731706,-1,-1,-1,-1),(48,2898,4950,223,1208,70,'Sideswiper','',5,NULL,320,253000,44100,10160848,1,NULL,1336795997,1325731559,-1,-1,-1,-1),(49,2898,4950,223,1208,70,'Life Coach','',4,NULL,320,177000,44100,7093028,1,NULL,1336795997,1325731306,-1,-1,-1,-1),(50,2898,4950,223,1208,70,'Dream of Dreams','',1,NULL,320,117000,44100,4723209,1,NULL,1336795997,1325730759,-1,-1,-1,-1),(51,2898,4950,223,1208,70,'Dorian','',10,NULL,320,99000,44100,3991764,1,NULL,1336795997,1325732530,-1,-1,-1,-1),(52,2898,4950,223,1208,70,'Davey Crockett','',8,NULL,320,347000,44100,13915174,1,NULL,1336795997,1325732261,-1,-1,-1,-1),(53,2898,4950,223,1208,70,'Daisy','',3,NULL,320,199000,44100,7969687,1,NULL,1336795997,1325731129,-1,-1,-1,-1),(54,2898,4950,223,1208,70,'Careful Crossers','',2,NULL,320,171000,44100,6853758,1,NULL,1336795997,1325730930,-1,-1,-1,-1),(55,6846,9017,230,1208,89,'Let It Go (Flying Lotus Remix)','0',11,1,192,163000,44100,4087712,1,NULL,1336795997,1325988028,-1,-1,-1,-1),(56,6846,9017,230,1208,89,'Hit and Run (Dntel Remix)','0',10,1,192,236000,44100,5838752,1,NULL,1336795997,1325987865,-1,-1,-1,-1),(57,6846,9017,230,1208,89,'Until We Meet Again','0',9,1,192,60000,44100,1600019,1,NULL,1336795997,1325987629,-1,-1,-1,-1),(58,6846,9017,230,1208,89,'Blue Moon','0',8,1,192,164000,44100,4114043,1,NULL,1336795997,1325987570,-1,-1,-1,-1),(59,6846,9017,230,1208,89,'Hit and Run','0',7,1,192,214000,44100,5308989,1,NULL,1336795997,1325987406,-1,-1,-1,-1),(60,6846,9017,230,1208,89,'Crony Island (feat. Busdriver)','0',6,1,192,197000,44100,4898971,1,NULL,1336795997,1325987192,-1,-1,-1,-1),(61,6846,9017,230,1208,89,'Let It Go','0',4,1,192,233000,44100,5764773,1,NULL,1336795997,1325986995,-1,-1,-1,-1),(62,6846,9017,230,1208,89,'Body Heat','0',3,1,192,214000,44100,5307735,1,NULL,1336795997,1325986762,-1,-1,-1,-1),(63,6846,9017,230,1208,89,'May Baleen','0',2,1,192,271000,44100,6676969,1,NULL,1336795997,1325986549,-1,-1,-1,-1),(64,6846,9017,230,1208,89,'The Simplest Way','0',1,1,192,109000,44100,2776783,1,NULL,1336795997,1325986278,-1,-1,-1,-1),(65,2329,9027,243,1208,81,'We Share Our Mother\'s Health','Lbl:Brille Rec C:BRILCD103DL',4,NULL,226,253000,44100,7185087,1,NULL,1336795998,1325995177,-1,-1,-1,-1),(66,2902,4967,242,1208,68,'Winter \'05','',4,NULL,128,177000,44100,2831802,1,NULL,1336795998,1325070701,-1,-1,-1,-1),(67,2902,4967,242,1208,68,'Too Too Too Fast','',7,NULL,128,226000,44100,3623011,1,NULL,1336795998,1325071321,-1,-1,-1,-1),(68,2902,4967,242,1208,68,'Suspended in Gaffa','',9,NULL,128,228000,44100,3653944,1,NULL,1336795998,1325071830,-1,-1,-1,-1),(69,2902,4967,242,1208,68,'St Peter\'s Day Festival','',3,NULL,128,215000,44100,3449572,1,NULL,1336795998,1325070524,-1,-1,-1,-1),(70,2902,4967,242,1208,68,'Run My Mouth','',10,NULL,128,241000,44100,3852464,1,NULL,1336795998,1325072071,-1,-1,-1,-1),(71,2902,4967,242,1208,68,'Oh, La','',8,NULL,128,282000,44100,4509482,1,NULL,1336795998,1325071603,-1,-1,-1,-1),(72,2902,4967,242,1208,68,'Ghost Under Rocks','',1,NULL,128,267000,44100,4276701,1,NULL,1336795998,1325070112,-1,-1,-1,-1),(73,2902,4967,242,1208,68,'Each Year','',2,NULL,128,197000,44100,3161570,1,NULL,1336795998,1325070309,-1,-1,-1,-1),(74,2902,4967,242,1208,68,'Dying Is Fine','',5,NULL,128,232000,44100,3709104,1,NULL,1336795998,1325070933,-1,-1,-1,-1),(75,2902,4967,242,1208,68,'Can You Tell','',6,NULL,128,163000,44100,2606526,1,NULL,1336795998,1325071095,-1,-1,-1,-1),(76,6592,9029,549,3513,123,'The Plains / Bitter Dancer','',5,NULL,320,354000,44100,14907115,1,NULL,1336795998,1325744548,-1,-1,-1,-1),(77,6592,9029,549,3513,123,'Battery Kinzie','',4,NULL,320,169000,44100,7511317,1,NULL,1336795998,1325739842,-1,-1,-1,-1),(78,6592,9029,549,3513,123,'Sim Sala Bim','',3,NULL,320,194000,44100,8513372,1,NULL,1336795998,1325739673,-1,-1,-1,-1),(79,6592,9029,549,3513,123,'Bedouin Dress','',2,NULL,320,270000,44100,11543577,1,NULL,1336795998,1325739479,-1,-1,-1,-1),(80,6592,9029,549,3513,123,'Montezuma','',1,NULL,320,217000,44100,9436014,1,NULL,1336795998,1325739210,-1,-1,-1,-1),(81,6850,9032,231,1208,78,'Cotton Eyed Joe','',16,NULL,256,110000,44100,3539870,1,NULL,1336795998,1326164960,-1,-1,-1,-1),(82,6851,9032,231,1383,78,'Listen to the Mockingbird','',15,NULL,256,169000,44100,5422795,1,NULL,1336795998,1326164850,-1,-1,-1,-1),(83,6852,9032,231,1208,78,'Molly and Tenbrooks','',14,NULL,256,109000,44100,3504800,1,NULL,1336795998,1326164680,-1,-1,-1,-1),(84,6853,9032,231,1208,78,'Tulsa Hop','',13,NULL,256,171000,44100,5485420,1,NULL,1336795998,1326164571,-1,-1,-1,-1),(85,6854,9032,231,1208,78,'Sweet Nellie','',12,NULL,256,116000,44100,3716055,1,NULL,1336795998,1326164400,-1,-1,-1,-1),(86,6855,9032,231,1208,78,'Talkin\' Fiddle Blues','',11,NULL,256,184000,44100,5883715,1,NULL,1336795998,1326164284,-1,-1,-1,-1),(87,6856,9032,231,1383,78,'Black Mountain Rag','',10,NULL,256,176000,44100,5645740,1,NULL,1336795998,1326164101,-1,-1,-1,-1),(88,6411,9032,231,1208,78,'Big Tiger Special','',9,NULL,256,86000,44100,2748290,1,NULL,1336795998,1326163925,-1,-1,-1,-1),(89,6857,9032,231,1208,78,'Mac\'s Hoedown','',8,NULL,256,141000,44100,4512645,1,NULL,1336795998,1326163839,-1,-1,-1,-1),(90,6858,9032,231,1208,78,'Drag That Fiddle','',7,NULL,256,151000,44100,4850820,1,NULL,1336795998,1326163698,-1,-1,-1,-1),(91,6859,9032,231,1208,78,'Lee Highway Ramble','',6,NULL,256,152000,44100,4865850,1,NULL,1336795998,1326163547,-1,-1,-1,-1),(92,6860,9032,231,1208,78,'Three Fiddle Swing','',5,NULL,256,127000,44100,4062580,1,NULL,1336795998,1326163395,-1,-1,-1,-1),(93,2931,9032,231,1208,78,'Maiden\'s Prayer','',4,NULL,256,165000,44100,5298380,1,NULL,1336795998,1326163269,-1,-1,-1,-1),(94,6861,9032,231,1208,78,'Peacock Rag','',3,NULL,256,123000,44100,3926475,1,NULL,1336795998,1326163104,-1,-1,-1,-1),(95,6862,9032,231,1208,78,'Still on the Hill','',2,NULL,256,117000,44100,3752795,1,NULL,1336795998,1326162500,-1,-1,-1,-1),(96,6855,9032,231,1208,78,'Orange Blossom Revival','',1,NULL,256,157000,44100,5037025,1,NULL,1336795998,1326162382,-1,-1,-1,-1),(97,6486,9042,242,1208,70,'The Hunting','www.NewAlbumReleases.net',4,NULL,224,241000,44100,6764672,1,NULL,1336795998,1326069889,-1,-1,-1,-1),(98,6486,9042,242,1208,70,'The Landing','www.NewAlbumReleases.net',3,NULL,224,240000,44100,6725760,1,NULL,1336795998,1326069834,-1,-1,-1,-1),(99,6486,9042,242,1208,70,'The Bellman\'s Speech','www.NewAlbumReleases.net',2,NULL,224,294000,44100,8245376,1,NULL,1336795998,1326069594,-1,-1,-1,-1),(100,6486,9042,242,1208,70,'Intro','www.NewAlbumReleases.net',1,NULL,224,96000,44100,2699392,1,NULL,1336795998,1326069300,-1,-1,-1,-1),(101,6869,9054,381,1208,123,'Lace Up Your Boots','',11,NULL,1058,202000,44100,26745098,3,NULL,1336795998,1325561012,-1,-1,-1,-1),(102,6869,9054,381,1208,123,'The Lamb','',10,NULL,975,433000,44100,52809944,3,NULL,1336795998,1325560811,-1,-1,-1,-1),(103,6869,9054,381,1208,123,'Lorelei','',9,NULL,958,159000,44100,19063133,3,NULL,1336795998,1325560264,-1,-1,-1,-1),(104,6869,9054,381,1208,123,'Cold Black Earth','',8,NULL,1062,105000,44100,13955602,3,NULL,1336795998,1325560105,-1,-1,-1,-1),(105,6869,9054,381,1208,123,'The Pole Star','',7,NULL,986,217000,44100,26763362,3,NULL,1336795998,1325560000,-1,-1,-1,-1),(106,6869,9054,381,1208,123,'Weary','',6,NULL,944,212000,44100,25038362,3,NULL,1336795998,1325559783,-1,-1,-1,-1),(107,6869,9054,381,1208,123,'Through the Fear','',5,NULL,990,221000,44100,27382928,3,NULL,1336795998,1325559571,-1,-1,-1,-1),(108,6869,9054,381,1208,123,'Casting Thorns','',4,NULL,1011,190000,44100,24035855,3,NULL,1336795998,1325559350,-1,-1,-1,-1),(109,6869,9054,381,1208,123,'Monsters','',3,NULL,1036,148000,44100,19183143,3,NULL,1336795998,1325529461,-1,-1,-1,-1),(110,6869,9054,381,1208,123,'The Dead Sea','',2,NULL,1028,170000,44100,21855323,3,NULL,1336795998,1325529312,-1,-1,-1,-1),(111,6869,9054,381,1208,123,'New West','',1,NULL,983,229000,44100,28153564,3,NULL,1336795998,1325559152,-1,-1,-1,-1);
GREPME MySQLe query failed! (1062) Duplicate entry '0' for key 'statistics_url' on INSERT INTO statistics (url,createdate,accessdate,score,rating,playcount,deleted) VALUES (0,NULL,NULL,50,0,1,0),(1,NULL,NULL,75,0,2,0),(2,NULL,NULL,75,0,2,0),(3,NULL,NULL,75,0,2,0),(4,NULL,NULL,75,0,2,0),(5,NULL,NULL,75,0,2,0),(6,NULL,NULL,75,0,2,0),(7,NULL,NULL,75,0,2,0),(8,NULL,NULL,75,0,2,0),(9,NULL,NULL,75,0,2,0),(10,NULL,NULL,75,0,2,0),(11,NULL,NULL,75,0,2,0),(12,NULL,NULL,75,0,2,0),(13,NULL,NULL,75,0,2,0),(14,NULL,NULL,75,0,2,0),(15,NULL,NULL,75,0,2,0),(16,NULL,NULL,75,0,2,0),(17,NULL,NULL,75,0,2,0),(18,NULL,NULL,63,0,3,0),(19,NULL,NULL,75,0,2,0),(20,NULL,NULL,75,0,2,0),(21,NULL,NULL,75,0,2,0),(22,NULL,NULL,60.875,0,2,0),(23,NULL,NULL,50,0,1,0),(24,NULL,NULL,50,0,1,0),(25,NULL,NULL,50,0,1,0),(26,NULL,NULL,50,0,1,0),(27,NULL,NULL,50,0,1,0),(28,NULL,NULL,50,0,1,0),(29,NULL,NULL,50,0,1,0),(30,NULL,NULL,50,0,1,0),(31,NULL,NULL,50,0,1,0),(32,NULL,NULL,50,0,1,0),(33,NULL,NULL,50,0,1,0),(34,NULL,NULL,NULL,0,0,0),(35,NULL,NULL,NULL,0,0,0),(36,NULL,NULL,NULL,0,0,0),(37,NULL,NULL,NULL,0,0,0),(38,NULL,NULL,NULL,0,0,0),(39,NULL,NULL,NULL,0,0,0),(40,NULL,NULL,NULL,0,0,0),(41,NULL,NULL,NULL,0,0,0),(42,NULL,NULL,NULL,0,0,0),(43,NULL,NULL,NULL,0,0,0),(44,NULL,NULL,NULL,0,0,0),(45,NULL,NULL,98.3334,0,30,0),(46,NULL,NULL,95.8684,0,36,0),(47,NULL,NULL,96.7811,0,30,0),(48,NULL,NULL,98.4848,0,33,0),(49,NULL,NULL,95.3333,0,29,0),(50,NULL,NULL,84.8138,0,25,0),(51,NULL,NULL,98.2857,0,42,0),(52,NULL,NULL,91.0114,0,30,0),(53,NULL,NULL,98.2758,0,29,0),(54,NULL,NULL,96.4375,0,28,0),(55,NULL,NULL,50,0,1,0),(56,NULL,NULL,50,0,1,0),(57,NULL,NULL,50,0,1,0),(58,NULL,NULL,50,0,1,0),(59,NULL,NULL,50,0,1,0),(60,NULL,NULL,50,0,1,0),(61,NULL,NULL,50,0,1,0),(62,NULL,NULL,50,0,1,0),(63,NULL,NULL,50,0,1,0),(64,NULL,NULL,50,0,1,0),(65,NULL,NULL,50,0,1,0),(66,NULL,NULL,75,0,2,0),(67,NULL,NULL,75,0,2,0),(68,NULL,NULL,75,0,2,0),(69,NULL,NULL,75,0,2,0),(70,NULL,NULL,75,0,2,0),(71,NULL,NULL,75,0,2,0),(72,NULL,NULL,75,0,2,0),(73,NULL,NULL,75,0,2,0),(74,NULL,NULL,75,0,2,0),(75,NULL,NULL,75,0,2,0),(76,NULL,NULL,2,0,0,0),(77,NULL,NULL,50,0,1,0),(78,NULL,NULL,50,0,1,0),(79,NULL,NULL,50,0,1,0),(80,NULL,NULL,50,0,1,0),(81,NULL,NULL,50,0,1,0),(82,NULL,NULL,50,0,1,0),(83,NULL,NULL,50,0,1,0),(84,NULL,NULL,50,0,1,0),(85,NULL,NULL,50,0,1,0),(86,NULL,NULL,50,0,1,0),(87,NULL,NULL,83.3333,0,3,0),(88,NULL,NULL,50,0,1,0),(89,NULL,NULL,50,0,1,0),(90,NULL,NULL,50,0,1,0),(91,NULL,NULL,50,0,1,0),(92,NULL,NULL,50,0,1,0),(93,NULL,NULL,51,0,1,0),(94,NULL,NULL,75,0,2,0),(95,NULL,NULL,50,0,1,0),(96,NULL,NULL,50,0,1,0),(97,NULL,NULL,11,0,0,0),(98,NULL,NULL,50,0,1,0),(99,NULL,NULL,50,0,1,0),(100,NULL,NULL,50,0,1,0),(101,NULL,NULL,75,0,2,0),(102,NULL,NULL,75,0,2,0),(103,NULL,NULL,75,0,2,0),(104,NULL,NULL,75,0,2,0),(105,NULL,NULL,75,0,2,0),(106,NULL,NULL,65.25,0,2,0),(107,NULL,NULL,83.3333,0,3,0),(108,NULL,NULL,83.3333,0,3,0),(109,NULL,NULL,75,0,2,0),(110,NULL,NULL,75,0,2,0),(111,NULL,NULL,78.6667,0,3,0);
In most cases this means that not all of your tracks were imported.
Further errors will only be reported on the console.


Though I checked, and most of the music that was gone seems to be there now! A bit of stuff is still missing, though. Why would this happen, and what should I do?

Thanks!
User avatar
Sentynel
KDE Developer
Posts
285
Karma
1
OS
You need to move/delete the whole mysqle folder, not bits of the contents (which leaves the database in an inconsistent state).

Edit: I don't know what the collection.db file is, either; it's not present on my machine. If the database isn't present under the mysqle folder, you/your distro may be using some nonstandard patches to Amarok and/or MySQL.


User avatar
Dieter Schroeder
Registered Member
Posts
714
Karma
7
OS
Collection.db was the name of the sqlite database back in the dark ages of Amarok 1. That's why it is under ~/.kde, which is the old KDE3 directory.
If you don't have any KDE3 apps running, move the folder to kde3 for example. If everything runs afterwards and you don't have a new .kde folder afterwards, you shall remove it.
If you don't have the database under ~/.kde4/share/apps/amarok/mysqle there is something wrong with your Amarok installation.
Rename or delete the ~/.kde4/share/apps/amarok/ folder and the ~/.kde4/share/config/amarok* files.
Run a complete rescan and check whether you have ~/.kde4/share/apps/amarok/mysqle now.


If men could get pregnant, abortion would be a sacrament.
SalColon
Registered Member
Posts
2
Karma
0
OS
Here is something you may want to try...

Goto Settings> Configure Amarok> Collection. Then make sure that you don't have Amarok scanning multiple folders, i.e. If you download to "Downloads"
and copy an entire folder to "Music" and leave the original in the "Download" folder while both folders are being scanned, you will have trouble. This happens with torrents.

Hope that made sense.


Bookmarks



Who is online

Registered users: Bing [Bot], gfielding, Google [Bot], markhm, sethaaaa, Sogou [Bot], Yahoo [Bot]