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

LibriVox search returns 0 result?

Tags: None
(comma "," separated)
hyiltiz
Registered Member
Posts
6
Karma
0
OS

LibriVox search returns 0 result?

Wed Jan 04, 2017 10:48 am
Hi all, happy new years! I am using Amarok from Ubuntu KDE ppa, and is showing 0 search results for any search term in the Internet/LibriVox. I tried looking at the librivox script's main.js file and tried fixing the URL since it seems LibriVox updated their URL API, but that didn't help. Clearing out amarokrc file also didn't help. Any ideas?

I am using the following system:
Code: Select all
$ amarok --version
Qt: 4.8.7
KDE Development Platform: 4.14.22
Amarok: 2.8.0

$ apt-cache depends amarok|grep phonon
  Depends: libphonon4
  Depends: phonon
$ apt show phonon libphonon4
Package: phonon
Version: 4:4.8.3-0ubuntu3


I tried adjusting `/usr/share/kde4/apps/amarok/scripts/librivox_service/main.js` line 259 like this:
Code: Select all
   
   259              /* # path = "http://librivox.org/newcatalog/search_xml.php?simple=" + filter;*/
   260              path = "https://librivox.org/search?q=" + filter + "&search_form=advanced";

but it didn't seem to help at all.

If someone confirms that it also happens elsewhere, I am willing to file a detailed bug report. Below is the output of `amarok --debug` as I opened it, performed a librivox search with the keyword "conan", but got nothing. But librivox.org actually shows quite a few items for "conan" [1].

[1]: https://librivox.org/search?q=conan&sea ... m=advanced

Code: Select all
~> amarok --debug
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
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()
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
kbuildsycoca4 running...
kbuildsycoca4(6997)/kdecore (services) KServicePrivate::init: The desktop entry file  "/usr/share/applications/evolution-data-server-uoa.desktop"  has Type= "Application"  but no Exec line

kbuildsycoca4(6997) KBuildServiceFactory::createEntry: Invalid Service :  "/usr/share/applications/evolution-data-server-uoa.desktop"
kbuildsycoca4(6997)/kdecore (services) KServicePrivate::init: The desktop entry file  "/usr/share/applications/unity-scope-gdrive.desktop"  has Type= "Application"  but no Exec line

kbuildsycoca4(6997) KBuildServiceFactory::createEntry: Invalid Service :  "/usr/share/applications/unity-scope-gdrive.desktop"
kbuildsycoca4(6997)/kdecore (services) KServicePrivate::init: The desktop entry file  "/usr/share/applications/unity-lens-photos.desktop"  has Type= "Application"  but no Exec line

