How can i split my catalog into two

I am using PSE 11 would like to take 31,000 files from the main catalog and put them in a separate catalog.  The files are all in a directory tree called Digital Scrapbooking which has 1,728 folders and 31,000 files. Is there a simple way of doing this?  Alternatively would putting these files into an album achieve a similar effect?
Another problem I have is I would prefer the organiser to open with the directory tree showing as the default rather than the list of folders it shows at the moment.  Is that possible?
Thanks in advance for any help or suggestions.

Thanks for the input folks.  I do a lot (and I mean A LOT) of digital scrapbooking.  The files I want to put into another catalogue are all related to this.  They are digital papers, elements, backgrounds, textures, masks etc saved as layered .psd, .png, .jpg formats.  They are not photographs per se.  I did have them in a separate catalogue at one stage but combined them when PSE11 catalog would do it's own thing but now with >30K scrapbooking files and >25K of photographs the catalogue is just too cumbersome and time consuming to 1. load and then 2. change to the directory tree I prefer to work with.
In case you haven't guessed I really dislike this version of the catalogue I much preferred version 9 and I don't want to go to version 12 and find I have similar or more problems.  If I could use PSE without involving the catalogue at all  I would but some things just have to be done through it which is a real pain in the butte.

Similar Messages

  • How can i split a library into two.. i no longer want to sync all of my wifes songs and apps.. i have a separate account, but want to take my music and apps from hers so i now have my own and she has her own.. so that syncing is easier

    how can i split a library.. my wife and i used to share it, but now we have our own id's.. i want my music and apps off of hers so that i can sync my phone and only my music and apps will "come over"

    how do i share then? can she upload music if we share it somehow?
    If so how??
    i am also having the same problems now with IPhoto, she has all of her/our pics in my IPhoto library.
    I have told her that now i have bought her the Ipad she would have to log into her user, the only thing is there is no music in her itunes account nor photos in her I Photo library, i have spent all day trying to find a way to "share" but no luck,
    Please help i`m going mad!
    Surely we could just share these...?
    I need step by step instructions please someone send me a link on "how to share pics and music!"

  • How can I split a header in two columns?

    Hello, for the past hour I've been trying to figure out how can I split/divide a header or footer in to two columns and then align text in the left collumn to left and the text in the right column to right.
    For example:
    | Header length                                                                                                   |
    | Left Align                                           |                                           Right Align |
    The only solution I have found was adding a table to the header, but it has some weird padding underneath it, which completely screws up its position in the footer.
    Anyway, I hope this makes sense and someone here knows how to do this.
    I really appriciate you reading this and am looking forward to your replies,
    James.

    You don't need a table.
    Menu > View > Show Ruler
    Leave the header left aligned and click on the ruler to create a Centred tab (if required) in the middle and a right hand tab to the right. You change the tabs by right clicking on them and choosing the orientation.
    Then enter your text:
    Left Text [tab] Centre Text (optional) [tab] Right Text
    With Facing pages you can set the Left and Right pages to be different to allow the Page numbers to the outside or inside of the spread.
    Peter

  • How can I split a class into 2 files?

    I converted a C++ program to Java recently and it works fine, but I ran into a problem.
    One file is very large and I need to add more functionality. Unlike with C++ where you can just put new functions in another file, I don't see a way to do it in Java.
    I made another file, and therefore another class, but the compiler complains that it can't call a static function from non-static context. (I did not declare it static so I guess it's assuming it) But I understand why. So I made the new class "extend" the old one so "this" would exist but that doesn't work -- Is it because the new class is a subclass of the original class?
    There must be a way to do this. But I don't see what is likely obvious. HELP! And thanks.

    JavaIsBetterThanCPP wrote:
    There must be a way to do this. But I don't see what is likely obvious. HELP! And thanks.Unfortunately Java has no concept of "partial classes" like C# has. Generally, however, a class that is large enough to split up into separate files is either one class that should be modularized further into separate classes, or it already is modularized and all that code is the result of many inner classes. What some people do is promote those inner classes to top-level members in their own file, and mark them as package-private. Using a package you can basically have two classes that know everything about each other and have full access to each other.
    But personally, and until I see justification otherwise, semantics in Java being unbreakingly tied to a certain file structure and naming is the most bonehead and, frankly, non-Java thing about Java.
    There's probably a pre-processor out there that will let you split a class into multiple files and will combine them into a single source file just-in-time to pass to the compiler.

  • Two sets of faces have merged into one. How can I separate them back into two groups or delete the bunch

    Two different sets of faces have merged into one under one name. How can I separate them back or delete the bunch?

    Look at Steve MacGuire's helpful article:  http://samsoft.org.uk/iTunes/grouping.asp  It explains how to solve this much better than I can.

  • How can I split a waveform into chunks at each sawtooth?

    I have spent a lot of time trying to tackle this problem and hope someone can offer a useful insight!  I have attached the VI described here.
    I am using Labview connected to a NI USB-6212 DAQ to create a voltage ramp, which drives a laser through its scan.  The laser is pointed at a detector, and I simultaneously read in a signal from that detector using the same DAQ. Because the detector is illuminated by the laser, it shows the scan ramp.  I would like to repeat this voltage scan and read-in indefinately.  Much of this system is working.  I have used the "RampPattern.vi" to create a sawtooth wave, which is output successfully to the DAQ.  As expected, the input from the detector shows the same sawtooth pattern.  However, I am having a lot of trouble managing and displaying the scanned sawtooth from the detector, which is currently read in as a waveform.
    The challenge I can't seem to get around is manipulating or collecting the sawtooth in such a way that I can do two things:
    1)  Display the incoming sawtooth a 'tooth' at a time.  Each sawtooth represents one laser scan, and I would like to see the incoming scan ramp as a single slope, not a series of sawtooths.  Ideally,as each scan came in, it would replace the prior scan (as in the Labview 'graph'), so that the plot would show a motionless scan that would flicker up the input of the last scan.
    2)  Split the incoming sawtooth at each ramp into an ever-updating array that could be acted upon with the math functions, saved to a file, etc.
    I have the feeling that this wouldn't even be a speedbump for an experienced user, but I have been hung up on it.  Could I collect the incoming analog signal from the detector in chunks that are the length of each ramp?  Could I trigger an event at each ramp that would split off the waveform into an array?
    I am open to any suggestions!  Thank you for the input and help,
    Sam
    Solved!
    Go to Solution.
    Attachments:
    scancode_topost.vi ‏129 KB

    Problem solved!
    The solution was to wire the "number of samples per channel" setting in the DAQMx Read VI.  I set the 'number of samples per channel' to the number of points in each sawtooth scan (that is the same value as 'number of samples in waveform' used to generate the sawtooth in BasicFunctionGenerator.vi).
    The DAQMx Read Analog VI now reads one sawtooth at a time.  The Waveform Graph displays each sawtooth, one at a time, as captured.  The output waveform also has the proper dimensions (the length of the scan) and I can perform math operations on each single scan.
    Works great! I have posted the operational code.
    Attachments:
    fullsimulation_20101208_newramp.vi ‏131 KB

  • How do you split a column into two

    I have a huge list of names that ended up in one column. For example it says "John Smith" in one column. How do I put John in one column and smith in another without having to do each one manually?
    Your help is much appreciated. Thank you.

    PeterBreis0807 wrote:
    Copy all the text into TextEdit , Pages or any other texteditor.
    Select all the text and set up tabs on the ruler where you want the 2 columns to appear.
    Search on the space between the "John" and "Smith" and replace it with a tab.
    You can now copy and paste this into a Numbers table and it will fill the appropriate columns.
    And if the entry is John Broadus WATSON you will get an odd result !
    Yvan KOENIG (from FRANCE mercredi 15 juillet 2009 10:57:29)

  • How can I split a backup on two hard drives with Time Machine ?

    Back-up of my Imac with time machine is 1,3 TB. I have two 1 TB external hard drives but even if I had both as available in Time machine, it seems it doesn't allow to split the backup between the two hard drives. Any way to resolve this without buying another hard drive with more space?
    Thanks in advance

    You cannot directly split a backup. Your only option would be to open the TimeMachine preferences from System Prefs. and add things to the exclusion list for one of the backups. Then, when you go to do the other backup you would reverse the process and add everything else to the exclusion list and remove the things you had on there in the first place.
    Seems fairly intensive though when you could just go and buy a 2 or 3TB external drive and do it all in one...Black Friday is coming up
    Regards,

  • How can I split a signal coming in from an instrument​?

    I have a device (USB-TC made by Measurment Computing Corporation) that reads in 3 thermocouples in real-time and sends the information to my computer via USB. I am getting one signal from the instrument, how can i split it up into each thermocouple's information in LabVIEW 7.1?
    Cory K

    You are going to have to clarify what you mean by 'one signal'. If you can specify a multi-channel acquitisiton, then you should be getting back at least an array where each element in the array represents a channel. If you are specifying a single channel and getting back a scalar, you would need to call that three times with a different channel each time.

  • How can I split a QuickTime file in two?

    8/21/2006. How can I split a QuickTime file in two? I saved a two hour videotape converted by PYRO A/V LINK to iBook G4 combo into a file of 24.5 Gb, and I saved to QuickTime into 536 mgs. Of course, it took half a day. When I went to copy it as video (536 mgs) onto a CD of 700 mg capacity, Toast 7 said it required 1100 mgs and couldn't do it. I have QuickTime Pro, got just recently. I would be very happy to learn how to split it, so to copy each of the split pieces onto 2 CD's, for my own purposes. Many, many thanks. Chuck Yopst. [email protected] 847-394-5621 Moutn Prospect, IL (nw Chicago suburb)

    Wednesday, 10:35 am CDT, 30 August 2006
    Kirk, Thanks for your post Monday 8/21. Interesting how things worked out. I split the OuickTime file--of my retired uncle Church of the Brethren pastor's 50th wedding anniversary, and came up with two folders. Each contained four more folders, and inside folder Mvseg was file Avseq.dat which contained the video material and, when double clicked, started playing that half of the story on Windows 98SE. It just so happens that my uncle's PC operating system is a Windows 98SE. All this from QuickTime 7.0 which Windows 98SE would play the audio but not the video. Then a week later, yesterday in fact, in looking through iDVD help I found your solution, which heretofore I had no idea of. I had to go into System Preferences--Hardware--CDs & DVDs, and set these for "Open with 'Ask what you want to do'." The factory settings were to "open these when inserted" without that "Ask"ing. So then I was able and did follow your solution and it worked, but as a single QuickTime file, playable on Windows XP and Windows 2000 and Macintosh but not Windows 98SE. So everything worked out well. And thank you again. Chuck Y

  • How to split a file into two small file

    Hi All,
              I want to raed a file from FTP server.Then i have to split a file into two small file.File format look like this.
             R01!service_order!item_guid!resource_guid!assignment_guid
             R02!Service_order!product_id!product_discription!quantity
             R02!Service_order!product_id!product_discription!quantity
             R02!Service_order!product_id!product_discription!quantity
    i want split file into 2 file,according to header and item details.one table containt header information (label R01) and second table containt (label R02).
    can anybody help me for this.how can i split into 2 file.
    Thanks
    Vishwas Sahu

    Create 2 internal tables. sat it_header, it_detail
    Check for 1st 3 characters and if it is R01 then send it into it_header and if it comes out to be R02 then send it to it_detail.
    Once done... You can either attach these tables into mail as two seperate files
    Or you can download each internal table using GUI_DOWNLOAD.
    Hope this helps!!
    Kanchan

  • How to split invoice/document  into two venders?

    Can anyone please tell me how to split invoice/document into two vendors.  Like if I get an invoice for $1000 and it needs to be splitted between father and son, $500 to each.  How would I set that up in SAP?  I am not sure if this will be an invoice split or a document split.
    Thanks
    Monika

    If you are using an FI  entry F-43 to generate invoice this can be done by giving the same invoice ref. in the Inv. Ref. field  for two vendors. This is manual
    Document Split will split the document between two profit center and not between vendors.

  • HT201066 How can I split a long recording audio file into multiple audio files?

    Hi,
    How can I split a long recording audio file into multiple audio files?
    With Windows I was using Nero software, which is not available for Mac. Is there any similar app for free for Mac?
    Thanks!

    Hello ingiorgio
    You can import the track into GarageBand and then split the tracks there. Once that it is done you can highlight the ruler section and then share the song to iTunes to get them separated out. 
    GarageBand - Split regions in the Tracks area
    http://help.apple.com/garageband/mac/10.0/#gbnd76fcce04
    GarageBand - Share songs to iTunes
    http://help.apple.com/garageband/mac/10.0/#gbndfb96a96f
    Regards,
    -Norm G.

  • How can I split my Dj mix into separate tracks and export the tracks

    How can I split my Dj mix into separate tracks and export the tracks. I'm trying to burn my Dj mix to cd and I don't want it to be one long track.

    Henryfrommo wrote:
    How can I split my Dj mix into separate tracks and export the tracks.
    http://www.bulletsandbones.com/GB/GBFAQ.html#exportsections
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • How to split  the records into two parts

    Hi experts,
    I have a field with 75 char length, this field have records also, Now i want to split the field into two differnt fields. That means upto first 40 char goes to one field, from 41st char to 70 char goes to another field, for that how to split record into two parts.
    Plz advice this,
    Mohana

    Hi,
    Do the following:
    f1 = fsource(40).
    f2 = fsource+40(30).
    where fsource is the 70 character original string and target strings are f1 (length 40) and f2 (length 30).
    Cheers,
    Aditya
    Edited by: Aditya Laud on Feb 22, 2008 2:10 AM

Maybe you are looking for

  • SharePoint 2013 Foundation Top Link Bar wrong selected page when no navigation match

    Hello, I've got the following issue. At one of my clients we are working on a public web site based on SharePoint 2013 Foundation (yes I know... Foundation...). I've branded the Top Nav Bar and ran into a problem. When I navigate to one of the pages

  • Database component is not displayed in system monitoring

    hi all I configured system monitoring but I can`t see Database conponent (ex.SID_database) . I can see another components that are servers and systems (ex.host_SID_SNO) I checked database in SMSY and rfc commuication is trustconnection between SOLMAN

  • IOS 7.1 - Still No Threaded Conversation in Mail

    This is a longstanding problem with iOS' native mail app.  While it generally manages to group together emails sent to me, emails that I sent out as part of a conversation do not get grouped as part of the conversation.  As a result, true threaded co

  • How to create an animation with Image Sequence?

    Im have Quicktime Pro and I want to make an animation. I tried selecting some pictures I have saved "random," but I could only select 1 at a time. So, Im thinking that making an Image Sequence is a separate operation from making it come alive? My que

  • Use single message with multiple spry "states"

    forgotten past decided to use spry widgets to do the validation. One of the things that can get old pretty quick is to have to create a different message for each thing that can go wrong, even if you need to display the same message. For example, if