No description
Find a file
Vincent Batts 696ebb3ca0
Thoughts on an audio-fusefs
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-09-18 09:32:46 -04:00
README.md Thoughts on an audio-fusefs 2018-09-18 09:32:46 -04:00

audio-fusefs

The brainstorm here is rather than finding the most ideal audio manager application, etc., instead have a representation that is flexible. Focus on clean and accurate tag metadata information in each file.

Then a mock-up would be:

audio-fusefs ~/Audio/ ~/AudioInfo/

Top-level will be a number of by-<data> directories, similar to /dev/disk/ on Linux. So:

  • by-date
  • by-album
  • by-artist
  • by-genre
  • by-size
  • by-extension
  • by-samplerate
  • ... surely others

Approach

The benefit of an an approach like this would be in how well files' tags are accurate, how well that data is indexed, and how efficiently changes to the source directory are brought on.