kbuildsycoca4(6997) KBuildServiceFactory::createEntry: Invalid Service :  "/usr/share/applications/unity-lens-photos.desktop"
amarok:       [EngineController] Established Phonon equalizer effect with 10 parameters.
amarok:       [EngineController] Tick Interval (actual):  100
amarok:     END__: void EngineController::initializePhonon() [Took: 0.62s]
amarok:     BEGIN: CollectionManager::CollectionManager()
amarok:     END__: CollectionManager::CollectionManager() [Took: 0s]
amarok:     BEGIN: MainWindow::MainWindow()
amarok:       BEGIN: Plugins::PluginManager::PluginManager(QObject*)
amarok:         BEGIN: void Plugins::PluginManager::findAllPlugins()
amarok:           [PluginManager] found plugin: "amarok_collection-audiocdcollection" enabled: true
amarok:           [PluginManager] found plugin: "amarok_collection-daapcollection" enabled: true
amarok:           [PluginManager] found plugin: "amarok_collection-mtpcollection" enabled: true
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: true
amarok:           [PluginManager] found plugin: "amarok_collection-umscollection" enabled: true
amarok:           [PluginManager] found plugin: "amarok_collection-ipodcollection" enabled: true
amarok:           [PluginManager] found plugin: "amarok_service_ampache" enabled: true
amarok:           [PluginManager] found plugin: "amarok_service_jamendo" enabled: true
amarok:           [PluginManager] found plugin: "amarok_service_lastfm" enabled: true
amarok:           [PluginManager] found plugin: "amarok_service_amazonstore" enabled: true
amarok:           [PluginManager] found plugin: "amarok_service_mp3tunes" enabled: false
amarok:           [PluginManager] found plugin: "amarok_service_magnatunestore" enabled: true
amarok:           [PluginManager] found plugin: "amarok_service_opmldirectory" enabled: true
amarok:           [PluginManager] found plugin: "amarok_service_gpodder" enabled: false
amarok:           [PluginManager] 16 plugins in total
amarok:         END__: void Plugins::PluginManager::findAllPlugins() [Took: 0s]
amarok:         [PluginManager] created factory for plugin "amarok_collection-audiocdcollection" type: "Collection"
amarok:         [PluginManager] created factory for plugin "amarok_collection-daapcollection" type: "Collection"
amarok:         [PluginManager] created factory for plugin "amarok_collection-mtpcollection" type: "Collection"
amarok:         [PluginManager] created factory for plugin "amarok_collection-mysqlecollection" type: "Collection"
amarok:         [WARNING] [PluginManager] "Failed to get factory 'amarok_collection-upnpcollection' from KPluginLoader: Could not find plugin 'UPnP Collection' for application 'amarok'"
amarok:         [PluginManager] created factory for plugin "amarok_collection-umscollection" type: "Collection"
amarok:         [PluginManager] created factory for plugin "amarok_collection-ipodcollection" type: "Collection"
amarok:         BEGIN: void CollectionManager::loadPlugins(const QList<Collections::CollectionFactory*>&)
amarok:           [CollectionManager] initializing "amarok_collection-mysqlecollection"
amarok:           [MySqlStorage] Connected to MySQL server 5.7.11-0ubuntu6-embedded
amarok:           Connected to MySQL server 5.7.11-0ubuntu6-embedded
amarok:           [MySqlStorage] Initialized thread, count== 1
amarok:           BEGIN: SqlRegistry::SqlRegistry(Collections::SqlCollection*)
amarok:           END__: SqlRegistry::SqlRegistry(Collections::SqlCollection*) [Took: 0.097s]
amarok:           BEGIN: MountPointManager::MountPointManager(QObject*, SqlStorage*)
amarok:             BEGIN: MediaDeviceCache::MediaDeviceCache()
amarok:             END__: MediaDeviceCache::MediaDeviceCache() [Took: 0.004s]
amarok:             BEGIN: void MountPointManager::createDeviceFactories()
amarok:               [MountPointManager] Initializing DeviceHandlerFactory of type: "uuid"
amarok:               [MountPointManager] Initializing DeviceHandlerFactory of type: "nfs"
amarok:               [MountPointManager] Initializing DeviceHandlerFactory of type: "smb"
amarok:               BEGIN: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&)
amarok:                 [MountPointManager] Device added and mounted, checking handlers
amarok:                 BEGIN: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const
amarok:                 END__: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const [Took: 0s]
amarok:                 [MountPointManager] found handler for  "/org/freedesktop/UDisks2/block_devices/sdb1"
amarok:                 BEGIN: virtual DeviceHandler* MassStorageDeviceHandlerFactory::createHandler(const Solid::Device&, const QString&, SqlStorage*) const
amarok:                   [MassStorageDeviceHandler] Found existing UUID config for ID  "1"  , uuid  "1ad3-c268"
amarok:                   BEGIN: MassStorageDeviceHandler::MassStorageDeviceHandler(int, const QString&, const QString&)
amarok:                   END__: MassStorageDeviceHandler::MassStorageDeviceHandler(int, const QString&, const QString&) [Took: 0s]
amarok:                 END__: virtual DeviceHandler* MassStorageDeviceHandlerFactory::createHandler(const Solid::Device&, const QString&, SqlStorage*) const [Took: 0.022s]
amarok:               END__: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&) [Took: 0.022s]
amarok:               BEGIN: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&)
amarok:                 [MountPointManager] Device added and mounted, checking handlers
amarok:                 BEGIN: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const
amarok:                   [MassStorageDeviceHandler] volume is ignored
amarok:                 END__: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const [Took: 0s]
amarok:                 [MountPointManager] Factory can't handle device  "/org/freedesktop/UDisks2/block_devices/sdb2"
amarok:                 [NfsDeviceHandler] virtual bool NfsDeviceHandlerFactory::canHandle(const Solid::Device&) const "/org/freedesktop/UDisks2/block_devices/sdb2" has no NetworkShare interface
amarok:                 [MountPointManager] Factory can't handle device  "/org/freedesktop/UDisks2/block_devices/sdb2"
amarok:                 [SmbDeviceHandler] virtual bool SmbDeviceHandlerFactory::canHandle(const Solid::Device&) const "/org/freedesktop/UDisks2/block_devices/sdb2" has no NetworkShare interface
amarok:                 [MountPointManager] Factory can't handle device  "/org/freedesktop/UDisks2/block_devices/sdb2"
amarok:               END__: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&) [Took: 0s]
amarok:               BEGIN: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&)
amarok:                 [MountPointManager] Device added and mounted, checking handlers
amarok:                 BEGIN: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const
amarok:                 END__: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const [Took: 0s]
amarok:                 [MountPointManager] found handler for  "/org/freedesktop/UDisks2/block_devices/sda1"
amarok:                 BEGIN: virtual DeviceHandler* MassStorageDeviceHandlerFactory::createHandler(const Solid::Device&, const QString&, SqlStorage*) const
amarok:                   [MassStorageDeviceHandler] Found existing UUID config for ID  "2"  , uuid  "810b965b-fd5c-4c3a-b723-b398caa90087"
amarok:                   BEGIN: MassStorageDeviceHandler::MassStorageDeviceHandler(int, const QString&, const QString&)
amarok:                   END__: MassStorageDeviceHandler::MassStorageDeviceHandler(int, const QString&, const QString&) [Took: 0s]
amarok:                 END__: virtual DeviceHandler* MassStorageDeviceHandlerFactory::createHandler(const Solid::Device&, const QString&, SqlStorage*) const [Took: 0s]
amarok:               END__: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&) [Took: 0s]
amarok:               BEGIN: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&)
amarok:                 [MountPointManager] Device added and mounted, checking handlers
amarok:                 BEGIN: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const
amarok:                 END__: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const [Took: 0s]
amarok:                 [MountPointManager] found handler for  "/org/freedesktop/UDisks2/block_devices/sdb4"
amarok:                 BEGIN: virtual DeviceHandler* MassStorageDeviceHandlerFactory::createHandler(const Solid::Device&, const QString&, SqlStorage*) const
amarok:                   [MassStorageDeviceHandler] not mounted, can't do anything
amarok:                 END__: virtual DeviceHandler* MassStorageDeviceHandlerFactory::createHandler(const Solid::Device&, const QString&, SqlStorage*) const [Took: 0s]
amarok:                 [MountPointManager] Factory  "uuid" could not create device handler
amarok:               END__: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&) [Took: 0s]
amarok:               BEGIN: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&)
amarok:                 [MountPointManager] Device added and mounted, checking handlers
amarok:                 BEGIN: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const
amarok:                 END__: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const [Took: 0s]
amarok:                 [MountPointManager] found handler for  "/org/freedesktop/UDisks2/block_devices/sdb5"
amarok:                 BEGIN: virtual DeviceHandler* MassStorageDeviceHandlerFactory::createHandler(const Solid::Device&, const QString&, SqlStorage*) const
amarok:                   [MassStorageDeviceHandler] Found existing UUID config for ID  "3"  , uuid  "141a536d-a4d3-49e1-9024-efe6e115f48e"
amarok:                   BEGIN: MassStorageDeviceHandler::MassStorageDeviceHandler(int, const QString&, const QString&)
amarok:                   END__: MassStorageDeviceHandler::MassStorageDeviceHandler(int, const QString&, const QString&) [Took: 0s]
amarok:                 END__: virtual DeviceHandler* MassStorageDeviceHandlerFactory::createHandler(const Solid::Device&, const QString&, SqlStorage*) const [Took: 0s]
amarok:               END__: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&) [Took: 0s]
amarok:             END__: void MountPointManager::createDeviceFactories() [Took: 0.12s]
amarok:           END__: MountPointManager::MountPointManager(QObject*, SqlStorage*) [Took: 0.12s]
amarok:           BEGIN: void CollectionManager::slotNewCollection(Collections::Collection*)
amarok:           END__: void CollectionManager::slotNewCollection(Collections::Collection*) [Took: 0s]
amarok:           [CollectionManager] initializing "amarok_collection-audiocdcollection"
amarok:           BEGIN: MediaDeviceMonitor::MediaDeviceMonitor()
amarok:             BEGIN: void MediaDeviceMonitor::init()
amarok:             END__: void MediaDeviceMonitor::init() [Took: 0s]
amarok:           END__: MediaDeviceMonitor::MediaDeviceMonitor() [Took: 0s]
amarok:           BEGIN: void MediaDeviceMonitor::registerDeviceType(ConnectionAssistant*)
amarok:             BEGIN: void MediaDeviceMonitor::checkDevicesFor(ConnectionAssistant*)
amarok:               BEGIN: QStringList MediaDeviceMonitor::getDevices()
amarok:                 BEGIN: void MediaDeviceCache::refreshCache()
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sda1"
amarok:                   [MediaDeviceCache] Device name is =  "HGST HTS721010A9E630"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sdb5"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sdb4"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                   [MediaDeviceCache] Solid device is not accessible, will wait until it is to consider it added.
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sdb2"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                   [MediaDeviceCache] Solid device is not accessible, will wait until it is to consider it added.
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sdb1"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageDrive with udi =  "/org/freedesktop/UDisks2/drives/hp______DVDRW__DU8A6SH_486608931339"
amarok:                   [MediaDeviceCache] Device name is =  "hp      DVDRW  DU8A6SH"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageDrive with udi =  "/org/freedesktop/UDisks2/drives/HGST_HTS721010A9E630_JR10044M0WSNHM"
amarok:                   [MediaDeviceCache] Device name is =  "HGST HTS721010A9E630"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageDrive with udi =  "/org/freedesktop/UDisks2/drives/SanDisk_SD6PP4M_128G_1006_152334400055"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                 END__: void MediaDeviceCache::refreshCache() [Took: 0.049s]
amarok:               END__: QStringList MediaDeviceMonitor::getDevices() [Took: 0.049s]
amarok:             END__: void MediaDeviceMonitor::checkDevicesFor(ConnectionAssistant*) [Took: 0.049s]
amarok:           END__: void MediaDeviceMonitor::registerDeviceType(ConnectionAssistant*) [Took: 0.049s]
amarok:           [CollectionManager] initializing "amarok_collection-daapcollection"
amarok:           BEGIN: virtual void Collections::DaapCollectionFactory::init()
amarok:           END__: virtual void Collections::DaapCollectionFactory::init() [Took: 0s]
amarok:           [CollectionManager] initializing "amarok_collection-mtpcollection"
amarok:           BEGIN: void MediaDeviceMonitor::registerDeviceType(ConnectionAssistant*)
amarok:             BEGIN: void MediaDeviceMonitor::checkDevicesFor(ConnectionAssistant*)
amarok:               BEGIN: QStringList MediaDeviceMonitor::getDevices()
amarok:                 BEGIN: void MediaDeviceCache::refreshCache()
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sda1"
amarok:                   [MediaDeviceCache] Device name is =  "HGST HTS721010A9E630"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sdb5"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sdb4"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                   [MediaDeviceCache] Solid device is not accessible, will wait until it is to consider it added.
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sdb2"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                   [MediaDeviceCache] Solid device is not accessible, will wait until it is to consider it added.
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sdb1"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageDrive with udi =  "/org/freedesktop/UDisks2/drives/hp______DVDRW__DU8A6SH_486608931339"
amarok:                   [MediaDeviceCache] Device name is =  "hp      DVDRW  DU8A6SH"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageDrive with udi =  "/org/freedesktop/UDisks2/drives/HGST_HTS721010A9E630_JR10044M0WSNHM"
amarok:                   [MediaDeviceCache] Device name is =  "HGST HTS721010A9E630"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageDrive with udi =  "/org/freedesktop/UDisks2/drives/SanDisk_SD6PP4M_128G_1006_152334400055"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                 END__: void MediaDeviceCache::refreshCache() [Took: 0.044s]
amarok:               END__: QStringList MediaDeviceMonitor::getDevices() [Took: 0.044s]
amarok:               BEGIN: virtual bool MtpConnectionAssistant::identify(const QString&)
amarok:                 Not a PMP
amarok:               END__: virtual bool MtpConnectionAssistant::identify(const QString&) [Took: 0s]
amarok:               BEGIN: virtual bool MtpConnectionAssistant::identify(const QString&)
amarok:                 Not a PMP
amarok:               END__: virtual bool MtpConnectionAssistant::identify(const QString&) [Took: 0s]
amarok:               BEGIN: virtual bool MtpConnectionAssistant::identify(const QString&)
amarok:                 Not a PMP
amarok:               END__: virtual bool MtpConnectionAssistant::identify(const QString&) [Took: 0s]
amarok:               BEGIN: virtual bool MtpConnectionAssistant::identify(const QString&)
amarok:                 Not a PMP
amarok:               END__: virtual bool MtpConnectionAssistant::identify(const QString&) [Took: 0s]
amarok:               BEGIN: virtual bool MtpConnectionAssistant::identify(const QString&)
amarok:                 Not a PMP
amarok:               END__: virtual bool MtpConnectionAssistant::identify(const QString&) [Took: 0s]
amarok:               BEGIN: virtual bool MtpConnectionAssistant::identify(const QString&)
amarok:                 Not a PMP
amarok:               END__: virtual bool MtpConnectionAssistant::identify(const QString&) [Took: 0s]
amarok:             END__: void MediaDeviceMonitor::checkDevicesFor(ConnectionAssistant*) [Took: 0.044s]
amarok:           END__: void MediaDeviceMonitor::registerDeviceType(ConnectionAssistant*) [Took: 0.044s]
amarok:           [CollectionManager] initializing "amarok_collection-umscollection"
amarok:           [CollectionManager] initializing "amarok_collection-ipodcollection"
amarok:           BEGIN: bool IpodCollectionFactory::identifySolidDevice(const QString&) const
amarok:             Device "/org/freedesktop/UDisks2/block_devices/sdb1" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2/drives/SanDisk_SD6PP4M_128G_1006_152334400055" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2" not identified iPod-like, trying parent device
amarok:             Device "" is invalid, returning false. (i.e. was not iPod-like)
amarok:           END__: bool IpodCollectionFactory::identifySolidDevice(const QString&) const [Took: 0s]
amarok:           BEGIN: bool IpodCollectionFactory::identifySolidDevice(const QString&) const
amarok:             Device "/org/freedesktop/UDisks2/block_devices/sdb2" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2/drives/SanDisk_SD6PP4M_128G_1006_152334400055" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2" not identified iPod-like, trying parent device
amarok:             Device "" is invalid, returning false. (i.e. was not iPod-like)
amarok:           END__: bool IpodCollectionFactory::identifySolidDevice(const QString&) const [Took: 0s]
amarok:           BEGIN: bool IpodCollectionFactory::identifySolidDevice(const QString&) const
amarok:             Device "/org/freedesktop/UDisks2/block_devices/sda1" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2/drives/HGST_HTS721010A9E630_JR10044M0WSNHM" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2" not identified iPod-like, trying parent device
amarok:             Device "" is invalid, returning false. (i.e. was not iPod-like)
amarok:           END__: bool IpodCollectionFactory::identifySolidDevice(const QString&) const [Took: 0s]
amarok:           BEGIN: bool IpodCollectionFactory::identifySolidDevice(const QString&) const
amarok:             Device "/org/freedesktop/UDisks2/block_devices/sdb4" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2/drives/SanDisk_SD6PP4M_128G_1006_152334400055" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2" not identified iPod-like, trying parent device
amarok:             Device "" is invalid, returning false. (i.e. was not iPod-like)
amarok:           END__: bool IpodCollectionFactory::identifySolidDevice(const QString&) const [Took: 0s]
amarok:           BEGIN: bool IpodCollectionFactory::identifySolidDevice(const QString&) const
amarok:             Device "/org/freedesktop/UDisks2/block_devices/sdb5" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2/drives/SanDisk_SD6PP4M_128G_1006_152334400055" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2" not identified iPod-like, trying parent device
amarok:             Device "" is invalid, returning false. (i.e. was not iPod-like)
amarok:           END__: bool IpodCollectionFactory::identifySolidDevice(const QString&) const [Took: 0s]
amarok:         END__: void CollectionManager::loadPlugins(const QList<Collections::CollectionFactory*>&) [Took: 1.4s]
amarok:         ServiceBrowser starting...
amarok:         BEGIN: ServicePluginManager::ServicePluginManager(QObject*)
amarok:         END__: ServicePluginManager::ServicePluginManager(QObject*) [Took: 0s]
amarok:         [PluginManager] created factory for plugin "amarok_service_ampache" type: "Service"
amarok:         [PluginManager] created factory for plugin "amarok_service_jamendo" type: "Service"
amarok:         [PluginManager] created factory for plugin "amarok_service_lastfm" type: "Service"
amarok:         [PluginManager] created factory for plugin "amarok_service_amazonstore" type: "Service"
amarok:         [PluginManager] created factory for plugin "amarok_service_magnatunestore" type: "Service"
amarok:         [PluginManager] created factory for plugin "amarok_service_opmldirectory" type: "Service"
amarok:         BEGIN: void ServicePluginManager::init(const QList<Plugins::PluginFactory*>&)
amarok:           [ServicePluginManager] PLUGIN CHECK: "amarok_service_ampache"
amarok:           BEGIN: void ServicePluginManager::initFactory(ServiceFactory*)
amarok:             [ServicePluginManager] initializing: "amarok_service_ampache"
amarok:           END__: void ServicePluginManager::initFactory(ServiceFactory*) [Took: 0s]
amarok:           [ServicePluginManager] PLUGIN CHECK: "amarok_service_jamendo"
amarok:           BEGIN: void ServicePluginManager::initFactory(ServiceFactory*)
amarok:             [ServicePluginManager] initializing: "amarok_service_jamendo"
amarok:             BEGIN: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&)
amarok:             END__: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&) [Took: 0.003s]
amarok:             BEGIN: void ServicePluginManager::slotNewService(ServiceBase*)
amarok:               [ServicePluginManager] new service: "Jamendo.com"
amarok:               BEGIN: InfoProxy::InfoProxy()
amarok:                 BEGIN: void InfoProxy::loadHomePage()
amarok:                 END__: void InfoProxy::loadHomePage() [Took: 0s]
amarok:               END__: InfoProxy::InfoProxy() [Took: 0s]
amarok:               [MySqlStorage] Initialized thread, count== 2
amarok:             END__: void ServicePluginManager::slotNewService(ServiceBase*) [Took: 0.002s]
amarok:           END__: void ServicePluginManager::initFactory(ServiceFactory*) [Took: 0.006s]
amarok:           [ServicePluginManager] PLUGIN CHECK: "amarok_service_lastfm"
amarok:           BEGIN: void ServicePluginManager::initFactory(ServiceFactory*)
amarok:             [ServicePluginManager] initializing: "amarok_service_lastfm"
amarok:             BEGIN: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&)
amarok:             END__: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&) [Took: 0.001s]
amarok:             BEGIN: LastFmServiceConfig::LastFmServiceConfig()
amarok:             END__: LastFmServiceConfig::LastFmServiceConfig() [Took: 0s]
amarok:             BEGIN: LastFmService::LastFmService(LastFmServiceFactory*, const QString&)
amarok:               [BiasFactory] new factory of type: "lastfm_similarartists"
amarok:               [BiasFactory] new factory of type: "lastfm_weeklytop"
amarok:               [LastFmService] void LastFmService::slotReconfigure() either last.fm username or password is empty
amarok:             END__: LastFmService::LastFmService(LastFmServiceFactory*, const QString&) [Took: 0.009s]
amarok:             BEGIN: void ServicePluginManager::slotNewService(ServiceBase*)
amarok:               [ServicePluginManager] new service: "Last.fm"
amarok:             END__: void ServicePluginManager::slotNewService(ServiceBase*) [Took: 0.002s]
amarok:           END__: void ServicePluginManager::initFactory(ServiceFactory*) [Took: 0.013s]
amarok:           [ServicePluginManager] PLUGIN CHECK: "amarok_service_amazonstore"
amarok:           BEGIN: void ServicePluginManager::initFactory(ServiceFactory*)
amarok:             [ServicePluginManager] initializing: "amarok_service_amazonstore"
amarok:             BEGIN: virtual void AmazonServiceFactory::init()
amarok:               BEGIN: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&)
amarok:               END__: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&) [Took: 0.001s]
amarok:               BEGIN: AmazonStore::AmazonStore(AmazonServiceFactory*, const char*)
amarok:                 BEGIN: virtual void AmazonStore::polish()
amarok:                   BEGIN: AmarokUrlHandler::AmarokUrlHandler()
amarok:                     BEGIN: void BookmarkModel::checkTables()
amarok:                       [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (1055) Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'amarok.jamendo_genre.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by on SELECT DISTINCT jamendo_genre.id, jamendo_genre.name  FROM  jamendo_genre WHERE 1  GROUP BY jamendo_genre.name;"
amarok:                     END__: void BookmarkModel::checkTables() [Took: 0.012s]
amarok:                   END__: AmarokUrlHandler::AmarokUrlHandler() [Took: 0.013s]
amarok:                 END__: virtual void AmazonStore::polish() [Took: 0.016s]
amarok:                 BEGIN: void AmazonStore::newSearchRequest(QString)
amarok:                 END__: void AmazonStore::newSearchRequest(QString) [Took: 0s]
amarok:               END__: AmazonStore::AmazonStore(AmazonServiceFactory*, const char*) [Took: 0.016s]
amarok:               BEGIN: void ServicePluginManager::slotNewService(ServiceBase*)
amarok:                 [ServicePluginManager] new service: "MP3 Music Store"
amarok:                 BEGIN: virtual void AmazonStore::polish()
amarok:                 END__: virtual void AmazonStore::polish() [Took: 0s]
amarok:               END__: void ServicePluginManager::slotNewService(ServiceBase*) [Took: 0.006s]
amarok:             END__: virtual void AmazonServiceFactory::init() [Took: 0.024s]
amarok:           END__: void ServicePluginManager::initFactory(ServiceFactory*) [Took: 0.024s]
amarok:           [ServicePluginManager] PLUGIN CHECK: "amarok_service_magnatunestore"
amarok:           BEGIN: void ServicePluginManager::initFactory(ServiceFactory*)
amarok:             [ServicePluginManager] initializing: "amarok_service_magnatunestore"
amarok:             BEGIN: virtual void MagnatuneServiceFactory::init()
amarok:               BEGIN: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&)
amarok:               END__: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&) [Took: 0.001s]
amarok:               BEGIN: MagnatuneStore::MagnatuneStore(MagnatuneServiceFactory*, const char*)
amarok:               END__: MagnatuneStore::MagnatuneStore(MagnatuneServiceFactory*, const char*) [Took: 0s]
amarok:               BEGIN: void ServicePluginManager::slotNewService(ServiceBase*)
amarok:                 [ServicePluginManager] new service: "Magnatune.com"
amarok:                 BEGIN: virtual void MagnatuneStore::polish()
amarok:                   [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (1146) Table 'amarok.magnatune_genre' doesn't exist on SELECT DISTINCT magnatune_genre.id, magnatune_genre.name  FROM  magnatune_genre WHERE 1  GROUP BY magnatune_genre.name;"
amarok:                   BEGIN: void InfoParserBase::showLoading(const QString&)
amarok:                   END__: void InfoParserBase::showLoading(const QString&) [Took: 0s]
amarok:                 BEGIN: virtual void MagnatuneDatabaseWorker::run()
amarok:                   END__: virtual void MagnatuneStore::polish() [Took: 0.001s]
amarok:                   Querying for moods:  "select count( mood ), mood from magnatune_moods GROUP BY mood;"
amarok:                 END__: void ServicePluginManager::slotNewService(ServiceBase*) [Took: 0.001s]
amarok:                 [MySqlStorage] Initialized thread, count== 3
amarok:               END__: virtual void MagnatuneServiceFactory::init() [Took: 0.003s]
amarok:             END__: void ServicePluginManager::initFactory(ServiceFactory*) [Took: 0.003s]
amarok:             [ServicePluginManager] PLUGIN CHECK: "amarok_service_opmldirectory"
amarok:             BEGIN: void ServicePluginManager::initFactory(ServiceFactory*)
amarok:               [ServicePluginManager] initializing: "amarok_service_opmldirectory"
amarok:               [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (1146) Table 'amarok.magnatune_moods' doesn't exist on select count( mood ), mood from magnatune_moods GROUP BY mood;"
amarok:               result:  ()
amarok:             END__: virtual void MagnatuneDatabaseWorker::run() [Took: 0s]
amarok:             BEGIN: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&)
amarok:             END__: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&) [Took: 0.001s]
amarok:             BEGIN: void ServicePluginManager::slotNewService(ServiceBase*)
amarok:               [ServicePluginManager] new service: "OpmlDirectory"
amarok:             END__: void ServicePluginManager::slotNewService(ServiceBase*) [Took: 0.001s]
amarok:           END__: void ServicePluginManager::initFactory(ServiceFactory*) [Took: 0.01s]
amarok:         END__: void ServicePluginManager::init(const QList<Plugins::PluginFactory*>&) [Took: 0.058s]
amarok:       END__: Plugins::PluginManager::PluginManager(QObject*) [Took: 1.6s]
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:       END__: void Playlist::Actions::restoreDefaultPlaylist() [Took: 0.021s]
amarok:       BEGIN: Playlist::Controller::Controller()
amarok:       END__: Playlist::Controller::Controller() [Took: 0s]
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
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.001s]
amarok:       END__: Playlist::LayoutManager::LayoutManager() [Took: 0.001s]
amarok:       [ActionClasses] setCurrentItem:  1
amarok:       QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:       QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:       QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:       QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:       QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:       QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:       BEGIN: MainToolbar::MainToolbar(QWidget*)
amarok:         BEGIN: SvgHandler::SvgHandler(QObject*)
amarok:         END__: SvgHandler::SvgHandler(QObject*) [Took: 0s]
amarok:       END__: MainToolbar::MainToolbar(QWidget*) [Took: 0.006s]
amarok:       BEGIN: Context::ContextScene::ContextScene(QObject*)
amarok:       END__: Context::ContextScene::ContextScene(QObject*) [Took: 0s]
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:       [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: 0s]
amarok:       BEGIN: void Context::ToolbarView::applyStyleSheet()
amarok:       END__: void Context::ToolbarView::applyStyleSheet() [Took: 0s]
amarok:       BEGIN: void Context::ContextView::showHome()
amarok:         BEGIN: virtual void Context::VerticalToolbarContainment::loadConfig(const KConfigGroup&)
amarok:           [VerticalToolbarContainment] plugins.size():  3
amarok:           [VerticalToolbarContainment] Adding applet:  "analyzer"
amarok:           BEGIN: virtual Plasma::Applet* Context::VerticalToolbarContainment::addApplet(const QString&, int)
amarok:             BEGIN: void Analyzer::Base::connectSignals()
amarok:             END__: void Analyzer::Base::connectSignals() [Took: 0s]
amarok:             BEGIN: void Context::VerticalAppletLayout::addApplet(Plasma::Applet*, int)
amarok:               [VerticalAppletLayout] layout told to add applet "analyzer" 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.001s]
amarok:           END__: virtual Plasma::Applet* Context::VerticalToolbarContainment::addApplet(const QString&, int) [Took: 0.032s]
amarok:           [VerticalToolbarContainment] Adding applet:  "wikipedia"
amarok:           BEGIN: virtual Plasma::Applet* Context::VerticalToolbarContainment::addApplet(const QString&, int)
amarok:             BEGIN: virtual void WikipediaApplet::init()
amarok:             END__: virtual void WikipediaApplet::init() [Took: 0.09s]
amarok:             BEGIN: void Context::VerticalAppletLayout::addApplet(Plasma::Applet*, int)
amarok:               [VerticalAppletLayout] layout told to add applet "wikipedia" 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.099s]
amarok:           [VerticalToolbarContainment] Adding applet:  "lyrics"
amarok:           BEGIN: virtual Plasma::Applet* Context::VerticalToolbarContainment::addApplet(const QString&, int)
amarok:             BEGIN: virtual void LyricsApplet::init()
amarok:             END__: virtual void LyricsApplet::init() [Took: 0.012s]
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 2
amarok:               BEGIN: void Context::AppletToolbar::appletAdded(Plasma::Applet*, int)
amarok:                 inserting applet icon in position 2
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.018s]
amarok:         END__: virtual void Context::VerticalToolbarContainment::loadConfig(const KConfigGroup&) [Took: 0.15s]
amarok:       END__: void Context::ContextView::showHome() [Took: 0.15s]
QWidget::insertAction: Attempt to insert null action
amarok:       BEGIN: void MainWindow::setLayoutLocked(bool)
amarok:       END__: void MainWindow::setLayoutLocked(bool) [Took: 0s]
amarok:       BEGIN: Creating browsers. Please report long start times!
amarok:         [CollectionWidget] Sort levels: ()
amarok:         [CollectionWidget] Sort levels: (3, 1)
amarok:         [MySqlStorage] Initialized thread, count== 4
amarok:         [MySqlStorage] Initialized thread, count== 5
amarok:         QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:         QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:         QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:         QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:         QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:         QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:         BEGIN: PlaylistBrowserNS::DynamicView::DynamicView(QWidget*)
amarok:           BEGIN: virtual void Dynamic::SearchQueryBias::fromXml(QXmlStreamReader*)
amarok:           END__: virtual void Dynamic::SearchQueryBias::fromXml(QXmlStreamReader*) [Took: 0s]
amarok:           BEGIN: virtual void Dynamic::SearchQueryBias::fromXml(QXmlStreamReader*)
amarok:           END__: virtual void Dynamic::SearchQueryBias::fromXml(QXmlStreamReader*) [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:         END__: PlaylistBrowserNS::DynamicView::DynamicView(QWidget*) [Took: 0s]
amarok:         BEGIN: void PlaylistBrowserNS::DynamicCategory::selectionChanged()
amarok:         END__: void PlaylistBrowserNS::DynamicCategory::selectionChanged() [Took: 0s]
amarok:         [PlaylistBrowserModel] 0  playlists for category  1
amarok:         BEGIN: void PlaylistsByProviderProxy::slotProviderAdded(Playlists::PlaylistProvider*, int)
amarok:         END__: void PlaylistsByProviderProxy::slotProviderAdded(Playlists::PlaylistProvider*, int) [Took: 0s]
amarok:         BEGIN: void PlaylistsByProviderProxy::slotProviderAdded(Playlists::PlaylistProvider*, int)
amarok:         END__: void PlaylistsByProviderProxy::slotProviderAdded(Playlists::PlaylistProvider*, int) [Took: 0s]
amarok:         BEGIN: PlaylistBrowserNS::PlaylistBrowserView::PlaylistBrowserView(QAbstractItemModel*, QWidget*)
amarok:         END__: PlaylistBrowserNS::PlaylistBrowserView::PlaylistBrowserView(QAbstractItemModel*, QWidget*) [Took: 0s]
amarok:         [APG::PresetModel] Reading presets from "/home/hyiltiz/.kde/share/apps/amarok/playlistgenerator.xml"
amarok:         [APG::PresetModel] creating a new generator preset
amarok:         BEGIN: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&)
amarok:           [APG::ConstraintNode] new constraint node at 0x2de9e430 with parent at 0x0
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2de9e810 with parent at 0x2de9e430
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2dea2a70 with parent at 0x2de9e810
amarok:           [APG::ConstraintNode] new constraint node at 0x2def0be0 with parent at 0x2de9e810
amarok:         END__: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&) [Took: 0s]
amarok:         [APG::PresetModel] creating a new generator preset
amarok:         BEGIN: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&)
amarok:           [APG::ConstraintNode] new constraint node at 0x2de9e750 with parent at 0x0
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2def3720 with parent at 0x2de9e750
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match Any" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2def3b50 with parent at 0x2def3720
amarok:           [APG::ConstraintNode] new constraint node at 0x2def6560 with parent at 0x2def3720
amarok:         END__: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&) [Took: 0s]
amarok:         [APG::PresetModel] creating a new generator preset
amarok:         BEGIN: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&)
amarok:           [APG::ConstraintNode] new constraint node at 0x2def91a0 with parent at 0x0
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2def9250 with parent at 0x2def91a0
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2def9210 with parent at 0x2def9250
amarok:           [APG::ConstraintNode] new constraint node at 0x2def9460 with parent at 0x2def9250
amarok:         END__: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&) [Took: 0s]
amarok:         [APG::PresetModel] creating a new generator preset
amarok:         BEGIN: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&)
amarok:           [APG::ConstraintNode] new constraint node at 0x2def9100 with parent at 0x0
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2def9980 with parent at 0x2def9100
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2def3ce0 with parent at 0x2def9980
amarok:           [APG::ConstraintNode] new constraint node at 0x2def9e80 with parent at 0x2def9980
amarok:           [APG::ConstraintNode] new constraint node at 0x2defc690 with parent at 0x2def9980
amarok:           [APG::ConstraintNode] new constraint node at 0x2deff050 with parent at 0x2def9980
amarok:         END__: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&) [Took: 0s]
amarok:         [APG::PresetModel] creating a new generator preset
amarok:         BEGIN: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&)
amarok:           [APG::ConstraintNode] new constraint node at 0x2deff490 with parent at 0x0
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2deff2c0 with parent at 0x2deff490
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2deff7a0 with parent at 0x2deff2c0
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match Any" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2deff160 with parent at 0x2deff7a0
amarok:           [APG::ConstraintNode] new constraint node at 0x2df02160 with parent at 0x2deff7a0
amarok:           [APG::ConstraintNode] new constraint node at 0x2df04c70 with parent at 0x2deff7a0
amarok:           [APG::ConstraintNode] new constraint node at 0x2df07700 with parent at 0x2deff2c0
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2deff3f0 with parent at 0x2df07700
amarok:           [APG::ConstraintNode] new constraint node at 0x2df07960 with parent at 0x2df07700
amarok:         END__: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&) [Took: 0s]
amarok:         [PlaylistBrowserModel] 0  playlists for category  2
amarok:         BEGIN: void PlaylistsByProviderProxy::slotProviderAdded(Playlists::PlaylistProvider*, int)
amarok:         END__: void PlaylistsByProviderProxy::slotProviderAdded(Playlists::PlaylistProvider*, int) [Took: 0s]
amarok:         BEGIN: PlaylistBrowserNS::PlaylistBrowserView::PlaylistBrowserView(QAbstractItemModel*, QWidget*)
amarok:         END__: PlaylistBrowserNS::PlaylistBrowserView::PlaylistBrowserView(QAbstractItemModel*, QWidget*) [Took: 0s]
amarok:       END__: Creating browsers. Please report long start times! [Took: 0.058s]
amarok:       BEGIN: CoverFetcher::CoverFetcher()
amarok:       END__: CoverFetcher::CoverFetcher() [Took: 0s]
amarok:       BEGIN: QString BrowserCategoryList::navigate(const QString&)
amarok:         [BrowserCategoryList] target:  "root list/internet/Librivox.org"
amarok:         [BrowserCategoryList] removing own name ( "root list" ) from path
amarok:         [BrowserCategoryList] looking for child category  "internet"
amarok:         [BrowserCategoryList] got it!
amarok:         BEGIN: void BrowserCategoryList::setActiveCategory(BrowserCategory*)
amarok:         END__: void BrowserCategoryList::setActiveCategory(BrowserCategory*) [Took: 0.043s]
amarok:         [BrowserCategoryList] passing remaining path to child:  "Librivox.org"
amarok:         BEGIN: QString BrowserCategoryList::navigate(const QString&)
amarok:           [BrowserCategoryList] target:  "Librivox.org"
amarok:           [BrowserCategoryList] looking for child category  "Librivox.org"
amarok:         END__: QString BrowserCategoryList::navigate(const QString&) [Took: 0s]
amarok:       END__: QString BrowserCategoryList::navigate(const QString&) [Took: 0.043s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (0,-1) are not possible
amarok:     END__: MainWindow::MainWindow() [Took: 2.1s]
amarok:     Register object:  true
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::MediaPlayer2Player::volumeChanged(int)
amarok:       MPRIS2: Queueing up a PropertiesChanged signal
amarok:     END__: void Amarok::MediaPlayer2Player::volumeChanged(int) [Took: 0s]
amarok:     MPRIS2: Queueing up a PropertiesChanged signal
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: 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: 0s]
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 Database"
amarok:     [PlaylistDock] Adding provider:  "Playlist Files on Disk"
Could not parse stylesheet of widget 0x2e03f910
amarok:     BEGIN: void EngineController::play(Meta::TrackPtr, uint, bool)
amarok:     END__: void EngineController::play(Meta::TrackPtr, uint, bool) [Took: 0s]
amarok:   END__: void App::continueInit() [Took: 2.8s]
amarok: END__: App::App() [Took: 2.8s]
QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.152'
amarok: [EngineController] slotTrackLengthChanged( -1 )
amarok: BEGIN: void ProgressWidget::redrawBookmarks(const QString*)
amarok: END__: void ProgressWidget::redrawBookmarks(const QString*) [Took: 0s]
amarok: [EngineController] slotStateChanged from  Phonon::LoadingState  to  Phonon::StoppedState 
amarok: BEGIN: void MagnatuneDatabaseWorker::completeJob()
amarok: END__: void MagnatuneDatabaseWorker::completeJob() [Took: 0s]
amarok: BEGIN: void ProgressWidget::redrawBookmarks(const QString*)
amarok: END__: void ProgressWidget::redrawBookmarks(const QString*) [Took: 0s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-1) are not possible
amarok: [LyricsEngine] no current track
amarok: BEGIN: void ScriptManager::updateAllScripts()
amarok:   [ScriptManager] ScriptUpdater: Skipping update check
amarok:   [ScriptManager] found script: "Lyrics" "LyricWiki" ".2" ("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: "Scriptable Service" "Cool Streams" "1.0" ("Amarok2.0")
amarok:   [ScriptManager] found script: "Scriptable Service" "Free Music Charts" "1.6.0" ("Amarok2.5")
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: "Amarok Script Console"
amarok:       END__: void ScriptManager::startScriptEngine(const QString&) [Took: 0s]
amarok:     END__: bool ScriptManager::slotRunScript(const QString&, bool) [Took: 0.14s]
amarok:     BEGIN: bool ScriptManager::slotRunScript(const QString&, bool)
amarok:       BEGIN: void ScriptManager::startScriptEngine(const QString&)
amarok:         [ScriptManager] start script engine: "Free Music Charts"
amarok:         BEGIN: ScriptableServiceScript::ScriptableServiceScript(QScriptEngine*)
amarok:         END__: ScriptableServiceScript::ScriptableServiceScript(QScriptEngine*) [Took: 0s]
amarok:       END__: void ScriptManager::startScriptEngine(const QString&) [Took: 0s]
amarok:       SCRIPT "Free Music Charts" :  "creating fmc 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:  "Free Music Charts"
amarok:           BEGIN: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&)
amarok:           END__: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&) [Took: 0.001s]
amarok:           BEGIN: ScriptableService::ScriptableService(const QString&)
amarok:             creating ScriptableService  "Free Music Charts"
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  "Free Music Charts"
amarok:           BEGIN: void ServiceBrowser::addService(ServiceBase*)
amarok:             BEGIN: void BrowserCategoryList::childViewChanged()
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok:             END__: void BrowserCategoryList::childViewChanged() [Took: 0.006s]
amarok:           END__: void ServiceBrowser::addService(ServiceBase*) [Took: 0.01s]
amarok:         END__: bool ScriptableServiceManager::initService(const QString&, int, const QString&, const QString&, bool) [Took: 0.012s]
amarok:       END__: static QScriptValue ScriptableServiceScript::ScriptableServiceScript_prototype_ctor(QScriptContext*, QScriptEngine*) [Took: 0.012s]
amarok:       SCRIPT "Free Music Charts" :  "done creating fmc service!"
amarok:       BEGIN: void ScriptableServiceScript::slotCustomize(const QString&)
amarok:         SCRIPT "Free Music Charts" :  "customizing fmc service"
amarok:         SCRIPT "Free Music Charts" :  "loading icon: /usr/share/kde4/apps/amarok/scripts/free_music_charts_service/FMCIcon.png"
amarok:         BEGIN: void ScriptableServiceManager::setIcon(const QString&, const QPixmap&)
amarok:           service:  "Free Music Charts"
amarok:         END__: void ScriptableServiceManager::setIcon(const QString&, const QPixmap&) [Took: 0s]
amarok:       END__: void ScriptableServiceScript::slotCustomize(const QString&) [Took: 0.001s]
amarok:     END__: bool ScriptManager::slotRunScript(const QString&, bool) [Took: 0.038s]
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:       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: void BrowserCategoryList::childViewChanged()
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok:             END__: void BrowserCategoryList::childViewChanged() [Took: 0.002s]
amarok:           END__: void ServiceBrowser::addService(ServiceBase*) [Took: 0.005s]
amarok:         END__: bool ScriptableServiceManager::initService(const QString&, int, const QString&, const QString&, bool) [Took: 0.007s]
amarok:       END__: static QScriptValue ScriptableServiceScript::ScriptableServiceScript_prototype_ctor(QScriptContext*, QScriptEngine*) [Took: 0.007s]
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/kde4/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: 0s]
amarok:     END__: bool ScriptManager::slotRunScript(const QString&, bool) [Took: 0.037s]
amarok:     BEGIN: bool ScriptManager::slotRunScript(const QString&, bool)
amarok:       BEGIN: void ScriptManager::startScriptEngine(const QString&)
amarok:         [ScriptManager] start script engine: "LyricWiki"
amarok:       END__: void ScriptManager::startScriptEngine(const QString&) [Took: 0s]
amarok:       [ScriptManager] lyrics script started: "LyricWiki"
amarok:     END__: bool ScriptManager::slotRunScript(const QString&, bool) [Took: 0.006s]
amarok:     BEGIN: bool ScriptManager::slotRunScript(const QString&, bool)
amarok:       BEGIN: void ScriptManager::startScriptEngine(const QString&)
amarok:         [ScriptManager] start script engine: "Cool Streams"
amarok:         BEGIN: ScriptableServiceScript::ScriptableServiceScript(QScriptEngine*)
amarok:         END__: ScriptableServiceScript::ScriptableServiceScript(QScriptEngine*) [Took: 0s]
amarok:       END__: void ScriptManager::startScriptEngine(const QString&) [Took: 0s]
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:  "Cool Streams"
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  "Cool Streams"
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  "Cool Streams"
amarok:           BEGIN: void ServiceBrowser::addService(ServiceBase*)
amarok:             BEGIN: void BrowserCategoryList::childViewChanged()
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok:             END__: void BrowserCategoryList::childViewChanged() [Took: 0.002s]
amarok:           END__: void ServiceBrowser::addService(ServiceBase*) [Took: 0.004s]
amarok:         END__: bool ScriptableServiceManager::initService(const QString&, int, const QString&, const QString&, bool) [Took: 0.007s]
amarok:       END__: static QScriptValue ScriptableServiceScript::ScriptableServiceScript_prototype_ctor(QScriptContext*, QScriptEngine*) [Took: 0.007s]
amarok:       BEGIN: void ScriptableServiceScript::slotCustomize(const QString&)
amarok:       END__: void ScriptableServiceScript::slotCustomize(const QString&) [Took: 0s]
amarok:     END__: bool ScriptManager::slotRunScript(const QString&, bool) [Took: 0.008s]
amarok:   END__: void ScriptManager::configChanged(bool) [Took: 0.23s]
amarok: END__: void ScriptManager::updateAllScripts() [Took: 0.23s]
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-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 (200,-1) are not possible
amarok: BEGIN: void Analyzer::Base::connectSignals()
amarok: END__: void Analyzer::Base::connectSignals() [Took: 0s]
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: void Collections::ScriptableServiceQueryMaker::fetchAlbums()
amarok:   [ScriptableServiceQueryMaker] parent id:  -1
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
amarok:     SCRIPT "Free Music Charts" :  "populating fmc level: 1"
amarok:     SCRIPT "Free Music Charts" :  "fetching fmc xml..."
amarok:     BEGIN: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool)
hyiltiz@ZBook ~> amarok:     END__: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool) [Took: 0s]
amarok:     SCRIPT "Free Music Charts" :  "done fetching fmc xml..."
amarok:   END__: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString) [Took: 0.001s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchAlbums() [Took: 0.001s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchArtists()
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
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:             [ScriptableServiceQueryMaker] there are  1  artists
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: 0s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchArtists() [Took: 0s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok: BEGIN: void WikipediaEnginePrivate::_dataContainerUpdated(const QString&, const Data&)
amarok:   [WikipediaEngine] "updated preferred wikipedia languages:" ("en")
amarok: END__: void WikipediaEnginePrivate::_dataContainerUpdated(const QString&, const Data&) [Took: 0s]
amarok: BEGIN: void WikipediaApplet::dataUpdated(const QString&, const Data&)
amarok: END__: void WikipediaApplet::dataUpdated(const QString&, const Data&) [Took: 0s]
amarok: QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok: QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok: BEGIN: bool OpmlParser::continueRead()
amarok: END__: bool OpmlParser::continueRead() [Took: 0s]
amarok: BEGIN: void Collections::DaapCollectionFactory::connectToManualServers()
amarok: END__: void Collections::DaapCollectionFactory::connectToManualServers() [Took: 0s]
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchTracks()
amarok:   [ScriptableServiceQueryMaker] parent id:  -1
amarok:   [ScriptableServiceQueryMaker] i am sending signals!
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
amarok:     SCRIPT "Cool Streams" :  " Populating station level..."
amarok:     BEGIN: int ScriptableServiceScript::donePopulating() const
amarok:       BEGIN: void ScriptableServiceManager::donePopulating(const QString&, int)
amarok:         Service name:  "Cool Streams" , parent id:  -1
amarok:         BEGIN: void Collections::ScriptableServiceCollection::donePopulating(int)
amarok:           BEGIN: void Collections::ScriptableServiceQueryMaker::slotScriptComplete()
amarok:             [ScriptableServiceQueryMaker] there are  26  tracks
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.02s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchTracks() [Took: 0.02s]
amarok: QModelIndex(-1,-1,0x0,QObject(0x0) )
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
"<?xml version="1.0" encoding="UTF-8" ?>
<lfm status="failed"><error code="6">User not found</error>
</lfm>
"
amarok: [LastFmService] Got exception in parsing from last.fm: "User not found"
amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length2=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length3=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length4=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length5=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length6=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length7=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length2=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length3=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length4=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length5=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length6=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length7=-1" "

amarok: [NetworkAccessManagerProxy] the server is redirecting the request to:  KUrl("http://archive.org/download/freemusiccharts.songs/fmc.xml")
amarok: BEGIN: void AmarokDownloadHelper::requestRedirected(const KUrl&, const KUrl&)
amarok: END__: void AmarokDownloadHelper::requestRedirected(const KUrl&, const KUrl&) [Took: 0s]
amarok: SCRIPT "Free Music Charts" :  "start fmc shows xml parsing..."
amarok: SCRIPT "Free Music Charts" :  "got 0 shows!"
amarok: BEGIN: int ScriptableServiceScript::donePopulating() const
amarok:   BEGIN: void ScriptableServiceManager::donePopulating(const QString&, int)
amarok:     Service name:  "Free Music Charts" , parent id:  -1
amarok:     BEGIN: void Collections::ScriptableServiceCollection::donePopulating(int)
amarok:       BEGIN: void Collections::ScriptableServiceQueryMaker::slotScriptComplete()
amarok:         [ScriptableServiceQueryMaker] there are  1  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: BEGIN: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType)
amarok: END__: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType) [Took: 0.004s]
amarok: BEGIN: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType)
amarok: END__: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType) [Took: 0.001s]
amarok: BEGIN: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType)
amarok: END__: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType) [Took: 0.002s]
amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length2=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length3=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length4=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length5=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length6=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length7=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length2=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length3=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length4=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length5=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length6=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length7=-1" "

