Created
July 25, 2014 05:36
-
-
Save sudhirkhanger/960886b4d1a12e56f4f0 to your computer and use it in GitHub Desktop.
Amarok Crashes as soon as you start playing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| amarok --debug | |
| amarok: BEGIN: App::App() | |
| amarok: BEGIN: void App::continueInit() | |
| amarok: BEGIN: EngineController::EngineController() | |
| amarok: END__: EngineController::EngineController() [Took: 0.022s] | |
| amarok: BEGIN: void EngineController::initializePhonon() | |
| amarok: BEGIN: void EqualizerController::initialize(const Phonon::Path&) | |
| amarok: [EqualizerController] Established Phonon equalizer effect with 10 parameters. | |
| amarok: BEGIN: void EqualizerController::eqUpdate() | |
| amarok: END__: void EqualizerController::eqUpdate() [Took: 0.001s] | |
| amarok: END__: void EqualizerController::initialize(const Phonon::Path&) [Took: 0.004s] | |
| amarok: [EngineController] Tick Interval (actual): 100 | |
| amarok: END__: void EngineController::initializePhonon() [Took: 0.08s] | |
| amarok: BEGIN: CollectionManager::CollectionManager() | |
| amarok: END__: CollectionManager::CollectionManager() [Took: 0s] | |
| amarok: BEGIN: MainWindow::MainWindow() | |
| amarok: BEGIN: Plugins::PluginManager::PluginManager(QObject*) | |
| 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-nepomukcollection" enabled: false | |
| 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] 17 plugins in total | |
| 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.5.38-MariaDB-embedded | |
| amarok: Connected to MySQL server 5.5.38-MariaDB-embedded | |
| amarok: [MySqlStorage] Initialized thread, count== 1 | |
| amarok: BEGIN: SqlRegistry::SqlRegistry(Collections::SqlCollection*) | |
| amarok: END__: SqlRegistry::SqlRegistry(Collections::SqlCollection*) [Took: 0.003s] | |
| amarok: BEGIN: MountPointManager::MountPointManager(QObject*, SqlStorage*) | |
| amarok: BEGIN: MediaDeviceCache::MediaDeviceCache() | |
| Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QDBusObjectPath) | |
| Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath) | |
| amarok: END__: MediaDeviceCache::MediaDeviceCache() [Took: 0.01s] | |
| 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/sda6" | |
| amarok: BEGIN: virtual DeviceHandler* MassStorageDeviceHandlerFactory::createHandler(const Solid::Device&, const QString&, SqlStorage*) const | |
| amarok: [MassStorageDeviceHandler] Found existing UUID config for ID "1" , uuid "df15d08e-0ca1-4520-8f97-9ff7b7d2e926" | |
| 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.001s] | |
| amarok: END__: void MountPointManager::createHandlerFromDevice(const Solid::Device&, const QString&) [Took: 0.001s] | |
| 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/sda1" | |
| amarok: [NfsDeviceHandler] virtual bool NfsDeviceHandlerFactory::canHandle(const Solid::Device&) const "/org/freedesktop/UDisks2/block_devices/sda1" has no NetworkShare interface | |
| amarok: [MountPointManager] Factory can't handle device "/org/freedesktop/UDisks2/block_devices/sda1" | |
| amarok: [SmbDeviceHandler] virtual bool SmbDeviceHandlerFactory::canHandle(const Solid::Device&) const "/org/freedesktop/UDisks2/block_devices/sda1" has no NetworkShare interface | |
| amarok: [MountPointManager] Factory can't handle device "/org/freedesktop/UDisks2/block_devices/sda1" | |
| 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/sda2" | |
| 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/sda3" | |
| amarok: BEGIN: virtual DeviceHandler* MassStorageDeviceHandlerFactory::createHandler(const Solid::Device&, const QString&, SqlStorage*) const | |
| amarok: [MassStorageDeviceHandler] Found existing UUID config for ID "2" , uuid "ddf76b29-74e8-41c2-b4fb-546c768d6052" | |
| 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.11s] | |
| 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/sda6" | |
| amarok: [MediaDeviceCache] Device name is = "ST9500420AS" and was made by "" | |
| amarok: [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi = "/org/freedesktop/UDisks2/block_devices/sda3" | |
| amarok: [MediaDeviceCache] Device name is = "ST9500420AS" and was made by "" | |
| amarok: [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi = "/org/freedesktop/UDisks2/block_devices/sda2" | |
| amarok: [MediaDeviceCache] Device name is = "ST9500420AS" 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/sda1" | |
| amarok: [MediaDeviceCache] Device name is = "ST9500420AS" 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::StorageDrive with udi = "/org/freedesktop/UDisks2/drives/ST9500420AS_5VJBB05M" | |
| amarok: [MediaDeviceCache] Device name is = "ST9500420AS" and was made by "" | |
| amarok: [MediaDeviceCache] Found Solid::DeviceInterface::StorageDrive with udi = "/org/freedesktop/UDisks2/drives/HL_DT_STDVDRAM_GT33N_M00B3184926" | |
| amarok: [MediaDeviceCache] Device name is = "HL-DT-STDVDRAM GT33N" and was made by "" | |
| amarok: END__: void MediaDeviceCache::refreshCache() [Took: 0.072s] | |
| amarok: END__: QStringList MediaDeviceMonitor::getDevices() [Took: 0.072s] | |
| amarok: END__: void MediaDeviceMonitor::checkDevicesFor(ConnectionAssistant*) [Took: 0.072s] | |
| amarok: END__: void MediaDeviceMonitor::registerDeviceType(ConnectionAssistant*) [Took: 0.072s] | |
| 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/sda6" | |
| amarok: [MediaDeviceCache] Device name is = "ST9500420AS" and was made by "" | |
| amarok: [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi = "/org/freedesktop/UDisks2/block_devices/sda3" | |
| amarok: [MediaDeviceCache] Device name is = "ST9500420AS" and was made by "" | |
| amarok: [MediaDeviceCache] Found Solid::DeviceInterface::StorageAccess with udi = "/org/freedesktop/UDisks2/block_devices/sda2" | |
| amarok: [MediaDeviceCache] Device name is = "ST9500420AS" 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/sda1" | |
| amarok: [MediaDeviceCache] Device name is = "ST9500420AS" 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::StorageDrive with udi = "/org/freedesktop/UDisks2/drives/ST9500420AS_5VJBB05M" | |
| amarok: [MediaDeviceCache] Device name is = "ST9500420AS" and was made by "" | |
| amarok: [MediaDeviceCache] Found Solid::DeviceInterface::StorageDrive with udi = "/org/freedesktop/UDisks2/drives/HL_DT_STDVDRAM_GT33N_M00B3184926" | |
| amarok: [MediaDeviceCache] Device name is = "HL-DT-STDVDRAM GT33N" and was made by "" | |
| amarok: END__: void MediaDeviceCache::refreshCache() [Took: 0.04s] | |
| amarok: END__: QStringList MediaDeviceMonitor::getDevices() [Took: 0.04s] | |
| 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.04s] | |
| amarok: END__: void MediaDeviceMonitor::registerDeviceType(ConnectionAssistant*) [Took: 0.041s] | |
| 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/sda6" not identified iPod-like, trying parent device | |
| amarok: Device "/org/freedesktop/UDisks2/drives/ST9500420AS_5VJBB05M" 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/ST9500420AS_5VJBB05M" 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/sda2" not identified iPod-like, trying parent device | |
| amarok: Device "/org/freedesktop/UDisks2/drives/ST9500420AS_5VJBB05M" 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/sda3" not identified iPod-like, trying parent device | |
| amarok: Device "/org/freedesktop/UDisks2/drives/ST9500420AS_5VJBB05M" 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.44s] | |
| 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.004s] | |
| 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: [ERROR__] [MySqlStorage] "GREPME MySQLe query failed! (1146) Table 'amarok.jamendo_genre' doesn't exist on SELECT DISTINCT jamendo_genre.id, jamendo_genre.name FROM jamendo_genre WHERE 1 GROUP BY jamendo_genre.name;" | |
| amarok: END__: void ServicePluginManager::slotNewService(ServiceBase*) [Took: 0.003s] | |
| amarok: END__: void ServicePluginManager::initFactory(ServiceFactory*) [Took: 0.008s] | |
| 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: 0s] | |
| 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.048s] | |
| 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.051s] | |
| 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: 0s] | |
| 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.002s] | |
| amarok: BEGIN: void AmazonStore::newSearchRequest(QString) | |
| amarok: END__: void AmazonStore::newSearchRequest(QString) [Took: 0s] | |
| amarok: END__: AmazonStore::AmazonStore(AmazonServiceFactory*, const char*) [Took: 0.002s] | |
| 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: 0s] | |
| amarok: END__: virtual void AmazonServiceFactory::init() [Took: 0.003s] | |
| amarok: END__: void ServicePluginManager::initFactory(ServiceFactory*) [Took: 0.003s] | |
| 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.002s] | |
| amarok: END__: void ServicePluginManager::initFactory(ServiceFactory*) [Took: 0.002s] | |
| 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: 0s] | |
| 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.021s] | |
| amarok: END__: void ServicePluginManager::init(const QList<Plugins::PluginFactory*>&) [Took: 0.087s] | |
| amarok: END__: Plugins::PluginManager::PluginManager(QObject*) [Took: 0.62s] | |
| 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.007s] | |
| amarok: BEGIN: Playlist::Controller::Controller() | |
| amarok: END__: Playlist::Controller::Controller() [Took: 0s] | |
| amarok: [MySqlStorage] Initialized thread, count== 4 | |
| 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.01s] | |
| amarok: END__: Playlist::LayoutManager::LayoutManager() [Took: 0.013s] | |
| 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) ) | |
| libpng warning: iCCP: known incorrect sRGB profile | |
| 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.001s] | |
| 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== 5 | |
| amarok: [MySqlStorage] Initialized thread, count== 6 | |
| amarok: END__: virtual void CurrentTrack::init() [Took: 0.014s] | |
| 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: 0s] | |
| 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.024s] | |
| 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.077s] | |
| amarok: [VerticalToolbarContainment] Adding applet: "wikipedia" | |
| amarok: BEGIN: virtual Plasma::Applet* Context::VerticalToolbarContainment::addApplet(const QString&, int) | |
| amarok: BEGIN: virtual void WikipediaApplet::init() | |
| loaded the Generic plugin | |
| amarok: END__: virtual void WikipediaApplet::init() [Took: 0.054s] | |
| 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: 0s] | |
| amarok: END__: void Context::VerticalAppletLayout::addApplet(Plasma::Applet*, int) [Took: 0s] | |
| amarok: END__: virtual Plasma::Applet* Context::VerticalToolbarContainment::addApplet(const QString&, int) [Took: 0.067s] | |
| 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.029s] | |
| 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: 0s] | |
| amarok: END__: void Context::VerticalAppletLayout::addApplet(Plasma::Applet*, int) [Took: 0s] | |
| amarok: END__: virtual Plasma::Applet* Context::VerticalToolbarContainment::addApplet(const QString&, int) [Took: 0.038s] | |
| amarok: END__: virtual void Context::VerticalToolbarContainment::loadConfig(const KConfigGroup&) [Took: 0.21s] | |
| amarok: END__: void Context::ContextView::showHome() [Took: 0.21s] | |
| amarok: BEGIN: void MainWindow::setLayoutLocked(bool) | |
| amarok: END__: void MainWindow::setLayoutLocked(bool) [Took: 0.002s] | |
| amarok: BEGIN: Creating browsers. Please report long start times! | |
| amarok: [CollectionWidget] Sort levels: () | |
| amarok: [CollectionWidget] Sort levels: (3, 1) | |
| 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/donnie/.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 0x2bd3a10 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 0x2bd3eb0 with parent at 0x2bd3a10 | |
| 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 0x2bd8410 with parent at 0x2bd3eb0 | |
| amarok: [APG::ConstraintNode] new constraint node at 0x2c26380 with parent at 0x2bd3eb0 | |
| 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 0x2c28ff0 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 0x2c29060 with parent at 0x2c28ff0 | |
| 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 0x2c28f30 with parent at 0x2c29060 | |
| amarok: [APG::ConstraintNode] new constraint node at 0x2c2bd60 with parent at 0x2c29060 | |
| 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 0x2c2e9b0 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 0x2c2ea20 with parent at 0x2c2e9b0 | |
| 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 0x2c2e9e0 with parent at 0x2c2ea20 | |
| amarok: [APG::ConstraintNode] new constraint node at 0x2c2eae0 with parent at 0x2c2ea20 | |
| 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 0x2c2f2e0 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 0x2c2ebb0 with parent at 0x2c2f2e0 | |
| 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 0x2c2f650 with parent at 0x2c2ebb0 | |
| amarok: [APG::ConstraintNode] new constraint node at 0x2c2f1b0 with parent at 0x2c2ebb0 | |
| amarok: [APG::ConstraintNode] new constraint node at 0x2c31e40 with parent at 0x2c2ebb0 | |
| amarok: [APG::ConstraintNode] new constraint node at 0x2c34860 with parent at 0x2c2ebb0 | |
| 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 0x2c34ba0 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 0x2c34f00 with parent at 0x2c34ba0 | |
| 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 0x2c35180 with parent at 0x2c34f00 | |
| 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 0x2c34e90 with parent at 0x2c35180 | |
| amarok: [APG::ConstraintNode] new constraint node at 0x2c37a20 with parent at 0x2c35180 | |
| amarok: [APG::ConstraintNode] new constraint node at 0x2c3a4b0 with parent at 0x2c35180 | |
| amarok: [APG::ConstraintNode] new constraint node at 0x2c3cd40 with parent at 0x2c34f00 | |
| 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 0x2c353a0 with parent at 0x2c3cd40 | |
| amarok: [APG::ConstraintNode] new constraint node at 0x2c3d8f0 with parent at 0x2c3cd40 | |
| 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.21s] | |
| amarok: BEGIN: CoverFetcher::CoverFetcher() | |
| amarok: END__: CoverFetcher::CoverFetcher() [Took: 0s] | |
| amarok: BEGIN: QString BrowserCategoryList::navigate(const QString&) | |
| amarok: [BrowserCategoryList] target: "root list" | |
| amarok: [BrowserCategoryList] removing own name ( "root list" ) from path | |
| amarok: BEGIN: void BrowserCategoryList::home() | |
| amarok: END__: void BrowserCategoryList::home() [Took: 0s] | |
| amarok: END__: QString BrowserCategoryList::navigate(const QString&) [Took: 0s] | |
| amarok: END__: MainWindow::MainWindow() [Took: 1.6s] | |
| 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: 0.17s] | |
| 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: void ProgressWidget::redrawBookmarks(const QString*) | |
| amarok: END__: void ProgressWidget::redrawBookmarks(const QString*) [Took: 0s] | |
| amarok: [WARNING] Playlist sorting load error: Invalid sort level "" | |
| 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 0x2eebbd0 | |
| amarok: END__: void App::continueInit() [Took: 2s] | |
| amarok: END__: App::App() [Took: 2s] | |
| 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: virtual void Playlist::InsertTracksCmd::redo() | |
| amarok: BEGIN: void Playlist::Model::setAllNewlyAddedToUnplayed() | |
| amarok: END__: void Playlist::Model::setAllNewlyAddedToUnplayed() [Took: 0s] | |
| amarok: END__: virtual void Playlist::InsertTracksCmd::redo() [Took: 0.001s] | |
| amarok: [LyricsEngine] no current track | |
| amarok: BEGIN: void ScriptManager::updateAllScripts() | |
| amarok: [ScriptManager] ScriptUpdater: Skipping update check | |
| amarok: [ScriptManager] found script: "Scriptable Service" "Free Music Charts" "1.6.0" ("Amarok2.5") | |
| amarok: [ScriptManager] found script: "Scriptable Service" "Librivox.org" "1.0" ("Amarok2.0") | |
| amarok: [ScriptManager] found script: "Lyrics" "LyricWiki" ".2" ("Amarok2.0") | |
| amarok: [ScriptManager] found script: "Scriptable Service" "Cool Streams" "1.0" ("Amarok2.0") | |
| amarok: [ScriptManager] found script: "Generic" "Amarok Script Console" "1.0" ("Amarok2.0") | |
| amarok: END__: void ScriptManager::updateAllScripts() [Took: 0.003s] | |
| 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: 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 Playlist::PrettyListView::bottomModelRowsInsertedScroll() | |
| amarok: END__: void Playlist::PrettyListView::bottomModelRowsInsertedScroll() [Took: 0s] | |
| amarok: BEGIN: virtual bool ScriptItem::start(bool) | |
| amarok: BEGIN: virtual void ScriptItem::initializeScriptEngine() | |
| amarok: [ScriptItem] starting script engine: "Free Music Charts" | |
| amarok: BEGIN: AmarokScript::ScriptableServiceScript::ScriptableServiceScript(QScriptEngine*) | |
| amarok: END__: AmarokScript::ScriptableServiceScript::ScriptableServiceScript(QScriptEngine*) [Took: 0s] | |
| amarok: END__: virtual void ScriptItem::initializeScriptEngine() [Took: 0.004s] | |
| [donnie@fedora bin]$ amarok: SCRIPT "Free Music Charts" : "creating fmc service..." | |
| amarok: BEGIN: static QScriptValue AmarokScript::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() | |
| 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.008s] | |
| amarok: END__: static QScriptValue AmarokScript::ScriptableServiceScript::ScriptableServiceScript_prototype_ctor(QScriptContext*, QScriptEngine*) [Took: 0.008s] | |
| amarok: SCRIPT "Free Music Charts" : "done creating fmc service!" | |
| amarok: [ScriptItem] After Evaluation "Free Music Charts" | |
| amarok: BEGIN: void AmarokScript::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 AmarokScript::ScriptableServiceScript::slotCustomize(const QString&) [Took: 0.001s] | |
| amarok: END__: virtual bool ScriptItem::start(bool) [Took: 0.11s] | |
| amarok: BEGIN: virtual bool ScriptItem::start(bool) | |
| amarok: BEGIN: virtual void ScriptItem::initializeScriptEngine() | |
| amarok: [ScriptItem] starting script engine: "Librivox.org" | |
| amarok: BEGIN: AmarokScript::ScriptableServiceScript::ScriptableServiceScript(QScriptEngine*) | |
| amarok: END__: AmarokScript::ScriptableServiceScript::ScriptableServiceScript(QScriptEngine*) [Took: 0s] | |
| amarok: END__: virtual void ScriptItem::initializeScriptEngine() [Took: 0.001s] | |
| amarok: SCRIPT "Librivox.org" : "creating service..." | |
| amarok: BEGIN: static QScriptValue AmarokScript::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() | |
| 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 AmarokScript::ScriptableServiceScript::ScriptableServiceScript_prototype_ctor(QScriptContext*, QScriptEngine*) [Took: 0.006s] | |
| amarok: SCRIPT "Librivox.org" : "done creating service!" | |
| amarok: [ScriptItem] After Evaluation "Librivox.org" | |
| amarok: BEGIN: void AmarokScript::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 AmarokScript::ScriptableServiceScript::slotCustomize(const QString&) [Took: 0s] | |
| amarok: END__: virtual bool ScriptItem::start(bool) [Took: 0.079s] | |
| amarok: [ScriptManager] lyrics script started: "LyricWiki" | |
| amarok: BEGIN: virtual bool ScriptItem::start(bool) | |
| amarok: BEGIN: virtual void ScriptItem::initializeScriptEngine() | |
| amarok: [ScriptItem] starting script engine: "LyricWiki" | |
| amarok: END__: virtual void ScriptItem::initializeScriptEngine() [Took: 0.001s] | |
| amarok: [ScriptItem] After Evaluation "LyricWiki" | |
| amarok: END__: virtual bool ScriptItem::start(bool) [Took: 0.016s] | |
| amarok: BEGIN: virtual bool ScriptItem::start(bool) | |
| amarok: BEGIN: virtual void ScriptItem::initializeScriptEngine() | |
| amarok: [ScriptItem] starting script engine: "Cool Streams" | |
| amarok: BEGIN: AmarokScript::ScriptableServiceScript::ScriptableServiceScript(QScriptEngine*) | |
| amarok: END__: AmarokScript::ScriptableServiceScript::ScriptableServiceScript(QScriptEngine*) [Took: 0s] | |
| amarok: END__: virtual void ScriptItem::initializeScriptEngine() [Took: 0.001s] | |
| amarok: BEGIN: static QScriptValue AmarokScript::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() | |
| amarok: END__: void BrowserCategoryList::childViewChanged() [Took: 0.001s] | |
| amarok: END__: void ServiceBrowser::addService(ServiceBase*) [Took: 0.007s] | |
| amarok: END__: bool ScriptableServiceManager::initService(const QString&, int, const QString&, const QString&, bool) [Took: 0.01s] | |
| amarok: END__: static QScriptValue AmarokScript::ScriptableServiceScript::ScriptableServiceScript_prototype_ctor(QScriptContext*, QScriptEngine*) [Took: 0.01s] | |
| amarok: [ScriptItem] After Evaluation "Cool Streams" | |
| amarok: BEGIN: void AmarokScript::ScriptableServiceScript::slotCustomize(const QString&) | |
| amarok: END__: void AmarokScript::ScriptableServiceScript::slotCustomize(const QString&) [Took: 0s] | |
| amarok: END__: virtual bool ScriptItem::start(bool) [Took: 0.013s] | |
| amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchAlbums() | |
| amarok: [ScriptableServiceQueryMaker] parent id: -1 | |
| amarok: BEGIN: void AmarokScript::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 AmarokScript::Downloader::init(QScriptContext*, QScriptEngine*, bool) | |
| amarok: END__: static QScriptValue AmarokScript::Downloader::init(QScriptContext*, QScriptEngine*, bool) [Took: 0s] | |
| amarok: SCRIPT "Free Music Charts" : "done fetching fmc xml..." | |
| amarok: END__: void AmarokScript::ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString) [Took: 0.008s] | |
| amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchAlbums() [Took: 0.009s] | |
| amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchArtists() | |
| amarok: BEGIN: void AmarokScript::ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString) | |
| amarok: BEGIN: int AmarokScript::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 AmarokScript::ScriptableServiceScript::donePopulating() const [Took: 0s] | |
| amarok: END__: void AmarokScript::ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString) [Took: 0s] | |
| amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchArtists() [Took: 0s] | |
| 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: 0.001s] | |
| amarok: BEGIN: void Collections::ScriptableServiceQueryMaker::fetchTracks() | |
| amarok: [ScriptableServiceQueryMaker] parent id: -1 | |
| amarok: [ScriptableServiceQueryMaker] i am sending signals! | |
| amarok: BEGIN: void AmarokScript::ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString) | |
| amarok: SCRIPT "Cool Streams" : " Populating station level..." | |
| amarok: BEGIN: int AmarokScript::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 AmarokScript::ScriptableServiceScript::donePopulating() const [Took: 0s] | |
| amarok: END__: void AmarokScript::ScriptableServiceScript::slotPopulate(QString, int, int, QString, QString) [Took: 0.021s] | |
| amarok: END__: void Collections::ScriptableServiceQueryMaker::fetchTracks() [Took: 0.022s] | |
| amarok: QModelIndex(-1,-1,0x0,QObject(0x0) ) | |
| amarok: BEGIN: void ProgressWidget::redrawBookmarks(const QString*) | |
| amarok: END__: void ProgressWidget::redrawBookmarks(const QString*) [Took: 0s] | |
| amarok: QModelIndex(-1,-1,0x0,QObject(0x0) ) | |
| amarok: QModelIndex(-1,-1,0x0,QObject(0x0) ) | |
| amarok: QModelIndex(-1,-1,0x0,QObject(0x0) ) | |
| amarok: QModelIndex(0,0,0x39deaa0,OpmlDirectoryModel(0x20c7250) ) | |
| amarok: QModelIndex(1,0,0x39f01c0,OpmlDirectoryModel(0x20c7250) ) | |
| amarok: QModelIndex(1,0,0x39f01c0,OpmlDirectoryModel(0x20c7250) ) | |
| amarok: QModelIndex(0,0,0x39deaa0,OpmlDirectoryModel(0x20c7250) ) | |
| amarok: QModelIndex(-1,-1,0x0,QObject(0x0) ) | |
| amarok: QModelIndex(-1,-1,0x0,QObject(0x0) ) | |
| "<?xml version="1.0" encoding="utf-8"?> | |
| <lfm status="failed"> | |
| <error code="6"> | |
| No user with that name was found | |
| </error> | |
| </lfm> | |
| " | |
| amarok: [LastFmService] Got exception in parsing from last.fm: " | |
| No user with that name was found | |
| " | |
| amarok: [NetworkAccessManagerProxy] the server is redirecting the request to: KUrl("http://archive.org/download/freemusiccharts.songs/fmc.xml") | |
| amarok: BEGIN: void AmarokScript::AmarokDownloadHelper::requestRedirected(const KUrl&, const KUrl&) | |
| amarok: END__: void AmarokScript::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 AmarokScript::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 AmarokScript::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: BEGIN: void Playlist::PrettyListView::trackActivated(const QModelIndex&) | |
| amarok: BEGIN: void Playlist::Actions::play(const QModelIndex&) | |
| amarok: BEGIN: void Playlist::Actions::play(quint64, bool) | |
| amarok: BEGIN: void EngineController::play(Meta::TrackPtr, uint, bool) | |
| amarok: BEGIN: void EngineController::stop(bool, bool) | |
| amarok: END__: void EngineController::stop(bool, bool) [Took: 0.002s] | |
| amarok: [EngineController] play: bounded is QObject(0x0) current "Art Of Nations (Amarok Theme)" | |
| amarok: [EngineController] Just a normal, boring track... :-P | |
| amarok: BEGIN: void EngineController::playUrl(const KUrl&, uint, bool) | |
| amarok: [EngineController] URL: KUrl("file:///usr/share/kde4/apps/amarok/data/first_run_jingle.ogg") "file:///usr/share/kde4/apps/amarok/data/first_run_jingle.ogg" | |
| amarok: [EngineController] Offset: 0 | |
| amarok: END__: void EngineController::playUrl(const KUrl&, uint, bool) [Took: 0.029s] | |
| amarok: END__: void EngineController::play(Meta::TrackPtr, uint, bool) [Took: 0.033s] | |
| amarok: END__: void Playlist::Actions::play(quint64, bool) [Took: 0.033s] | |
| amarok: END__: void Playlist::Actions::play(const QModelIndex&) [Took: 0.033s] | |
| amarok: END__: void Playlist::PrettyListView::trackActivated(const QModelIndex&) [Took: 0.033s] | |
| amarok: [EngineController] slotMetaDataChanged(): new meta-data: QMap(("xesam:url", QVariant(QUrl, QUrl("file:///usr/share/kde4/apps/amarok/data/first_run_jingle.ogg") ) ) ) | |
| amarok: [EngineController] slotMetaDataChanged(): new meta-data: QMap(("xesam:album", QVariant(QString, "www.reconstructionmusic.org") ) ( "xesam:author" , QVariant(QString, "allMeadow & Rob Costlow") ) ( "xesam:comment" , QVariant(QString, "This Amarok theme was made by allMeadow & Rob Costlow especially for Amarok. You can check out more of their projects at Magnatune.com or at www.reconstructionmusic.org") ) ( "xesam:genre" , QVariant(QString, "Instrumental") ) ( "xesam:title" , QVariant(QString, "Art Of Nations (Amarok Theme)") ) ( "xesam:url" , QVariant(QUrl, QUrl("file:///usr/share/kde4/apps/amarok/data/first_run_jingle.ogg") ) ) ) | |
| amarok: BEGIN: void EngineController::slotNewTrackPlaying(const Phonon::MediaSource&) | |
| amarok: [EngineController] Using gain of 0 with relative peak of 0 | |
| amarok: [WikipediaEngine] Fetching langlinks: KUrl("http://en.wikipedia.org/w/api.php?action=query&prop=langlinks&titles=allMeadow%20%26%20Rob%20Costlow&format=xml&lllimit=100&redirects=1") | |
| amarok: BEGIN: void Playlist::Actions::slotTrackPlaying(Meta::TrackPtr) | |
| amarok: MPRIS2: Queueing up a PropertiesChanged signal | |
| 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: END__: void Playlist::Actions::slotTrackPlaying(Meta::TrackPtr) [Took: 0.001s] | |
| amarok: BEGIN: void ProgressWidget::redrawBookmarks(const QString*) | |
| amarok: found 0 timecodes on this track | |
| amarok: END__: void ProgressWidget::redrawBookmarks(const QString*) [Took: 0s] | |
| amarok: BEGIN: void CurrentEngine::trackPlaying(Meta::TrackPtr) | |
| amarok: [CurrentEngine] updating track "Art Of Nations (Amarok Theme)" | |
| amarok: END__: void CurrentEngine::trackPlaying(Meta::TrackPtr) [Took: 0.002s] | |
| amarok: BEGIN: void OSDWidget::show(const QString&, const QImage&) | |
| amarok: END__: void OSDWidget::show(const QString&, const QImage&) [Took: 0.015s] | |
| amarok: END__: void EngineController::slotNewTrackPlaying(const Phonon::MediaSource&) [Took: 0.062s] | |
| amarok: symbol lookup error: /usr/lib64/kde4/amarok_data_engine_lyrics.so: undefined symbol: _ZN13ScriptManager17notifyFetchLyricsERK7QStringS2_ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment