How does iMatch treat my own home-made recordings with high emotional value?

The question speaks for itself. I am cautious of using iMatch, because I am not sure what it will do with my precious home-made recordings (with performances of some of my deceased family members) of which there is no 'match'. Is it smart to make a back-up of these files first before sending them away in the cloud? Will it back up these files and make them available for all of my devices for my family when they log in under my name?

Hi,
Match will not change your files. If they meet match requirement regarding file type, size and bit rate they will be uploaded as is. If they are aiif, WAV or lossless they will be transcoded to 256 Kbps.
You should maintain a separate back up of all your music - do not rely on match.
The music will be available to stream or download on other devices and computers whilst signed into your Apple ID but be wary of the authorization rules. http://www.apple.com/uk/support/itunes/authorization/
Jim

Similar Messages

  • How can I get my own home movies into the Video app in iOS 5

    How can I get my own home movies to be visible in the Video app in iOS 5.
    where do I place them and what format does iPhone want it to be in?
    thanks

    Thanks for this info Johnathan, it answers part of my question about format.
    I also want the videos I'm transfering to be visible in the "Video" app on my iPhone (I dont have an iPad, Yet. )
    Right now, in order to see my videos I have to share iPhoto albums/etc.. from within iTunes. this mixes them up within the "Photo" app. Don't get me wrong, that is great, at least I can see them there in an album I made for "Home Movies". but I would like to know if there is a way to make them visible to the "Video" app which has catagories like "Podcast" & "Music Videos".
    I'd lke to add a "Home Movies" catagory there and
    Has anyone out there done this?
    Ance again, thanks for the info

  • How does the JRE determine java.home?

    I recently upgraded from jre 1.4.1 to 1.4.2.
    I'm having problems with applets, and I've traced the problem to the fact that java.home still points to the old JRE directory. Here is a line from the system properties dump in the java console:
    java.home = C:\PROGRA~1\Java\J2RE14~1.2_0
    That directory doesn't exist anymore. The directory that contains the jre is now c:\program files\Java\j2re1.4.2_01.
    I properly uninstalled 1.4.1, and I've tried uninstalling everything java related, manually deleting everything I can find (files, folders, registry settings) related to java or sun, and reinstalling, and this problem is still there.
    I've also tried setting the property in the JAVA_HOME environment variable as well as setting it as a runtime option in the java control panel ( -Djava.home=. . .). No dice.
    How does the JRE determine java.home? Is there a way to manually set the path?

    Check regedit with the oldvalueThanks -- I tried that. The old value is not in the registry, and all of the registry settings for java.home point to the correct directory. The java.home value that ends up inside the plugin must be determined some other way (at least in 1.4.2).
    If anyone out there knows where it comes from, please let me know!
    Thanks.

  • How does one create their own interpolation

    I am currently working on a tile-based environment in which the user controls a tank. I have been attempting to use interpolators to smooth out the movement between tiles, but I have had a lot of trouble acheiving the desired effects. From what I have gathered from various posts is that the interpolator classes are only useful for repeating animations (please correct me if this statement is wrong).
    My question then is:
    How does one create their own or methods which simulates the interpolation behavior; I am particularly interested in the PositionInterpolator for translating the missles fired by the tank.
    I attempted to do this several times, but I have failed. Here is one of my attempts:
    public void fire()
         show(); //show the missle geometry
         int TRANSLATION_TIME = 1000; //blast alive for 5 seconds
         float DISTANCE = 20.0f; //missle travels a distance of 20 units
         //interpolate path
         long startTime = System.currentTimeMillis();
         long endTime = startTime +TRANSLATION_TIME;
         long interval = endTime - startTime;
         float translationPercent;
         float lastTransPercent = 0;
         float dist;
         Transform3D translate = new Transform3D();
         while(System.currentTimeMillis() < endTime && !collision)
         interval = System.currentTimeMillis() - startTime;
         translationPercent = (float)interval/TRANSLATION_TIME;
         dist = DISTANCE*(translationPercent - lastTransPercent);
         lastTransPercent = translationPercent;
         translate.setTranslation(new Vector3f(0.0f, 0.0f, -dist));
         interpolate(translate);
    public void interpolate(Transform3D translate)
         Transform3D t3d = new Transform3D();
         missleTG.getTransform(t3d);
         t3d.mul(translate);
         missleTG.setTransform(t3d);     
    What happens using this code is that the missle just waits at its initial location until the TRANSLATION_TIME has passed, and then jumps to the final position -- the missle does not smoothly translate to the final location. Are there any explainations out there for this behaviors.
    -Thanks in advance

    Hi,
    I'm also working on a game environment where the user can move around in a spaceship and fire missiles etc...
    I haven't looked much at interpolators, but I use Behaviors for everything I need to move/rotate/scale...
    You can for example create your own behavior (by extending the Behavior class) and set it up to move the missile when you press a specific key, or when any other kind of event takes place...
    You should check the documentation for the Behavior class.
    Hope this helps...

  • How does the email program in the suite compare with Google GMail especially in handling spam or are both about the same?

    How does the email program in the suite compare with Google GMail especially in handling spam or are both about the same?

    Firefox doesn't include an email client. Are you asking about the Seamonkey suite? The Seamonkey support options are over here: http://www.seamonkey-project.org/community

  • How does one uninstall iTunes from a desktop PC with an XP OS?

    How does one uninstall iTunes from a desktop PC with an XP OS?

    Use the add or remove programs control panel.
    Are you intending to reinstall?
    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • How does the delta works for changes made to Sales Document

    Hi Experts,
    How does delta for 2LIS_11_VAITM for the changes made to Sales Order Header.....
    Example:
    If a sales order had 10 line items any changes at the item level are captured by 2LIS_11_VAITM
    Could you please update me on how the changes made at Sale Order Header level like Change of contract Date...etc
    Does those changes are captured by 2LIS_11_VAITM.......
    Please update

    Hi,
    SAP written lots of programs inside the Extractor, so it is not possible to tell how it will work, so you goto RSA2 in ecc and give the datasource and click on display and see the Function module and debug it you will know.
    Thanks
    Reddy

  • How does iMatch determine when to "match" and when to upload?

    Does anyone know how iTunes Match determines a match?
    I have songs purchased from non-iTunes sources and, even though they are available in iTunes, iMatch is uploading them instead of "matching" them. Any idea why? Is there something I can change in the song info to make them match? Genre maybe? The artist, album, and song names match as best as I can determine, but maybe iTunes Match is expecting them to be slightly different, like capitalization differences or something? Anyone know?

    I'm very interested in this as well. I have dozens of ripped CDs that are also available on iTunes, but they didn't match. In some cases, it was one or two songs. In others, it was the whole album. For example, Beggars Banquest by the Rolling Stones did not get matches. U2's War was mostly matched, but a couple of songs were not. "Drowning Man" from War is 4:15 on the CD but 4:14 on iTunes. Is it as simple as that? I would think Match would work more from a signature (like the app Stanza) versus length and such. Those are too easy to get wrong.

  • How to add specific help to home made vi or labview standalone applicatio​n ??

    Hi, i want to add help for my application, build using labview. so that the application becomes user friendly.
    in my application there is one main VI and other 8-10 sub/sub-sub VI's. i want to place handling instructions and other help in the main VI's help menu.
    Can anyone help me out for this issue?? how to add that help. currently that "search this vi's help" option is shown disabled in the application.
    Solved!
    Go to Solution.

    Besides adding description and tip to each control and indicator, filling in the description in VI properties>Documentation, the LabVIEW Help (of all places) has information on using Microsoft tools to compile a help file. Just search for the topic 'Help'. As we have just seen, the hard part is getting the user to actually use the help.

  • If software update in not applicable to a computer, how does it treated?

    Hi,
    I have a question. If a particular software update is not applicable for a computer, is it treated as a non-compliant or compliant computer?
    Thanks!

    More info:
    Software Updates Compliance Assessment          
    http://technet.microsoft.com/en-us/library/gg682168.aspx#BKMK_SUMCompliance
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How does iPhoto treat the "Pictures" folder

    I usually import my photos from my iPhone or iPad.  I plug them in, iPhoto pops up, i import the photos and erase them from my mobile device.  That way I leave space in my mobile device.
    But I was recently sent a few pictures via email.  I have them in a folder called Estancia which I have placed in my Pictures folder (the one created by OSX automatically).
    However when I open iPhoto, those pics are not displayed.  Obviously since I havent imported them into iPhoto.
    My question is, how should I do that?  If I import the folder, wont I have 2 copies of the same picture (one in the Estancia folder and another inside the iPhoto Library-folder)?

    Import the folder normally; by default, you'll then have two copies of the photos, and can then delete the copies in the Pictures folder if desired. You should back the photos and entire library up as well.
    (105333)

  • IPod nano: How does the display looks like during first connection with a computer?

    Hallo everybody,
    Today I got my brand new iPod nano. I connected it to my computer approx. 30 minutes ago.
    The window in iTunes opened and I could chouse all the details. So far, so good.
    But what about the display? I can only see a black and white display with the word "iPod" in the middle of the first line and a symbol of a battery on the right.
    In the middle you can see a picture of part of the cable connection and beyond the Message "Connected. Eject before disconnecting".
    So, when will I see the home screen or the buttons? Does anyone know? Have I done somthing wrong? Or do I have to wait until the batterie is full for the first time?
    Thank you very much an greetings from Germany,
    Petra

    Hello thetwy,
    Try the reset while the ipod is plugged into the computer. Steps here:
    http://support.apple.com/kb/HT1320
    If that does not work, use a different usb port on your computer, and/or, try the reset on a different computer.
    Hope this helps.
    ~Julian

  • How can I set up a home wireless network with Comcast high speed internet?

    I just signed up for Comcast High Speed Internet. I was able to get my Power Mac onto the internet. However, I connected my Airport Extreme and am unable to get it to recognize that I have an internet connection. I want to set up a wireless network in my apartment. Comcast tech support said that I only have one IP address.
    Any suggestions as to how I can get my wireless network up and going? Thanks!

    Should I change set up so that cable goes from the cable modem directly to Airport Extreme and then use the ports on the Extreme to run Ethernet Cable to Power Mac and other devices?
    Yes
    As an aside, would this setup allow me to hook my iBook up to Airport via Ethernet cable and let it get into Internet that way?
    Yes

  • How does Autodesk Maya run on the MacBook Pro with Retina Display?

    Hello there,
    I'm interested in using the MacBook Pro with Retina Display for Autdesk Maya and wanted find out what people's experiences with that are. It'd be great if anyone can help share their experiences!
    Thanks!

    One thing I do know, is the the UI is very small and menu items/buttons are hard to see. Someone posted a video of a now removed autodesk forum response on how to adjust font sizes .cfg file style, but I tried and it did nothing to the small text in Maya 2014. If you plan on it and don't have button and menu locations memorized by feel, I wouldn't use this software on a macbook pro without an external display, or change the resolution out of retina to use Maya.

  • How does your entity, or entities you have worked with, manage data for their dev/quality/cert environments?

    Background- We have development and certificiation environments for SAP changes. These environments are kept in sync by ensuring that we adhere to a progression for configuration changes- they always move thru the same dev, quality, ceritfication, production process with testing at each phase.
    As a business user, a challenge I encounter is having production type data available in the dev/qual/cert environments so that I can adequately test changes.  We refresh our environments periodically to a copy of production, including data.  After the refresh, no new data goes to these environments, only test data as entered by individual users and testers.  This means that tests performed soon after a refresh have a lot of relevent production data to use for testing, but as we move further thru the year, the data is less and less avialable and less relevant.
    Some of our changes are impacted by volume, but due to how we handle our environments, volume impacts are difficult to test or asess.
    How do you manage production-like data for your dev/qual/cert environments? Do you encounter this same issue or have you found a solution?
    Thank you!

    Thanks for your comments, it is clear you understand my plight.  The trouble is fully understanding what Apps and App Features are transferring data in the background any time you happen to turn WiFi to on (even if you have had it off most of the day or night).  Obviously things like Location Services can constantly be sending and receiving data from my iPhone without any action on my part.  Also if you have things like photo backup on the iCloud then each time you take a photo you are sending a copy out.  All App Updates if set to Automatic also can add up to quite a bit of Data.  Reading the News on AP or scrolling through FB News Feed is actually adding up to a lot of Data.  There could be other culprits that I am not even thinking of.  I don't want to turn Apps like Find My Phone off or turn iCloud off due to loosing the value of such a program entirely.  Again thanks for your quick response. 

Maybe you are looking for

  • ERROR   OGG-01296,OCI Error ORA-01400

    Discarded record from action ABEND on error 1400 OCI Error ORA-01400: cannot insert NULL into ("SICK"."SI _RECORD"."CARD_TYPE") (status = 1400), SQL <INSERT INTO "SICK"."SI_CARD_RECORD" ("ORG_ID","CARD_NO","MODIFY_TIME","MODIFY_OPERATOR","REMARK") VA

  • Barcode Reading at the time of MIGO

    Hi all, My requirenment is to read the serial no's from a text file genarated by Barcode reader and pass it to screen field in  MIGO at the time of Goods receipt. Is there any Exit/BADI for this. The text file contians Material no and serial no of th

  • Page, controller, or MIME SearchHelp.htm already exists in application Z_ABC

    Hi All,         I am facing an error while enhancing a view of Standard Component . Error Is 'Page, controller, or MIME SearchHelp.htm already exists in application Z_ABC'. But the view is not Enhanced,So please help me to overcome this. Thanks In Ad

  • I tunes update does not recognise my nano

    I have just updated i tunes on my PC running windows 8 and now my nano is not recognised as a device any idea?

  • AP has been crashing and has been "Not Responding"

    I can't believe this! Ever since I chose to do the most recent update (2.1.3?), AP has been crashing and has been "Not Responding" and I almost Force Quit before it before it came back to life. First I imported from an existing folder (using referenc