2
« on: December 29, 2020, 06:57:47 PM »
Hello together,
I'am using MusicBee since a view weeks and I like it.
But there is one point I don't understand. My music library is organized like the following structure:
Artist\Album\Title
or
Sampler\Groupname\Album\Title
The amount of all titles is close to 150.000 and the folder "Sampler" contains about 25.000 titles. I configured the folderview that also titles in subfolders are showed. When I select the music library all titles are shown very fast (< 1second). When I select the "Sampler" folder it takes up to 10 seconds.
This is for me not really fast. My question ist at least simply what ist the reason for this long time?
Because I am a software developer I tried out a simple test with a SQLite database. the contend of the database is my music collection with the structure described before. Then I tried to load all titles from the database to show them inside a gridview. After this I do the same test to view the "Sampler" titles. I dit it whith a simple Select statement like "SELECT * from Titel WHERE Filename LIKE 'D:\Musik\Sampler%'".
The result was that I got the titles really fast, faster then all titles. Is music library in the backend of MusicBee a database or ist it something else?