Many .plist files are now binary encoded, rather than the tradional XML format. SafariSorter doesn't understand the new binary format. You'll need to use the PLUTIL command in the TERMINAL app for change the format of the bookmarks.plist file from binary to XML, and then back again after SafariSorter has done its work.
In TERMINAL, type 'man plutil' for more info.
'plutil -convert xml1 bookmarks.plist', then use SafariSorter, then 'plutil -convert binary1 bookmarks.plist'. Cheers, Al
SafariSorter
alphabetizes Safari bookmarks, manages duplicates
Version: 3.11
Need to use PLUTIL under 10.4.x
Feedback Type: Usage Tip
Contributed by: heynnema Tuesday, October 11 2005 @ 05:50 PM PDT
Product Platform: MacOSX
Used Product For: Less than a month
Recommend Product: YES
Comments
Need to use PLUTIL under 10.4.x - pmerel
You need to have the 'bookmarks.plist' file in your USER DIRECTORY. It did work this way for me.That was a great great tip, by the way. Thanxxxxx
Monday, November 21 2005 @ 10:23 AM PST
Need to use PLUTIL under 10.4.x - EmilGH
I made a simple automator action to run this app.Run Shell Script - "plutil -convert xml1 ~/Library/Safari/bookmarks.plist"
Launch Application - (Set Safari Sorter to Sort at Launch)
Run Shell Script - "plutil -convert binary1 ~/Library/Safari/bookmarks.plist"
Saturday, December 02 2006 @ 12:11 PM PST
Need to use PLUTIL under 10.4.x - chris_kolumbus
doesn't work for me. when I type 'plutil -convert xml1 bookmarks.plist' in terminal following message appears: 'bookmarks.plist: file does not exist or is not readable or is not a regular file'. any ideas?Reply to This
Monday, October 24 2005 @ 03:53 PM PDT