Hi,
the common way of organizing files is sorting them in file trees. Sorting files in proper folders helps finding files later. To me it seems that if the amount of files increases the effort of sorting and finding them in folders increases rapidly. The common way to solve this problem is to use more or less sophisticated search tools. But I think it would be better to get down to the root of the trouble. If files are well-organized you don't need search-tools. So I asked myself if there is another way of sorting files. I think that adding meta-informations to files may help finding them later easily. Several file-types support meta-informations (i.e. mp3,jpg). But I think there has to be a file-type independent way of doing so.
I found mainly two solutions for this problem:
I'm searching for a clean, efficient "UNIX-way". To me the solutions of category 2 seem to be the best.
My questions:
the common way of organizing files is sorting them in file trees. Sorting files in proper folders helps finding files later. To me it seems that if the amount of files increases the effort of sorting and finding them in folders increases rapidly. The common way to solve this problem is to use more or less sophisticated search tools. But I think it would be better to get down to the root of the trouble. If files are well-organized you don't need search-tools. So I asked myself if there is another way of sorting files. I think that adding meta-informations to files may help finding them later easily. Several file-types support meta-informations (i.e. mp3,jpg). But I think there has to be a file-type independent way of doing so.
I found mainly two solutions for this problem:
- Using a database (so-called collection-managers)
- file-type-dependent (i.e. iTunes, Amarok, Griffith)
- mainly file-type-independent (i.e. Tellico, GCstar, Data Crow)
- Using a specialized file-system (i.e. tagsistant, tagfs)
I'm searching for a clean, efficient "UNIX-way". To me the solutions of category 2 seem to be the best.
My questions:
- Is there a way of sorting files in file-trees more efficient? (file/folder naming strategy)
- How do you keep track of your files?
- Is there another common way of sorting files (that I didn't mention) than sorting them in file trees?
- If tagging files is the best option to add meta-informations to files, is there a proved FreeBSD-way?