[mythtv] mythmusic w/o id3 and setting to limit how often rereads dir

Isaac Richards mythtv-dev@snowman.net
Mon, 9 Dec 2002 19:00:51 -0500


On Monday 09 December 2002 06:16 pm, Isaac Richards wrote:
> Hmmm.  Might be simpler to just do:
>
>  select filename from musicmetadata;
>
> store that in a map<qstring, bool> like you've got the file list, then
> compare the music list against that.
>
> Reason being, that would make possible to cull entries out of the database
> that are no longer present on the filesystem at the same time it's looking
> for new files..

Ok, did that, checked something similar into CVS -- anyone want to let me know 
if it helps them at all with the startup speed of mythmusic?

Isaac