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

Method setFileNameFormat

src/core/model/scriptinterface.cpp:489–492  ·  view source on GitHub ↗

* Set format to use when setting the filename from the tags. * * @param format file name format * @see setFileNameFromTag() */

Source from the content-addressed store, hash-verified

487 * @see setFileNameFromTag()
488 */
489void ScriptInterface::setFileNameFormat(const QString& format)
490{
491 FileConfig::instance().setToFilenameFormat(format);
492}
493
494/**
495 * Set the file names of the selected files from the tags.

Callers 1

getCurrentConfigMethod · 0.45

Calls 2

setToFilenameFormatMethod · 0.80
instanceFunction · 0.50

Tested by

no test coverage detected