amarok: [WARNING] .pls playlist: Invalid "NumberOfEntries" value.   NumberOfEntries= 0   counted= 2

amarok: [WARNING] .pls playlist: Unrecognized line: " "numberofentries=2" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length2=-1" "

amarok: [WARNING] .pls playlist: Invalid "NumberOfEntries" value.   NumberOfEntries= 0   counted= 2

amarok: [WARNING] .pls playlist: Unrecognized line: " "numberofentries=2" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length2=-1" "

amarok: [WARNING] .pls playlist: Invalid "NumberOfEntries" value.   NumberOfEntries= 0   counted= 2

amarok: [WARNING] .pls playlist: Unrecognized line: " "numberofentries=2" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length2=-1" "

amarok: [WARNING] .pls playlist: Invalid "NumberOfEntries" value.   NumberOfEntries= 0   counted= 2

amarok: [WARNING] .pls playlist: Unrecognized line: " "numberofentries=2" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length2=-1" "

amarok: [WARNING] .pls playlist: Invalid "NumberOfEntries" value.   NumberOfEntries= 0   counted= 2

amarok: [WARNING] .pls playlist: Unrecognized line: " "numberofentries=2" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length2=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: BEGIN: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType)
amarok: END__: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType) [Took: 0.001s]
amarok: [MySqlStorage] Initialized thread, count== 6
amarok: BEGIN: virtual PopupWidget::~PopupWidget()
amarok: END__: virtual PopupWidget::~PopupWidget() [Took: 0s]
amarok: BEGIN: virtual PopupWidget::~PopupWidget()
amarok: END__: virtual PopupWidget::~PopupWidget() [Took: 0s]
amarok: BEGIN: virtual PopupWidget::~PopupWidget()
amarok: END__: virtual PopupWidget::~PopupWidget() [Took: 0s]
amarok: BEGIN: virtual PopupWidget::~PopupWidget()
amarok: END__: virtual PopupWidget::~PopupWidget() [Took: 0s]
amarok: BEGIN: void BrowserCategoryList::categoryActivated(const QModelIndex&)
amarok:   [BrowserCategoryList] Show service:  "Librivox.org"
amarok:   BEGIN: void BrowserCategoryList::setActiveCategory(BrowserCategory*)
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok:     BEGIN: void BrowserCategoryList::childViewChanged()
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok:     END__: void BrowserCategoryList::childViewChanged() [Took: 0.002s]
amarok:   END__: void BrowserCategoryList::setActiveCategory(BrowserCategory*) [Took: 0.004s]
amarok: END__: void BrowserCategoryList::categoryActivated(const QModelIndex&) [Took: 0.005s]
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchAlbums()
amarok:   [ScriptableServiceQueryMaker] parent id:  1
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
amarok:     SCRIPT "Librivox.org" :  " Populating book level..."
amarok:     BEGIN: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool)
amarok:     END__: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool) [Took: 0s]
amarok:   END__: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString) [Took: 0s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchAlbums() [Took: 0s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok: SCRIPT "Librivox.org" :  "got 0 books!"
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:         [ScriptableServiceQueryMaker] 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: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchArtists()
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
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:             [ScriptableServiceQueryMaker] there are  1  artists
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: 0s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchArtists() [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchAlbums()
amarok:   [ScriptableServiceQueryMaker] parent id:  2
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
amarok:     SCRIPT "Librivox.org" :  " Populating book level..."
amarok:     BEGIN: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool)
amarok:     END__: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool) [Took: 0s]
amarok:   END__: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString) [Took: 0s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchAlbums() [Took: 0s]
amarok: SCRIPT "Librivox.org" :  "got 0 books!"
amarok: BEGIN: int ScriptableServiceScript::donePopulating() const
amarok:   BEGIN: void ScriptableServiceManager::donePopulating(const QString&, int)
amarok:     Service name:  "Librivox.org" , parent id:  2
amarok:     BEGIN: void Collections::ScriptableServiceCollection::donePopulating(int)
amarok:       BEGIN: void Collections::ScriptableServiceQueryMaker::slotScriptComplete()
amarok:         [ScriptableServiceQueryMaker] 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: BEGIN: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType)
amarok: END__: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType) [Took: 0.003s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok: BEGIN: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType)
amarok: END__: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType) [Took: 0.001s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok: BEGIN: virtual PopupWidget::~PopupWidget()
amarok: END__: virtual PopupWidget::~PopupWidget() [Took: 0s]
amarok: BEGIN: virtual PopupWidget::~PopupWidget()
amarok: END__: virtual PopupWidget::~PopupWidget() [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchArtists()
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
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:             [ScriptableServiceQueryMaker] there are  1  artists
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: 0s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchArtists() [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchAlbums()
amarok:   [ScriptableServiceQueryMaker] parent id:  3
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
amarok:     SCRIPT "Librivox.org" :  " Populating book level..."
amarok:     BEGIN: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool)
amarok:     END__: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool) [Took: 0s]
amarok:   END__: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString) [Took: 0s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchAlbums() [Took: 0s]
amarok: SCRIPT "Librivox.org" :  "got 0 books!"
amarok: BEGIN: int ScriptableServiceScript::donePopulating() const
amarok:   BEGIN: void ScriptableServiceManager::donePopulating(const QString&, int)
amarok:     Service name:  "Librivox.org" , parent id:  3
amarok:     BEGIN: void Collections::ScriptableServiceCollection::donePopulating(int)
amarok:       BEGIN: void Collections::ScriptableServiceQueryMaker::slotScriptComplete()
amarok:         [ScriptableServiceQueryMaker] 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: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchArtists()
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
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:             [ScriptableServiceQueryMaker] there are  1  artists
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: 0s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchArtists() [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchAlbums()
amarok:   [ScriptableServiceQueryMaker] parent id:  4
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
amarok:     SCRIPT "Librivox.org" :  " Populating book level..."
amarok:     BEGIN: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool)
amarok:     END__: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool) [Took: 0s]
amarok:   END__: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString) [Took: 0s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchAlbums() [Took: 0s]
amarok: SCRIPT "Librivox.org" :  "got 0 books!"
amarok: BEGIN: int ScriptableServiceScript::donePopulating() const
amarok:   BEGIN: void ScriptableServiceManager::donePopulating(const QString&, int)
amarok:     Service name:  "Librivox.org" , parent id:  4
amarok:     BEGIN: void Collections::ScriptableServiceCollection::donePopulating(int)
amarok:       BEGIN: void Collections::ScriptableServiceQueryMaker::slotScriptComplete()
amarok:         [ScriptableServiceQueryMaker] 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: BEGIN: void Analyzer::Base::disconnectSignals()
amarok: END__: void Analyzer::Base::disconnectSignals() [Took: 0s]
hyiltiz@ZBook ~>
hyiltiz@ZBook ~> cd Downloads/
hyiltiz@ZBook ~/Downloads> ls
20E36D30EFC33178E524EA039A84FB858C5BAC85.torrent
4F1BF1AD5887FC485C98C809200B55F3795BB33C.torrent
audio/
Audio.Book.What.Do.You.Care.What.Other.People.Think.-.Richard.Feynman.zip
[CumFu]Episode_68_-_Evelyn_Lin,_Astrid_Jaymes_(The_RawBar).torrent
DABF99A087F12B6D830232B72D8B894B1497AE8A.torrent
debian-live-8.6.0-amd64-kde-desktop.iso
debian-live-8.6.0-amd64-kde-desktop.iso.torrent
DownloadPsychtoolbox.m
DownloadPsychtoolbox.m.zip
eDPEDID_LGD_764.bin
Hottie_Evelyn_Lin_loves_hard_cock.torrent
IMG_20160726_203003.jpg
IMG_20160726_214606-ANIMATION.gif
IMG_20160728_171524.jpg
IMG_20160805_210749-ANIMATION.gif
IMG_20160805_211019-ANIMATION.gif
IMG_3302.jpg
IMG_3580.jpg
IMG_3677.jpg
IMG_3678.jpg
IMG_3679.jpg
IMG_3680.jpg
IMG_3729.jpg
IMG_3730.jpg
IMG_3732.jpg
IMG_3739.jpg
IMG_3741.jpg
IMG_3742.jpg
IMG_3744.jpg
IMG_3745.jpg
IMG_3746.jpg
IMG_3747.jpg
IMG_3748.jpg
IMG_3749.jpg
IMG_3750.jpg
IMG_3751.jpg
IMG_3753.jpg
IMG_3762.jpg
IMG_3763.jpg
IMG_3766.jpg
IMG_3767.jpg
IMG_3768.jpg
IMG_3769.jpg
IMG_3770.jpg
IMG_3771.jpg
IMG_3772.jpg
IMG_3785.jpg
IMG_3794.jpg
IMG_3795.jpg
IMG_3796.jpg
IMG_3797.jpg
IMG_3798.jpg
IMG_3799.jpg
IMG_3801.jpg
IMG_3802.MOV
IMG_3848.jpg
IMG_4284.MOV
IMG_4329.MOV
Johnny.English.Reborn.720p.BluRay.x264.HAiDEAF.1007749.seventorrents.com.torrent
[katcr.co]sherlock.s04e01.the.six.thatchers.1080p.amzn.webrip.hevc.6ch.x265.rmteam.mkv.torrent
[katcr.co]Sherlock.S04E01.The.Six.Thatchers.1080p.HDTV.HEVC.2CH.x265 (1).torrent
[katcr.co]Sherlock.S04E01.The.Six.Thatchers.1080p.HDTV.HEVC.2CH.x265.torrent
Le Memorie di Sherlock Holmes S04e01 - (J.Bret Le Memorie di Sherlock Holmes S04e01 - (J.Brett), [DivX - Ita Mp3] I Tre Frontoni  TnTVillage[www.ahashare.com].torrent
[limetorrents.cc][ROSI].Sets.NO-01.to.NO-320.Amazing.HD.Pictures..SiteRip.torrent
memtest86+_5.01-3ubuntu2_amd64.deb
P_1/
P_2/
P-3/
Photos (1).zip
Pirates of the Caribbean- On Stranger Tides (2011) [1080p] [YTS.AG].torrent
rosimm NO.27.zip.torrent
rstudio-1.0.136-amd64.deb
Sherlock.S04E01.HDTV.720p.YIFYTORRENT.[CO].torrent
Sherlock.S04E01.REPACK.720p.HDTV.x265.ShAaNiG.mkv
sherlock.s04e01.the.six.thatchers.1080p.amzn.webrip.hevc.6ch.x265.rmteam.mkv
Sherlock.S04E01.The.Six.Thatchers.1080p.HDTV.HEVC.2CH.x265/
steam_latest.deb
ubuntu-16.04.1-desktop-amd64.iso
utserver.tar.gz
Whole/
世界上最伟大的推销员.zip
[有声书]世界上最伟大的推销员.zip
[飘].Margaret.Mitchell.-.Gone.With.The.Wind.zip
hyiltiz@ZBook ~/Downloads> phonon
No command 'phonon' found, did you mean:
 Command 'photon' from package 'photon' (universe)
phonon: command not found
hyiltiz@ZBook ~/Downloads> apt search phonon
Sorting... Done
Full Text Search... Done
dragonplayer/xenial,now 4:16.04.3-0ubuntu1~ubuntu16.04~ppa61 amd64 [installed,automatic]
  simple video player

kaffeine/xenial 1.2.2-3 amd64
  versatile media player for KDE

kmplayer/xenial 1:0.11.3d-3 amd64
  media player for KDE

kwave/xenial 0.9.0-1-2 amd64
  sound editor for KDE

libphonon-dev/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE using Qt 4 - development files

libphonon-perl/xenial 4:4.14.1-0ubuntu7 amd64
  perl bindings for the Phonon library

libphonon4/xenial,now 4:4.8.3-0ubuntu3 amd64 [installed,automatic]
  multimedia framework from KDE - core library

libphonon4qt5-4/xenial,now 4:4.8.3-0ubuntu3 amd64 [installed,automatic]
  multimedia framework from KDE using Qt 5 - core library

libphonon4qt5-dev/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE using Qt 5 - development files

libphonon4qt5experimental-dev/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE using Qt 5 - experimental development files

libphonon4qt5experimental4/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE using Qt 5 - experimental library (internal)

libphononexperimental-dev/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE - experimental development files

libphononexperimental4/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE using Qt 4 - experimental library (internal)

libqtscript4-phonon/xenial 0.2.0-1 amd64
  QtScript bindings for the Qt 4 Phonon library

libsmokephonon3/xenial 4:4.14.3-1ubuntu1 amd64
  Qt Phonon SMOKE library

phonon/xenial,now 4:4.8.3-0ubuntu3 amd64 [installed,automatic]
  multimedia framework from KDE using Qt 4 - metapackage

phonon-backend-gstreamer/xenial,now 4:4.8.2-0ubuntu2 amd64 [installed,automatic]
  Phonon GStreamer 1.0 backend

phonon-backend-gstreamer-common/xenial,now 4:4.8.2-0ubuntu2 amd64 [installed,automatic]
  Phonon GStreamer 1.0.x backend icons

phonon-backend-gstreamer-dbg/xenial 4:4.8.2-0ubuntu2 amd64
  debugging symbols for the Phonon GStreamer 1.0 backend

phonon-backend-null/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE - null back-end (no real back-end)

phonon-backend-vlc/xenial 0.8.2-1ubuntu3 amd64
  Phonon VLC backend

phonon-backend-vlc-dbg/xenial 0.8.2-1ubuntu3 amd64
  Phonon VLC backend debugging symbols

phonon-dbg/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE - debugging symbols

phonon4qt5/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE using Qt 5 - metapackage

phonon4qt5-backend-gstreamer/xenial,now 4:4.8.2-0ubuntu2 amd64 [installed,automatic]
  Phonon Qt5 GStreamer 1.0 backend

phonon4qt5-backend-gstreamer-dbg/xenial 4:4.8.2-0ubuntu2 amd64
  debugging symbols for the Phonon Qt5 GStreamer 1.0 backend

phonon4qt5-backend-null/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE using Qt 5 - null back-end (no real back-end)

phonon4qt5-backend-vlc/xenial 0.8.2-1ubuntu3 amd64
  Phonon4Qt5 VLC backend

phonon4qt5-backend-vlc-dbg/xenial 0.8.2-1ubuntu3 amd64
  Phonon4Qt5 VLC backend debugging symbols

phonon4qt5-dbg/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE using Qt 5 - debugging symbols

python-kde4/xenial 4:4.14.2-0ubuntu6 amd64
  Python bindings for the KDE Development Platform

python-pyside.phonon/xenial 1.2.2-2build2 amd64
  Qt 4 Phonon module - Python bindings

python-qt4/xenial,now 4.11.4+dfsg-1build4 amd64 [installed]
  Python bindings for Qt4

python-qt4-phonon/xenial 4.11.4+dfsg-1build4 amd64
  Python bindings for Phonon

python-qt4-phonon-dbg/xenial 4.11.4+dfsg-1build4 amd64
  Python bindings for Phonon (debug extensions)

python3-pykde4/xenial,now 4:4.14.2-0ubuntu6 amd64 [installed,automatic]
  Python 3 bindings for the KDE Development Platform

python3-pyqt4/xenial,now 4.11.4+dfsg-1build4 amd64 [installed,automatic]
  Python3 bindings for Qt4

python3-pyqt4.phonon/xenial 4.11.4+dfsg-1build4 amd64
  Python3 bindings for Phonon

python3-pyqt4.phonon-dbg/xenial 4.11.4+dfsg-1build4 amd64
  Python3 bindings for Phonon (debug extensions)

python3-pyside.phonon/xenial 1.2.2-2build2 amd64
  Qt 4 Phonon module - Python3 bindings

quantum-espresso/xenial 5.1+dfsg-4 amd64
  Electronic-Structure and Ab-Initio Molecular Dynamics Suite

ruby-phonon/xenial 4:4.14.3-1ubuntu2 amd64
  Phonon bindings for the Ruby language

subtitlecomposer/xenial 0.5.7-1 amd64
  Subtitles editor for KDE

volti/xenial,xenial 0.2.3-7 all
  control audio volume from system tray/notification area

hyiltiz@ZBook ~/Downloads> apt search phonon amarok
Sorting... Done
Full Text Search... Done
hyiltiz@ZBook ~/Downloads> apt search phonon kde
Sorting... Done
Full Text Search... Done
dragonplayer/xenial,now 4:16.04.3-0ubuntu1~ubuntu16.04~ppa61 amd64 [installed,automatic]
  simple video player

kaffeine/xenial 1.2.2-3 amd64
  versatile media player for KDE

kmplayer/xenial 1:0.11.3d-3 amd64
  media player for KDE

kwave/xenial 0.9.0-1-2 amd64
  sound editor for KDE

libphonon-dev/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE using Qt 4 - development files

libphonon4/xenial,now 4:4.8.3-0ubuntu3 amd64 [installed,automatic]
  multimedia framework from KDE - core library

libphonon4qt5-4/xenial,now 4:4.8.3-0ubuntu3 amd64 [installed,automatic]
  multimedia framework from KDE using Qt 5 - core library

libphonon4qt5-dev/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE using Qt 5 - development files

libphonon4qt5experimental-dev/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE using Qt 5 - experimental development files

libphonon4qt5experimental4/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE using Qt 5 - experimental library (internal)

libphononexperimental-dev/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE - experimental development files

libphononexperimental4/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE using Qt 4 - experimental library (internal)

libsmokephonon3/xenial 4:4.14.3-1ubuntu1 amd64
  Qt Phonon SMOKE library

phonon/xenial,now 4:4.8.3-0ubuntu3 amd64 [installed,automatic]
  multimedia framework from KDE using Qt 4 - metapackage

phonon-backend-null/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE - null back-end (no real back-end)

phonon-dbg/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE - debugging symbols

phonon4qt5/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE using Qt 5 - metapackage

phonon4qt5-backend-null/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE using Qt 5 - null back-end (no real back-end)

phonon4qt5-dbg/xenial 4:4.8.3-0ubuntu3 amd64
  multimedia framework from KDE using Qt 5 - debugging symbols

python-kde4/xenial 4:4.14.2-0ubuntu6 amd64
  Python bindings for the KDE Development Platform

python3-pykde4/xenial,now 4:4.14.2-0ubuntu6 amd64 [installed,automatic]
  Python 3 bindings for the KDE Development Platform

subtitlecomposer/xenial 0.5.7-1 amd64
  Subtitles editor for KDE

hyiltiz@ZBook ~/Downloads> amarok --version
Qt: 4.8.7
KDE Development Platform: 4.14.22
Amarok: 2.8.0
hyiltiz@ZBook ~/Downloads> apt search phonon vlc
Sorting... Done
Full Text Search... Done
phonon-backend-vlc/xenial 0.8.2-1ubuntu3 amd64
  Phonon VLC backend

phonon-backend-vlc-dbg/xenial 0.8.2-1ubuntu3 amd64
  Phonon VLC backend debugging symbols

phonon4qt5-backend-vlc/xenial 0.8.2-1ubuntu3 amd64
  Phonon4Qt5 VLC backend

phonon4qt5-backend-vlc-dbg/xenial 0.8.2-1ubuntu3 amd64
  Phonon4Qt5 VLC backend debugging symbols

hyiltiz@ZBook ~/Downloads> kbuildsycoca4 running...
kbuildsycoca4(9002)/kdecore (services) KServicePrivate::init: The desktop entry file  "/usr/share/applications/evolution-data-server-uoa.desktop"  has Type= "Application"  but no Exec line

kbuildsycoca4(9002) KBuildServiceFactory::createEntry: Invalid Service :  "/usr/share/applications/evolution-data-server-uoa.desktop"
kbuildsycoca4(9002)/kdecore (services) KServicePrivate::init: The desktop entry file  "/usr/share/applications/unity-scope-gdrive.desktop"  has Type= "Application"  but no Exec line

kbuildsycoca4(9002) KBuildServiceFactory::createEntry: Invalid Service :  "/usr/share/applications/unity-scope-gdrive.desktop"
kbuildsycoca4(9002)/kdecore (services) KServicePrivate::init: The desktop entry file  "/usr/share/applications/unity-lens-photos.desktop"  has Type= "Application"  but no Exec line

kbuildsycoca4(9002) KBuildServiceFactory::createEntry: Invalid Service :  "/usr/share/applications/unity-lens-photos.desktop"
hyiltiz@ZBook ~/Downloads> amarok --version
Qt: 4.8.7
KDE Development Platform: 4.14.22
Amarok: 2.8.0
hyiltiz@ZBook ~/Downloads> apt seakbuildsycoca4 running...
kbuildsycoca4(10073)/kdecore (services) KServicePrivate::init: The desktop entry file  "/usr/share/applications/evolution-data-server-uoa.desktop"  has Type= "Application"  but no Exec line

kbuildsycoca4(10073) KBuildServiceFactory::createEntry: Invalid Service :  "/usr/share/applications/evolution-data-server-uoa.desktop"
kbuildsycoca4(10073)/kdecore (services) KServicePrivate::init: The desktop entry file  "/usr/share/applications/unity-scope-gdrive.desktop"  has Type= "Application"  but no Exec line

kbuildsycoca4(10073) KBuildServiceFactory::createEntry: Invalid Service :  "/usr/share/applications/unity-scope-gdrive.desktop"
kbuildsycoca4(10073)/kdecore (services) KServicePrivate::init: The desktop entry file  "/usr/share/applications/unity-lens-photos.desktop"  has Type= "Application"  but no Exec line

kbuildsycoca4(10073) KBuildServiceFactory::createEntry: Invalid Service :  "/usr/share/applications/unity-lens-photos.desktop"
hyiltiz@ZBook ~/Downloads> apt sea
E: Invalid operation sea
hyiltiz@ZBook ~/Downloads> killall amarok
amarok: BEGIN: virtual bool MainWindow::queryExit()
amarok: END__: virtual bool MainWindow::queryExit() [Took: 0s]
amarok(7204): Operation not permitted
amarok: BEGIN: virtual App::~App()
amarok:   BEGIN: virtual ScriptManager::~ScriptManager()
hyiltiz@ZBook ~/Downloads> amarok:   END__: virtual ScriptManager::~ScriptManager() [Took: 0.02s]
amarok:   BEGIN: virtual OSDWidget::~OSDWidget()
amarok:   END__: virtual OSDWidget::~OSDWidget() [Took: 0s]
amarok:   BEGIN: virtual MainWindow::~MainWindow()
amarok:     BEGIN: QString BrowserCategoryList::path()
amarok:       BEGIN: QString BrowserCategoryList::path()
amarok:         [BrowserCategoryList] path:  "internet/Librivox.org"
amarok:       END__: QString BrowserCategoryList::path() [Took: 0s]
amarok:       [BrowserCategoryList] path:  "root list/internet/Librivox.org"
amarok:     END__: QString BrowserCategoryList::path() [Took: 0s]
amarok:     BEGIN: virtual SvgHandler::~SvgHandler()
amarok:     END__: virtual SvgHandler::~SvgHandler() [Took: 0s]
amarok:   END__: virtual MainWindow::~MainWindow() [Took: 0s]
amarok:   BEGIN: virtual ServiceBrowser::~ServiceBrowser()
amarok:   END__: virtual ServiceBrowser::~ServiceBrowser() [Took: 0s]
amarok:   BEGIN: virtual JamendoService::~JamendoService()
amarok:   END__: virtual JamendoService::~JamendoService() [Took: 0s]
amarok:   BEGIN: virtual LastFmService::~LastFmService()
amarok:   END__: virtual LastFmService::~LastFmService() [Took: 0s]
amarok:   BEGIN: virtual LastFmServiceConfig::~LastFmServiceConfig()
amarok:   END__: virtual LastFmServiceConfig::~LastFmServiceConfig() [Took: 0s]
amarok:   BEGIN: virtual ScriptableServiceManager::~ScriptableServiceManager()
amarok:   END__: virtual ScriptableServiceManager::~ScriptableServiceManager() [Took: 0s]
amarok:   [APG::ConstraintNode] destroying constraint at 0x2de9e430 that has parent 0x0
amarok:   [APG::ConstraintNode] destroying constraint at 0x2de9e810 that has parent 0x2de9e430
amarok:   [APG::ConstraintNode] destroying constraint at 0x2dea2a70 that has parent 0x2de9e810
amarok:   [APG::ConstraintNode] destroying constraint at 0x2def0be0 that has parent 0x2de9e810
amarok:   [APG::ConstraintNode] destroying constraint at 0x2de9e750 that has parent 0x0
amarok:   [APG::ConstraintNode] destroying constraint at 0x2def3720 that has parent 0x2de9e750
amarok:   [APG::ConstraintNode] destroying constraint at 0x2def3b50 that has parent 0x2def3720
amarok:   [APG::ConstraintNode] destroying constraint at 0x2def6560 that has parent 0x2def3720
amarok:   [APG::ConstraintNode] destroying constraint at 0x2def91a0 that has parent 0x0
amarok:   [APG::ConstraintNode] destroying constraint at 0x2def9250 that has parent 0x2def91a0
amarok:   [APG::ConstraintNode] destroying constraint at 0x2def9210 that has parent 0x2def9250
amarok:   [APG::ConstraintNode] destroying constraint at 0x2def9460 that has parent 0x2def9250
amarok:   [APG::ConstraintNode] destroying constraint at 0x2def9100 that has parent 0x0
amarok:   [APG::ConstraintNode] destroying constraint at 0x2def9980 that has parent 0x2def9100
amarok:   [APG::ConstraintNode] destroying constraint at 0x2def3ce0 that has parent 0x2def9980
amarok:   [APG::ConstraintNode] destroying constraint at 0x2def9e80 that has parent 0x2def9980
amarok:   [APG::ConstraintNode] destroying constraint at 0x2defc690 that has parent 0x2def9980
amarok:   [APG::ConstraintNode] destroying constraint at 0x2deff050 that has parent 0x2def9980
amarok:   [APG::ConstraintNode] destroying constraint at 0x2deff490 that has parent 0x0
amarok:   [APG::ConstraintNode] destroying constraint at 0x2deff2c0 that has parent 0x2deff490
amarok:   [APG::ConstraintNode] destroying constraint at 0x2deff7a0 that has parent 0x2deff2c0
amarok:   [APG::ConstraintNode] destroying constraint at 0x2deff160 that has parent 0x2deff7a0
amarok:   [APG::ConstraintNode] destroying constraint at 0x2df02160 that has parent 0x2deff7a0
amarok:   [APG::ConstraintNode] destroying constraint at 0x2df04c70 that has parent 0x2deff7a0
amarok:   [APG::ConstraintNode] destroying constraint at 0x2df07700 that has parent 0x2deff2c0
amarok:   [APG::ConstraintNode] destroying constraint at 0x2deff3f0 that has parent 0x2df07700
amarok:   [APG::ConstraintNode] destroying constraint at 0x2df07960 that has parent 0x2df07700
amarok:   BEGIN: virtual PopupWidget::~PopupWidget()
amarok:   END__: virtual PopupWidget::~PopupWidget() [Took: 0s]
amarok:   BEGIN: virtual Context::ContextView::~ContextView()
amarok:     [ContextView] Unloading plasma engine:  "amarok-info"
amarok:     [ContextView] Unloading plasma engine:  "amarok-upcomingEvents"
amarok:     [ContextView] Unloading plasma engine:  "amarok-photos"
amarok:     [ContextView] Unloading plasma engine:  "amarok-similarArtists"
amarok:     [ContextView] Unloading plasma engine:  "amarok-tabs"
amarok:     [ContextView] Unloading plasma engine:  "amarok-current"
amarok:     [ContextView] Unloading plasma engine:  "amarok-wikipedia"
amarok:     [ContextView] Unloading plasma engine:  "amarok-lyrics"
amarok:     [ContextView] Unloading plasma engine:  "amarok-labels"
amarok:     BEGIN: void Context::ContextView::clear(const Context::ContextState&)
amarok:       BEGIN: virtual void Context::VerticalAppletLayout::saveToConfig(KConfigGroup&)
amarok:         [VerticalAppletLayout] saving applet "analyzer"
amarok:         [VerticalAppletLayout] saving applet "wikipedia"
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.002s]
amarok:   END__: virtual Context::ContextView::~ContextView() [Took: 0.002s]
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.01s]
amarok:   BEGIN: virtual Playlist::Model::~Model()
Calling appendChild() on a null node does nothing.
amarok:   END__: virtual Playlist::Model::~Model() [Took: 0s]
amarok:   BEGIN: virtual Playlists::PlaylistFileProvider::~PlaylistFileProvider()
amarok:   END__: virtual Playlists::PlaylistFileProvider::~PlaylistFileProvider() [Took: 0s]
amarok:   BEGIN: virtual CollectionManager::~CollectionManager()
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:     BEGIN: virtual Collections::MtpCollectionFactory::~MtpCollectionFactory()
amarok:     END__: virtual Collections::MtpCollectionFactory::~MtpCollectionFactory() [Took: 0s]
amarok:   END__: virtual CollectionManager::~CollectionManager() [Took: 0s]
amarok:   BEGIN: CollectionManager::CollectionManager()
amarok:   END__: CollectionManager::CollectionManager() [Took: 0s]
amarok:   BEGIN: virtual EngineController::~EngineController()
amarok:   END__: virtual EngineController::~EngineController() [Took: 0.001s]
amarok: END__: virtual App::~App() [Took: 0.098s]
5
5: command not found
hyiltiz@ZBook ~/Downloads> 5
5: command not found
hyiltiz@ZBook ~/Downloads> killall amarok
amarok(7204): Operation not permitted
hyiltiz@ZBook ~/Downloads> killall amarokQClipboard: Unable to receive an event from the clipboard manager in a reasonable time
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]
amarok: BEGIN: virtual void Dynamic::BiasedPlaylist::requestAbort()
amarok: END__: virtual void Dynamic::BiasedPlaylist::requestAbort() [Took: 0s]
amarok: [MySqlStorage] Deinitialized thread, count== 5

