jverkoey / StormChaser

A large-scale media organization & auditioning app for Apple platforms.
Apache License 2.0
2 stars 0 forks source link

Add the ability to modify tags #9

Open jverkoey opened 2 years ago

jverkoey commented 2 years ago

In the UI, this would ideally be represented more abstractly as "tags". When exporting the library, you could choose to export the tags to a specific field (e.g. grouping) for the purposes of use in Rekordbox.

jverkoey commented 2 years ago

I've started adding this functionality using a SwiftUI form editor. The entry point looks like this:

Image

which pushes an interface like this onto the side pane's navigation controller:

Image

jverkoey commented 2 years ago

All of this is currently ephemeral and needs to be wired up to the database in some form. Still considering whether to make changes instantly or to implement some form of an editing mode with a Cancel/Done button.