~mpldr/uniview#8: 
media database for fast lookups

#Description

I want the client to easily find media based on certain criteria like file hash or name. To achieve that, the client has to “index” a set of possible files.

  • Hash:
    • fast
    • collision resistant
  • Name:
    • only basename without extension
    • name similarity via Levenshtein distance or similar. Similarity value tbd.
#Who would benefit from this?
  • all users
#User Story

When a user adds a media file, it must be synchronised to the other clients, and they should be able to find a matching file on the user's computer if it exists in one of the specified directories.

Status
REPORTED
Submitter
~mpldr
Assigned to
No-one
Submitted
1 year, 4 months ago
Updated
1 year, 4 months ago
Labels
client server

~mpldr 1 year, 4 months ago

Depends on: #9 #10

~mpldr referenced this from #13 1 year, 4 months ago

Register here or Log in to comment, or comment via email.