denis-stepanov / advent

Vent intrusive TV ads
GNU General Public License v3.0
14 stars 1 forks source link

Support for track renaming #3

Closed denis-stepanov closed 2 years ago

denis-stepanov commented 2 years ago

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.

denis-stepanov commented 2 years ago

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