bianliu1013 / musikcube

Automatically exported from code.google.com/p/musikcube
Other
0 stars 0 forks source link

Library not entirely shown after startup #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Remove the mC2 DB
2. Start mC2.  I creates a new DB.
3. Only 2 files from the top level music directory are shown.  Files from a
subdir and 1 from the top level are missing in the mC2 track list.  
4. Use SQLite browser to check DB: all files are scanned.
5. Restart mC2: all files/genres/artists/albums are shown.

What is the expected output? What do you see instead?
All files should be visible the first time.

Original issue reported on code.google.com by bjorn.ol...@gmail.com on 3 Apr 2008 at 8:04

GoogleCodeExporter commented 9 years ago
The indexer doesn't have any functionality (like a signal) for notify the 
browseview
when the db has changes yet. My guess is that the indexer wasn't finished when 
you
started browsing the tracks.

Original comment by onne...@gmail.com on 3 Apr 2008 at 10:32

GoogleCodeExporter commented 9 years ago
We should add a "show all [metakey]" in the top of the cube::MetadataFilter to 
be
able to refresh this. When indexing for the first time, we probably want some 
kind of
progress popup that indicates the progress of the indexing. 

Updating the MetadataFilters automatically is probably going to be too messy to
implement.

Original comment by onne...@gmail.com on 14 Apr 2008 at 10:53

GoogleCodeExporter commented 9 years ago
Fixed in r73. Implemented using a "All (x genres)" to be able to refresh the
MetadataFilters.

Original comment by onne...@gmail.com on 20 Apr 2008 at 9:18