dlnatoad
dlnatoad copied to clipboard
Minimal DLNA media content server
Trying to run from Intellij Idea. No com.vaguehope.cdsc
Just noticed there is no LICENSE file, might be nice to add one.
for this project to be a replacement storage service for Morrigan, it will need to track: - last played date - play start count - play end count the challenge...
And use to populate said tags on DLNA metadata fields. ``` java DIDLObject.Property.UPNP.ARTIST DIDLObject.Property.UPNP.ALBUM ``` Objective is to make XBMC lyrics plugin work. :s In order, try pattern matching: ```...
Do you think of supporting external subtitles (SRT files)? There are some apps that support this. http://www.supportforum.philips.com/en/showthread.php?2704-DLNA-streaming-support-for-external-subtitle-files-srt&p=33833&viewfull=1#post33833 http://sourceforge.net/p/minidlna/discussion/879956/thread/6ae154be
I was just trying to build dlnatoad on OS X and the TreeWalkerTest was failing. What I found was that the TemporaryFolder rule was creating a folder under on /var/folder...
currently all auth is based on directory structure, which makes it very awkward to share a sub-set of images like a set from a specific event. it would be nice...