Keeping Folder structure on Ipod

Let's say I have 5 different folders in one of my directories -- each folder contained about 20 MP3's. I want to import these songs into Itunes while still maintaining the folder structure. In other words, once imported, I would like to be able to view the folders in the exact way that I view them on my PC.
Would I have to create seperate playlists for every folder and then import songs into those specific playlists? Is there an easier way?

After the playlists are created - is there a way to setup a synch so that any updated MP3's in my folders will automatically update the playlist?
For example, let's say I have a folder called Bruce Springsteen with 13 MP3's. I created a playlist called Bruce Springsteen to keep the structure. Now I add another 2 MP3's to the Bruce folder. Would I have to manually import those 2 additional files to the Bruce playlists?
Also - how can I set the Ipod to NOT synch when I plug it in. Since I have to create seperate playlists for each folder, I would rather do it manually so as to not mess up the structure.
Thank you.

Similar Messages

  • Home sharing photos - keeping folder structure

    Hi,
    I am sharing my photos from my Windows 7 PC to my Apple TV (latest model). Is there a way to keep my folder structure? I have over 17 000 photos sorted into folders, and having them all listed on a single screen is simply ridiculous. Surely I can do this?
    I am using iTunes 10.6.1.7
    Cheers
    Alix

    Alex,
    I understand completely, this drove me nuts as well.
    I wrote a small Python program to take advantage of Junction Points to hack a workaround. Since you're a lecturer in Computer Science, you shouldn't have any trouble taking this and modifying it as you need. It allows you to leave your pictures organized as you wish (mine are YYYY/MM/Event) but creates a set of junction points in a separate location that provide the separation at one directory level.  For example:
    original picture folders:
    2012\09\Labor Day
    2012\09\Something Else
    would create the following junction points all in one directory and point them to the corresponding original folders:
    2012
    2012.09
    2012.09.Labor Day
    2012.09.Something Else
    I apologize for not following standard Python naming conventions and such, this was my first python program and I haven't gotten around to reading the recommendations yet.
    The program relies on Junction Points created using:
    http://technet.microsoft.com/en-us/sysinternals/bb896768.aspx
    import os
    from subprocess import call
    def getTargetDirsToDelete(directory, namesToIgnore) :
              # This could be one line, but this was my first Python venture and I needed to easily test each step
              dirs = os.listdir(directory)
              dirs = [os.path.join(directory, item) for item in dirs ]
              dirs = [item for item in dirs if os.path.isdir(item)]
              dirs = [item for item in dirs if not os.path.relpath(item, directory) in namesToIgnore]
              return dirs
    sourcePath = 'Drive:\\FolderWithPictures'
    targetPath = 'Drive:\\FolderForJunctions'
    junctionPath = 'Drive:\\PathToJunctionFolder\\junction'
    #remove old target dirs
    oldTargetDirs = getTargetDirsToDelete(targetPath, ['iPod Photo Cache'])
    for oldTargetDir in oldTargetDirs:
              print ("Removing Junction " + oldTargetDir)
              call([junctionPath, "-d", oldTargetDir])
    # get sourceDir to ignore
    sourceDirToIgnore = os.path.join(sourcePath,'iPod Photo Cache')
    for dirpath, dirnames, filenames in os.walk(sourcePath):
              if dirpath != sourcePath and not str.startswith(dirpath, sourceDirToIgnore) :
                        # get the full path of the junction point source
                        makeSourcePath = dirpath
                        # get the full path of the junction point target
                        makeTargetPath = os.path.relpath(dirpath, sourcePath)
                        makeTargetPath = makeTargetPath.replace('\\', '.')
                        makeTargetPath = os.path.join(targetPath, makeTargetPath)
                        print ("Creating Junction Point at " + makeTargetPath + " pointed to " + makeSourcePath)
                        call([junctionPath, makeTargetPath, makeSourcePath])
    Hope that you (or someone else) finds it useful.
    - Sean

  • How do I move photos in a Smart Collection and keep folder structure?

    HI there I am on a trial of Lightroom and loving it so far.  One seemingly simple task I would like to try out is moving all my RAW files (which are all mixed up with JPGs and PSDs to a new location and keep the current folder structure.
    Currently I have files strcutured like this: <main disk>\<year>\<month>\<filename>.cr2 and I would like to move these to <different disk>\<year>\<month>\<filename>.cr2
    The Export functions look as if they will put them all in to one big folder?  Any ideas?
    Many thanks in advance.

    There are several approaches to this problem. You could do this via the Folders panel in LR. You can do just about everything in the Folders panel that you can do in Explorer or Finder. Just create folder and drag and drop.
    Another way is to do this outside LR use Explorer (Windows) or FInder (Mac). after you're done then go back into LR and tell LR where to find the moved files. Depending on how many you have this could be a bit tedious.
    Another method is to choose the files you want then Export them as a Catalog. When you do this be sure to include the option to export the negatives. Point the new catalog at you other drive. It will recreate the folder structure during the export. Then remove the images from your present catalog. Don't delete from disk just remove. Now import from catalog and choose the newly exported catalog. This time choose the option to add the files without moving them. Once you are sure everything is back and is fine you can use Explorer or Finder to go into your original file structure and delete the files that were moved to the new drive.  Be careful to only choose the moved files. If you are separating the RAWs out this should be relatively easy.
    I hope that helps!

  • Sharing (Exporting) and keeping folder structure - possible?

    I have been amassing a collection of family pictures going back into the 19th century. They are stored in iPhoto in folders by year (e.g. 1967 is a separate folder). I would like to export this as files but keep the folder structure so that relatives can just look in the 19xx folder for all the pictures from that year. Is there any way to export pictures and maintain the file structure used in iPhoto? If this doesn't work exporting original format photos is there any way to export from iPhoto and have it reflect that structure (so relatives on Mac or Windows machines can view/use them)?
    TIA

    Arthur,
    I have not come across any applescript and I did just search again.
    What I did come across was a program called iPhoto Album Extractor. It is really meant to extract albums into a folder from a damaged iPhoto Library that cannot be opened.
    i downloaded it and tried it out to see if it would be a faster way to get your year albums exported. It is really quite fast.
    Download the program and open it.
    Choose the path by navigating to the iPhoto Library folder and choosing it.
    Your albums will quickly be displayed in the left column.
    Make a new folder on your desktop and label it albums.
    Now highlight the album in the left column and choose "extract"
    In the next window choose the folder on the desktop and then hit open.
    The images in the album will be extracted/copied into a folder with the name of the album into that folder on the desktop. It is really quite fast. I did this while iPhoto was closed.
    iPhoto Album Extractor
    Lori

  • Can I keep folder structure at import??

    Hi,
    I am a new User auf Itunes. On my harddisk i have several folders sorted by topics. Can i keep this folder structure when i import the songs into itunes? When I tried it yesterday all songs were in the main folder in itunes. I dont want to sort these songs again.
    Is there any possibility to keep this folder structure?
    thank you !!!!!!
    ingo

    If you have music organised in folders before you installed iTunes and you want to keep you music where it is, go to:
    Edit>Preferences>Advanced>General
    Find the check box "Copy files to iTunes Music folder when adding to library"
    If you uncheck this box, iTunes just stores the location of the file and does not copy it into the iTunes Music folder.
    There is also a check box called Keep iTunes Muisc folder organised. If this box is checked, iTunes organises files in the iTunes Music folder into folders by Arist / Album. It does nothing outside the iTunes Music folder.
    It is important not to move files in the iTunes library yourself or iTunes will loose them. iTunes does not watch folders like some other music players.

  • Import Scenarios - Keep folder structure

    When I import a scenario folder the scenarios get inserted into the root of the Scenario pane and lose the folder they where in - Is this normal behaviour ? Is there a way to keep the folder structure?
    Its a royal PITA to drag and drop again as im working with a work repos over a WAN and its slow.
    Cheers
    Alastair

    I agree that its a pita and it is the only behavior. With several developers working in parallel, we have this problem all the times. A few people wont approve touching the Work repository directly but I would suggest creating a procedure to update the Work repository to update the parent id of the scenarios that dont have any parent id set. This can be done after you import all the scenarios and they stick on the root level.

  • Export multiple folders while keeping folder structure

    I want to export multiple folders at one time.  I select the folders in LR and then all the photos in those folders.  When I look at the exported photos they're all lumped together (and the keywords are gone, if I do one folder at a time the keywords remain)
    Any way to keep the folder structure while exporting multiple folders?
    Thanks

    You can use a publish service such as this one: Jeffrey Friedl's Blog » Jeffrey’s “Folder Publisher” Lightroom Plugin

  • Can I import and keep folder structure?

    I have thousands of pics and videos.  I'm willing to buy in to the whole iCloud experience (literally), but in my small experiments, I couldn't see how to import and KEEP the folders containing numerous pics.  For example, if I have 1000s of FAMILY pics, TRAVEL pics, and FRIEND pics, all in separate folders.   Can I import these pics (currently on Onedrive; I assume I can't import direct from Onedrive to iCloud.com?) keeping the separation and folder breakdown I worked so long to organize?  Every attempt I've made, strips the folder and throws all pics in together.  Yes, I know we can use clever tricks like geotags and dates to separate the photos to an extent.  But most of my photos don't contain that metadata.  And moreover, I've already manually done the work to my liking.  Any ideas?

    Import your folder structure to iPhoto, and then migrate the iPhoto Library to Photos.
    iPhoto will create an event for each folder you import and name it like the folder. You can simply drag the whole folder structure onto the iPhoto icon.
    When you open the iPhoto Library in Photos, Photos will create an album for each iPhoto event.

  • Copy playlist to usb-stick and keep folder structure

    Is there an easy way to copy a playlist from iTunes to a USB-stick (for use in the car)? The folder structure of artist > album> track should be kept.
    If you simply use drag and drop, iTunes copies all songs into one folder.

    "Files to Folder Scripts
         This is a collection of two scripts: Alias Files to Folder... which creates an alias of each file of the selected iTunes tracks in a user-selected location, and Copy Files to Folder... which will copy the files of the selected iTunes tracks to a user-selected location."
    It appears the first one  just puts an alias in a single folder.  The second one looks like it copies the files to a single folder which is pretty much what the OP is doing already with dragging.

  • Maintaining folder structure within iPod

    So here's how my music folder is organized -
    Top level -
    MyEnglishSongs
    --Artist_1
    --Artist_2
    GameSoundTracks
    --Game_1
    --Game_2
    SongsFromFriend_1
    --Movie_1
    --Movie_2
    SongsFromFriend_2
    --Movie_1
    --Movie_2
    MyHindiSongs
    --Movie_1
    --Movie_2
    MyTamilSongs
    --Movie_1
    --Movie_2
    Anyway I can duplicate this structure? I am not liking the flatly laid out structure of songs, and I prefer things this way because I am able to locate the songs I want easier.
    Also note, the songs don't really have correctly labelled ID3 tags.
    I am guessing there's no way to duplicate folders exactly, but is there anyway I can similarly achieve the same? As I mentioned in my other post, I have a total of around 200 folders and 1800+ songs, all categorized only by their folders. Any suggestions?

    You know that you can access songs on the Touch by Artist or by Album as well as by song, right?

  • Converting Managed to Referenced: how keep folder structure?

    I am considering converting my managed lib to referenced, and have been experimenting with a duplicate library.
    I highlighted "Projects" at the top of the Library view, and then relocate masters.
    In the Subfolder Format box I chose "Project name"
    I did the test relocation, and all the projects are in the new location in a single alphabetical list. My Folder year stucture has not carried through.
    I see I could have used "Image/year/month" which might have kept the years, but would it have kept my projects intact?
    Also some of my projects have images for different years in them, which presumably would be broken up by a "image year month" option".
    Any inputs very welcome.

    Ah I hadn't realised you wanted to relocate the entire library in one pass.
    Yep folder names within Aperture sound like a great solution.
    You should probably set up and test a small sample library before you press play though.
    So you could arrange your projects in Aperture a bit before your started, grouping projects into logically named and ordered folders.
    You could then set one of two presets: foldername/projectname or even foldername_projectname
    The first should create a folder on the finder named after the Aperture folder followed by subfolders named after the project name contained within it.
    So root level folder will be 2010 with subfolders project F and project C (you could add a counter to order them too)
    The second should produce folders at the same finder level but with a naming structure containing both the foldername and the project name. So if the foldername was 2010 then your finder folders would be named 2010_project C, 2010 project F etc.
    You could then jump back into Aperture and rename your folders and projects as before!
    M.

  • How to import photos from a folder that contains hundreds of folders to Photos keeping the same folder structure?

    How to import photos from a folder that contains hundreds of folders to Photos keeping the same folder structure?

    You'll have to do that manually, i.e. export each album of photos to a folder with the same name located on your hard drive via  the File ➙ Export ➙ File Export menu option.
    OT

  • Exporting Aperture photos to an external HD while keeping existing folder structure

    Hi,
    I have over 300gb of photos on my MBP.  I need to export the photos onto an external Hard Drive and keep the existing folder structure.  How can this be done?
    My source for the Aperture library is iPhoto.  I know that I can 'show package contents' from right clicking the iPhoto library, but this only displays the masters.  I need the versions as I have done many edits on the majority of photos.  I am fine with having the photos separated out by date - renaming the folder isn't a problem.  I just don't want to have to sort through ALL of my photos and place them into different folders.
    Does anyone have any ideas?
    Thanks!

    Thanks for the information everyone!  I apologize if I'm not being clear. 
    Here are a few call outs:
    1.  I have my aperture library and iPhoto synced (the source of all my photos is iPhoto.  I exclusively use Aperture for photo editing however).
    2.  I am actually using a work computer and I am leaving the company.  Therefore I need to give the computer back.  I will be 'uninstalling' Aperture and eventually erasing all the photos.
    3.  I don't know what my next photo editing computer will be at this point as I have not purchased one. 
    4.  Since I don't know my next computer, I would like to have all of my existing "Folders" and "Projects" (as Aperture defines them) on an external drive so I can pick and pull the ones I would like to view / edit.
    5.  On my next computer, I would not like to import my exact settings / folder structure from Aperture.  I will be starting fresh.  With that said, I would prefer to have all my existing "Folders" and "Projects" in one giant folder called "Pictures" on my external HD. 
    Example folder structure on my External HD:
    Folder 1: Pictures
    Folder 1a: Aperture "Folder" 1
    Folder 1ai: Aperture "Project" 1
    Folder 1aii: Aperture "Project" 2
    Folder 1b: Aperture "Folder" 2
    Folder 1bi: Aperture "Project" 1
    Folder 1bii: Aperture "Project" 2
    I have roughly 90 "Projects" inside about 5 "Folders".  Of course I can create a folder on my external HD, select all the pictures, and click export for every single one of my "Projects", but I would prefer not do to that as it is incredibly time consuming.  I am looking for an automated way of copying all my photos to an external drive while maintaining my existing folder / projects hierarchy into what 'finder' defines as 'folders'.
    Although I would like to keep my 'masters' and 'versions', my original thought was to just export the versions.  So actually, I guess just 'moving' the entire library would work.  But since I don't know what computer I will work on and I may be on a temporary computer (install Aperture and manually select photos to import and work on), I wanted to have them be in a folder structure for easy importing and viewing if I wanted to on any mac. 
    My existing structure in Aperture are Folders --> Projects. 
    In order to copy my entire library, I have gone into (from finder) "Hard Drive" > Users > Wingmandan > Pictures > iPhoto Library.  I have taken that icon and dragged into my external HD.  It was 300 gb, and took about 8 horus to complete. 
    Desired end result
    -Be able to quickly reference/view the versions of my pictures on any mac through my external HD (Versions)
    -Be able to choose what photos to import based upon my existing 'folders' and 'projects' into my next computer (Versions and Masters)
    -Have a full backup of my Aperture Library
    I hope this makes more sense and I'm a bit more clear.  Again, thanks again for your help.  I need to return the laptop by the end of the week. 

  • How do I keep folder/album structure on import?

    I have a large directory tree of images I'd like to import into iPhoto 6.
    Like this:
    Nature / California / Big Sur / <pictures>
    Nature / California / Lake Tahoe / Sunsets / <pictures>
    Nature / California / Lake Tahoe / Snowboarding / <pictures>
    Nature / Iowa / Dunning Spring / <pictures>
    I'd like to get each folder in the tree to become a folder in iPhoto, except that if the folder only contains pictures it should be an album. I was hoping to use Automator for this, but it's iPhoto actions are extremely limited.
    The import logic I'd like to use is fairly straightforward. If the folder contains other folders, make a folder in iPhoto and import it's contents into that folder. If the folder contains pictures and other folders, make an album called "unsorted' for those pictures, and folders for the subfolders, and repeat for each subfolder.
    I only need this for myself (not creating an app for general use), but I have a lot of pictures to import, and this just seems like something which could be automated. Would Applescript be useful for something like this?
    PowerMac G5   Mac OS X (10.4.5)  

    Hi rob,
    There is no applescript for this that I know of.
    You might want to use the new option in iPhoto 6 to not copy files into iPhoto when they are imported. This way you can keep your own folder structure in the Finder. I have not used this feature so I can't tell you any more about it. Old Toad, our forum guru has so he will probably jump in and tell you more info.
    Here is how you would do it if you choose to copy the photos into iPhoto when importing them.
    In a nutshell: Drag each folder of images into the source pane to create a roll and album at the same time. Then create new folders to correspond with your folders and drag the appropriate folder into the folders and appropriate albums into the folders.
    Longer version;
    Importing Images from the hard drive, CD, or DVD
    To import a folder with subfolders of images maintaining the same organizational structure (or close to it):
    Drag the folder into iPhotos viewing area.
    A film roll will be created with each sub folders name. To view the rolls in the Library you need to first go to the menu bar and choose View>by film rolls.
    To make each roll into an Album, highlight the tile of the roll
    Go to File>new album from selection.
    You will now have an Album in the source column with the images from that roll. Do this for each roll if you want them to be an Album. This is your choice.
    Next, go to the menu bar and hit File>new folder
    Name this new folder with the year or whatever the name was of the Parent folder containing the subfolders that you had dragged into iPhotos viewing area.
    Next drag all the Albums into the respective new Parent folder you just made.
    Albums- collection of images from one roll or many rolls. The Albums will be listed in your source column when you make them. The albums only contain placeholders for the images that are still in the library. They are not duplicates.
    Rolls- rolls are created when you import folder of images. It will be given the name of the folder you are importing.
    Rolls are also created from each import from your camera. You are given the option to name the roll at import.
    Folder-a folder you create manually using the File>new folder command
    Folders can hold Albums, slideshows, books, another folder, etc.
    One other way you can import a folder of images and have an Album created for it as the same time it is imported as a roll in the Library view:
    Drag each folder of images into the source column of iPhoto. When you see the plus sign, drop it in the source column.
    An album will be created in the source column, and the roll that the album was created from will be in the library view window.
    Hope this helps!

  • I have several pdf files in my computer which are organized in folders. I want to transfer them to IBooks (in my Ipad) and keep the folder structure I use in my computer. Is it possible to do it? Do I need any other app?

    I have several pdf files in my computer which are organized in folders. I want to transfer them to IBooks (in my Ipad) and keep the folder structure I use in my computer. Is it possible to do it? Do I need any other app?

    By design, the organizer (and any other database management systems) is there to prevent you from duplicating your media files. The catalog management allows you to have the same image in different categories or albums. Duplication in different folders is to be absolutely avoided.
    The same image file can have multiple tags like 'family', 'vacations', 'birthdays' and be present in three different albums with the same names. On obvious advantage is less disk space. Another one with your present folder system is that if you edit one of your duplicates, the other ones are unchanged.
    I don't see an easy way to make your present folder structure simplified for the organizer ...

Maybe you are looking for

  • Using dbms_lob

    Hi, I have a need to open blob_content files from wwv_document$ and read/print them in a portlet. Can i do that using dbms_blob?. If so can somebody guide me the steps to follow? Else is there any other way sicne the files are really huge and i need

  • Syncing from an iPod to a computer?

    Is it possible to have a computer get synchronized from an iPod, as opposed to the usual (computer => iPod)? I have suffered damage to my plist file after an update and would like to restore my computer's iTunes to its original state. Thanks!

  • Using XSLT to empty nodes with the exception of  specific node.

    I have XSLT code working which will remove all the empty elements. My user wishes to exempt a specific node, <BypassDateEdits>. I can not figure out the correct syntax to do this. Source XML is: <?xml version="1.0" encoding="UTF-8"?> <IMDSCDB xmlns="

  • Email alias not not receiving emails

    My friends and family are getting email bounce backs from my iCloud email alias. Help?

  • Production database sync with Reporting Server

    we have configured always-on on node1 as primary and node 2 as secondary.Now I have launched a new node 3 SQL Server for reporting purpose.I want to have the node 1 Database to be in sync with node 3 Reporting server. As I dont want any overhead on t