dlnatoad icon indicating copy to clipboard operation
dlnatoad copied to clipboard

Minimal DLNA media content server

Results 26 dlnatoad issues
Sort by recently updated
recently updated
newest added

Would be nice if this was flagged somewhere. Can probably just use the checksum to start with (which should be relatively easy given they're already being collected), but some kind...

enhancement

currently on start up items appear to not exist until filesystem has been re-scanned. this can be delayed if new files need to be hashed are ahead of files that...

enhancement

make it easy to see focal length, aperture settings, etc questions: - how to decide which fields to extract? - where to cache/store these data? does it go in the...

enhancement

maybe layout photos by month or by year? questions: - how to know which views to do this in? maybe a dir pref?

enhancement

currently autocomplete only knows about tags. at a minimum it should not suggest tags for types. ideally it would also know how to complete types.

bug

currently these are stored as files in a directory, which is not great. this should be moved to a sqlite file, which can go in the same dir for ease...

enhancement

GRPC libraries do not currently support 32 bit arm. not sure how best to deal with this, if at all. see: https://groups.google.com/g/grpc-io/c/6YEwIhpEx4k

bug

probably need some mechanism to force new URL paths for such resources after service restart, maybe by putting the server start time in the path like `/w/123456abc/main.css` or something?

bug

currently username and password are prompted for using basic auth, which is not ideal and can get confusing sometimes.

enhancement