amarok(7204): Operation not permitted
hyiltiz@ZBook ~/Downloads> killall amarok
amarok(7204): Operation not permitted
amarok: no process found
hyiltiz@ZBook ~/Downloads> killall amarok
amarok(7204): Operation not permitted
amarok: no process found
hyiltiz@ZBook ~/Downloads> killall amarok
amarok(7204): Operation not permitted
amarok: no process found
hyiltiz@ZBook ~/Downloads> killall amarok
amarok(7204): Operation not permitted
amarok: no process found
hyiltiz@ZBook ~/Downloads> killall amarok
amarok(7204): Operation not permitted
amarok: no process found
hyiltiz@ZBook ~/Downloads> amarok --debug
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
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: Phonon::createPath: Cannot connect  Phonon::MediaObject ( no objectName ) to  Phonon::AudioDataOutput ( no objectName ).
Object::connect: No such signal Phonon::VLC::MediaObject::angleChanged(int) in ../../phonon/mediacontroller.cpp:65
Object::connect: No such signal Phonon::VLC::MediaObject::availableAnglesChanged(int) in ../../phonon/mediacontroller.cpp:66
amarok:       [EngineController] Established Phonon equalizer effect with 11 parameters.
amarok:       [EngineController] Tick Interval (actual):  100
amarok:     END__: void EngineController::initializePhonon() [Took: 0.031s]
amarok:     BEGIN: CollectionManager::CollectionManager()
amarok:     END__: CollectionManager::CollectionManager() [Took: 0s]
amarok:     BEGIN: MainWindow::MainWindow()
amarok:       BEGIN: Plugins::PluginManager::PluginManager(QObject*)
amarok:         BEGIN: void Plugins::PluginManager::findAllPlugins()
amarok:           [PluginManager] found plugin: "amarok_collection-audiocdcollection" enabled: true
amarok:           [PluginManager] found plugin: "amarok_collection-daapcollection" enabled: false
amarok:           [PluginManager] found plugin: "amarok_collection-mtpcollection" enabled: true
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: true
amarok:           [PluginManager] found plugin: "amarok_collection-ipodcollection" enabled: true
amarok:           [PluginManager] found plugin: "amarok_service_ampache" enabled: false
amarok:           [PluginManager] found plugin: "amarok_service_jamendo" enabled: true
amarok:           [PluginManager] found plugin: "amarok_service_lastfm" enabled: true
amarok:           [PluginManager] found plugin: "amarok_service_amazonstore" enabled: true
amarok:           [PluginManager] found plugin: "amarok_service_mp3tunes" enabled: false
amarok:           [PluginManager] found plugin: "amarok_service_magnatunestore" enabled: true
amarok:           [PluginManager] found plugin: "amarok_service_opmldirectory" enabled: true
amarok:           [PluginManager] found plugin: "amarok_service_gpodder" enabled: false
amarok:           [PluginManager] 16 plugins in total
amarok:         END__: void Plugins::PluginManager::findAllPlugins() [Took: 0s]
amarok:         [PluginManager] created factory for plugin "amarok_collection-audiocdcollection" type: "Collection"
amarok:         [PluginManager] created factory for plugin "amarok_collection-mtpcollection" type: "Collection"
amarok:         [PluginManager] created factory for plugin "amarok_collection-mysqlecollection" type: "Collection"
amarok:         [PluginManager] created factory for plugin "amarok_collection-umscollection" type: "Collection"
amarok:         [PluginManager] created factory for plugin "amarok_collection-ipodcollection" type: "Collection"
amarok:         BEGIN: void CollectionManager::loadPlugins(const QList<Collections::CollectionFactory*>&)
amarok:           [CollectionManager] initializing "amarok_collection-mysqlecollection"
amarok:           [MySqlStorage] Connected to MySQL server 5.7.11-0ubuntu6-embedded
amarok:           Connected to MySQL server 5.7.11-0ubuntu6-embedded
amarok:           [MySqlStorage] Initialized thread, count== 1
amarok:           BEGIN: SqlRegistry::SqlRegistry(Collections::SqlCollection*)
amarok:           END__: SqlRegistry::SqlRegistry(Collections::SqlCollection*) [Took: 0s]
amarok:           BEGIN: MountPointManager::MountPointManager(QObject*, SqlStorage*)
amarok:             BEGIN: MediaDeviceCache::MediaDeviceCache()
amarok:             END__: MediaDeviceCache::MediaDeviceCache() [Took: 0.017s]
amarok:             BEGIN: void MountPointManager::createDeviceFactories()
amarok:               [MountPointManager] Initializing DeviceHandlerFactory of type: "uuid"
amarok:               [MountPointManager] Initializing DeviceHandlerFactory of type: "nfs"
amarok:               [MountPointManager] Initializing DeviceHandlerFactory of type: "smb"
amarok:               BEGIN: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&)
amarok:                 [MountPointManager] Device added and mounted, checking handlers
amarok:                 BEGIN: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const
amarok:                 END__: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const [Took: 0s]
amarok:                 [MountPointManager] found handler for  "/org/freedesktop/UDisks2/block_devices/sdb1"
amarok:                 BEGIN: virtual DeviceHandler* MassStorageDeviceHandlerFactory::createHandler(const Solid::Device&, const QString&, SqlStorage*) const
amarok:                   [MassStorageDeviceHandler] Found existing UUID config for ID  "1"  , uuid  "1ad3-c268"
amarok:                   BEGIN: MassStorageDeviceHandler::MassStorageDeviceHandler(int, const QString&, const QString&)
amarok:                   END__: MassStorageDeviceHandler::MassStorageDeviceHandler(int, const QString&, const QString&) [Took: 0s]
amarok:                 END__: virtual DeviceHandler* MassStorageDeviceHandlerFactory::createHandler(const Solid::Device&, const QString&, SqlStorage*) const [Took: 0s]
amarok:               END__: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&) [Took: 0s]
amarok:               BEGIN: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&)
amarok:                 [MountPointManager] Device added and mounted, checking handlers
amarok:                 BEGIN: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const
amarok:                   [MassStorageDeviceHandler] volume is ignored
amarok:                 END__: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const [Took: 0s]
amarok:                 [MountPointManager] Factory can't handle device  "/org/freedesktop/UDisks2/block_devices/sdb2"
amarok:                 [NfsDeviceHandler] virtual bool NfsDeviceHandlerFactory::canHandle(const Solid::Device&) const "/org/freedesktop/UDisks2/block_devices/sdb2" has no NetworkShare interface
amarok:                 [MountPointManager] Factory can't handle device  "/org/freedesktop/UDisks2/block_devices/sdb2"
amarok:                 [SmbDeviceHandler] virtual bool SmbDeviceHandlerFactory::canHandle(const Solid::Device&) const "/org/freedesktop/UDisks2/block_devices/sdb2" has no NetworkShare interface
amarok:                 [MountPointManager] Factory can't handle device  "/org/freedesktop/UDisks2/block_devices/sdb2"
amarok:               END__: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&) [Took: 0s]
amarok:               BEGIN: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&)
amarok:                 [MountPointManager] Device added and mounted, checking handlers
amarok:                 BEGIN: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const
amarok:                 END__: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const [Took: 0s]
amarok:                 [MountPointManager] found handler for  "/org/freedesktop/UDisks2/block_devices/sda1"
amarok:                 BEGIN: virtual DeviceHandler* MassStorageDeviceHandlerFactory::createHandler(const Solid::Device&, const QString&, SqlStorage*) const
amarok:                   [MassStorageDeviceHandler] Found existing UUID config for ID  "2"  , uuid  "810b965b-fd5c-4c3a-b723-b398caa90087"
amarok:                   BEGIN: MassStorageDeviceHandler::MassStorageDeviceHandler(int, const QString&, const QString&)
amarok:                   END__: MassStorageDeviceHandler::MassStorageDeviceHandler(int, const QString&, const QString&) [Took: 0s]
amarok:                 END__: virtual DeviceHandler* MassStorageDeviceHandlerFactory::createHandler(const Solid::Device&, const QString&, SqlStorage*) const [Took: 0s]
amarok:               END__: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&) [Took: 0s]
amarok:               BEGIN: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&)
amarok:                 [MountPointManager] Device added and mounted, checking handlers
amarok:                 BEGIN: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const
amarok:                 END__: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const [Took: 0s]
amarok:                 [MountPointManager] found handler for  "/org/freedesktop/UDisks2/block_devices/sdb4"
amarok:                 BEGIN: virtual DeviceHandler* MassStorageDeviceHandlerFactory::createHandler(const Solid::Device&, const QString&, SqlStorage*) const
amarok:                   [MassStorageDeviceHandler] not mounted, can't do anything
amarok:                 END__: virtual DeviceHandler* MassStorageDeviceHandlerFactory::createHandler(const Solid::Device&, const QString&, SqlStorage*) const [Took: 0s]
amarok:                 [MountPointManager] Factory  "uuid" could not create device handler
amarok:               END__: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&) [Took: 0s]
amarok:               BEGIN: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&)
amarok:                 [MountPointManager] Device added and mounted, checking handlers
amarok:                 BEGIN: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const
amarok:                 END__: virtual bool MassStorageDeviceHandlerFactory::canHandle(const Solid::Device&) const [Took: 0s]
amarok:                 [MountPointManager] found handler for  "/org/freedesktop/UDisks2/block_devices/sdb5"
amarok:                 BEGIN: virtual DeviceHandler* MassStorageDeviceHandlerFactory::createHandler(const Solid::Device&, const QString&, SqlStorage*) const
amarok:                   [MassStorageDeviceHandler] Found existing UUID config for ID  "3"  , uuid  "141a536d-a4d3-49e1-9024-efe6e115f48e"
amarok:                   BEGIN: MassStorageDeviceHandler::MassStorageDeviceHandler(int, const QString&, const QString&)
amarok:                   END__: MassStorageDeviceHandler::MassStorageDeviceHandler(int, const QString&, const QString&) [Took: 0s]
amarok:                 END__: virtual DeviceHandler* MassStorageDeviceHandlerFactory::createHandler(const Solid::Device&, const QString&, SqlStorage*) const [Took: 0s]
amarok:               END__: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&) [Took: 0s]
amarok:             END__: void MountPointManager::createDeviceFactories() [Took: 0.096s]
amarok:           END__: MountPointManager::MountPointManager(QObject*, SqlStorage*) [Took: 0.11s]
amarok:           BEGIN: void CollectionManager::slotNewCollection(Collections::Collection*)
amarok:           END__: void CollectionManager::slotNewCollection(Collections::Collection*) [Took: 0s]
amarok:           [CollectionManager] initializing "amarok_collection-audiocdcollection"
amarok:           BEGIN: MediaDeviceMonitor::MediaDeviceMonitor()
amarok:             BEGIN: void MediaDeviceMonitor::init()
amarok:             END__: void MediaDeviceMonitor::init() [Took: 0s]
amarok:           END__: MediaDeviceMonitor::MediaDeviceMonitor() [Took: 0s]
amarok:           BEGIN: void MediaDeviceMonitor::registerDeviceType(ConnectionAssistant*)
amarok:             BEGIN: void MediaDeviceMonitor::checkDevicesFor(ConnectionAssistant*)
amarok:               BEGIN: QStringList MediaDeviceMonitor::getDevices()
amarok:                 BEGIN: void MediaDeviceCache::refreshCache()
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sda1"
amarok:                   [MediaDeviceCache] Device name is =  "HGST HTS721010A9E630"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sdb5"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sdb4"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                   [MediaDeviceCache] Solid device is not accessible, will wait until it is to consider it added.
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sdb2"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                   [MediaDeviceCache] Solid device is not accessible, will wait until it is to consider it added.
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sdb1"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageDrive with udi =  "/org/freedesktop/UDisks2/drives/hp______DVDRW__DU8A6SH_486608931339"
amarok:                   [MediaDeviceCache] Device name is =  "hp      DVDRW  DU8A6SH"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageDrive with udi =  "/org/freedesktop/UDisks2/drives/HGST_HTS721010A9E630_JR10044M0WSNHM"
amarok:                   [MediaDeviceCache] Device name is =  "HGST HTS721010A9E630"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageDrive with udi =  "/org/freedesktop/UDisks2/drives/SanDisk_SD6PP4M_128G_1006_152334400055"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                 END__: void MediaDeviceCache::refreshCache() [Took: 0.049s]
amarok:               END__: QStringList MediaDeviceMonitor::getDevices() [Took: 0.049s]
amarok:             END__: void MediaDeviceMonitor::checkDevicesFor(ConnectionAssistant*) [Took: 0.049s]
amarok:           END__: void MediaDeviceMonitor::registerDeviceType(ConnectionAssistant*) [Took: 0.049s]
amarok:           [CollectionManager] initializing "amarok_collection-mtpcollection"
amarok:           BEGIN: void MediaDeviceMonitor::registerDeviceType(ConnectionAssistant*)
amarok:             BEGIN: void MediaDeviceMonitor::checkDevicesFor(ConnectionAssistant*)
amarok:               BEGIN: QStringList MediaDeviceMonitor::getDevices()
amarok:                 BEGIN: void MediaDeviceCache::refreshCache()
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sda1"
amarok:                   [MediaDeviceCache] Device name is =  "HGST HTS721010A9E630"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sdb5"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sdb4"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                   [MediaDeviceCache] Solid device is not accessible, will wait until it is to consider it added.
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sdb2"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                   [MediaDeviceCache] Solid device is not accessible, will wait until it is to consider it added.
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi =  "/org/freedesktop/UDisks2/block_devices/sdb1"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageDrive with udi =  "/org/freedesktop/UDisks2/drives/hp______DVDRW__DU8A6SH_486608931339"
amarok:                   [MediaDeviceCache] Device name is =  "hp      DVDRW  DU8A6SH"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageDrive with udi =  "/org/freedesktop/UDisks2/drives/HGST_HTS721010A9E630_JR10044M0WSNHM"
amarok:                   [MediaDeviceCache] Device name is =  "HGST HTS721010A9E630"  and was made by  ""
amarok:                   [MediaDeviceCache] Found Solid::DeviceInterface::StorageDrive with udi =  "/org/freedesktop/UDisks2/drives/SanDisk_SD6PP4M_128G_1006_152334400055"
amarok:                   [MediaDeviceCache] Device name is =  "SanDisk SD6PP4M-128G-1006"  and was made by  ""
amarok:                 END__: void MediaDeviceCache::refreshCache() [Took: 0.045s]
amarok:               END__: QStringList MediaDeviceMonitor::getDevices() [Took: 0.045s]
amarok:               BEGIN: virtual bool MtpConnectionAssistant::identify(const QString&)
amarok:                 Not a PMP
amarok:               END__: virtual bool MtpConnectionAssistant::identify(const QString&) [Took: 0s]
amarok:               BEGIN: virtual bool MtpConnectionAssistant::identify(const QString&)
amarok:                 Not a PMP
amarok:               END__: virtual bool MtpConnectionAssistant::identify(const QString&) [Took: 0s]
amarok:               BEGIN: virtual bool MtpConnectionAssistant::identify(const QString&)
amarok:                 Not a PMP
amarok:               END__: virtual bool MtpConnectionAssistant::identify(const QString&) [Took: 0s]
amarok:               BEGIN: virtual bool MtpConnectionAssistant::identify(const QString&)
amarok:                 Not a PMP
amarok:               END__: virtual bool MtpConnectionAssistant::identify(const QString&) [Took: 0s]
amarok:               BEGIN: virtual bool MtpConnectionAssistant::identify(const QString&)
amarok:                 Not a PMP
amarok:               END__: virtual bool MtpConnectionAssistant::identify(const QString&) [Took: 0s]
amarok:               BEGIN: virtual bool MtpConnectionAssistant::identify(const QString&)
amarok:                 Not a PMP
amarok:               END__: virtual bool MtpConnectionAssistant::identify(const QString&) [Took: 0s]
amarok:             END__: void MediaDeviceMonitor::checkDevicesFor(ConnectionAssistant*) [Took: 0.045s]
amarok:           END__: void MediaDeviceMonitor::registerDeviceType(ConnectionAssistant*) [Took: 0.045s]
amarok:           [CollectionManager] initializing "amarok_collection-umscollection"
amarok:           [CollectionManager] initializing "amarok_collection-ipodcollection"
amarok:           BEGIN: bool IpodCollectionFactory::identifySolidDevice(const QString&) const
amarok:             Device "/org/freedesktop/UDisks2/block_devices/sdb1" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2/drives/SanDisk_SD6PP4M_128G_1006_152334400055" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2" not identified iPod-like, trying parent device
amarok:             Device "" is invalid, returning false. (i.e. was not iPod-like)
amarok:           END__: bool IpodCollectionFactory::identifySolidDevice(const QString&) const [Took: 0s]
amarok:           BEGIN: bool IpodCollectionFactory::identifySolidDevice(const QString&) const
amarok:             Device "/org/freedesktop/UDisks2/block_devices/sdb2" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2/drives/SanDisk_SD6PP4M_128G_1006_152334400055" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2" not identified iPod-like, trying parent device
amarok:             Device "" is invalid, returning false. (i.e. was not iPod-like)
amarok:           END__: bool IpodCollectionFactory::identifySolidDevice(const QString&) const [Took: 0s]
amarok:           BEGIN: bool IpodCollectionFactory::identifySolidDevice(const QString&) const
amarok:             Device "/org/freedesktop/UDisks2/block_devices/sda1" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2/drives/HGST_HTS721010A9E630_JR10044M0WSNHM" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2" not identified iPod-like, trying parent device
amarok:             Device "" is invalid, returning false. (i.e. was not iPod-like)
amarok:           END__: bool IpodCollectionFactory::identifySolidDevice(const QString&) const [Took: 0s]
amarok:           BEGIN: bool IpodCollectionFactory::identifySolidDevice(const QString&) const
amarok:             Device "/org/freedesktop/UDisks2/block_devices/sdb4" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2/drives/SanDisk_SD6PP4M_128G_1006_152334400055" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2" not identified iPod-like, trying parent device
amarok:             Device "" is invalid, returning false. (i.e. was not iPod-like)
amarok:           END__: bool IpodCollectionFactory::identifySolidDevice(const QString&) const [Took: 0s]
amarok:           BEGIN: bool IpodCollectionFactory::identifySolidDevice(const QString&) const
amarok:             Device "/org/freedesktop/UDisks2/block_devices/sdb5" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2/drives/SanDisk_SD6PP4M_128G_1006_152334400055" not identified iPod-like, trying parent device
amarok:             Device "/org/freedesktop/UDisks2" not identified iPod-like, trying parent device
amarok:             Device "" is invalid, returning false. (i.e. was not iPod-like)
amarok:           END__: bool IpodCollectionFactory::identifySolidDevice(const QString&) const [Took: 0s]
amarok:         END__: void CollectionManager::loadPlugins(const QList<Collections::CollectionFactory*>&) [Took: 0.83s]
amarok:         ServiceBrowser starting...
amarok:         BEGIN: ServicePluginManager::ServicePluginManager(QObject*)
amarok:         END__: ServicePluginManager::ServicePluginManager(QObject*) [Took: 0s]
amarok:         [PluginManager] created factory for plugin "amarok_service_jamendo" type: "Service"
amarok:         [PluginManager] created factory for plugin "amarok_service_lastfm" type: "Service"
amarok:         [PluginManager] created factory for plugin "amarok_service_amazonstore" type: "Service"
amarok:         [PluginManager] created factory for plugin "amarok_service_magnatunestore" type: "Service"
amarok:         [PluginManager] created factory for plugin "amarok_service_opmldirectory" type: "Service"
amarok:         BEGIN: void ServicePluginManager::init(const QList<Plugins::PluginFactory*>&)
amarok:           [ServicePluginManager] PLUGIN CHECK: "amarok_service_jamendo"
amarok:           BEGIN: void ServicePluginManager::initFactory(ServiceFactory*)
amarok:             [ServicePluginManager] initializing: "amarok_service_jamendo"
amarok:             BEGIN: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&)
amarok:             END__: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&) [Took: 0.003s]
amarok:             BEGIN: void ServicePluginManager::slotNewService(ServiceBase*)
amarok:               [ServicePluginManager] new service: "Jamendo.com"
amarok:               BEGIN: InfoProxy::InfoProxy()
amarok:                 BEGIN: void InfoProxy::loadHomePage()
amarok:                 END__: void InfoProxy::loadHomePage() [Took: 0s]
amarok:               END__: InfoProxy::InfoProxy() [Took: 0s]
amarok:               [MySqlStorage] Initialized thread, count== 2
amarok:             END__: void ServicePluginManager::slotNewService(ServiceBase*) [Took: 0.003s]
amarok:           END__: void ServicePluginManager::initFactory(ServiceFactory*) [Took: 0.006s]
amarok:           [ServicePluginManager] PLUGIN CHECK: "amarok_service_lastfm"
amarok:           BEGIN: void ServicePluginManager::initFactory(ServiceFactory*)
amarok:             [ServicePluginManager] initializing: "amarok_service_lastfm"
amarok:             [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (1055) Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'amarok.jamendo_genre.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by on SELECT DISTINCT jamendo_genre.id, jamendo_genre.name  FROM  jamendo_genre WHERE 1  GROUP BY jamendo_genre.name;"
amarok:             BEGIN: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&)
amarok:             END__: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&) [Took: 0.001s]
amarok:             BEGIN: LastFmServiceConfig::LastFmServiceConfig()
amarok:             END__: LastFmServiceConfig::LastFmServiceConfig() [Took: 0s]
amarok:             BEGIN: LastFmService::LastFmService(LastFmServiceFactory*, const QString&)
amarok:               [BiasFactory] new factory of type: "lastfm_similarartists"
amarok:               [BiasFactory] new factory of type: "lastfm_weeklytop"
amarok:               [LastFmService] void LastFmService::slotReconfigure() either last.fm username or password is empty
amarok:             END__: LastFmService::LastFmService(LastFmServiceFactory*, const QString&) [Took: 0.005s]
amarok:             BEGIN: void ServicePluginManager::slotNewService(ServiceBase*)
amarok:               [ServicePluginManager] new service: "Last.fm"
amarok:             END__: void ServicePluginManager::slotNewService(ServiceBase*) [Took: 0.001s]
amarok:           END__: void ServicePluginManager::initFactory(ServiceFactory*) [Took: 0.008s]
amarok:           [ServicePluginManager] PLUGIN CHECK: "amarok_service_amazonstore"
amarok:           BEGIN: void ServicePluginManager::initFactory(ServiceFactory*)
amarok:             [ServicePluginManager] initializing: "amarok_service_amazonstore"
amarok:             BEGIN: virtual void AmazonServiceFactory::init()
amarok:               BEGIN: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&)
amarok:               END__: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&) [Took: 0.001s]
amarok:               BEGIN: AmazonStore::AmazonStore(AmazonServiceFactory*, const char*)
amarok:                 BEGIN: virtual void AmazonStore::polish()
amarok:                   BEGIN: AmarokUrlHandler::AmarokUrlHandler()
amarok:                     BEGIN: void BookmarkModel::checkTables()
amarok:                     END__: void BookmarkModel::checkTables() [Took: 0s]
amarok:                   END__: AmarokUrlHandler::AmarokUrlHandler() [Took: 0s]
amarok:                 END__: virtual void AmazonStore::polish() [Took: 0.001s]
amarok:                 BEGIN: void AmazonStore::newSearchRequest(QString)
amarok:                 END__: void AmazonStore::newSearchRequest(QString) [Took: 0s]
amarok:               END__: AmazonStore::AmazonStore(AmazonServiceFactory*, const char*) [Took: 0.001s]
amarok:               BEGIN: void ServicePluginManager::slotNewService(ServiceBase*)
amarok:                 [ServicePluginManager] new service: "MP3 Music Store"
amarok:                 BEGIN: virtual void AmazonStore::polish()
amarok:                 END__: virtual void AmazonStore::polish() [Took: 0s]
amarok:               END__: void ServicePluginManager::slotNewService(ServiceBase*) [Took: 0.007s]
amarok:             END__: virtual void AmazonServiceFactory::init() [Took: 0.01s]
amarok:           END__: void ServicePluginManager::initFactory(ServiceFactory*) [Took: 0.01s]
amarok:           [ServicePluginManager] PLUGIN CHECK: "amarok_service_magnatunestore"
amarok:           BEGIN: void ServicePluginManager::initFactory(ServiceFactory*)
amarok:             [ServicePluginManager] initializing: "amarok_service_magnatunestore"
amarok:             BEGIN: virtual void MagnatuneServiceFactory::init()
amarok:               BEGIN: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&)
amarok:               END__: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&) [Took: 0.001s]
amarok:               BEGIN: MagnatuneStore::MagnatuneStore(MagnatuneServiceFactory*, const char*)
amarok:               END__: MagnatuneStore::MagnatuneStore(MagnatuneServiceFactory*, const char*) [Took: 0s]
amarok:               BEGIN: void ServicePluginManager::slotNewService(ServiceBase*)
amarok:                 [ServicePluginManager] new service: "Magnatune.com"
amarok:                 BEGIN: virtual void MagnatuneStore::polish()
amarok:                   [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (1146) Table 'amarok.magnatune_genre' doesn't exist on SELECT DISTINCT magnatune_genre.id, magnatune_genre.name  FROM  magnatune_genre WHERE 1  GROUP BY magnatune_genre.name;"
amarok:                   BEGIN: void InfoParserBase::showLoading(const QString&)
amarok:                   END__: void InfoParserBase::showLoading(const QString&) [Took: 0s]
amarok:                 BEGIN: virtual void MagnatuneDatabaseWorker::run()
amarok:                   END__: virtual void MagnatuneStore::polish() [Took: 0s]
amarok:                   Querying for moods:  "select count( mood ), mood from magnatune_moods GROUP BY mood;"
amarok:                 END__: void ServicePluginManager::slotNewService(ServiceBase*) [Took: 0.001s]
amarok:                 [MySqlStorage] Initialized thread, count== 3
amarok:               END__: virtual void MagnatuneServiceFactory::init() [Took: 0.003s]
amarok:             END__: void ServicePluginManager::initFactory(ServiceFactory*) [Took: 0.003s]
amarok:             [ServicePluginManager] PLUGIN CHECK: "amarok_service_opmldirectory"
amarok:             BEGIN: void ServicePluginManager::initFactory(ServiceFactory*)
amarok:               [ServicePluginManager] initializing: "amarok_service_opmldirectory"
amarok:               BEGIN: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&)
amarok:                 [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (1146) Table 'amarok.magnatune_moods' doesn't exist on select count( mood ), mood from magnatune_moods GROUP BY mood;"
amarok:                 result:  ()
amarok:               END__: virtual void MagnatuneDatabaseWorker::run() [Took: 0s]
amarok:             END__: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&) [Took: 0.001s]
amarok:             BEGIN: void ServicePluginManager::slotNewService(ServiceBase*)
amarok:               [ServicePluginManager] new service: "OpmlDirectory"
amarok:             END__: void ServicePluginManager::slotNewService(ServiceBase*) [Took: 0.001s]
amarok:           END__: void ServicePluginManager::initFactory(ServiceFactory*) [Took: 0.007s]
amarok:         END__: void ServicePluginManager::init(const QList<Plugins::PluginFactory*>&) [Took: 0.036s]
amarok:       END__: Plugins::PluginManager::PluginManager(QObject*) [Took: 0.93s]
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:       END__: void Playlist::Actions::restoreDefaultPlaylist() [Took: 0.001s]
amarok:       BEGIN: Playlist::Controller::Controller()
amarok:       END__: Playlist::Controller::Controller() [Took: 0s]
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.001s]
amarok:       END__: Playlist::LayoutManager::LayoutManager() [Took: 0.001s]
amarok:       QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:       QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:       QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:       QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:       QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:       QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:       BEGIN: MainToolbar::MainToolbar(QWidget*)
amarok:         BEGIN: SvgHandler::SvgHandler(QObject*)
amarok:         END__: SvgHandler::SvgHandler(QObject*) [Took: 0s]
amarok:       END__: MainToolbar::MainToolbar(QWidget*) [Took: 0.004s]
amarok:       BEGIN: Context::ContextScene::ContextScene(QObject*)
amarok:       END__: Context::ContextScene::ContextScene(QObject*) [Took: 0s]
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:       [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: 0s]
amarok:       BEGIN: void Context::ToolbarView::applyStyleSheet()
amarok:       END__: void Context::ToolbarView::applyStyleSheet() [Took: 0s]
amarok:       BEGIN: void Context::ContextView::showHome()
amarok:         BEGIN: virtual void Context::VerticalToolbarContainment::loadConfig(const KConfigGroup&)
amarok:           [VerticalToolbarContainment] plugins.size():  4
amarok:           [VerticalToolbarContainment] Adding applet:  "currenttrack"
amarok:           BEGIN: virtual Plasma::Applet* Context::VerticalToolbarContainment::addApplet(const QString&, int)
amarok:             BEGIN: virtual void CurrentTrack::init()
amarok:               [MySqlStorage] Initialized thread, count== 4
amarok:             END__: virtual void CurrentTrack::init() [Took: 0.017s]
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.001s]
amarok:           END__: virtual Plasma::Applet* Context::VerticalToolbarContainment::addApplet(const QString&, int) [Took: 0.026s]
amarok:           [VerticalToolbarContainment] Adding applet:  "analyzer"
amarok:           BEGIN: virtual Plasma::Applet* Context::VerticalToolbarContainment::addApplet(const QString&, int)
amarok:             BEGIN: void Analyzer::Base::connectSignals()
amarok:             END__: void Analyzer::Base::connectSignals() [Took: 0s]
amarok:             BEGIN: void Context::VerticalAppletLayout::addApplet(Plasma::Applet*, int)
amarok:               [VerticalAppletLayout] layout told to add applet "analyzer" 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.028s]
amarok:           [VerticalToolbarContainment] Adding applet:  "wikipedia"
amarok:           BEGIN: virtual Plasma::Applet* Context::VerticalToolbarContainment::addApplet(const QString&, int)
amarok:             BEGIN: virtual void WikipediaApplet::init()
amarok:             END__: virtual void WikipediaApplet::init() [Took: 0.026s]
amarok:             BEGIN: void Context::VerticalAppletLayout::addApplet(Plasma::Applet*, int)
amarok:               [VerticalAppletLayout] layout told to add applet "wikipedia" at -1
amarok:               [VerticalAppletLayout] emitting addApplet with location 2
amarok:               BEGIN: void Context::AppletToolbar::appletAdded(Plasma::Applet*, int)
amarok:                 inserting applet icon in position 2
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.034s]
amarok:           [VerticalToolbarContainment] Adding applet:  "lyrics"
amarok:           BEGIN: virtual Plasma::Applet* Context::VerticalToolbarContainment::addApplet(const QString&, int)
amarok:             BEGIN: virtual void LyricsApplet::init()
amarok:             END__: virtual void LyricsApplet::init() [Took: 0.011s]
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 3
amarok:               BEGIN: void Context::AppletToolbar::appletAdded(Plasma::Applet*, int)
amarok:                 inserting applet icon in position 3
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.017s]
amarok:         END__: virtual void Context::VerticalToolbarContainment::loadConfig(const KConfigGroup&) [Took: 0.11s]
amarok:       END__: void Context::ContextView::showHome() [Took: 0.11s]
QWidget::insertAction: Attempt to insert null action
amarok:       BEGIN: void MainWindow::setLayoutLocked(bool)
amarok:       END__: void MainWindow::setLayoutLocked(bool) [Took: 0s]
amarok:       BEGIN: Creating browsers. Please report long start times!
amarok:         [CollectionWidget] Sort levels: ()
amarok:         [CollectionWidget] Sort levels: (3, 1)
amarok:         [MySqlStorage] Initialized thread, count== 6
amarok:         [MySqlStorage] Initialized thread, count== 5
amarok:         [MySqlStorage] Initialized thread, count== 7
amarok:         QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:         QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:         QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:         QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:         QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:         QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok:         BEGIN: PlaylistBrowserNS::DynamicView::DynamicView(QWidget*)
amarok:           BEGIN: virtual void Dynamic::SearchQueryBias::fromXml(QXmlStreamReader*)
amarok:           END__: virtual void Dynamic::SearchQueryBias::fromXml(QXmlStreamReader*) [Took: 0s]
amarok:           BEGIN: virtual void Dynamic::SearchQueryBias::fromXml(QXmlStreamReader*)
amarok:           END__: virtual void Dynamic::SearchQueryBias::fromXml(QXmlStreamReader*) [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:         END__: PlaylistBrowserNS::DynamicView::DynamicView(QWidget*) [Took: 0s]
amarok:         BEGIN: void PlaylistBrowserNS::DynamicCategory::selectionChanged()
amarok:         END__: void PlaylistBrowserNS::DynamicCategory::selectionChanged() [Took: 0s]
amarok:         [PlaylistBrowserModel] 0  playlists for category  1
amarok:         BEGIN: void PlaylistsByProviderProxy::slotProviderAdded(Playlists::PlaylistProvider*, int)
amarok:         END__: void PlaylistsByProviderProxy::slotProviderAdded(Playlists::PlaylistProvider*, int) [Took: 0s]
amarok:         BEGIN: void PlaylistsByProviderProxy::slotProviderAdded(Playlists::PlaylistProvider*, int)
amarok:         END__: void PlaylistsByProviderProxy::slotProviderAdded(Playlists::PlaylistProvider*, int) [Took: 0s]
amarok:         BEGIN: PlaylistBrowserNS::PlaylistBrowserView::PlaylistBrowserView(QAbstractItemModel*, QWidget*)
amarok:         END__: PlaylistBrowserNS::PlaylistBrowserView::PlaylistBrowserView(QAbstractItemModel*, QWidget*) [Took: 0s]
amarok:         [APG::PresetModel] Reading presets from "/home/hyiltiz/.kde/share/apps/amarok/playlistgenerator.xml"
amarok:         [APG::PresetModel] creating a new generator preset
amarok:         BEGIN: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&)
amarok:           [APG::ConstraintNode] new constraint node at 0x2d223630 with parent at 0x0
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2d223a60 with parent at 0x2d223630
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2d2226c0 with parent at 0x2d223a60
amarok:           [APG::ConstraintNode] new constraint node at 0x2d237850 with parent at 0x2d223a60
amarok:         END__: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&) [Took: 0s]
amarok:         [APG::PresetModel] creating a new generator preset
amarok:         BEGIN: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&)
amarok:           [APG::ConstraintNode] new constraint node at 0x2d2239a0 with parent at 0x0
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2d23a390 with parent at 0x2d2239a0
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match Any" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2d23a7c0 with parent at 0x2d23a390
amarok:           [APG::ConstraintNode] new constraint node at 0x2d23d1d0 with parent at 0x2d23a390
amarok:         END__: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&) [Took: 0s]
amarok:         [APG::PresetModel] creating a new generator preset
amarok:         BEGIN: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&)
amarok:           [APG::ConstraintNode] new constraint node at 0x2d23fe10 with parent at 0x0
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2d23fec0 with parent at 0x2d23fe10
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2d23fe80 with parent at 0x2d23fec0
amarok:           [APG::ConstraintNode] new constraint node at 0x2d2400d0 with parent at 0x2d23fec0
amarok:         END__: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&) [Took: 0s]
amarok:         [APG::PresetModel] creating a new generator preset
amarok:         BEGIN: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&)
amarok:           [APG::ConstraintNode] new constraint node at 0x2d23fd70 with parent at 0x0
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2d2405f0 with parent at 0x2d23fd70
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2d23a950 with parent at 0x2d2405f0
amarok:           [APG::ConstraintNode] new constraint node at 0x2d240af0 with parent at 0x2d2405f0
amarok:           [APG::ConstraintNode] new constraint node at 0x2d243300 with parent at 0x2d2405f0
amarok:           [APG::ConstraintNode] new constraint node at 0x2d245cc0 with parent at 0x2d2405f0
amarok:         END__: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&) [Took: 0s]
amarok:         [APG::PresetModel] creating a new generator preset
amarok:         BEGIN: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&)
amarok:           [APG::ConstraintNode] new constraint node at 0x2d246100 with parent at 0x0
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2d245f30 with parent at 0x2d246100
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2d246410 with parent at 0x2d245f30
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match Any" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2d245dd0 with parent at 0x2d246410
amarok:           [APG::ConstraintNode] new constraint node at 0x2d248dd0 with parent at 0x2d246410
amarok:           [APG::ConstraintNode] new constraint node at 0x2d24b8e0 with parent at 0x2d246410
amarok:           [APG::ConstraintNode] new constraint node at 0x2d24e370 with parent at 0x2d245f30
amarok:           BEGIN: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*)
amarok:             [APG::ConstraintGroup] ""Match All" group"
amarok:           END__: ConstraintGroup::ConstraintGroup(QDomElement&, ConstraintNode*) [Took: 0s]
amarok:           [APG::ConstraintNode] new constraint node at 0x2d246060 with parent at 0x2d24e370
amarok:           [APG::ConstraintNode] new constraint node at 0x2d24e5d0 with parent at 0x2d24e370
amarok:         END__: static APG::PresetPtr APG::Preset::createFromXml(QDomElement&) [Took: 0s]
amarok:         [PlaylistBrowserModel] 0  playlists for category  2
amarok:         BEGIN: void PlaylistsByProviderProxy::slotProviderAdded(Playlists::PlaylistProvider*, int)
amarok:         END__: void PlaylistsByProviderProxy::slotProviderAdded(Playlists::PlaylistProvider*, int) [Took: 0s]
amarok:         BEGIN: PlaylistBrowserNS::PlaylistBrowserView::PlaylistBrowserView(QAbstractItemModel*, QWidget*)
amarok:         END__: PlaylistBrowserNS::PlaylistBrowserView::PlaylistBrowserView(QAbstractItemModel*, QWidget*) [Took: 0s]
amarok:       END__: Creating browsers. Please report long start times! [Took: 0.056s]
amarok:       BEGIN: CoverFetcher::CoverFetcher()
amarok:       END__: CoverFetcher::CoverFetcher() [Took: 0s]
amarok:     END__: MainWindow::MainWindow() [Took: 1.2s]
amarok:     Register object:  true
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::MediaPlayer2Player::volumeChanged(int)
amarok:       MPRIS2: Queueing up a PropertiesChanged signal
amarok:     END__: void Amarok::MediaPlayer2Player::volumeChanged(int) [Took: 0s]
amarok:     MPRIS2: Queueing up a PropertiesChanged signal
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]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (0,-1) are not possible
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: 0s]
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 Database"
amarok:     [PlaylistDock] Adding provider:  "Playlist Files on Disk"
Could not parse stylesheet of widget 0x2d3ec720
amarok:     BEGIN: virtual void GenericScanManager::requestScan(QList<KUrl>, GenericScanManager::ScanType)
amarok:     END__: virtual void GenericScanManager::requestScan(QList<KUrl>, GenericScanManager::ScanType) [Took: 0.001s]
amarok:   END__: void App::continueInit() [Took: 1.3s]
amarok: END__: App::App() [Took: 1.3s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-1) are not possible
amarok: BEGIN: void MagnatuneDatabaseWorker::completeJob()
amarok: END__: void MagnatuneDatabaseWorker::completeJob() [Took: 0s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-1) are not possible
amarok: [LyricsEngine] no current track
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (274,-1) are not possible
amarok: BEGIN: void ScriptManager::updateAllScripts()
amarok:   [ScriptManager] ScriptUpdater: Performing script update check now!
amarok: END__: void ScriptManager::updateAllScripts() [Took: 0s]
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-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 (200,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-1) are not possible
amarok: BEGIN: void Analyzer::Base::connectSignals()
amarok: END__: void Analyzer::Base::connectSignals() [Took: 0s]
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]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok: BEGIN: virtual void AbstractScanResultProcessor::scanStarted(GenericScanManager::ScanType)
amarok: END__: virtual void AbstractScanResultProcessor::scanStarted(GenericScanManager::ScanType) [Took: 0s]
amarok: [AbstractScanResultProcessor] got 1 directories
amarok: BEGIN: virtual void SqlScanResultProcessor::scanSucceeded()
amarok:   BEGIN: virtual void AbstractScanResultProcessor::scanSucceeded()
amarok:   END__: virtual void AbstractScanResultProcessor::scanSucceeded() [Took: 0s]
amarok: END__: virtual void SqlScanResultProcessor::scanSucceeded() [Took: 0s]
amarok: BEGIN: void ScriptUpdater::updateScript()
amarok:   [ScriptUpdater] "lyrics_lyricwiki" : Accessing  "http://amarok.kde.org:81/lyrics_lyricwiki/version"  ...
amarok: END__: void ScriptUpdater::updateScript() [Took: 0s]
amarok: BEGIN: void ScriptUpdater::updateScript()
amarok:   [ScriptUpdater] "librivox_service" : Accessing  "http://amarok.kde.org:81/librivox_service/version"  ...
amarok: END__: void ScriptUpdater::updateScript() [Took: 0s]
amarok: BEGIN: void ScriptUpdater::updateScript()
amarok:   [ScriptUpdater] "script_console" : Accessing  "http://amarok.kde.org:81/script_console/version"  ...
amarok: END__: void ScriptUpdater::updateScript() [Took: 0s]
amarok: BEGIN: void ScriptUpdater::updateScript()
amarok:   [ScriptUpdater] "radio_station_service" : Accessing  "http://amarok.kde.org:81/radio_station_service/version"  ...
amarok: END__: void ScriptUpdater::updateScript() [Took: 0s]
amarok: BEGIN: void ScriptUpdater::updateScript()
amarok:   [ScriptUpdater] "free_music_charts_service" : Accessing  "http://amarok.kde.org:81/free_music_charts_service/version"  ...
amarok: END__: void ScriptUpdater::updateScript() [Took: 0s]
hyiltiz@ZBook ~/Downloads> QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok: BEGIN: void WikipediaEnginePrivate::_dataContainerUpdated(const QString&, const Data&)
amarok:   [WikipediaEngine] "updated preferred wikipedia languages:" ("en")
amarok: END__: void WikipediaEnginePrivate::_dataContainerUpdated(const QString&, const Data&) [Took: 0s]
amarok: BEGIN: void WikipediaApplet::dataUpdated(const QString&, const Data&)
amarok: END__: void WikipediaApplet::dataUpdated(const QString&, const Data&) [Took: 0s]
amarok: QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok: QModelIndex(-1,-1,0x0,QObject(0x0) )
amarok: BEGIN: bool OpmlParser::continueRead()
amarok: END__: bool OpmlParser::continueRead() [Took: 0s]
QWidget::setMinimumSize: (Playlist dock/Playlist::Dock) Negative sizes (200,-1) are not possible
amarok: QModelIndex(-1,-1,0x0,QObject(0x0) )
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
"<?xml version="1.0" encoding="UTF-8" ?>
<lfm status="failed"><error code="6">User not found</error>
</lfm>
"
amarok: [LastFmService] Got exception in parsing from last.fm: "User not found"
amarok: BEGIN: void ScriptUpdater::phase2(KJob*)
amarok:   BEGIN: void ScriptManager::updaterFinished(const QString&)
amarok:     [ScriptManager] found script: "Scriptable Service" "Cool Streams" "1.0" ("Amarok2.0")
amarok:   END__: void ScriptManager::updaterFinished(const QString&) [Took: 0s]
amarok: END__: void ScriptUpdater::phase2(KJob*) [Took: 0s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok: BEGIN: void ScriptUpdater::phase2(KJob*)
amarok:   BEGIN: void ScriptManager::updaterFinished(const QString&)
amarok:     [ScriptManager] found script: "Lyrics" "LyricWiki" ".2" ("Amarok2.0")
amarok:   END__: void ScriptManager::updaterFinished(const QString&) [Took: 0s]
amarok: END__: void ScriptUpdater::phase2(KJob*) [Took: 0s]
amarok: BEGIN: void ScriptUpdater::phase2(KJob*)
amarok:   BEGIN: void ScriptManager::updaterFinished(const QString&)
amarok:     [ScriptManager] found script: "Generic" "Amarok Script Console" "1.0" ("Amarok2.0")
amarok:   END__: void ScriptManager::updaterFinished(const QString&) [Took: 0s]
amarok: END__: void ScriptUpdater::phase2(KJob*) [Took: 0s]
amarok: BEGIN: void ScriptUpdater::phase2(KJob*)
amarok:   BEGIN: void ScriptManager::updaterFinished(const QString&)
amarok:     [ScriptManager] found script: "Scriptable Service" "Free Music Charts" "1.6.0" ("Amarok2.5")
amarok:   END__: void ScriptManager::updaterFinished(const QString&) [Took: 0s]
amarok: END__: void ScriptUpdater::phase2(KJob*) [Took: 0s]
amarok: BEGIN: void BrowserCategoryList::categoryActivated(const QModelIndex&)
amarok:   [BrowserCategoryList] Show service:  "internet"
amarok:   BEGIN: void BrowserCategoryList::setActiveCategory(BrowserCategory*)
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok:   END__: void BrowserCategoryList::setActiveCategory(BrowserCategory*) [Took: 0.005s]
amarok: END__: void BrowserCategoryList::categoryActivated(const QModelIndex&) [Took: 0.005s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok: BEGIN: void ScriptUpdater::phase2(KJob*)
amarok:   BEGIN: void ScriptManager::updaterFinished(const QString&)
amarok:     [ScriptManager] found script: "Scriptable Service" "Librivox.org" "1.0" ("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: "Free Music Charts"
amarok:           BEGIN: ScriptableServiceScript::ScriptableServiceScript(QScriptEngine*)
amarok:           END__: ScriptableServiceScript::ScriptableServiceScript(QScriptEngine*) [Took: 0s]
amarok:         END__: void ScriptManager::startScriptEngine(const QString&) [Took: 0s]
amarok:         SCRIPT "Free Music Charts" :  "creating fmc 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:  "Free Music Charts"
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  "Free Music Charts"
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  "Free Music Charts"
amarok:             BEGIN: void ServiceBrowser::addService(ServiceBase*)
amarok:               BEGIN: void BrowserCategoryList::childViewChanged()
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok:               END__: void BrowserCategoryList::childViewChanged() [Took: 0.002s]
amarok:             END__: void ServiceBrowser::addService(ServiceBase*) [Took: 0.004s]
amarok:           END__: bool ScriptableServiceManager::initService(const QString&, int, const QString&, const QString&, bool) [Took: 0.006s]
amarok:         END__: static QScriptValue ScriptableServiceScript::ScriptableServiceScript_prototype_ctor(QScriptContext*, QScriptEngine*) [Took: 0.006s]
amarok:         SCRIPT "Free Music Charts" :  "done creating fmc service!"
amarok:         BEGIN: void ScriptableServiceScript::slotCustomize(const QString&)
amarok:           SCRIPT "Free Music Charts" :  "customizing fmc service"
amarok:           SCRIPT "Free Music Charts" :  "loading icon: /usr/share/kde4/apps/amarok/scripts/free_music_charts_service/FMCIcon.png"
amarok:           BEGIN: void ScriptableServiceManager::setIcon(const QString&, const QPixmap&)
amarok:             service:  "Free Music Charts"
amarok:           END__: void ScriptableServiceManager::setIcon(const QString&, const QPixmap&) [Took: 0s]
amarok:         END__: void ScriptableServiceScript::slotCustomize(const QString&) [Took: 0s]
amarok:       END__: bool ScriptManager::slotRunScript(const QString&, bool) [Took: 0.068s]
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:         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.001s]
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: void BrowserCategoryList::childViewChanged()
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok:               END__: void BrowserCategoryList::childViewChanged() [Took: 0.001s]
amarok:             END__: void ServiceBrowser::addService(ServiceBase*) [Took: 0.004s]
amarok:           END__: bool ScriptableServiceManager::initService(const QString&, int, const QString&, const QString&, bool) [Took: 0.006s]
amarok:         END__: static QScriptValue ScriptableServiceScript::ScriptableServiceScript_prototype_ctor(QScriptContext*, QScriptEngine*) [Took: 0.006s]
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/kde4/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: 0s]
amarok:       END__: bool ScriptManager::slotRunScript(const QString&, bool) [Took: 0.029s]
amarok:       BEGIN: bool ScriptManager::slotRunScript(const QString&, bool)
amarok:         BEGIN: void ScriptManager::startScriptEngine(const QString&)
amarok:           [ScriptManager] start script engine: "Cool Streams"
amarok:           BEGIN: ScriptableServiceScript::ScriptableServiceScript(QScriptEngine*)
amarok:           END__: ScriptableServiceScript::ScriptableServiceScript(QScriptEngine*) [Took: 0s]
amarok:         END__: void ScriptManager::startScriptEngine(const QString&) [Took: 0s]
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:  "Cool Streams"
amarok:             BEGIN: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&)
amarok:             END__: ServiceBase::ServiceBase(const QString&, ServiceFactory*, bool, const QString&) [Took: 0.001s]
amarok:             BEGIN: ScriptableService::ScriptableService(const QString&)
amarok:               creating ScriptableService  "Cool Streams"
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  "Cool Streams"
amarok:             BEGIN: void ServiceBrowser::addService(ServiceBase*)
amarok:               BEGIN: void BrowserCategoryList::childViewChanged()
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok:               END__: void BrowserCategoryList::childViewChanged() [Took: 0.002s]
amarok:             END__: void ServiceBrowser::addService(ServiceBase*) [Took: 0.004s]
amarok:           END__: bool ScriptableServiceManager::initService(const QString&, int, const QString&, const QString&, bool) [Took: 0.005s]
amarok:         END__: static QScriptValue ScriptableServiceScript::ScriptableServiceScript_prototype_ctor(QScriptContext*, QScriptEngine*) [Took: 0.005s]
amarok:         BEGIN: void ScriptableServiceScript::slotCustomize(const QString&)
amarok:         END__: void ScriptableServiceScript::slotCustomize(const QString&) [Took: 0s]
amarok:       END__: bool ScriptManager::slotRunScript(const QString&, bool) [Took: 0.006s]
amarok:       BEGIN: bool ScriptManager::slotRunScript(const QString&, bool)
amarok:         BEGIN: void ScriptManager::startScriptEngine(const QString&)
amarok:           [ScriptManager] start script engine: "LyricWiki"
amarok:         END__: void ScriptManager::startScriptEngine(const QString&) [Took: 0s]
amarok:         [ScriptManager] lyrics script started: "LyricWiki"
amarok:       END__: bool ScriptManager::slotRunScript(const QString&, bool) [Took: 0.007s]
amarok:     END__: void ScriptManager::configChanged(bool) [Took: 0.11s]
amarok:   END__: void ScriptManager::updaterFinished(const QString&) [Took: 0.11s]
amarok: END__: void ScriptUpdater::phase2(KJob*) [Took: 0.11s]
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchAlbums()
amarok:   [ScriptableServiceQueryMaker] parent id:  -1
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
amarok:     SCRIPT "Free Music Charts" :  "populating fmc level: 1"
amarok:     SCRIPT "Free Music Charts" :  "fetching fmc xml..."
amarok:     BEGIN: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool)
amarok:     END__: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool) [Took: 0s]
amarok:     SCRIPT "Free Music Charts" :  "done fetching fmc xml..."
amarok:   END__: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString) [Took: 0s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchAlbums() [Took: 0s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchArtists()
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
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:             [ScriptableServiceQueryMaker] there are  1  artists
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: 0s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchArtists() [Took: 0s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchTracks()
amarok:   [ScriptableServiceQueryMaker] parent id:  -1
amarok:   [ScriptableServiceQueryMaker] i am sending signals!
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
amarok:     SCRIPT "Cool Streams" :  " Populating station level..."
amarok:     BEGIN: int ScriptableServiceScript::donePopulating() const
amarok:       BEGIN: void ScriptableServiceManager::donePopulating(const QString&, int)
amarok:         Service name:  "Cool Streams" , parent id:  -1
amarok:         BEGIN: void Collections::ScriptableServiceCollection::donePopulating(int)
amarok:           BEGIN: void Collections::ScriptableServiceQueryMaker::slotScriptComplete()
amarok:             [ScriptableServiceQueryMaker] there are  26  tracks
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.029s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchTracks() [Took: 0.029s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok: [NetworkAccessManagerProxy] the server is redirecting the request to:  KUrl("http://archive.org/download/freemusiccharts.songs/fmc.xml")
amarok: BEGIN: void AmarokDownloadHelper::requestRedirected(const KUrl&, const KUrl&)
amarok: END__: void AmarokDownloadHelper::requestRedirected(const KUrl&, const KUrl&) [Took: 0s]
amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length2=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length3=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length4=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length5=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length6=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length7=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length2=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length3=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length4=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length5=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length6=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length7=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length2=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length3=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length4=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length5=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length6=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length7=-1" "

amarok: BEGIN: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType)
amarok: END__: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType) [Took: 0.001s]
amarok: BEGIN: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType)
amarok: END__: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType) [Took: 0.001s]
amarok: BEGIN: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType)
amarok: END__: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType) [Took: 0.001s]
amarok: SCRIPT "Free Music Charts" :  "start fmc shows xml parsing..."
amarok: SCRIPT "Free Music Charts" :  "got 0 shows!"
amarok: BEGIN: int ScriptableServiceScript::donePopulating() const
amarok:   BEGIN: void ScriptableServiceManager::donePopulating(const QString&, int)
amarok:     Service name:  "Free Music Charts" , parent id:  -1
amarok:     BEGIN: void Collections::ScriptableServiceCollection::donePopulating(int)
amarok:       BEGIN: void Collections::ScriptableServiceQueryMaker::slotScriptComplete()
amarok:         [ScriptableServiceQueryMaker] there are  1  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: BEGIN: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType)
amarok: END__: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType) [Took: 0.002s]
amarok: [WARNING] .pls playlist: Invalid "NumberOfEntries" value.   NumberOfEntries= 0   counted= 2

