I accidentally deleted stuff, but don't understand why. #362
Replies: 1 comment 3 replies
-
Yes this is expected behavior but certainly not ideal behavior. Let me explain what I think happened and the logic behind it. First the scanner finds all the folders that have an audio file (or an ebook file) and uses that folder as the book title (CD01 in your case). Here is why it lost those books though. The folder watcher detected a file was moved into the series folder (BOOK in your case) so it ignored the file. Any file moved into a non-book folder is ignored. The solution is to remove those books from Abs and scan the library again. There is no good way to resolve this once the scanner has read the CD folders as book folders other than creating a new folder in the SERIES directory and moving the files in. The scanner could be improved to look for CD folders, but it would need to be fairly specific to prevent false positives. The folder watcher should probably have some sort of reporting for audio files in non-book folders so it can be spotted in the UI. |
Beta Was this translation helpful? Give feedback.
-
So I had a book who's folder structure looked like:
-- SERIES
--- BOOK
---- CD01
----- 01- TRACK.mp3
---- CD02... etc.
I renamed all of the tracks (like "CD01 - 01- Track.mp3"), moved them to the BOOK folder. I then went to the errors, and deleted everything (10 CDs/"covers" worth) that said the directory wasn't found. I then realized it had deleted all the way up to the Book folder. Is this expected behavior?
My only thought was since it had labeled all of the CD folders as part of a series called BOOK, that the logic said "He deleted the entire series, so I can delete that root series folder as well."
Not sure if this would fall under "bug" or "enhancement", or if I did something obviously stupid.
Beta Was this translation helpful? Give feedback.
All reactions