-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scan only new & changed files #843
Comments
Hi, Are you now talking about the scanning options available on the command line via Normally, there should be no need for manual scanning after your library has been scanned once: The Music app observes any changes in the file system and automatically scans the new files, removes the deleted files, and rescans the changed files. However, there are a few edge cases when using the sharing feature or external storages which may cause the Music library index to get out-of-sync with the file system. But even then, the simple The option If you still find out that for some odd reason a file update has been missed by Music, and you want to rescan to solve this, then you can also target some specific folder (and its subfolders) by specifying the option |
Alright, thank you for the explanation. I've modified some files (only the ID3tags), and run When I point to a specific directory, I get the same result. But my media folder is on Truenas and mounted as external storage. So maybe the database is out of sync. Not the end of the world, I could still run a Thank you |
It is now possible to use the command `occ music:scan --rescan-modified` to rescan those files which have modification time later than the time when the corresponding track item in the database was last updated. refs #843
The new Music release v1.5.0 now brings the option |
Hello
First thank you for developing this fantastic app.
If I understand the scanning options correctly, it is only possible to either scan everything fresh or rescan an already build database, right? It would be great, if it would be possible to only rescan those files, which have either been added, deleted or retaged, in other words modified since the last scan. That should be a lot faster then.
Thank you
The text was updated successfully, but these errors were encountered: