Ask HN: How to Deal with "File Naming Problem"?

1 points by erelong ↗ HN
Frequently when I download something, the filename might be "Full.pdf" or "Book.pdf" rather than "[ActualTitleofBook].pdf"

If I go back to look for the file, it's likely to get lost so I'll probably just go hunt for the original PDF again online to download

Is this a problem to you or should filenames actually not contain anything about the subjects (like reflecting metadata)?

I guess my "solution" is manually requesting more changes of filenames from people until it catches on as a convention, unless someone convinces me that the random naming I see is fine for reasons I'm missing

4 comments

[ 2.4 ms ] story [ 19.0 ms ] thread
Normally, I separate the download filename (what the server / person chose to call the file) from my own organization system file name.

So if I download or get sent "Book.pdf", I'll rename it to how I'll remember it -- "Book Title - Author.pdf", etc.

That being said, I don't think there's any right answer here, it's usually just a matter of time and energy. If I had to enrich every single file I download with a great title / detailed metadata / etc that I'd need to find that file later, that's all I'd do all day.

Does your operating system not allow you to rename downloaded files?
I guess I mean more that there doesn't seem to be an agreed upon convention that people actively use so that I don't have to manually rename things

(otherwise I wouldn't have to ask a question about this topic if files I download had some title you'd easily find in a search through files)

and I was wondering if we should encourage people to utilize a certain filename convention or if existing lack of a convention has a purpose

(programming languages for example sometimes have "style conventions" for how code should look; likewise I guess this is a kind of question about a convention about naming files - intuitively I'd think a PDF file of a book on "Geology 101" should be named "Geology101Book.pdf" for example, but frequently I do not encounter this)