-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When a file is missing during a rescan, we currently delete the audio_file instance and add a warning to the rescan log.
The information about an audio file (mostly: location and filename) can still be relevant after a file goes missing, for example to figure out what happened to a file.
Once the rescan has run again, the mod+ has no way of figuring out what the filename and location was.
Reproduction steps
- Add track and audio file
- Remove audio file from system
- Run rescan twice
- Try and figure out where the track's audio file was located
Expected behaviour
We should keep this info so users can debug missing file easily. It should be marked as 'missing' is some way.
Only once the track is deleted or merged should the audio_file instance be deleted
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working