GNOME Bugzilla – Bug 120259
parse directories on the app start
Last modified: 2004-12-22 21:47:04 UTC
I'm using rhythmbox as everyday player, and I miss a feature: link a library with a directory, and refresh the library periodically. This way, I don't have to instruct rhythmbox everytime I add music files to my ~/music directory. Sorry if I've written any spelling mistake, english is not my mother tongue. Thank you for you great work.
I'd vote for this feature, too.
This can be done with the VFS monitoring interface: http://developer.gnome.org/doc/API/gnome-vfs/gnome-vfs-gnome-vfs-monitor.html We'll need to scan the directories on startup for new files and respond to the VFS's callbacks. A side benefit might be that RB could delete songs from the library that the user deleted from the filesystem. Unfortunately there may be a limit to the number of files one app can watch using this library, which would prevent this use. Also, I think the summary of this bug should be "Keep library in sync with one or more directories" or something related since the activities don't only happen at startup.
*** This bug has been marked as a duplicate of 125177 ***