this post was submitted on 11 Feb 2024
29 points (100.0% liked)
tails: A Place for Mastodon Posts
108 readers
1 users here now
A virtual community
Posts from Mastodon users, featured natively in a community, so you can view them without the need for them to be re-hosted or screenshoted, and reply to the original author and Mastodon respondents if you wish.
Has so far included content from Warsandpeas, Mr. Lovenstein, SMBC, Loading Artist, Low Quality Facts, nixCraft, ElleGray, and other interesting or provocative stuff I've random'd across on Mastodon.
Supported:
Comments & Upvotes
Unsupported:
Posts, Downvotes, & PD's Automod
founded 9 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I mean in Apple’s defense you wouldn’t want a media player to show filenames to the user anyways, you would want to display the artist/track name from the mp3 tags. The 4 letter filenames are a hash table presumably due to length restrictions in the firmware and/or performance reasons
The track data and everything is stored in the file, the file name is irrelevant.
Iirc thats what OP is referring to, they would strew the files stripped of meta data across the partition in various folders with little discernible structure, track data was written to the database and would be queried on song plays. I believe the advantages were faster bootup (Scan db instead of thousands of files) and the random file names were to ensure unique keys in db and help the “random” algorithm.
iPods didn't even strip the files of metadata, it just renamed them on disk