Open nhjjr opened 8 months ago
onyo config
should check if it is possible to update the namescheme (e.g. all assets have the fields required for their "new" names) and then all names should automatically change (with a diff-output like for move?).onyo fsck
needs to check if all assets (if not .onyoignored?) and their names are correct (e.g. filesystem-name aligns with asset contents)onyo fsck
might offer to update file/dir names if assets contents do not align with asset names (diff needed because not clear which source would contain "the truth")onyo.assets.filename
-> onyo.assets.name-format
(#632 #572)
When changing the keys that the asset filename is constructed of, the change is not applied to all assets. Furthermore, it now becomes impossible to edit assets using the old filename scheme.
For example, the
.owned
suffix was changed to.basegame
(i.e., theonyo.asset.filename
changed from{shortname} ({year}).{status}
to{shortname} ({year}).{type}
) resulting in:It is furthermore not possible to set the filename by changing the type key: