HT4236 Is it possible to change the location of the ipod Photo Cache?

Is it possible to change the location of the ipod Photo Cache?  At the moment it is created in my photos folder in win 8 which saves to my SkyDrive so I have duplicates and wasted space on the drive.
I would like to change the location to a location which is not saveed in the cloud.
thanks

The logo is in it's own table cell - so css will not work (can't change the order of table columns using css). You could possibly replace the logo image on the server with a single white pixel (create a custom skin if you want), then add a new background image to the table (class is HeaderTopBar) aligned right and no repeat using CSS. You would need to pad out that right side somehow to make it align (the last cell has class HeaderPageStatus and contains the status image).
Regards,
Robert

Similar Messages

  • TS1314 How do you change the default location address (in My Pictures) of the IPOD Photo Cache ?

    How do you change the default location address (in my pictures) of the IPOD Photo Cache ?

    You do no specifically. It sounds like you are syncing a folder to the iPod. In that case:
    From a Folder on Mac OS X, Windows XP, Windows Vista, or Windows 7
    The iPod Photo Cache will be located in the folder you selected to sync with. 
    Thus, you have to change the location of the folder you sync with.

  • How do you delete the ipod photo cache?

    I added photos to my Ipod and it came up with a folder called "Ipod Photo Cache", It also came up with a folder called "Photo Library". When I enter both folders the only option I am given is to edit the picture but not delete it. Could someone please tell me how to delete the two folders?
    Thankyou

    Hello ladies and gentlemen,
    QUICK TIP to delete annoying ipod photo cache
    Check list:
    1. Make sure you connect your device on the computer
    2. Connect to Itunes
    3. Click on iphone or ipod device
    4. Select "photo" located slightly at the top right centre
    You will notice a check mark beside "Sync Photos from" which the folder your cache is located in your computer synced to your phone
    5. Make sure to DESELECT "All Folders" by clicking "Selected folders"
    6. Lastly, click on the "SYNC" button below the window screen located on the right side.
    EASY!!!

  • How to get rid of the iPod Photo Cache?

    When exploring the iPhoto folder using Finder, there is a folder called "iPod Photo Cache"
    I barely have any photo's stored on my iPod and yet the folder is 6GB! this is because i used to sync my entire library to my Ipod, but not anymore, yet the folder is still huge
    i tried to remove it once, but that messed up my ipod and wouldnt let me sync any photos at all
    how do it remove this folder or at least reduce its size without messing up my ipod?

    andy
    The only way to do it is to drag it out of there and into the trash.
    Next time you sync it will take longer as the cache is re-created.
    Standard Warning: Back Up First!
    This file does get out of hand on some folks machines, and it removing it will not affect syncing.
    Standard Warnng: Don't change anything in the iPhoto Library Folder via the Finder or any other application. iPhoto depends on the structure as well as the contents of this folder. Moving things, renaming things or otherwise making changes will prevent iPhoto from working and could even cause you to damage or lose your photos.
    Removing the iPod cache is one of the exceptions.
    Regards
    TD

  • My husband recently tried to sync my ipod to itunes and in the process he managed to loose all the photos I had stored on the ipod.  When I go to my pictures folder on my (Dell) laptop there is now a folder called ipod photo cache.  How do I view?

    My husband recently tried to sync my ipod to itunes and in the process he managed to loose all the photos I had stored on the ipod.  When I go to my pictures folder on my (Dell) laptop there is now a folder called ipod photo cache.  How do I view these files? They are now show as ITHMB files!

    Those photos taken or bumped photos should bi in the iPod's Camera Roll album
    - If they are in an iPod backup then restore from that backup. Note however, that the the backup that had the photos may have been overwritten by a subsequent backup that did hot have the photos on the iPod.See the restore topic of:
    iOS: How to back up
    - If you used PhotoStream then try getting them from your PhotoStream. See that topic of:
    iOS: Importing personal photos and videos from iOS devices to your computer
    - Have you looked on the computer? Maybe they were imported to the computer and then deleted from the iPod. Since the photos were not synced to the iPod they are not in the iPod Photo Cache folder .

  • Is it possible to change the formating of a template.

    I am new to iweb & working on a heavy web site. I use Template "modern" & Blog page for the entries.
    1. Is it possible to change the Heading colour & size to a different one in the template, without changing it in each & every Blog entry.
    2. I want to remove the "Read More" text from the main Blog page & want to link a PDF file in that location. Is it possible.
    Please help
    Thank you

    I could not find any way to do that. There is no way access the song information like you do through iTunes.

  • Is it possible to change the URL of the browser corresponding to changes in the timeline?

    Hello,
    I'm trying to create a whole website in Edge. Is it possible to change the browser URL for different sections of the animation. For example me.com/part1 leads to 2.0 seconds in the animation. And for example when you type me.com/part2 the browser would go to 4th second of the animation. And vice versa, when the animation reaches the 4th second the browser URL would change to me.com/part2. It would be really great if that were possible. Any ideas on how to accomplish it?
    Thanks!

    Hi there, Joel's example seems to be exactly what you're trying to do. All you need to do is replace his functions with your functions.
    There are two main parts to his example: 1) reacting to a URL change directly in the URL bar, 2) reacting to a button click, and setting the URL
    Regarding Item 1: this line (this adds a listener for when the URL hash is changed, and calls the 'sym.animate' function in his example). Note that he is linking the value after the # with the symbol names 'panel1', etc. This line enables the functionality for you to be able to directly change the URL to: testStep95.html#panel2, and the site will change pages.
    $(window).on("hashchange", function(){sym.animate(location.hash.replace("#",""), sym.onStage)});
    Regarding Item 2: he's setting the page title (based on the active panel symbol) and URL hash, in the  'sym.animate' function. He calls the 'sym.animate' function on click of btn1, btn2, btn3:
    document.title = panelIn;
    window.location.hash = panelIn;
    Props to Joel for his slick example!

  • Is it possible to change the compiler that is built into Sun Creator?

    Is it possible to change the compiler that is built into Sun Creator?
    I would like to compile my project to run under the JNI. I have tried to use the command line to run the javah -jni filenames but I always get errors and my assumption is that I need to change or adapt the IDE WITHOUT violating any licensing agreements to get the JNI working in this IDE.
    I would appreciate any help that I could get in regards to this issue whther someone from SUN wants to comment or if any developer's have had this issue and have solved it...

    Okay, I just tried this. I changed the default location of J2SE JDK in the creator conf file. Saved the file.
    For example:
    #netbeans_jdkhome="C:\Program Files\Sun\Creator2_1\java"
    netbeans_jdkhome="C:\Program Files\Java\JDK1.5.0_04"
    On restarting the IDE the new path is taken. To see the change: go to main menu -> Help -> About Java Studio Creator . Go to Detail tab. You will see the values for Java and Java Home changed as per your change in the creator.conf file.
    Hope this helps.

  • BT Home Hub 2.0- is it possible to change the defa...

    is it possible to change the default ID eg rename from "BTHomeHub2-****" to something a bit more user friendly? -another reason for wanting to do this is because we seem to be saturated with BT home hubs in this location which makes it difficult to identify ones own network.
    Solved!
    Go to Solution.

    Hi,
    Sorry to hijack this thread, but if anyone could help, that would be great.
    Ive just setup a new HomeHub2, and it mostly works fine. However, I have tried to change the SSID a couple of times (going through the advanced settings section of the hubs' browser page), and it seems to work briefly, but I am unable to then connect my PS3 to the changed SSID (going through the relevant network settings section). And following that, reconnecting to the changed SSID from my laptop will not work.
    The error message is that the WPA key is wrong. I know that I have not typed it in incorrectly, and am wondering what might be going on here? Does the WPA key need resetting also?
    Cheers for any help that follows,
    Adam

  • Is it possible to change the number of weeks to be displayed in the month view in calendar (mavericks)?

    I'd like to know if it's possible to change the number of weeks to be displayed in the month view in calendar? Thanks!

    No.
    There are up to six calendar weeks that might be used to display the 31 possible days in a month.
    So the month view displays six weeks.

  • Is it possible to change the ALV report layout settings in spool request

    Hi All,
    Please let me know is it possible to change the ALV layout settings in background as we can change the layout settings in foreground to get correct format when download to excel.
    Regards,
    Jyothi CH.

    Hello,
    Add a parameter for layout on selection-screen (p_varmm LIKE disvariant-variant).
    As you are in backgroud mode, ALV will be printed with this layout (assuming you call correctly the MF ALV_LIST or REUSE_ALV_GRID)
    Regards,
    Christophe

  • Does anyone know if it is possible to change the display in week view to show 24 hours per day for those of us that work irregular hours

    Does anyone know if it is possible to change the display in week view to show all 24 hours per day for those of us that work irregular hours.
    Also is it possible to have all of the 'all day' entries showing, not just 3.5 of them.
    The app Week Cal HD was the perfect calendar until Apple removed it so could they please offer the same facilities that it offered.

    Does anyone know if it is possible to change the display in week view to show all 24 hours per day for those of us that work irregular hours.
    Also is it possible to have all of the 'all day' entries showing, not just 3.5 of them.
    The app Week Cal HD was the perfect calendar until Apple removed it so could they please offer the same facilities that it offered.

  • Recently, I discovered I have two iCloud accounts. Is it possible to change the Apple ID from one account to match the second account, without losing the information on each account?

    Recently, I discovered I have two iCloud accounts. Is it possible to change the Apple ID for one of the accounts to match the other account, without losing the information from either account.
    thanks

    Welcome to the Apple Community.
    It's a little tricky to move data from one iCloud account to another but it can be done. But what makes you think you have 2 iCloud accounts.

  • Is it possible to change the video card of a pavilion g7-1075dx?

    So, I have an HP Pavilion g7-1075dx Notebook with Windows 7. I'm an avid gamer and wish to play the newest games. However, there's one problem thats keeping me from doing so. Alot of the newer games require newer video/graphics cards. This particular laptop has an ATI Mobility Radeon HD 4250. The newest games seem to require ATI Radeon HD 4850 and above. This is the only thing thats keeping me from playing games like Starcraft II on the highest settings OR in the case of Star Wars: The Old Republic, it almost keeps me from playing the game, period, due to the graphics being too much for my current card to handle, causing massive lag. I was hoping I could change the video card. Upgrade. However, i've heard that with most laptops or notebooks you can't upgrade anything other than the RAM. I'm hoping anyone on here can help me out and tell me if it is possible to get a new video card for my laptop. We don't have a desktop computer so this laptop is my only hope for a long time to play newer PC games.

    Alright, let me put this in a simpler message: Does anyone know if it is possible to change the video card currently in my laptop, the HP Pavilion g7-1075dx, for a newer and better one. ATI Mobility Radeon HD 4250 to ATI Radeon HD 4850 or higher.

  • Is it possible to change the colour of box in script from black to blue

    Hi,
    Is it possible to change the colour of box in script from black to blue  or some other colour and background colour also...if so how....
    Thanks.

    No..
    It is not possible in scripts..
    In scripts u cannot use colors..
    In smartforms u can do that..
    reward if it helps u..
    sai ramesh

Maybe you are looking for

  • Full screen preview

    Hi, Is there an option to preview your sequence on full screen? If only have one monitor? I don't mind that quality is less, It's just that sometimes you might want to look at things a little bigger without having a 2nd monitor. The closest I can see

  • Streaming from my iphone to my ipad to my mac?

    I have icloud and my pictures stream from my iphone to my ipad but NOT to my Mac?

  • How many Win 7 x64 Critical Patches for Sept 2012?

    Hi, How many Windows 7 SP1 x64 Critical Patches released by Novell for ZPM? We only see 2? Is that what others seeing or is something wrong on our system we did do a rest few day ago that also disabled all patches. Did anyone one else had similar exp

  • I want to join 3GPP clips together, will Quicktime Pro do that?

    I have the Droid and I took some amazing videos at a concert. They are in great quality and I would like to join the clips together to make one longer video. I tried using iMovie, but it doesn't support 3GPP format. I tried converting the files to a

  • Can't connect to the internet! Help!

    I finally got my iMac back for it's third repair in two months and I've spent the entire night trying to get it onto the internet via airport. What's surprising is that I am typing this from the same network on a PC. I am beginning to think it's a ha