Returns an empty string; Shorten files have no album field.
"".
No-op; Shorten files do not support an album field.
Ignored.
Returns an empty string; Shorten files have no artist field.
"".
No-op; Shorten files do not support an artist field.
Ignored.
Returns an empty string; Shorten files have no comment field.
"".
No-op; Shorten files do not support a comment field.
Ignored.
Returns an empty string; Shorten files have no genre field.
"".
No-op; Shorten files do not support a genre field.
Ignored.
True when every field is empty / zero.
Returns an empty string; Shorten files have no title field.
"".
No-op; Shorten files do not support a title field.
Ignored.
Returns 0; Shorten files have no track number field.
0.
No-op; Shorten files do not support a track number field.
Ignored.
Returns 0; Shorten files have no year field.
0.
No-op; Shorten files do not support a year field.
Ignored.
Return all complex property values for the given key.
The property key (e.g. "PICTURE").
An array of VariantMap objects, or an empty array if the key is not present.
Return the keys of all complex (non-string) properties stored in this tag. Complex properties include embedded pictures and similar structured data.
An array of property key strings, or an empty array if none.
Returns an empty PropertyMap; Shorten carries no properties.
An empty PropertyMap.
Remove properties that are not supported by this tag format. The default implementation is a no-op; subclasses may override.
Keys of the properties to remove.
Set complex property values for the given key, replacing any existing values.
The property key (e.g. "PICTURE").
The new values to store.
true if the property was stored, false if the format does not
support complex properties.
Returns all supplied properties as unsupported. Shorten does not support any writable properties.
The properties to attempt to set.
A PropertyMap containing every entry from properties as unsupported.
StaticduplicateCopy tag fields from source to target. When overwrite is false,
only empty fields in the target are filled in.
StaticjoinJoin an array of tag values with " / ".
The string values to join.
A single string with values separated by " / ".
Stub tag for Shorten (.shn) files.
Shorten does not support any metadata tags. All getters return empty strings or zero, and all setters are no-ops. setProperties returns every supplied property as unsupported.