amarok: [WARNING] .pls playlist: Unrecognized line: " "numberofentries=2" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length2=-1" "

amarok: [WARNING] .pls playlist: Invalid "NumberOfEntries" value.   NumberOfEntries= 0   counted= 2

amarok: [WARNING] .pls playlist: Unrecognized line: " "numberofentries=2" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length2=-1" "

amarok: [WARNING] .pls playlist: Invalid "NumberOfEntries" value.   NumberOfEntries= 0   counted= 2

amarok: [WARNING] .pls playlist: Unrecognized line: " "numberofentries=2" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length2=-1" "

amarok: [WARNING] .pls playlist: Invalid "NumberOfEntries" value.   NumberOfEntries= 0   counted= 2

amarok: [WARNING] .pls playlist: Unrecognized line: " "numberofentries=2" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length2=-1" "

amarok: [MySqlStorage] Initialized thread, count== 8
amarok: [WARNING] .pls playlist: Invalid "NumberOfEntries" value.   NumberOfEntries= 0   counted= 2

amarok: [WARNING] .pls playlist: Unrecognized line: " "numberofentries=2" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length2=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length1=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length2=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length3=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length4=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length5=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length6=-1" "

amarok: [WARNING] .pls playlist: Unrecognized line: " "Length7=-1" "

