Open bassstorm opened 13 years ago
I'd like to avoid using native libraries for core functionality as much as possible. I was thinking if issue #27 for refactoring "Rescan Library" algorithm will yield positive results and routine library rescan will be short (< 500 ms), then I could just run it every half an hour or so. Otherwise, I'd have to come up with a way to turn this into an optional plugin.
As of java 7 nio2... I was thinking about creating a new branch with java7 features only. we'll see.
I won't be scheduling this issue for milestone 0.3 for now.
Agreed. Dropped it here just to keep the feature in mind :)
Watch Service API (http://download.oracle.com/javase/tutorial/essential/io/notification.html) - seems Java 7 only? JPathWatch (http://jpathwatch.wordpress.com/). JNotify (http://jnotify.sourceforge.net/).