Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Mac OS X > Can I move OS9 Get Info Comments to X?

Can I move OS9 Get Info Comments to X?
Thread Tools
Dedicated MacNNer
Join Date: Mar 2001
Location: Indianapolis, IN USA
Status: Offline
Reply With Quote
Jan 21, 2002, 05:06 PM
 
Is there any way to take comments about a file that exist in the desktop DB under OS9 and move them to OS Xs Get Info dialog?

I have a bunch of images that under OS9 show the website where I found them and I lose that under OS X.

I've searched this forum but haven't found anything.

Thanks,
Tom
     
BTP
Mac Elite
Join Date: Feb 2001
Location: 34.06 N 118.47 W
Status: Offline
Reply With Quote
Jan 21, 2002, 05:43 PM
 
You can try Beryl Commenter, I haven't used it, I just recalled seeing on Versiontracker.
A lie can go halfway around the world before the truth even gets its boots on. - Mark Twain
     
Mac Elite
Join Date: May 2000
Location: Urbandale, IA
Status: Offline
Reply With Quote
Jan 21, 2002, 06:50 PM
 
It's a real shame that OS X doesn't do that by default. Improper metadata parsing pisses me off.
"Yields a falsehood when preceded by its quotation" yields a falsehood when preceded by its quotation.
     
Registered User
Join Date: Jul 2001
Location: Orange County, CA
Status: Offline
Reply With Quote
Jan 21, 2002, 07:15 PM
 
Agreed, I don't understand why Apple doesn't allow the same file comments between both operating systems.
     
Mac Elite
Join Date: Feb 2001
Location: Vancouver, WA
Status: Offline
Reply With Quote
Jan 21, 2002, 08:59 PM
 
Comments are AppleScriptable through the Finder on both operating systems, so you could write a script that extracts comments through the OS 9 Finder and re-applies them through the OS X Finder. Either you'd need the script to store an intermediate database or you'd need to find a way of running the OS 9 Finder in Classic under a different name so AppleScript can talk to both Finders separately.
Rick Roe
icons.cx | weblog
     
Dedicated MacNNer
Join Date: Mar 2001
Location: Indianapolis, IN USA
Status: Offline
Reply With Quote
Jan 21, 2002, 09:11 PM
 
Beryl Commenter *works* (and thanks for suggesting that) but it is a rough program. I agree that it should be automatic.

Sometimes if I want to remember a web site but I don't want to make it a favorite I just drag a graphic off of it into a folder knowing that the url will be in the Finder comment. That doesn't work under OS X, either.
     
Grizzled Veteran
Join Date: Oct 2000
Location: Edinburgh, Scotland
Status: Offline
Reply With Quote
Jan 21, 2002, 09:49 PM
 
Originally posted by Oneota:
<STRONG>It's a real shame that OS X doesn't do that by default. Improper metadata parsing pisses me off.</STRONG>
File comments have nothing to do with the original file's metadata. It's stored in the desktop database as was correctly stated in the first message here. Nonetheless, you're right on both counts that Apple:

a) should properly support metadata again - does anyone know WHY they're phasing it out anyway, if in fact they are

b) OS X should be able to read OS &lt; X desktop database information.
ClamXav - the free virus scanner for Mac OS X | Geobunny learns to fly
     
Fresh-Faced Recruit
Join Date: Nov 1999
Location: Los Angeles, CA, USA
Status: Offline
Reply With Quote
Jan 24, 2002, 01:41 AM
 
Comment Synch is another app that will help transfer the OS 9 comments into OS X.
     
Mac Elite
Join Date: May 2001
Status: Offline
Reply With Quote
Jan 24, 2002, 02:13 AM
 
Geo--
Just because the data is not stored in a particular location does not stop it from being metadata. As long as its descriptive of the actual substance, it counts. MP3s store metadata in the actual file normally... doesn't make it something else.