amarok: BEGIN: virtual PopupWidget::~PopupWidget()
amarok: END__: virtual PopupWidget::~PopupWidget() [Took: 0s]
amarok: BEGIN: virtual PopupWidget::~PopupWidget()
amarok: END__: virtual PopupWidget::~PopupWidget() [Took: 0s]
amarok: BEGIN: virtual PopupWidget::~PopupWidget()
amarok: END__: virtual PopupWidget::~PopupWidget() [Took: 0s]
amarok: BEGIN: virtual PopupWidget::~PopupWidget()
amarok: END__: virtual PopupWidget::~PopupWidget() [Took: 0s]
amarok: BEGIN: void BrowserCategoryList::categoryActivated(const QModelIndex&)
amarok:   [BrowserCategoryList] Show service:  "Librivox.org"
amarok:   BEGIN: void BrowserCategoryList::setActiveCategory(BrowserCategory*)
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok:     BEGIN: void BrowserCategoryList::childViewChanged()
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok:     END__: void BrowserCategoryList::childViewChanged() [Took: 0.002s]
amarok:   END__: void BrowserCategoryList::setActiveCategory(BrowserCategory*) [Took: 0.005s]
amarok: END__: void BrowserCategoryList::categoryActivated(const QModelIndex&) [Took: 0.005s]
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchAlbums()
amarok:   [ScriptableServiceQueryMaker] parent id:  1
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
amarok:     SCRIPT "Librivox.org" :  " Populating book level..."
amarok:     BEGIN: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool)
amarok:     END__: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool) [Took: 0s]
amarok:   END__: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString) [Took: 0s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchAlbums() [Took: 0s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok: SCRIPT "Librivox.org" :  "got 0 books!"
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:         [ScriptableServiceQueryMaker] 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: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok:   [ScriptableServiceQueryMaker] clear all!!!!!!!!!!!!!!
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchArtists()
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
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:             [ScriptableServiceQueryMaker] there are  1  artists
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: 0s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchArtists() [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchAlbums()
amarok:   [ScriptableServiceQueryMaker] parent id:  2
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
amarok:     SCRIPT "Librivox.org" :  " Populating book level..."
amarok:     BEGIN: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool)
amarok:     END__: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool) [Took: 0s]
amarok:   END__: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString) [Took: 0s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchAlbums() [Took: 0s]
amarok: SCRIPT "Librivox.org" :  "got 0 books!"
amarok: BEGIN: int ScriptableServiceScript::donePopulating() const
amarok:   BEGIN: void ScriptableServiceManager::donePopulating(const QString&, int)
amarok:     Service name:  "Librivox.org" , parent id:  2
amarok:     BEGIN: void Collections::ScriptableServiceCollection::donePopulating(int)
amarok:       BEGIN: void Collections::ScriptableServiceQueryMaker::slotScriptComplete()
amarok:         [ScriptableServiceQueryMaker] 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: selected item:  "conan "
amarok: BEGIN: void InfoParserBase::showLoading(const QString&)
amarok: END__: void InfoParserBase::showLoading(const QString&) [Took: 0s]
amarok: BEGIN: void ScriptableServiceScript::slotRequestInfo(QString, int, QString)
amarok: END__: void ScriptableServiceScript::slotRequestInfo(QString, int, QString) [Took: 0s]
amarok: BEGIN: virtual QList<QAction*> ActionsProvider::actions()
amarok: END__: virtual QList<QAction*> ActionsProvider::actions() [Took: 0s]
amarok: [CollectionTreeView] checking for global actions
amarok: [CollectionTreeView] Got global action:  "Play Similar Artists from Last.fm"
amarok: BEGIN: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType)
amarok: END__: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType) [Took: 0.003s]
amarok: BEGIN: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType)
amarok: END__: LongMessageWidget::LongMessageWidget(QWidget*, const QString&, Amarok::Logger::MessageType) [Took: 0.001s]
QWidget::setMinimumSize: (Media Sources dock/BrowserDock) Negative sizes (200,-1) are not possible
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchTracks()
amarok:   [ScriptableServiceQueryMaker] parent id:  2
amarok:   [ScriptableServiceQueryMaker] i am sending signals!
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
amarok:     SCRIPT "Librivox.org" :  " Populating episode level..."
amarok:     SCRIPT "Librivox.org" :  " url: dummy"
amarok:     BEGIN: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool)
amarok:     END__: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool) [Took: 0s]
amarok:   END__: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString) [Took: 0s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchTracks() [Took: 0s]
amarok(10459): couldn't create slave: "Unable to create io-slave:
klauncher said: Unknown protocol ''.
"
amarok: [WARNING] [AmarokNetworkScript] Error fetching string: "Unable to create io-slave:
klauncher said: Unknown protocol ''.
"
amarok: SCRIPT "Librivox.org" :  "Book title: "
amarok: SCRIPT "Librivox.org" :  "got 0 items..."
amarok: BEGIN: int ScriptableServiceScript::donePopulating() const
amarok:   BEGIN: void ScriptableServiceManager::donePopulating(const QString&, int)
amarok:     Service name:  "Librivox.org" , parent id:  2
amarok:     BEGIN: void Collections::ScriptableServiceCollection::donePopulating(int)
amarok:       BEGIN: void Collections::ScriptableServiceQueryMaker::slotScriptComplete()
amarok:         [ScriptableServiceQueryMaker] there are  0  tracks
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: BEGIN: void Playlist::Controller::insertOptioned(Meta::TrackList, Playlist::AddOptions)
amarok: END__: void Playlist::Controller::insertOptioned(Meta::TrackList, Playlist::AddOptions) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchTracks()
amarok:   [ScriptableServiceQueryMaker] parent id:  2
amarok:   [ScriptableServiceQueryMaker] i am sending signals!
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
amarok:     SCRIPT "Librivox.org" :  " Populating episode level..."
amarok:     SCRIPT "Librivox.org" :  " url: dummy"
amarok:     BEGIN: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool)
amarok:     END__: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool) [Took: 0s]
amarok:   END__: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString) [Took: 0s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchTracks() [Took: 0s]
amarok(10459): couldn't create slave: "Unable to create io-slave:
klauncher said: Unknown protocol ''.
"
amarok: [WARNING] [AmarokNetworkScript] Error fetching string: "Unable to create io-slave:
klauncher said: Unknown protocol ''.
"
amarok: SCRIPT "Librivox.org" :  "Book title: "
amarok: SCRIPT "Librivox.org" :  "got 0 items..."
amarok: BEGIN: int ScriptableServiceScript::donePopulating() const
amarok:   BEGIN: void ScriptableServiceManager::donePopulating(const QString&, int)
amarok:     Service name:  "Librivox.org" , parent id:  2
amarok:     BEGIN: void Collections::ScriptableServiceCollection::donePopulating(int)
amarok:       BEGIN: void Collections::ScriptableServiceQueryMaker::slotScriptComplete()
amarok:         [ScriptableServiceQueryMaker] there are  0  tracks
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: BEGIN: void Playlist::Controller::insertOptioned(Meta::TrackList, Playlist::AddOptions)
amarok: END__: void Playlist::Controller::insertOptioned(Meta::TrackList, Playlist::AddOptions) [Took: 0s]
amarok: BEGIN: virtual QList<QAction*> ActionsProvider::actions()
amarok: END__: virtual QList<QAction*> ActionsProvider::actions() [Took: 0s]
amarok: [CollectionTreeView] checking for global actions
amarok: [CollectionTreeView] Got global action:  "&Play Similar Artists from Last.fm"
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool)
amarok: END__: virtual Collections::QueryMaker* Collections::ScriptableServiceQueryMaker::addFilter(qint64, const QString&, bool, bool) [Took: 0s]
amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchTracks()
amarok:   [ScriptableServiceQueryMaker] parent id:  2
amarok:   [ScriptableServiceQueryMaker] i am sending signals!
amarok:   BEGIN: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString)
amarok:     SCRIPT "Librivox.org" :  " Populating episode level..."
amarok:     SCRIPT "Librivox.org" :  " url: dummy"
amarok:     BEGIN: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool)
amarok:     END__: static QScriptValue Downloader::init(QScriptContext*, QScriptEngine*, bool) [Took: 0s]
amarok:   END__: void ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString) [Took: 0s]
amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchTracks() [Took: 0s]
amarok(10459): couldn't create slave: "Unable to create io-slave:
klauncher said: Unknown protocol ''.
"
amarok: [WARNING] [AmarokNetworkScript] Error fetching string: "Unable to create io-slave:
klauncher said: Unknown protocol ''.
"
amarok: SCRIPT "Librivox.org" :  "Book title: "
amarok: SCRIPT "Librivox.org" :  "got 0 items..."
amarok: BEGIN: int ScriptableServiceScript::donePopulating() const
amarok:   BEGIN: void ScriptableServiceManager::donePopulating(const QString&, int)
amarok:     Service name:  "Librivox.org" , parent id:  2
amarok:     BEGIN: void Collections::ScriptableServiceCollection::donePopulating(int)
amarok:       BEGIN: void Collections::ScriptableServiceQueryMaker::slotScriptComplete()
amarok:         [ScriptableServiceQueryMaker] there are  0  tracks
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: BEGIN: void Playlist::Controller::insertOptioned(Meta::TrackList, Playlist::AddOptions)
amarok: END__: void Playlist::Controller::insertOptioned(Meta::TrackList, Playlist::AddOptions) [Took: 0s]
amarok: BEGIN: virtual PopupWidget::~PopupWidget()
amarok: END__: virtual PopupWidget::~PopupWidget() [Took: 0s]
amarok: BEGIN: virtual PopupWidget::~PopupWidget()
amarok: END__: virtual PopupWidget::~PopupWidget() [Took: 0s]
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.


