MCPcopy Create free account
hub / github.com/KDE/kid3 / batchImport

Method batchImport

src/core/model/scriptinterface.cpp:171–174  ·  view source on GitHub ↗

* Start an automatic batch import. * * @param tagMask tag mask (bit 0 for tag 1, bit 1 for tag 2) * @param profileName name of batch import profile to use * * @return true if profile found. */

Source from the content-addressed store, hash-verified

169 * @return true if profile found.
170 */
171bool ScriptInterface::batchImport(int tagMask, const QString& profileName)
172{
173 return m_app->batchImport(profileName, Frame::tagVersionCast(tagMask));
174}
175
176/**
177 * Download album cover art into the picture frame of the selected files.

Callers

nothing calls this directly

Calls 1

tagVersionCastFunction · 0.85

Tested by

no test coverage detected