Kilian Brachtendorf
Kilian Brachtendorf
@felipebel25 would you mind opening a pull request? Then I can also fix it in this fork
Thank you. I'll check it out on Monday and will merge it
How do you plan on integrating this specific function? I just created a java program indexing my music files and upon request hosting the file in a shared network folder...
@eitch I indexed the music files in order to be able to search for artists, album names, title etc. (Info taken from the id3 tags). I haven't taken a look...
It's in a private repository at the moment. The first index run for 8235 files on a network drive takes roughly 5 minutes. The information is saved into an embedded...
I don't know how I forgot about this issue. I am really sorry. Hopefully this weekend I'll upload a small sample application showing how we can playback local music files....
Took a bit longer than expected but here you go: Directory Crawler & File Indexer SQL Database File Hosting Here is a small example how to play back text to...
I just noticed that the sonos controller allows to add local folders to the music library. Not sure how this is managed but maybe sending the correct upnp events and...
I didn't do any additional follow up on this so far.
connecting to a db usually is a pretty expensive operation. Keeping a connection alive isn't as awful as it sounds as long as it is handled properly in between threads...