From ed3828f0df1bcef66b036ce1831a0aed87ed5482 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 21 Aug 2007 19:13:47 +0000 Subject: added shoutcast title update git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@119 90c681e8-e032-0410-971d-27865f9a5e38 --- lib/downloader.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/downloader.h') diff --git a/lib/downloader.h b/lib/downloader.h index 308fca83a..13be0121e 100644 --- a/lib/downloader.h +++ b/lib/downloader.h @@ -56,15 +56,21 @@ public: QString contentType(); void abort(); int bytesAvailable(); + const QString& title() const; + +signals: + void titleChanged (); private: qint64 readBuffer(char* data, qint64 maxlen); void readICYMetaData(); + void parseICYMetaData(char *data); CURL *m_handle; QMutex m_mutex; Stream m_stream; QString m_url; int m_metacount; + QString m_title; protected: void run(); -- cgit v1.2.3-13-gbd6f