When in doubt, use GNU GPLv3+.
User avatar
Mamarok
Manager
Posts
6071
Karma
16
OS
Please file a bug report, the forum is really a bad place for this, as suggested by this post: viewtopic.php?f=115&t=67238


Running Kubuntu 22.10 with Plasma 5.26.3, Frameworks 5.100.0, Qt 5.15.6, kernel 5.19.0-23 on Ryzen 5 4600H, AMD Renoir, X11
FWIW: it's always useful to state the exact Plasma version (+ distribution) when asking questions, makes it easier to help ...
hyiltiz
Registered Member
Posts
6
Karma
0
OS
Ok. I thought it might be something stupid such as I have some bad connection etc. I'll file a bug report then.


When in doubt, use GNU GPLv3+.
User avatar
Mamarok
Manager
Posts
6071
Karma
16
OS

Re: LibriVox search returns 0 result?

Wed Jan 04, 2017 11:39 pm
hyiltiz wrote:Ok. I thought it might be something stupid such as I have some bad connection etc. I'll file a bug report then.

I doubt this is on your side, since you said they changed their API, the change needs to be done on our side.

Sadly I fear this is not going to happen any time soon, we have quite a few other API changes to handle for other services, and we currently are rather short on developer time.


Running Kubuntu 22.10 with Plasma 5.26.3, Frameworks 5.100.0, Qt 5.15.6, kernel 5.19.0-23 on Ryzen 5 4600H, AMD Renoir, X11
FWIW: it's always useful to state the exact Plasma version (+ distribution) when asking questions, makes it easier to help ...
hyiltiz
Registered Member
Posts
6
Karma
0
OS
I read the librivox main.js script, and wasn't overwhelmed by it; maybe I can try to adapt it to their current API. I just wanted to make sure that this doesn't work for everyone. If so, I will try to contribute something since I am going to need it anyway.


