DB update
#2
The database holds records of tracks (music, audiobooks, podcasts) on the SD card, sorted by different properties. It's what enables all the indexed views like "Tracks by Artist" or "All Albums" to quickly show tracks in a sorted order. Updating the database involves checking the existing tracks the database knows about haven't changed or been removed, and scanning the filesystem for new tracks, which it then collects metadata from to store in the database. If you have a lot of files, this can take a while.

If you're not adding new tracks to your SD card often, or you want to control when this happens, then you can disable the automatic update and run it manually when you modify the tracks on the SD card.

Without the database entries, you can still play tracks through the file browser or playlist files, but a lot of features like sorting and queuing up multiple tracks are still unimplemented when not using database indexes.
  Reply


Messages In This Thread
DB update - by jepyang - Yesterday, 09:47 PM
RE: DB update - by ailurux - Today, 05:11 AM

Forum Jump: