'Type Manager' The File Manager of Tomorrow?
IceFox writes "In the past few years many of us have been introduced to a new type of application, the Type Manager. Most of us are familiar with iTunes, but there are many other Type Managers out there that are gaining market share and a rabid fan base of users such as digiKam and amaroK. Type Managers seem to have that magic combinations of features that makes users love them. I have been taken a closer look at the Type Manager, what makes them so usefull, what they really provide for the user and came to some surprising results. After creating a list of all the traits of a Type Manager I was able to define exactly what a file manager should be and discovered that there are in fact many partial Type Managers out there now that implemented only half of what makes up a full Type Manager."
its a file attribute manager. not a type manager. adobe type manager is a type manager.
who the fuck gave this guy a license to make up new technical definitions on the fly ?
I know a lot of people bitch that iTunes "does too much... I use LAME to rip mp3s I don't need my mp3 player to do it.. wah wah wah..." but iTunes was one of the things that made me switch to Mac. I was very impressed with how it did so much yet was very simple, especially the part where it keeps music files names and arranged according to tags.
before iTunes I used Musicmatch on Windows which I liked a lot because of its library management, though it started getting bloated towards the end (bloat doesn't mean adding lots of features, it means adding features at the cost of ease of use).
seriously, not trolling, but this really isn't that big a deal to do. most jukeboxes do this for you automatically anyway. Maybe not on linux - i don't know - but jeez even wmp does this. Are we really getting that lazy. Next your gonna tell me you code in JAVA and forgot C.
$action = empty(PHP) ? backToC() : unset(PHP) ; "when the concrete cases are understood, the abstractions are readily
My friend had basically created a Type Manager-like approach. I thought it was crazy because the engineering projects that we did used multiple files of multiple types. On his system the files of any given project were scattered across all these type-based of folders.
My point is that Type Managers can be very useful if a given activity only uses one application or type of file (e.g., rip/mix/burn/listen with music). But when the activity spans multiple types it drives the user back to using a general file manager. In such situations, existing Type Managers fragment the user's access to files and become a hinderance if the project's files are scattered across an email client, a photo manager, a sound file manager, etc.
Two wrongs don't make a right, but three lefts do.
...another name for a keyboard designer.
Adobe Type Manager 3.0 Easter Egg:
Open Help/About, double right-click on it and will see the designer's photograph. FUN!!!
He who knows best knows how little he knows. - Thomas Jefferson
From the website :
Check out KimDaBa Demonstration Videos for details
$ TM=`grep this_article -ioe 'Type Manager'|wc -l`; WC=`cahis_article|wc -w `; echo print\ \(\($TM/$WC\)\*100\) |perl
4.76190476190476
It wasn't that often. only 4.76% of his total words were Type Manager. Of course that is 7/12 of his lines.....
*yeesh*
MP3's ID tags provide a way for iTunes and all to generate a path-like and intuitive classification of files (/artist/album/piece/etc.) that everybody can share. I, for one would welcome a world where my downloaded files of all types would be automatically sorted because millions of people would have taken the few minutes needed to metatag them correctly at creation time. Why limit this to MP3?
OS/2's folders were highly configurable and extendable far beyond anything you see in Windows or even the Mac OS X 10.4 finder.
One extreme example of exactly what this article is talking about was RexxMail. From what I understand, instead of having a mail program with a dedicated custom interface, the developers of RexxMail simply extended the standard folder to list files of type email so that you can see the To: From: Subject and so-on in the view. When double clicking the file, it would open it in an appropriate editor and provide different options. This way you could use all the power of the Operating System's file system and folders to manage your email without having to learn some completely different interface that insisted that your email go in some specific place. Very cool.
Signatures are a waste of bandwi (buffering...)
- Location has been used for decades (flat filesystems are not that common today)
- Content type is used to associate actions but BeOS live queries shows the way to spread its use. Nautilus specific views is another form
- Properties is the ability to query based on some properties included in the data (Exif, MP3 tags,
...) Already available but only for certain data. There is not yet a general way to deal with properties.
- Tags have prove themselves usefull for links (del.icio.us) but could be used for any file
- Computed values are special values that are maintained from the data (thumbnails,
...). They are similar to properties but are computed instead
- Full indexing (Google desktop, Beagle,
...). Also include the transformation of data to text (Google images)
- Recommandations is the way to ask other people their opinion about a specific chunk of data
There is no single way. All of them seem interesting and I try to implement them in JDistro. However, support from the filestystems (inotify and al.) or from the databases (triggers) are required to make them viable. In summary: I don't think Type Managers are the future, Data Managers are.Million Dollar Screenshot
Wasn't someone talking about adding metadata to files just by treating them the same as directories? Maybe the ReiserFS people?
It would look something like this:
file.mp3
file.mp3/Artist
file.mp3/Year
So that all the usual tools would work as you would expect.
-- Give me ambiguity or give me something else!
Now you have the basic building blocks for building a real user interface. Anything on your file system replacement can now be queried by the system for all meta-data, and data, and incorporates all of the methods required for doing this.
At the very lowest level, you still have files as a collection of bytes. The important difference is that nothing that the user interacts with should be aware of this lack-of-abstraction.
I am TheRaven on Soylent News