1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-16 03:09:57 +01:00
Clementine-audio-player-Mac.../ext/clementine-tagreader
David Sansome 9be641ee87 The external tagreader mostly works now:
* Make TagReaderClient a singleton until it's easier to pass dependencies around
 * Add a WaitForSignal() that uses a local event loop to wait for a signal to be emitted
 * Add a WaitForFinished() to _MessageReplyBase that blocks using a semaphore
 * Add blocking versions of all TagReaderClient methods
 * Use the TagReaderClient everywhere that Song::InitFromFile and friends were used before
2012-01-07 00:26:07 +00:00
..
CMakeLists.txt
fmpsparser.cpp
fmpsparser.h
main.cpp The external tagreader mostly works now: 2012-01-07 00:26:07 +00:00
tagreaderworker.cpp The external tagreader mostly works now: 2012-01-07 00:26:07 +00:00
tagreaderworker.h