Locally stored files LR and PS

I use Lightroom and Photoshop today. I have approximatly 300 Gb of pictures in Lightroom and 100 Gb in Photoshop. If I start with Creative Cloud, will my pictures and Ligtroom database still be local on my computer or will it change in any way?

Hi OlympusOM,
There should be no significant change other than the way licensing works for the two applications. This FAQ might be helpful.
http://helpx.adobe.com/lightroom/kb/lightroom-creative-cloud-faq.html
If you find that this resolves your issue or was helpful, could you please take a moment to come back to this discussion and mark the post as Correct or Helpful. Doing so greatly benefits your fellow users.
Thanks,
-Dave

Similar Messages

  • Opening locally stored files

    Hi - I'm slowly learning ActionScript...
    I've learned how to 'teach' a button to open a web page when
    it's clicked. Now I'd like to teach a button to open a file that is
    locally stored on the computer. For example; when I click a certain
    button, I want the file c:\...\sample.pdf to open (in it's native
    editor - outside of a web browser).
    Anybody know what function allows me to accomplish this?
    Thanks in advance!

    Use FlashJester JStart
    http://jstart.flashjester.com
    this will not work from a browser but from a Flash Projector
    file.
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. -
    http://www.flashjester.com
    There is a very fine line between "hobby" and
    "mental illness."

  • Using a local XML file for parsing - iPhone

    Good afternoon everyone. I am trying to create an application for the iPhone that will use an XML file for it's data source. I have been attempting to convert the SeismicXML application from the dev center to use a locally stored file, but to no avail. I have it building and running fine, but no data is appearing. Is there anyone that can give me an example of parsing with a locally stored file? Thanks!

    NSString *filePath = [[NSBundle mainBundle] pathForResource:@"myFile" ofType:@"xml"];
    NSData *myData = [NSData dataWithContentsOfFile:filePath];
    if ( myData ) {
    NSXMLParser *parser = [[NSXMLParser alloc] initWithData:myData];
    [parser setDelegate:myObject];
    [parser setShouldProcessNamespaces:NO];
    [parser setShouldReportNamespacePrefixes:NO];
    [parser setShouldResolveExternalEntities:NO];
    [parser parse];
    NSError *parseError = [parser parserError];
    if ( parseError && error) {
    *error = parseError;
    // Do post load activity

  • MobileMe/IMAP: locally stored messages disappeared

    Hi,
    with the current service window of MobileMe, I cannot access my e-mails via the web interface. Fair enough, I thought, I was looking for a message I sent yesterday, and this will surely be accessible through Mail or at least in my local IMAP directory. To my great horror, Mail does not show the folders, and in the library, the MobileMe directory is empty for all but the inbox files! All the folders are gone.
    I opened TimeMachine, and double-checked they used to be there. (Bad for me: the last backup was from before I sent the message.)
    Can anybody explain how locally stored IMAP folders and messages can suddenly disappear without warning?
    Thanks,
    Leo

    Same problem here today! Not good at all, i checked the settings of the account and even if i told mail to keep a local copy, all the messages disappeared.
    The thing doesn't affect the iphone mail luckily so i think that is a mail bug somewhere...

  • Playlist with DMP locally stored content ?

    Hi everyone
    I am new with DMP and have two questions. DMS system in my LAB contains DMS 5.2 and couple DMPs 4400. I was able to upload java script along with required content into DMP (using FTP) and start presentation from DMP. Requirement is to change that DMP content every day !
    Q1: Is it possible to upload content to DMP using scheduler or any other application or every time I need to manually change locally stored files?
    Q2: Is it possible to create playlist or scheduler to play DMP locally stored assets (html, flash…)?
    Thanks,
    O

    Good afternoon,
    What you are looking for is the "Cisco DMS Content Distribution" mechanism (check
    http://www.cisco.com/en/US/docs/video/digital_media_systems/5_x/5_2/dmm/user/guide/dmp/cds.html#wp2183551 for details)
    In short, the way this works is the following:
    You create a normal playlist on the DMM
    With a Content Deployment task launched from the DMM you upload all the required content (in fact, only the files that changed since last deployment) to a group of DMP
    Once the deployment has finished, you start they playlist from an automatically generated "Go to Url" task
    If you need further clarification on any of the points mentioned in the documentation link I sent you, please, do not hesitate to contact me again.
    Best regards
    Daniel

  • Loading local swf files from Application Dir (ios)

    Hi Guys,
    I would like to load additional local swf files to my ios release build but I am confused a little bit because of the new API changes.
    As far as I know at the moment (from Air 3.7 or newer) it is allowed to load local swf files that contains compiled actionscript both from local folder and from a predefined remote host as well. 
    My assumption based on this article:
    http://blogs.adobe.com/airodynamics/2013/03/08/external-hosting-of-secondary-swfs-for-air- apps-on-ios/
    I created the text file to include all of my local swf file names and created the following node in the application.xml:
    <iPhone>
           <externalSwfs>assets/SampleSWFInfoFile.txt</externalSwfs>
    </iPhone>
    When I compile the release build (ipa) using command line adt, it converts all of my local swfs into the stripped swfs which is perfect, but even though I include all the swfs in the compiler command, it puts only the SampleSWFInfoFile.txt file into the assets folder in the ipa but not the swf files.
    I assume, it thinks I will load these files from an external host, but I would like to include them in the app itself.
    I tried to copy the stripped swf files from the externalStrippedSwfs folder and comment the <externalSwfs>assets/SampleSWFInfoFile.txt</externalSwfs> node in the application.xml and compile it and this way it puts the swf files into the ipa, but when I try to install and launch the app it crashes and when I test it using Flash Builder it shows an error message
    "VerifyError: Error #1042: Not an ABC file."
    Do any of you guys know the  solution for this problem?
    Thank you for your help in advance!

    You're publishing in AOT mode as long as you use one of these:
    The AIR Developer Tool or ADT has targets that lets you package apps either for the AOT mode or Interpreter mode. The targets for packaging in AOT mode are ipa-app-store, ipa-ad-hoc, ipa-test and ipa-debug.
    Flash Pro CS6 and Flash Builder automate this process pretty well so it's invisible but the SWF loads and executes code just fine for me when directly published.
    If I take it to command line I can use this to compile successfully (iPad test app):
    adt -package -target ipa-ad-hoc -storetype pkcs12 -keystore my.p12 -provisioning-profile my.mobileprovision NameOfApp.ipa NameOfApp-app.xml NameOfApp.swf iTunesArtwork iTunesArtwork@2x AppIconsForPublish swfs/swfs.txt swfs/GenerateText.swf
    I at least include generic icons in there but I made a 'swfs' folder and placed 'swfs.txt' and 'GenerateText.swf' in there. The SWF uses code to randomly generate text and changes every second using a Timer. I load it in using the same code you do with the ApplicationDomain.currentDomain context. I see the SWF appear and text start randomly changing.
    As I compile there's a folder generated called 'externalStrippedSwfs' with the stripped SWF in there.
    One thing to note is I do not supply <externalSwfs>swfs/swfs.txt</externalSwfs> in my iPhone settings. If I do that it doesn't work. I supply the path to the text file containing the SWF I want to be stripped to adt itself along with the SWFs I want stripped and it takes care of the rest.

  • How to add a locally stored video file to a presentation

    Hi all ,
    I want to add a locally stored video file to a presentation .What is the url that i need to use..
    Ur help is much appreciated
    Thanks

    The recommended procedure is to create the presentation on the DMM (upload the video to the DMM) then create a deployment package using the presentation created on the DMM. Once you deploy it to the DMP, the DMM will FTP the video along with presentation files to the DMP which will contain the links to play the video that will be stored locally on the DMP.
    You may want to review the following thread to see how to trigger the local presentation to play and how to update it later:
    https://supportforums.cisco.com/message/3289668
    Regards,
    Fabio Bergamo
    Cisco TAC

  • So, iDisk (great with MobileMe) is closed! Ok. I got the most expensive iCloud Plan and LOVED storing files online. Is that REALLY OVER??!! (besides Numbers', Pages', and Keynote's docs sync).. Will I REALLY have to downgrade to "free" on iCloud?!!

    So, iDisk (great with MobileMe) is closed! Ok. I got the most expensive iCloud Plan and LOVED storing files online. Is that REALLY OVER??!! (besides Numbers', Pages', and Keynote's docs sync).. Will I REALLY have to downgrade to "free" on iCloud and PAY for "DropBox", "Google Drive" or "Microsft's Sky Whatever.."?!!
    I could not log in to this Support Community with my UPDATED Apple ID (and this is another issue I can't believe Apple just says "NO, you CAN'T!" - deleting other (old) Apple IDs we've created by mistake or a long time ago and being able to have it all on ONE SINGLE UPDATED Apple ID - ALSO saving Apple's storage servers, etc.).
    Anyway, my Apple ID for better communication is [email protected] (but I really couldn't log in here - it kept saying that the e-mail is already registered, etc. I know it, I'm trying to use it here, that's all...
    So, really. Of course a lot of people don't care about the iDisk issue. That's fine, we all love and hate specific apps or software.. But why has Apple just shut it down, since it was so EASY to use (as DropBox) on all our Apple devices?!! So, we really can't upload/store any kind of files anymore and that's it?!
    I used iDisk when MobileMe was still alive, and it was great to have my files from work, home, any backup (whatever we want) uploaded and synced and used in our Macs, iPhones and iPads. If we have the OPTION of an iCloud Plan (the top one, for example), but we just don't like the automatick backups for the iPhones and iPads, nor the Pictures' sync function.. Why can't we just have the SAME simple and efficient/great service of the iDisk installed in each device?!
    Do we really have to go back and downgrade back to the free iCloud Option (just for keeping the e-mail) and paying extra for DropBox, Google, Microsoft, any other services?! I have nothing against them - I actually have DropBox and it works great because it REMINDS me of iDisk!! But WHY NOT just keep it simple and closed with 1 company/platform/option - Apple's iOS, OSX, etc.
    That's why I decided to have a Macbook Pro, an iPhone 4S and an iPad 3rd. Generation (for example, along with other products and services such as Apple TV).. I know I'm CHOOSING to stay with 1 world, that's fine. And that's why I didn't (yet) go for a Samsung phone or another tablet.. I wanna stick with 1 pattern and I have chosen Apple's..
    Just can't understand such an innovative company make such decisions (such as shutting down iDisk or not letting us just DELETE Apple IDs we do NOT use anymore).. Please, just some guidance or confirmation if that's correct: No way of uploading files others than Numbers', Pages' or Keynote's!!??
    Thank you very much!!
    Peace.

    Thank you Roger.
    That's exactly what I was afraid of...
    During all the time I have been a loyal customer of Apple's products and services, these have been the only 2 issues that I really can't understand (specially when we look at Apple's strategies and management)...
    1) Not being able to DELETE (simply delete or deactivate) old or duplicated Apple IDs... I have 3 different Apple IDs but only one is the real Apple ID I use for everything, with all my purchases and services (such as e-mail) related to it (Why won't Apple jus let people delet, deactivate or - at least - merge Apple IDs?! That would help everyone, including Apple when we think about costs, storage, database maintenance, etc.) - Actually, even when I gave up on trying to delete other Apple IDs, I tried to have the one I really use and have organized to use my @me.com address as the Apple ID itself (as Apple asks us to do - and makes sense, of course). But never worked. Just because I created that Apple ID with a @hotmail.com account (since it asks for a valid e-mail when you create an Apple ID, it NEVER lets me now change my Apple ID to my @me.com e-mail address - I mean JUST having my @me.com e-mail address as my primary e-mail and my Apple ID (for example, having that old @hotmail.com e-mail address out of it, cleaned..)!
    2) The other issue was this one, about iDisk. Of course there must be reasons for having it shut down, maybe the apps used by iPhone and iPad, along with the folder on Mac OSX, is way too complicated, expensive, full of bugs, I don't know. But if we decide to pay for 50GB of online storage, why even THINK about different options for files we use?! I have Dropbox, I've read about Google Drive and Microsoft SkyDrive, etc. But I just wanted to STICK with a single ALL-APPLE solution.. That is.. Pay the annual fee for the 50GB and just still keep any file I want on the cloud with iDisk. So, what Apple tells me is that if I have other files than iWork or PDF (and some few exceptions), I should actually downgrade to "free" iCloud and decide to PAY for another solution (organization), such as DropBox, Google Disk or Drive (I don't really know), Micrsoft's SkyDrive..
    Of course there's the strategy of getting more and more people to use Pages, Numbers and Keynote (buying them for iOS and Mac OSX, as I already have and love them). But "killing" iDisk and just telling users to look for other storage solutions doesn't really sound like Apple.
    I have seen so many questions here about both issues (deleting or merging Apple IDS + iDisk back since we pay for storage) that I really believe Apple should reconsider these issues or, at least, open the issue and let us know what would be the best "partner solution" for iCloud...
    Thanks a lot!
    All the best...
    Eduardo Rocha.
    [email protected]

  • How do I set the HELP menu to use Indesign's local HELP files on the hard drive and not the web?

    How do I set the HELP menu to use Indesign's local HELP files on the hard drive and not the web?
    CS 5.0 launches the internet browser.  > TO SLOW I DONT WANT THIS.
    CS 3.0 uses the local help files > I WANT THIS FOR 5.0.

    You're not speaking to the right forum for your request. Help is a Suite-wide feature and here is the forum where the Help application is discussed, and where the proper Adobe people hang out:
    Community Help Application

  • Merging and storing files and folders on external hard drive

    Merging and storing files/folders  - I have a MacBookPro3,1 &  a MacBookAir1,1 both running OS10.6.8 and then files from backups and archives on a LaCie 250 and LaCie 500. I want to improve my productivity by merging all files/folder into one place.
    I have a WesternDigital 1T to move files/folders to and do my duplicate deletion work.
    The end result I'm seeking is to have all my files/folders stored on the LaCie 500  - with space for expanding iPhoto Library and Movies then that LaCie 500 Backed up on the 1T.   As my computers are older models the internal drives are smaller - MBA 80GB and MBP160. The Air in particular gets full up quickly and doesn't work efficiently.
    What steps/software have you had experience with, and would recommend to merge all my files/folders, delete duplicates, and get it all in one place - including iTunes, iPhoto. 
    What are the pros and cons of keeping & working with files/folders on an external drive rather than on the internal drive?
    I'm aware of sluggishness in iPhoto if the library is too large, and looked into iPhoto Library Manager as an option for my photos.
    Thanks in advance for your help with this way past due Spring cleaning activity.

    Plugins have to be in specific locations for the application to load them. If you're just storing plugins you're not using you can store them anywhere.

  • There was a problem connecting to the server "my server.local" this file is available on your computer. Access the files and volumes locally.

    Hi,
    I have a strange problem connecting one of the office laptops (Macbook Pro 10.7) to the disk in the Apple Time Capsule.  It's just one laptop that has this problem and the other 3 no problems at all and they all run OS X 10.7 Lion, I can access the Time Capsule disk over WAN on all machines but locally on the problem machine i get this message "There was a problem connecting to the server "myserver.local" this file is available on your computer. Access the files and volumes locally."   Now from this message it sounds like the problem laptop thinks the network drive (Time Capsule) is the same as it's self in the way of name or address however they clearly have different IP addresses locally.   
    Any ideas on this would be apreciated as I can only think a clean install but don't want to do this if not necessary.
    Thanks
    Jarrah

    I think I gave you some bad info in the above, where i enterered the text "myserver.local" & "example.local" this was the host name of the server (Time Capsule) so not local on the computer.
    No i didn't try your method, I'll give it a go - I thought the folder option was for local files and not on a server ?

  • How to get local file date and time ( 10g version )

    Hi,
    Would like to ask if there is any way to get the date and time of a local file. It seems that webutil does not have this function.
    And I want to use client_host ( dir c:\file.txt > c:\temp.txt ) and the read this file to get the file date.
    But the problem is the file date and time ( in the dir ) varies in different PCs.
    Best Regards,
    Ivan

    But the problem is the file date and time ( in the dir ) varies in different PCs.
    You mean the format of the date and time don't you?
    If so you maybe could create a java bean which does that for you using the lastModified Method of the File class.
    regards

  • Ho to get file name and full path of a local file

    I want to be able to get the file name and it's full path of
    a local file. I was thinking of using "FileReference" but
    FileReference doesn't permint accessing the local file path. Can
    anyone suggest a way of doing this.
    Thanks

    You will have to create 2 different versions.
    See this example we have created using JSystem
    http://jsystem.flashjester.com
    Download the example file provided.
    Hope this helps.
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. - www.flashjester.com
    "This has been one of the most impressive and thoroughly
    pleasant
    experiences of customer support I have ever come across -
    astounding!"
    Director - hedgeapple

  • Populate Local XML File, and Loop through it

    I created a local property of type XML.   I want to populate this variable with the results of a SQL query, and store it in local memory.  Then later, I will loop through this file and perform actions.   Basically I am going to have to loop through this resultset many times, and if I can store it in memory, I won't have to re-qurey the DB>
    #1 Is this possible? 
    Right now, I use a repeater on the SQL, and assign the rowset/rowset/row to the local XML Variable.(Assign XML). SHould I use Assign XML, or APpend XML for the Link Type
    THen later I am trying a repeater to loop through the flle, and I have no idea where to point the xpath expression to.
    Thanks for the help in advance,
    JEff

    From what I understand you are trying to do - Rather than repeating on the SQL query you can link the "Result" of the SQL Query action to the local property (type xml) [and yes you just say Assign XML instead of Append or anything else].
    What this would do is assign the local variable the results of the SQL Query in an xMII XML format and then you can further work on this XML.
    But rather than using the local variable you can repeat on the SQL Query Action (the way you are doing currently) and manipulate what ever you want to. There is no question of requerying the DB as ur DB would be queried only one time (the SQL Query Action Block will ensure this) and then the repeater would be repeating only on the resulset rendered by the SQL Query action.
    Did this make it clearer or have I not understood your  problem?

  • Why with the last update does the stupid GAMES CENTER always pop up when I want to open a locally stored game?  It is really annoying. I click on 'disable' and it just 'disables' it for that session only.

    Why is the stupid GAME CENTER a popup every single time I try to access a locally stored (and paid for) game application?  It is really annoying! I click on 'disable' and it only disables it for that session. When I come back a while later, the stupid GAME CENTER pops up again....
    this just started with the upgrade to iOS6...

    I share your frustration. Maybe there are more people that really hate what game center has become. Here's my problem: Ok, so when I open the Game Center app it asks me for my password to log in. But when (while "signed out" of Game Center) I open an app (game app) it automatically signs me in without me even putting in a password. So, if I go directly to the Game Center app, I have to use my password to sign in. If I open a game app, I don't need to use my password...I'm signed in without any verification. I now can close the game app, open the Game Center app and BAM!!! I'm signed in, password free. I have searched for a solution to this nonsense of two days. I have tried changing my Game Center ID four times and every time it says, "Welcome back '&amp;&amp;@&amp;!'!" Apple has every freaking app of theirs listed in the support communities but the Game Center app. Why? I am an adult that likes to relax and spend 30 minutes or so playing a game. I could give two flying $&amp;@&amp;s what I the other guy or a 4 year old did yesterday. I want a solution to delete completely or disable this tracking crapware. And the whole signing me in without me giving a password smells really fishy. I bet we will see a lawsuit really soon even if this is fixed. Definitely a security issue at the minimum. 

Maybe you are looking for

  • Using Mail 5.3, how do I add secondary Comcast email accounts?

    I've recently switched to Comcast, and I am now having trouble setting up secondary accounts through Mail.  My primary account works fine, but my additional accounts cannot be set-up (even when trying to set them up on my wife's iMac, they won't work

  • Lots of codecs not working in CC Enterprise for Education

    I have a private CC-acount and a Enterprise one at work. At my work I don't get all the codecs in Ae, Media Encoder and Pr. Why?? How can I resolve this? Its very frustrating to work with video with my students at the moment. // Johan

  • Hello, I have a problem trying to open my books

    Hello, I have a problem trying to open my books the error: Can not open the can (Name Book) The license key is damaged, which is the source of the problem and what can be the solution, Thanks

  • Photoshop CS4 Doesn't Recognize Printer

    Acer Laptop Windows Vista 3 gb ram 160 gb hd Printer - Canon Pixma Pro 9500 Problem- I recently installed Photoshop CS4. I still have CS3 installed. When I go to print from CS4, it prompts me that there is no printer installed on my pc. (CS3 will sti

  • Can I download office 2011 using Lion

    I am unable to download office 2011 as the webpage will not open. The box for the software says Safari 5 is required. Can I download with safari 6? Any suggestions would be greatly appreciated