denis-stepanov/advent

Support for track renaming

Closed this issue · 1 comments

Currently renaming of a track in database is not supported directly. One has to export, delete, edit the exported file on disk and load back. We need to add support for rename command. The main use case is to update AdVent flags after encountering track in various scenarios.

Renaming on disk is trivial and thus optional but could be supported too.

Implemented both for database and for disk operation (one needs to use .djv extension when working with disk).