* 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. */
| 169 | * @return true if profile found. |
| 170 | */ |
| 171 | bool 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. |
nothing calls this directly
no test coverage detected