As for Apple, I think they've simply turned stupid. It's difficult to come up with a better explanation for why the situation has gotten worse from MacOS, instead of better.
--
This and all my other posts are hereby in the public domain. I am a lawyer. But I'm not your lawyer, and this isn't legal advice.
     
Xeo
Moderator Emeritus
Join Date: Mar 2001
Location: Austin, MN, USA
Status: Offline
Reply With Quote
Jan 24, 2002, 02:32 AM
 
Originally posted by tomrock:
<STRONG>Sometimes if I want to remember a web site but I don't want to make it a favorite I just drag a graphic off of it into a folder knowing that the url will be in the Finder comment. That doesn't work under OS X, either.</STRONG>
Obviously this isn't an excuse for Apple, but you could just drag the link from the location field to the Desktop. That saves it as a webloc, I believe.

I'm not sure about this, but I think if you're dragging a graphic from the web browser, it's up to the people making the web browser to use the comments like you were saying. OW, for example, now stores the URL in the comments of every file you download.
     
Posting Junkie
Join Date: Dec 2000
Status: Offline
Reply With Quote
Jan 24, 2002, 02:58 AM
 
Well, this one's easy.

The reason they no longer use the Desktop file for comments is that they never should have been there in the first place. The comments are a feature of individual files - they should either be in the file's metadata, the resource fork, or the .DS_STORE file where the other "new metadata" is stored (I suspect the third is where the comments would be found). The Desktop file is a bad place to put them for the obvious reason that when that file is rebuilt, all the comments are lost. Yes, there was the kludge in OS 9 to save comments, rebuild, then restore comments, but it's better just to store the comments somewhere else.

As for reading Mac OS 9 style comments, so few people use those comments due to above-mentioned flaw in OS 9 that I doubt it affects many users. Perhaps now the comments field will actually be useful.

Ticking sound coming from a .pkg package? Don't let the .bom go off! Inspect it first with Pacifist. Macworld - five mice!
     
Senior User
Join Date: Apr 2000
Location: Woodridge, IL
Status: Offline
Reply With Quote
Jan 24, 2002, 03:28 PM
 
Comments are AppleScriptable through the Finder on both operating systems, so you could write a script that extracts comments through the OS 9 Finder and re-applies them through the OS X Finder. Either you'd need the script to store an intermediate database or you'd need to find a way of running the OS 9 Finder in Classic under a different name so AppleScript can talk to both Finders separately.
This is an excellent method, one I use myself to restore large numbers of comments. To get the Classic Finder to run, I believe you simply change its type to 'APPL' and launch it. I don't recall anything more complex than that. However, don't try selecting "Shut Down" from the Classic Finder's special menu.
     
Grizzled Veteran
Join Date: Feb 2001
Location: adrift in a sea of decadent luxury and meaningless sex
Status: Offline
Reply With Quote
Jan 24, 2002, 04:45 PM
 
Originally posted by diamondsw:
<STRONG>

This is an excellent method, one I use myself to restore large numbers of comments. To get the Classic Finder to run, I believe you simply change its type to 'APPL' and launch it. I don't recall anything more complex than that. However, don't try selecting "Shut Down" from the Classic Finder's special menu. </STRONG>
I did that in 10.0, and "shut down" from classic finder just quit classic. it was very useful. But since upgrading to 10.1, classic finder complains when it starts up, that the finder is already open, or some other nonsense. Anyway, I can't get it to work in 10.1. Can you?
blackmail is such an ugly word. I prefer extortion. the X makes it sound cool
     
Dedicated MacNNer
Join Date: Mar 2001
Location: Indianapolis, IN USA
Status: Offline
Reply With Quote
Jan 25, 2002, 08:32 AM
 
I agree that it's up to the application (IE Browser) to store the url path and I wonder why IE doesn't do it in X?

I just downloaded OW (4.0.6) and it doesn't seem to save the path. I've tried dragging files and "save as"-ing. Neither worked.

Thanks
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 01:41 PM.
All contents of these forums © 1995-2009 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.4 © 2000-2009, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2