Home
last modified time | relevance | path

Searched refs:spLog (Results 1 – 25 of 115) sorted by relevance

12345

/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Library/Threads/
H A DReloadThread.cpp137 spLog(Log::Develop, this) << "Scanning Library path: " << dir.absolutePath() << "...";
193 spLog(Log::Develop, this) << "Updating album artists... ";
196 spLog(Log::Develop, this) << "Create indexes... ";
199 spLog(Log::Develop, this) << "Clean up... "; in mbedtls_havege_free()
216 spLog(Log::Develop, this) << " Success? " << success;
221 spLog(Log::Develop, this) << "Adding Covers...";
268 spLog(Log::Crazy, this) << " Found " << subDirectories.size() << " subdirectories";
278 spLog(Log::Crazy, this) << " Jump into subdir " << baseDirectory.absolutePath();
291 spLog(Log::Crazy, this) << " " << validSubFiles.size() << " of them are valid.";
353 spLog(Log::Warning, this) << "No Library path given";
[all …]
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Utils/Parser/
H A DCommandLineParser.cpp66 spLog(Log::Info, "CommandLineParser") << "Force language to " << data.language; in parse()
97 spLog(Log::Info, "") << "sayonara [options] <list>"; in help()
98 spLog(Log::Info, "") << "<list> can consist of either files or directories or both"; in help()
99 spLog(Log::Info, "") << "Options:"; in help()
100 spLog(Log::Info, "") << "\t--multi-instances Run more than one instance"; in help()
101 spLog(Log::Info, "") << "\t--lang=<country code> Force language"; in help()
102 spLog(Log::Info, "") << "\t--help Print this help dialog"; in help()
103 spLog(Log::Info, "") << "Bye."; in help()
H A DStreamParser.cpp147 spLog(Log::Develop, this) << "No more urls to parse"; in parseNextUrl()
184 spLog(Log::Develop, this) << "Got data. Try to parse content"; in awaFinished()
197 spLog(Log::Develop, this) << "No correct http was found. Maybe Icy?"; in awaFinished()
209 spLog(Log::Develop, this) << "Found audio stream"; in awaFinished()
218 spLog(Log::Develop, this) << "Web Access finished: " << int(status); in awaFinished()
247 spLog(Log::Develop, this) << "Stream is icy stream"; in icyFinished()
256 spLog(Log::Develop, this) << "Stream is no icy stream"; in icyFinished()
269 spLog(Log::Crazy, this) << QString::fromUtf8(data); in parseContent()
369spLog(Log::Develop, this) << "Found " << m->urls.size() << " playlists and " << tracks.size() << "… in parseWebsite()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Engine/
H A DCallbacks.cpp98 spLog(Log::Develop, "Engine Callbacks") << "Cover in Track: " << fullMime; in parse_image()
171 spLog(Log::Debug, ClassEngineCallbacks) << "EOF reached: " << msg_src_name; in busStateChanged()
191 spLog(Log::Debug, ClassEngineCallbacks) << "Segment done: " << msg_src_name; in busStateChanged()
311 spLog(Log::Crazy, "Engine Callback") << "Buffering: " << percent; in busStateChanged()
387 spLog(Log::Warning, ClassEngineCallbacks) << "structure is null"; in levelHandler()
414 spLog(Log::Debug, ClassEngineCallbacks) << "Could not find a double"; in levelHandler()
509 spLog(Log::Develop, "Callback") << "Source: " << element_name.data(); in decodebinReady()
532 spLog(Log::Error, ClassEngineCallbacks) << "Cause: Wrong hierarchy"; in decodebinReady()
535 spLog(Log::Error, ClassEngineCallbacks) << "Cause: Pad was already linked"; in decodebinReady()
538 spLog(Log::Error, ClassEngineCallbacks) << "Cause: Pads have wrong direction"; in decodebinReady()
[all …]
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Engine/PipelineExtensions/
H A DChangeable.cpp113 spLog(Log::Debug, this) << "Add " << name.data() << " to pipeline"; in addElement()
118 spLog(Log::Debug, this) << "Element already in pipeline"; in addElement()
142 spLog(Log::Warning, this) << "Could not link elements for any reason"; in addElement()
180 spLog(Log::Debug, this) << "Element " << name.data() << " added."; in addElement()
265 spLog(Log::Debug, this) << "Remove " << name.data() << " from pipeline"; in removeElement()
270 spLog(Log::Debug, this) << "Element " << name.data() << " not in pipeline"; in removeElement()
328 spLog(Log::Debug, this) << "Element " << name.data() << " removed."; in removeElement()
365 spLog(Log::Debug, "Changeable ReplaceCB") << "Replacement finished"; in src_blocked_replace()
379 spLog(Log::Debug, this) << "Remove " << name.data() << " from pipeline"; in replaceSink()
408 spLog(Log::Debug, this) << "Immediate replacement finished"; in replaceSink()
[all …]
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Library/Importer/
H A DCachingThread.cpp84 spLog(Log::Error, this) << binary << " not found or crashed"; in scanArchive()
89 spLog(Log::Error, this) << binary << " exited with error " << ret; in scanArchive()
95 spLog(Log::Warning, this) << binary << " exited with warning " << ret; in scanArchive()
125 spLog(Log::Warning, this) << "Cannot create temp directory " << tempDirectory; in createTempDirectory()
173 spLog(Log::Crazy, this) << "Found " << files.size() << " files"; in scanDirectory()
208 spLog(Log::Develop, this) << "Read files"; in run()
231 spLog(Log::Warning, this) << "Cannot scan rar"; in run()
240 spLog(Log::Warning, this) << "Cannot scan zip"; in run()
250 spLog(Log::Warning, this) << "Cannot scan zip"; in run()
H A DCopyThread.cpp98 spLog(Log::Debug, this) << "copy " << filename << " to \n\t" << targetFilename; in copy()
101 spLog(Log::Info, this) << "Overwrite " << targetFilename; in copy()
107 spLog(Log::Warning, this) << "Copy error"; in copy()
116 spLog(Log::Debug, this) << "Set new filename: " << targetFilename; in copy()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Streaming/Soundcloud/
H A DSoundcloudWebAccess.cpp41 spLog(Log::Debug, "SCWA") << "Concat: " << sc_users << ", " << client_id_string << ", " << name; in createLinkGetArtist()
42 spLog(Log::Debug, "SCMA") << "Get Artist info from " << ret; in createLinkGetArtist()
57 spLog(Log::Debug, "SCMA") << "Get Artist info from " << ret; in createLinkGetArtist()
69 spLog(Log::Debug, "Soundcloud") << "Get artist playlists from " << ret; in createLinkGetPlaylists()
80 spLog(Log::Debug, "Soundcloud") << "Get Artist tracks from " << ret; in createLinkGetTracks()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Database/
H A DBase.cpp73 spLog(Log::Info, this) << "Database not existent. Creating database..."; in Base()
80 spLog(Log::Error, this) << "Database is not open"; in Base()
106 spLog(Log::Info, this) << "close database " << m->filename << " (" << connection_name << ")..."; in closeDatabase()
123 spLog(Log::Error, this) << "Could not change to .Sayonara dir"; in createDatabase()
136 spLog(Log::Info, this) << "Database " << m->connectionName << " not existent yet"; in createDatabase()
137 spLog(Log::Info, this) << "Copy " << sourceDatabasefile << " to " << m->connectionName; in createDatabase()
151 spLog(Log::Info, this) << "DB file has been copied to " << m->connectionName; in createDatabase()
156 spLog(Log::Error, this) << "Fatal Error: could not copy DB file to " << m->connectionName; in createDatabase()
H A DQuery.cpp212 spLog(Log::Debug, this) << getQueryString();
217 spLog(Log::Error, this) << "SQL ERROR: " << err_msg << ": " << int(this->lastError().type());
222 spLog(Log::Error, this) << e.text();
226 spLog(Log::Error, this) << e.driverText();
230 spLog(Log::Error, this) << e.databaseText();
234 spLog(Log::Error, this) << m->query_string;
237 spLog(Log::Error, this) << this->getQueryString();
H A DModule.cpp89 spLog(Log::Info, this) << "Create new connection to " << connectionName() in db()
99 spLog(Log::Error, this) << "Database cannot be opened! " << m->connectionName; in db()
100 spLog(Log::Error, this) << er.driverText(); in db()
101 spLog(Log::Error, this) << er.databaseText(); in db()
132 spLog(Log::Error, this) << "Query error to connection " << db().connectionName(); in runQuery()
159 spLog(Log::Error, this) << "Query error to connection " << db().connectionName(); in insert()
194 spLog(Log::Error, this) << "Query error to connection " << db().connectionName(); in update()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Application/
H A DInstanceChecker.cpp104 spLog(Log::Debug, "Create memory") << error; in createMemory()
125 spLog(Log::Always, this) << "Check for another instance..."; in isCurrentInstanceAllowed()
143 spLog(Log::Always, this) << "Can't attach shared memory. Ignoring other instance."; in isCurrentInstanceAllowed()
150 spLog(Log::Always, this) << "Another instance is running"; in isCurrentInstanceAllowed()
155 spLog(Log::Always, this) << "No response from other instance. Ignoring other instance."; in isCurrentInstanceAllowed()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Utils/WebAccess/
H A DIcyWebAccess.cpp97 spLog(Log::Develop, this) << "Start ICY Request"; in check()
128 spLog(Log::Develop, this) << data; in connected()
133 spLog(Log::Warning, this) << "Could only write " << bytes_written << " bytes"; in connected()
142 spLog(Log::Develop, this) << "Disconnected"; in disconnected()
157 spLog(Log::Warning, this) << "Icy Webaccess Error: " << m->tcp->errorString(); in errorReceived()
173 spLog(Log::Warning, this) << "Icy Answer Error: " << arr; in dataAvailable()
H A DAsyncWebAccess.cpp76 spLog(Log::Debug, this) << "Request was aborted: " << url; in abort_request()
152 spLog(Log::Debug, this) << "Call " << urlString; in run()
196 spLog(Log::Crazy, this) << "Data available"; in dataAvailable()
235 spLog(Log::Develop, this) << reply->url().toString() << " finished: " << (int) err; in finished()
249 spLog(Log::Develop, this) << "Got " << reply->bytesAvailable() << " bytes"; in finished()
255 spLog(Log::Develop, this) << "Answer contains no data"; in finished()
265 spLog(Log::Warning, this) << "Cannot open " << m->url << ": " in finished()
293 spLog(Log::Debug, this) << "Timeout reached"; in timeout()
305 spLog(Log::Debug, this) << "Redirect from " << m->url << " to " << redirect_url; in redirectRequest()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Covers/
H A DLocalCoverSearcher.cpp91 spLog(Log::Develop, ClassName) in calcRating()
116 spLog(Log::Develop, ClassName) << "Search for covers. Hint: " << filename; in coverPathsFromPathHint()
122spLog(Log::Develop, ClassName) << filename << " is not a directory. Try using " << filepath << " i… in coverPathsFromPathHint()
150 spLog(Log::Develop, ClassName) in coverPathsFromPathHint()
163 spLog(Log::Develop, ClassName) << " Sorted cover files " << ret; in coverPathsFromPathHint()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/openzipkin/zipkin-go-opentracing/zipkin-go-opentracing-0.3.4/
H A Dzipkin-recorder.go173 for _, spLog := range sp.Logs {
174 if len(spLog.Fields) == 1 && spLog.Fields[0].Key() == "event" {
176 annotate(span, spLog.Timestamp, fmt.Sprintf("%+v", spLog.Fields[0].Value()), r.endpoint)
181 if logs, err := r.materializer(spLog.Fields); err != nil {
184 annotate(span, spLog.Timestamp, string(logs), r.endpoint)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/openzipkin/zipkin-go-opentracing/
H A Dzipkin-recorder.go173 for _, spLog := range sp.Logs {
174 if len(spLog.Fields) == 1 && spLog.Fields[0].Key() == "event" {
176 annotate(span, spLog.Timestamp, fmt.Sprintf("%+v", spLog.Fields[0].Value()), r.endpoint)
181 if logs, err := r.materializer(spLog.Fields); err != nil {
184 annotate(span, spLog.Timestamp, string(logs), r.endpoint)
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Broadcasting/
H A DStreamServer.cpp86 spLog(Log::Info, this) << "Server closed."; in ~StreamServer()
136 spLog(Log::Warning, this) << "Cannot listen on port " << port; in listen()
137 spLog(Log::Warning, this) << m->server->errorString(); in listen()
149 spLog(Log::Info, this) << "Listening on port " << port; in listen()
167 spLog(Log::Info, this) << "Server closed."; in close()
183 spLog(Log::Info, this) << "Server destroyed."; in serverDestroyed()
256spLog(Log::Error, this) << "Error connecting: " << server->errorString() << ": " << int(socket_err… in newClientRequestError()
269 spLog(Log::Info, this) << "New client request from " << ip << " (" << m->clients.size() << ")"; in acceptClient()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Utils/
H A DImage.cpp48 spLog(Log::Warning, this) << "Pixmap is null!"; in Image()
71 spLog(Log::Warning, this) << "Could not compress " << m->img.size() << " bytes of image data"; in Image()
118 spLog(Log::Warning, this) << "No data"; in pixmap()
124spLog(Log::Warning, this) << "Pixmap is empty after decompressing (" << m->img.size() << "," << m-… in pixmap()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Converter/
H A DConverter.cpp208 spLog(Log::Debug, this) << "Starting: " << command << " " << arguments.join(" "); in startProcess()
220 spLog(Log::Debug, this) << "process finished"; in processFinished()
224 spLog(Log::Warning, this) << "Encoding process failed with code " << ret << process->program(); in processFinished()
245 spLog(Log::Warning, this) << "Something strange happened"; in processFinished()
253 spLog(Log::Warning, this) << p->program() << ": " << p->arguments().join(", "); in errorOccured()
254 spLog(Log::Warning, this) << "Error: QProcess:ProcessError " << p->errorString(); in errorOccured()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Preferences/Language/
H A DGUI_LanguagePreferences.cpp176 spLog(Log::Warning, this) << "Cannot download checksums " << awa->url();
204 spLog(Log::Info, this) << "No need to update language";
209 spLog(Log::Info, this) << "Language update available";
232 spLog(Log::Warning, this) << "Cannot download file from " << awa->url();
248 spLog(Log::Info, this) << "Language file written to " << filepath;
258 spLog(Log::Warning, this) << "Could not write language file to " << filepath;
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Utils/Logger/
H A DLogger.h114 Logger spLog(const Log& type, const std::string& data);
115 Logger spLog(const Log& type, const char* data);
119 spLog(const Log& type, const T*) in spLog() function
121 return spLog(type, typeid(T).name()); in spLog()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Utils/Tagging/
H A DTaggingCover.cpp63 spLog(Log::Warning, &frame) << "Cannot write cover"; in writeCoverFrame()
108 spLog(Log::Warning, "Tagging") << "Unknown mimetype: '" << extension << "'"; in getMimetype()
170 spLog(Log::Warning, "Tagging") << "No image data available: " << imagePath; in createCoverModelFromImagePath()
183 spLog(Log::Warning, "Tagging") << "Can not save temporary cover: " << imageFilepath; in writeCover()
184 spLog(Log::Warning, "Tagging") << "Is image valid? " << !cover.isNull(); in writeCover()
208 spLog(Log::Warning, "TaggingCover") << "Cannot save cover: " << filepath; in writeCover()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Player/
H A DTranslator.cpp72 spLog(Log::Debug, this) << "Translator " << filename << " could not be loaded"; in switchTranslator()
79 spLog(Log::Debug, this) << "Translator is empty"; in switchTranslator()
87 spLog(Log::Debug, this) << "Translator " << filename << " could not be installed"; in switchTranslator()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Streaming/LastFM/
H A DLastFM.cpp106 spLog(Log::Warning, this) << error_message; in login()
146 spLog(Log::Debug, this) << "Got session key"; in loginThreadFinished()
151 spLog(Log::Warning, this) << "Cannot login"; in loginThreadFinished()
195 spLog(Log::Debug, this) << "Scrobble " << track.title() << " by " in scrobble()
234 spLog(Log::Warning, this) << "Scrobble: " << error; in scrobbleErrorReceived()

12345