From f42ac00bcbfa9ae6d1cfccdbbcf9814e5071c2f1 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Thu, 31 Jul 2014 19:57:29 +0100 Subject: [PATCH] Add skeleton for starting to sync a playlist --- src/libtomahawk/Pipeline.cpp | 7 +++++++ src/libtomahawk/Pipeline.h | 5 +++++ src/tomahawk/TomahawkApp.cpp | 3 ++- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/libtomahawk/Pipeline.cpp b/src/libtomahawk/Pipeline.cpp index 162fb3d01..8fb390add 100644 --- a/src/libtomahawk/Pipeline.cpp +++ b/src/libtomahawk/Pipeline.cpp @@ -327,6 +327,13 @@ Pipeline::resolve( QID qid, bool prioritized, bool temporaryQuery ) } +void +Pipeline::startPlaylistSync( ExternalResolver* r, playlist_ptr playlist ) +{ + // TODO +} + + void Pipeline::reportResults( QID qid, const QList< result_ptr >& results ) { diff --git a/src/libtomahawk/Pipeline.h b/src/libtomahawk/Pipeline.h index cfab80796..f23dc8135 100644 --- a/src/libtomahawk/Pipeline.h +++ b/src/libtomahawk/Pipeline.h @@ -78,6 +78,11 @@ public slots: void resolve( const QList& qlist, bool prioritized = true, bool temporaryQuery = false ); void resolve( QID qid, bool prioritized = true, bool temporaryQuery = false ); + /** + * Initiate syncing of a playlist with a reslover. + */ + void startPlaylistSync( ExternalResolver* r, playlist_ptr playlist ); + void start(); void stop(); void databaseReady(); diff --git a/src/tomahawk/TomahawkApp.cpp b/src/tomahawk/TomahawkApp.cpp index 0cd4d81ad..c7cc0dbb9 100644 --- a/src/tomahawk/TomahawkApp.cpp +++ b/src/tomahawk/TomahawkApp.cpp @@ -62,6 +62,7 @@ #include "jobview/ErrorStatusMessage.h" #include "jobview/JobStatusModel.h" #include "jobview/JobStatusView.h" +#include "resolvers/playlist/ExternalResolverPlaylistUpdaterFactory.h" #include "utils/XspfLoader.h" #include "utils/JspfLoader.h" #include "utils/Logger.h" @@ -655,7 +656,7 @@ TomahawkApp::onInfoSystemReady() Tomahawk::EchonestCatalogSynchronizer::instance(); PlaylistUpdaterInterface::registerUpdaterFactory( new XspfUpdaterFactory ); -// PlaylistUpdaterInterface::registerUpdaterFactory( new SpotifyUpdaterFactory ); + PlaylistUpdaterInterface::registerUpdaterFactory( new ExternalResolverPlaylistUpdaterFactory ); // Following work-around/fix taken from Clementine rev. 13e13ccd9a95 and courtesy of David Sansome // A bug in Qt means the wheel_scroll_lines setting gets ignored and replaced