When in doubt, use GNU GPLv3+.
User avatar
Mamarok
Manager
Posts
6071
Karma
16
OS
That would be awesome indeed if you could give a hand on this.


Running Kubuntu 22.10 with Plasma 5.26.3, Frameworks 5.100.0, Qt 5.15.6, kernel 5.19.0-23 on Ryzen 5 4600H, AMD Renoir, X11
FWIW: it's always useful to state the exact Plasma version (+ distribution) when asking questions, makes it easier to help ...
hyiltiz
Registered Member
Posts
6
Karma
0
OS
I have contacted the original authors to see if they actually have a working script. I am also reading the Amarok tutorial for Scripts [1]. I find the debugging method described is rather unfriendly, since it seems it is not straightforward to put stopping points and drop into a REPL. I'll do my best.

[1] https://community.kde.org/Amarok/Develo ... torial_2.0


When in doubt, use GNU GPLv3+.
hyiltiz
Registered Member
Posts
6
Karma
0
OS

Re: LibriVox search returns 0 result?

Fri Jan 06, 2017 12:06 am
I realized that, although my Amarok is saying it is using version 2.8.0, the actual librivox script is a very old one! The librivox script was updated three years ago (2014) to version 2.0 (X-KDE-PluginInfo-Version=2.0) [1], which happened well before Amarok version v2.8.0 tag, and that librivox script still remains in the Amarok master branch as of now [2].

I am going to compile the source to see if it works. If it works, then someone who did packaging did a poor job ever since some years ago. No idea why someone would change the upstream version so it breaks. Sounds very much like Canonical.


[1]: https://cgit.kde.org/amarok.git/commit/ ... 7686b27cf3
[2]: https://cgit.kde.org/amarok.git/commit/ ... 3f01d35457


When in doubt, use GNU GPLv3+.
hyiltiz
Registered Member
Posts
6
Karma
0
OS

Re: LibriVox search returns 0 result?

Fri Jan 06, 2017 11:24 am
Latest build in master 1ccf0a34d2411a951d9d1bed1afc3b3f01d35457 works perfectly. So, I do confirm that packaging was the problem. I found that both Ubuntu and Debian are packaging very old (at least 3 years) scripts along with Amarok. I will file a bug report there, and will follow up; if no one is packaging (well), maybe I can volunteer.


When in doubt, use GNU GPLv3+.


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]