Multiple Libraries, Multiple Dates

I'm so confused. It seems that whenever I update to a new version of iTunes, it reverts to an old library. Also, itunes doesn't appear to be naming/dating the libraries correctly. Here is what I get when I go to previous iTunes libraries.
Library 2013-10-25 *mouse hover - last updated 11/3/2013*
Library 2013-09-21 *mouse hover - last updated 12/18/2013*
Library 2013-11-03 1 *mouse hover - last updated 09/20/2013*
Library 2013-11-03 *mouse hover - last updated 03/12/2012*
I figured out that the correct one is the one that updated last night. It's using the one with the most recent date, which makes sense. But why in the world is that one last updated 3/12/12... before the library was even created??
How do I fix the problem, and how do I get the dates to correspond?
I am running Windows Vista. (Yeah, yeah. I know. But I havne't had any major problems with it.)

It depends! If you just want to list those dates as a bit of text, then you can use the following as a formula - just change the ?start and ?end parameternames to whatever you are using:
stringvar dates:="";
numbervar days:=datediff("d",{?start},{?end});
datevar workingdate:=cdate(dateadd("d",-1,{?start}));
numbervar i;
for i:=1 to days+1 do
workingdate:=cdate(dateadd("d",1,workingdate));
if dayofweek(workingdate)=2 then dates := dates + "Monday "totext(workingdate)chr(10)
dates;
If, however, you want to show some data for each of those dates (ie: use each monday in the range as a row/detail section), you will have to have a table of dates in your database, and link+selectexpert from/on it... code to create it for SQL follows...
declare @start datetime
declare @end datetime
set @start = '1 january 1980'
set @end = dateadd(yyyy,100,getdate())
create table crystal_dates (id int identity(1,1), datetime, int, monthname varchar(20), int, dayname varchar(20))
while @start <= @end
begin
insert into ext_dates (, ,[monthname], , ) values (fn_dayonly(@start), month(@start), datename(month, @start), year(@start), datename(weekday, @start))
set @start = dateadd(dd,1,@start)

Similar Messages

  • Multiple libraries, multiple instances, multiple preference sets

    Hi everyone!
    I know how to create multiple libraries, but does anyone know if it is possble to access through ONE instance of iTunes the multiple libraries created? If not, is it possible to run multiple instables of iTunes?
    In any case, if it possible to have different preference sets for each library?
    The reason I'm asking is that I find it really great to have multiple libraries so that one can have media on different drives/locations and better manage one's media. However, it's a real pain in the *** to have to quit iTunes, hold the Option key while starting iTunes, choose a library, and play whatever one wants to play.
    Syncing with an iPod, too, is a pain, because I have to manually manage the iPod.
    So until, iTunes does all this by itself, does anyone know of a solution?
    Thanks.
    PowerBook G4 17"   Mac OS X (10.4.9)  

    Good thoughts, and maybe we'll get there someday. Already, Apple has made a complex business (managing a media library) impressively easy through iTunes, and it's steadily improved iTunes, too. Of course, the success that Apple has had in software ergonomics always leaves it in the position of having consumers say, "Well, if you can give us this, then why can't you give us that?"
    At the same time, many--probably a large majority--of iTunes users do not discern the difference between the iTunes Library and the collection of music files the Library refers to. I'm sure Apple is concerned about confusing such users by adding the kind of complexity and power to iTunes that some of us could take advantage of. It's a tough balancing act.
    (BTW, I think Apple should have chosen its iTunes terminology a little differently in order to help users more easily understand iTunes organization. Maybe the iTunes folder could have been called the iTunes Library folder, the iTunes Music Library file the iTunes Music Catalog, and the iTunes Music folder the iTunes Music Holdings folder, or something along those lines that makes for a closer analogy with a regular, physical library.)
    I still think Apple could give you the feature you seem to be looking for by creating a new kind of preset...maybe call it Collections, or something like that... that would allow you to store different sets of preferences affecting Importing of new tunes--location, file format, etc. Then you could do what you want within one library.
    Who knows? ...Hope you get what you want sometime soon!
    iMac G4 17; iBook G4 1.33 Mhz 14; iPod 3G 20GB   Mac OS X (10.3.9)  

  • Multiple libraries, multiple devices

    Hello
    I have 3 Macs , 1 ipad and 1 4S,
    only my Macbook Pro is synced with my iphone and ipad.
    How do I get all my devices have same applications and same itune library.?

    Cannot be done. Only one instance of iTunes can be open at a time.
    tt2

  • Creating multiple libraries and using an external drive for data

    I'm a recent switcher and new to iphoto. On the windows platform, I used adobe album. I have a around 10k of images that I put on an external drive which is attached to my new imac. I deleted the iphoto folder and redirected it to my images on my external. All is working great. I'm looking for some advise on work flow of file/iphoto management. i.e. I'm assuming the more images I accumulate, the slower I photo is going to run? I hear you can create multiple iphoto libraries. Will that only load the photos that are associated with the library and I'm assuming optimize iphoto's performance versus always loading every photo you have taken every time you work in iphoto? If adding libraries is the way to go, can someone direct me to instruction on how to do this?
    This may be beyond this threads scope but I plan to put all my data (iphoto, imovies, itunes) onto an external drive in order to keep the imac main drive as clean a possible. Is my thinking correct in doing so. Any negative repercussion in doing so?

    Joe:
    I'm assuming the more images I accumulate, the slower I photo is going to run?
    You'll have to get quite a lot of photos into iPhoto before you start to see a real slowdown in performance. Users have reported libraries of 40K files and they perform just fine. However, do not keep all of rolls open as that will really do a job on the performance. Just open the rolls you need and close them all before quitting.
    Yes, you can use multiple libraries and only load what's in each. I use iPhoto Library Manager to manage and move quickly between 10 libraries. With the paid version of iPLM you can move albums and/or rolls between libraries as needed and keep the keywords, ratings, and comments intact.
    Using an external HD in order to maintain sufficient free space (10G minimum is what I recommend) on the boot drive to help optimize performance is a very good idea.
    As far as any negative aspects, it would be a good idea to have a second external HD as a backup to the working external HD. You can't be too careful with those image files (and other important files) that can't be replaced.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Using Faces recognition data on multiple libraries

    I have several libraries. Each needs to be updated with this upgrade. However, each needs to learn ALL faces instead of learning from the previously updated libraries. So, can one manipulate the data so all libraries can access the same Faces resources?

    No - as far as iPhoto is concerned there is only one library - the current one - there is no current way to have multiple libraries share a faces database - it is a part of the individual library database
    You can suggest to Apple - iPhoto menu ==> provide iPhoto feedback
    After it is updated for iPhoto '09 - http://www.fatcatsoftware.com/iplm/ - You may be able to merge the libraries using iPHoto Library Manager so you have only one which will have al the faces data in it but that probably does not give you what you want - unless you have multiple libraries due to the old fairly low capacity of iPhoto 5 and earlier
    LN

  • Multiple Libraries & duplicates

    I am sure that my problem is common so hopefully this post will help other people solve similar problems. It may have been answered in other posts although nothing has popped out as a clear and concise way to solve how to deal with multiple libraries and duplicate pictures.
    I have over the years created, edited and merged various iPhoto libraries. I now have such a mess of pictures and libraries I don't know what to do to organize them all. The smallest library is about 10GB, the largest about 45GB. I purchased iPhoto Library Manager and Duplicate Annihilator. I have attempted to merge some of the libraries but that didn't work that well. It created yet another library and more duplicates. I then (foolishly) attempted to drag and drop a library file and that created extra pics like thumbnails of the all the faces.
    So is there an easier way that sifting thru about 30,000 images?
    Do I deal with the duplicates in each separate library first, then merge and do it again. Or attempt a total merge, then scan for duplicates?
    Another approach I thought about is to work directly with the originals in the library contents.
    I am lucky that I haven't spent too much time with albums, books etc. There is some metadata (comments, maps and faces), but nothing to serious.

    Try using a free tool, ExifRenamer (http://www.qdev.de/?location=mac/exifrenamer)
    Do not use this tool on files inside of iPhoto Library. You can use the tool only with originals, in simple file format. So you probably need to export the files from iPhoto first before using the tool.
    It renames photo/video file names to date/time they were taken. You'd drop a folder containing the files onto ExifRenamer icon, and the files will be renamed. Pretty simple. You can specify the format of file name and other settings to your preference first. Once the files are renamed, you'd drop them into folders based on year/quarter/month.
    Basically you'd reorganize the files in this folder structure
    2009_01
    2009_02
    2010_03
    Or you could work with
    2009-q1 (for Jan - March)
    2009-q2 (for Apr - June)
    As you are dropping the renamed files into their directories, you may be asked to overwrite files, which you should do.
    Once you've renamed the files, you can reimport them into iPhoto Library. I recommend one iPhoto Library for 1 year. Maybe you could keep more years in 1 iPhoto Library. My personal preference is 1 iPhoto Library for 1 year.
    Lastly, please make a good backup and test before proceeding. I recommend this.
    -Let Time Machine run with iPhoto closed.
    -Export all photos from iPhoto into a separate folder. This is for backup and not to be touched.
    -Export all photos from iPhoto or duplicate the folder you created in previous step. Work with this folder when using ExifRenamer. Start working with small sets of files initially until you are comfortable.

  • Multiple libraries, Pbook/Pmac, advice for management & updating please.

    Hi Everyone,
    I travel frequently, and am looking for suggestions to keep all my iPhoto libraries up to date. I currently have a g5, Powerbook, and Mini.
    I just upgraded to iPhoto 6 and I have several thousand photos on my Dual g5. I just came back with 1000 more from my diving trip. The problem is, they are on my Powerbook, and taking up alot of space on the relatively small hard drive. I managed to work through the rough upgrade from 5 to 6, and now I need some more help...
    1) What is your advice for managing multiple libraries of photos.
    2) What is the best way to transfer the iphoto pics (and movies) to my desktop, which of course has the larger storage capacity, after travelling...
    Thanks,

    Jason:
    There are several different approaches to what you want to do. Let me just throw out a couple that I'm familiar with.
    To get the new photos from your PB to your G5 and maintain any keywords, and other organization effort you put into them, you'll need the paid version of iPhoto Library Manager. It will allow you to merge libraries or copy between libraries and maintain the metadata, etc. That's the only way currently available to move photos from one library to another and keep the roll, keywords, comments, etc. with those photos. You can connect the two Macs with one in the Target Mode, probably your PB, and then run iPLM to move the photos to the G5 library.
    Now there is a way to have a library on your PB that reflects the one on your G5 but is only a fraction of the size. That's to have an alias based library on your PB that uses the Originals folder as its source of source files. (My 25,600 files, 27G, are represented by an iPhoto Library folder of only 1.75G). When the PB is not connected with the G5, say with a LAN, it will have limited capabilities which are in part: you'll only be able to view the thumbnail files, be able to add comments, create, delete or move albums around, add keywords (but with some hassle-but it can be done). You can't do anything that requires moving thumbnails around, work with books, slideshows or calendars. Once the two computers are networked together again the library will act as normal.
    Now while on the road you can have a "normal" library to import new full sized files, keyword them, add comments, etc. and then transfer to the G5 library. Once in the G5 library they will be represented in a roll(s) and corresponding folder in the Originals folder. You then fire up the "alias" library, and import those new folders in the G5 Originals folder.
    It may be a lot of work but it may be one way of doing it.
    I've not done any of the "sharing" with iPhoto so don't know if that's another possible candidate for transferring.
    P.S. FWIW I've created this workflow for converting from a conventional library to an alias based one.

  • How do I collapse multiple libraries into one library?

    I have a couple of dozen libraries, created over multiple versions of FCP, and now I have equivalent copies of events and resources strewn across multiple library files across three drives.  Plus, FCP has been automatically creating new instances of projects and storing them in files named with dates; I can't find the latest version to open it!
    How do I collapse all these libraries into one?  Hopefully not by moving event by event from one to another!  It takes a couple of minutes per event and resource; the program keeps wanting to "reload" resources after each move.

    It looks like you updated your libraries multiple times. Yes, the only way to consolidate them is to drag the events from each library into a master library.

  • Multiple Libraries on iTunes

    Is it possible to have multiple libraries on iTunes? How do I set them up.
    I have a library with about 26,000 songs and want to add out holiday music.
    I'd like to have a seperate library just for the holiday music and be able to switch between them.

    Steve:
    I must echo Matthew's recommendation of iTunes Library Manager. I am currently in the process of reencoding all of my CDs. I had ripped a substantial portion of them when iTunes first came out, and I did so without knowing what I was doing - some are ripped in low bitrate MP3, others were transcoded from AAC to MP3 and vice-versa. In some cases, there were problems with the rip and songs were truncated. I decided that rather than try to weed out the bad tracks, I'd just re-rip the entire physical library as Apple Lossless.
    By doing so in a separate library - I don't worry about duplicate tracks or the Lossless files getting mixed up with the MP3 data files, and then whenever I need a "clean" copy for my main library - I can just browse, import and convert to the desired codec. I also don't want the Lossless in my main library because that is the Library I use to sync with my iPod, and I don't have enough space to keep all my music in Lossless format on the iPod.
    The utility is very easy to use - when you first open it, you should save your current library under two different names, and then load the version you are going to edit. iTunes Library Manager will ask you if you want to quit and load, and then it will prompt you for relaunch. You can have as many libraries as you need. The current version doesn't have a way of creating an empty library - if you want to start from scratch for any reason, but all you'll need to do is delete the songs from the Library, but NOT - REPEAT NOT - FROM YOUR HARD DRIVE.
    Definitely worth the $5 shareware fee.
    Lita

  • Lossless to ACC Automator Conversion/Multiple Libraries/External Hard drive

    I've been playing around with setting up a home media server, and have run into a few issues and have a few questions about this.
    Question 1: Best way to rip into lossless format?
    -apple lossless vs. other: has anyone had problems streaming lossless files to iTunes/Airport Extreme?
    Question 2: Best way to manage multiple libraries?
    -Library manager vs. option key during startup?
    -see below
    Question 3:Any Automator scripts to convert Lossless to AAC, then save to desktop?
    Why this is important to me:
    -goal is to have large external HD as a media server with a mac mini/iTV as front end.
    -would like to have iMac hardwired to external HD via Firewire for data manipulation/editing, then upload into 'Master Source' file for photos, music, movies
    -would like mac mini/iTV (eventually) to act as always on front end client for external HD; would be hardwired/firewired to external HD to prevent lag time; thus could use front row for browsing photos, music, movies off TV monitor
    NOTE: no desire for cable/sattelite viewing - what I want to watch I would buy on DVD (backup reasons)
    -would like to have music stored in lossless format on external HD for home stereo use, etc, and have a duplicate library in AAC on desktop for syncing with ipod nano
    -look for my posts on Front Row issues/wish list for TS file viewing, problems with multiple iPhoto libraries
    BTW any external HD that have 2 firewire ports? Most that I see either have two USB 2.0 ports or 1 USB and 1 firewire port

    Hi Kirby-
    My IMac is 10.7.5 Aperture 3.4.5
    My MacBook is 10.8.5 Ap 3.4.5
    Guess it's been a while since I've posted.
    Thanks,
    J

  • Multiple Libraries - Best practice

    I have been using iphoto for the last 5 years, At the end of the year I move the library to an external drive and use iphoto buddy to point to it. Now I have 6-7 libraries and I would rather have everything, together.
    What has people found out is the best way to combine libraries so that all files end up in 1 directory on the firewire drive and then the best way to move this years photos from the hardrive to the ext drive, later? Or is having multiple libraries the best?
    Seems like i am always moving files to and from libraries and i loss any structure and backing it up is a pain. am i missing something here? Thanks in advance
    jf

    Jeff:
    Welcome to the Apple Discussions. The only way at present to merger multiple libraries into one library and retain keywords, rolls, etc, is to use the paid version of iPhoto Library Manager. That will get you one library. If that library gets very large then you might have a storage problem on your boot drive where you want to keep adequate free space for optimal performance. In that case multiple libraries might be best for you.
    FWIW here's my photo strategy. I keep my photos in folder based on the shoot (each upload from the camera after an event, usually family get togethers) in folders dated for the event and a brief description. I then import that folder into iPhoto to get a roll with the same name. Since I take the step to upload before importing to iPhoto I also batch rename the files with the international date format: YYYY-MM-DD-01.jpg and so forth.
    With iPhoto's new capability of using only aliases for the original/source files (I kept my original folders as a backup on a second drive) I used those original source folders for my combined library by importing those folders into a new V6 library using the alias method. So, for 17,400+ photos that take up 27G on my second drive, my iPhoto library on my boot drive only takes up 8G. This is very valuable for PB owners who can't afford that much library space on the boot drive. The one downside to the alias method is that if you delete a photo from the library the source/original file does not get deleted. Hopefully that will be in the next update.
    If the external is dismounted the library is still useable in that you can view thumbnails, create, delete and move albums, add comments and keywords (but with some effort). You can't do anything that requires moving the thumbnails or edit. I've created a workflow to convert from a conventional iPhoto library structure to an alias based one.
    The downside to converting as I mentioned is that you will lose keywords, albums, etc. due to the conversion. So it's not for everyone.
    Bottom line: for combining/merging libraries iPhoto Library Manager is the only option at the present time. Hope this has bee of some help to you.

  • Mediasource Organizer Multiple Librari

    I have a large MP3 collection in my "PC Music Library" and would like to set up sub-libraries so that my wife's and my favourites can be browsed more easily. Obviously I can set up playlists <EM>ad infinitum </EM>but these don't then enable me to narrow the playlist down further by genre (for instance), change the display order (which stays in the order added) and all the usual bells and whisltes available from the full PC Music Library view.
    As I suspect that this cannot be done with this program, can anyone recommend a music organiser that can have multiple libraries/sub-libraries?

    mdowers wrote:
    As you will see a couple of posts below I had already considered this approach, however, I just had a thought about YOUR stated preference for a single library for all users, regardless of their logon. Wouldn't this simply be a case of pointing each users options/settings library selection to the same database file (naturally stored in a shared directory)?
    You can't do this in MediaSource. Believe me I've tried - even hacked the Registry to point to a shared folder but CMS keeps rewriting it back to what it was. It then creates an empty library in the standard location.
    Each user's PC Music Library is stored within the User's profile - specifically in the C:\Documents and Settings\username\Application Data\Creative\Media Database folder.
    That's why I liked PlayCenter - you could have one library in a shared area and point all users at it. But in PC I couldn't get it to detect my MuVo N200.
    mdowers wrote:
    In terms of the first, without physically having two root music directories, one for each user, which the individual music libraries would monitor (together with their respecti've sub-directories), I think the act of manually including only the folders of interest applicable to each user's library would be time prohibiti've. Also I must say I would not be too enamoured by allowing my PC novice wife to get into settings/options menus as <EM>there be dragons there</EM>!.
    If you and your wife logon using different usernames then you can have different libraries but they can both be full of music that is stored in a shared area of your hard dri've. This is how I have mine set up now with the Media Sniffer set up to sniff the shared area. That way if one person rips a new CD then the other person gets the option of importing the tracks next time they log in.
    Will that not meet your needs?
    micromouse wrote:
    After that, switch to your wife's PC music Library via Tools->Settings->PC Music Library. then import only those tracks that your wife wants.
    MM - mdowers doesn't want to let his wife loose in Settings.
    PB
    Message Edited by PeeBee on 09-5-2005 07:53 PM

  • Multiple libraries iTunes and iPhoto

    Probably this is an item that Apple has to resove, but just put this remark in public as some people did before by addressing the problem.
    I love to use iTunes and iPhoto, but the most irritating failure of the program is that it has no possibillities for multi database contents (multiple libraries). Result: My harddisk is filled and filled with music and photo's and is getting so much overfilled that I had to stop using these programs on my PowerBook although that is the place I love to use iTunes from as I carry my music with me. I can write things on external CD's of DVD's, but as I do so, and I deleted the topics from my harddisk, it is no longer part of the library. I am not able to put a library on a cd or other harddisk and use it on my laptop, not taking all the diskspace I need for other work. As I want to use music, let's say from a CD that I bought, the music is imported and again my hard disk is filled again for some Mb's again. It would be convenient, also for organizing al the Gigabites of data if you could make different libraries for different ocasions. Libraries that I can put on my laptop if I want to use it. Make connection out of iTunes and use it. Like putting a huge CD in my laptop. Wouldn't it be crazy if I had to create a startup FireWire Harddisk just to use these programs? Another partition would not work as that is still on the same harddisk.
    Bill Gates, make this issue work of behalf of a lot of people that want to keep control over their own hard disk content. Regular databases like FilemakerPro also don't tell you to put all your data in one library organizing them from there.

    I haven't tried this yet, but I had a similar question and eventually found the suggestion to try
    http://www.dougscripts.com/itunes/itinfo/ituneslibrarymanager.php
    to create multiple libraries. This doesn't solve your iPhoto problem, although my guess is that if this works for iTunes, someone could also write a script for iPhoto, too.
    PowerBook G4 15"   Mac OS X (10.4.7)  

  • Multiple libraries - View them simultaneously?

    I'm upgrading from iPhoto 2 on my old powerbook. I have about 4 libraries (not by choice) that have many duplicate photos between them. I would like to delete the duplicates and end up with one nice neat library of about 4000 photos.
    My preference would be to have all of the libraries open at the same time and then scroll through them and delete. Some of the duplicate photos have different dates/times so I'd like to delete the ones with the wrong information so I need to be careful as I go.
    After I've whittled it all down, I'd like to merge it together. I know that I can do the latter with iPhoto Library Manager. Can I also have multiple libraries open simultaneously with it?
    If I can't have them open simultaneously, I've considered borrowing another computer so I can do it that way. However, maybe I should just merge it all into one huge library and try to delete that way. My concern is that as I identify a photo as a duplicate, I'd like to see all the others on the same roll so that I can check easily to see if they too are duplicates. If I merge together photos from the same date but from different libraries, will they still be considered different rolls? Can rolls be sorted by date on iPhoto 5?
    Is there anything in iPhoto 6 that would make this easier? I've been putting it off for 2 years and want to bite the bullet in the least painful but most accurate way.
    Thanks.

    Yes, it looks just like that. However, I don't always get the "choose library" option when pressing the option key when opening IPhoto. For some reason, I have to move the IPHOTOLibrary to the desktop (or another folder) to be able to choose the library that I want. After choosing my original library (IPhotoLibrary) it then loads all of the albums/folders that are located in the left of the window. It just doesn't load the photos in them. I haven't done anything to the original folders that were created in the IPhoto Library either. They have been left as they were originally created.

  • Multiple libraries/computers

    I have one library at work that is my "master". Every couple of weeks, in order to keep my home library up to date, I would copy the "itunes library" file to my work external hard drive and replace all music at my home external from that hard drive and then replace my home "itunes library" file with the one from work...whew! My question - now that the ipod can update multiple libraries with new music, if under the same account, is it possible to change my home library file now without wiping out all playlists created so that I can use the ipod for this tedious chore? The problem is that the ipod thinks both computers (home and work) are the same since the library file is/was the same. Plese, Anyone? Pretty please??!!!
    G4   Mac OS X (10.4.7)  

    I now know it is only for itunes store purchases. Nevermind

Maybe you are looking for

  • Java.lang.NumberFormatException: For input string: "DESCRIPTION="

    Colleagues, eBis 11.5.10.2. I'm getting a Warning in the concurrent manager when I submit a programme that has an attached xml template. The warning is stating: - ------------- 1) PUBLISH ------------- Beginning post-processing of request 2667735 on

  • Animated Gif Repaint

    I knew I was going to end up here eventually, stupid animated gifs. First of all, I get weird drawing artifacts on an animated gif on jkd 1.5, I upped this to 1.6 and everything is cool with displaying the gif. It could be because I'm running JBuilde

  • TS3274 my ipad is locked. im trying to unlock by sliding to the right and will not unlock. what can i do?

    trying to unlock by sliding my finger to the right and will not unlock

  • Use of memory card w/Z31

    I recently started using my Z31 and am curious about the memory card feature.  For what have people used this memory feature?  What software might be needed, if any, to use an application that might use the memory card?  What is the max memory card s

  • Cannot change dock icons

    I have change several icons. Some folder and some dock icons. All went well except dashboard and iCal. The change for them is reflected in finder but not the dock. I even changed the new icon from a document to a png file and changed the dashboard pn