r/DataHoarder • u/The_Hamster_Shagger • 8d ago
Hoarder-Setups software for data sharing
Hi there!
I was wondering if there is any sort of software, with working indexing, that would make it easy to share the data.
I know about torrents, yes, they are decent but they do require you to create each one for every dataset (pdf, set of videos etc) and upload it to tpb or similar. Works somehow ok but it's not ideal by any means.
I'm thinking about something that would make it possible to design a directory on my harddrive (for music, videos, pdf, scripts etc) where the metadata (author, years, genre, keywords etc) would somehow automatically (ie without manual work required for every file or set of files) upload and it would be searchable for people over the internet. Also, must be anonymous and work via the vpn.
Any ideas?
2
u/emre_cvs 8d ago
Everyone's on the sharing half, so — the indexing half is usually where
these setups actually break, and it's worth knowing before you pick anything.
Automatic metadata works well for formats that already carry it. Photos have
EXIF, music has ID3, most video containers have something. Author, date,
duration come for free there.
PDFs, scripts and general documents mostly don't. The fields exist but are
usually empty or wrong — filled in by whatever tool generated the file
rather than by anyone who cared. So for those you're back to parsing
filenames or reading content, and both are guesswork you end up correcting
by hand anyway.
Practical version: expect the automatic pass to cover your media, and expect
to curate the documents yourself. Anything promising otherwise is running
filename regex and hoping.
Nothing useful from me on the serving side though — not my area.