2008-12-08, 09:45
It'd take a few seconds to index probably, depending on the connection. If you do it via a script that could be backgrounded. You don't need a relational database really for this - you only need a path to id mapping that's preserved, for which a flat file would suffice? That could also act as the cache for directory listing so that you only update when you have to.
I guess my main point is I'm not sure that we'd benefit from having a lot of code added to the main sources to support karaoke, when it wouldn't benefit all that many users. Thus, a script or plugin seems the most obvious way to do the user interface side of it. Obviously playback support is something that the core should support, however.
Cheers,
Jonathan
I guess my main point is I'm not sure that we'd benefit from having a lot of code added to the main sources to support karaoke, when it wouldn't benefit all that many users. Thus, a script or plugin seems the most obvious way to do the user interface side of it. Obviously playback support is something that the core should support, however.
Cheers,
Jonathan