Automating creation of MobileMe Gallery from audio files in iTunes

Hi
I am wanting to create a MobileMe Gallery of a few songs in my iTunes library. The only option to do this is to wrap MP3 files in a .mov container as MobileMe gallery doesn't support audio files. I have worked out all the necessary steps to do this and would now like to automate the process. Here is the sequence I follow manually:
1. Select tracks in iTunes
2. Convert these Apple Lossless files to MP3
3. Add MP3 files to playlist
4. For each track in playlist:
5. Convert album image (.jpg) in album folder to max 640 width (so movies will play on iPhone)
6. Open resulting image in Quicktime Pro
7. Open Audio File in Quicktime Pro
8. Copy Image and Paste into Audio File in Quicktime Pro
9. Share File to Email using Quicktime Pro (this is the best way I've found of creating a small .mov file which just creates a container the same size as the image file and the audio file - presumably there's a way of exporting in the same way)
10. Drag .mov file created from Email created to MobileMe Gallery in iPhoto.
11. Repeat for each track
So I am looking for a way of automating this as much as possible, and wondering if applescript or automator would be the best way to go.
Ideally I would also like the script/automation to be able to create a .mov file slideshow of all images in the album folder (sometimes there is more than one image there), dividing the number of images by the length of the track (perhaps using the 'Add to selection and scale' feature in Quicktime Pro).
Finally one issue I am experiencing - converting the image file to max width 640 does allow the movie file to be played in the MobileMe Gallery from an iPhone, but the file that opens in the Movie Player on the iPhone doesn't show the image(s) in the .mov file, it just plays the audio. I wonder why this is happening?
Any advice on any of this would be much appreciated!
Thanks
Nick

Hi
I am wanting to create a MobileMe Gallery of a few songs in my iTunes library. The only option to do this is to wrap MP3 files in a .mov container as MobileMe gallery doesn't support audio files. I have worked out all the necessary steps to do this and would now like to automate the process. Here is the sequence I follow manually:
1. Select tracks in iTunes
2. Convert these Apple Lossless files to MP3
3. Add MP3 files to playlist
4. For each track in playlist:
5. Convert album image (.jpg) in album folder to max 640 width (so movies will play on iPhone)
6. Open resulting image in Quicktime Pro
7. Open Audio File in Quicktime Pro
8. Copy Image and Paste into Audio File in Quicktime Pro
9. Share File to Email using Quicktime Pro (this is the best way I've found of creating a small .mov file which just creates a container the same size as the image file and the audio file - presumably there's a way of exporting in the same way)
10. Drag .mov file created from Email created to MobileMe Gallery in iPhoto.
11. Repeat for each track
So I am looking for a way of automating this as much as possible, and wondering if applescript or automator would be the best way to go.
Ideally I would also like the script/automation to be able to create a .mov file slideshow of all images in the album folder (sometimes there is more than one image there), dividing the number of images by the length of the track (perhaps using the 'Add to selection and scale' feature in Quicktime Pro).
Finally one issue I am experiencing - converting the image file to max width 640 does allow the movie file to be played in the MobileMe Gallery from an iPhone, but the file that opens in the Movie Player on the iPhone doesn't show the image(s) in the .mov file, it just plays the audio. I wonder why this is happening?
Any advice on any of this would be much appreciated!
Thanks
Nick

Similar Messages

  • Can I import .cda audio file in iTunes on my Macbook Pro with OS X Yosemite

    Can I import .cda audio file in iTunes on my Macbook Pro with OS X Yosemite

    iNads,
    .CDA files are simple index files, less than 1 kB in size, that do not contain any audio.  There is no reason to import them.
    If you have the physical CD and wish to rip it into iTunes, you can import it per this guide:  iTunes 12 for Mac: Import songs from CDs

  • TS1717 I can play audio files in iTunes but I can't play downloaded tv shows or movies.  Everytime I attempt to play them, iTunes stops working and closes.

    I can play audio files in iTunes but I can't play downloaded tv shows or movies.  Everytime I try to play them, iTunes stops working and closes.  Any information will help.

    Is QuickTime installed? If not it might help to install it.
    If so is Direct3D Video Acceleration enabled? If so it might help to disable.
    tt2

  • Automator images to mobileme Gallery in iPhoto??

    I have numerous images that I may want to place in a .me gallery for clients to view. Or should they be on a web page or some other folder? it is ok if many view different images. But I prefer to do it with automator.
    I can send them now to an iphoto album and drag the images to a gallery. But it is awkward.

    Do you have your MobileMe gallery setup so others can upload to it? If so then iPhoto is checking the site to update the gallery in iPhoto.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • SSDT: Creation of localDB instances from project file - Sql Server Unit testing purposes

    I have a SqlServer Database Project in my solution (VS2013 Professional) which has a corresponding test project with some stored procedure unit tests. Currently I am using a LocalDB and as far as I understand a local database instance is created in C:\Users\[User]\AppData\Local\Microsoft\Microsoft
    SQL Server Local DB\Instances\Projects and the specific .mdf file referenced in the SQL Server Object Explorer is in C:\Users\[User]\AppData\Local\Microsoft\VisualStudio\SSDT\[ProjectName]. The unit tests run fine on my local machine which I have developed
    the project on.
    My issue is we have a box which is configured to check out the project file from our version control, build the project using ms build commands and then run the unit tests using VSTest.Console. Usually with C# Test projects we reference the test project
    dll and the unit tests run fine. I have referenced the dll for the test project with the stored procedure unit tests in. 
    With the Stored Procedure unit tests however we get this exception: 
    Initialization method [project].[spTest].TestInitialize threw exception. System.Data.SqlClient.SqlException: System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 50 - Local Database Runtime error occurred. The specified LocalDB instance does not exist.
    After some digging I have realised that the localdb instance seems to be created when the project itself is created in VS not when it is built. Specifically when the localdb is first used and if you look into the appData folder of the test machine there
    is no corresponding mdf file for the project.  
    The question is is there a way to set up a localDB instance on the new machine if all you have the project file? The only purpose of the project on the test machine is to run the unit tests, no other development purposes. VS2013 Professional is installed
    on the test machine but a solution only using config file changes or MSBuild/VSTest commands would be preferable.
    I realise you could change the connection string to an actual test database and run the unit tests of that but we quite like the localdb approach for the testing. I also realise that you could potentially transfer the mdf file (haven't tested this solution)
    as well, though I would prefer if there is a solution to my initial question. 
    http://technet.microsoft.com/en-us/library/hh234692.aspx
    http://msdn.microsoft.com/en-us/library/hh309441(v=vs.110).aspx
    I have been reading up on LocalDB and I assume a automatic LocalDB is created when you create a sql server database project (ie on localdb first use). I have tried adding the database creation to the test project config file but do not really know where
    to go from there. The second link does not really specify when the named localdb will be created if you add the config items and I am not even sure if that is an actual solution.  Here's my test project config file for reference
    <configSections>
    <section name="system.data.localdb" type="System.Data.LocalDBConfigurationSection,System.Data,Version=4.0.0.0,Culture=neutral,PublicKeyToken=[PublicKeyToken]"/>
    <section name="SqlUnitTesting_VS2013" type="Microsoft.Data.Tools.Schema.Sql.UnitTesting.Configuration.SqlUnitTestingSection, Microsoft.Data.Tools.Schema.Sql.UnitTesting, Version=12.0.0.0, Culture=neutral, PublicKeyToken=[PublicKeyToken]" />
    </configSections>
    <system.data.localdb>
    <localdbinstances>
    <add name="SimpleUnitTestingDB" version="11.0" />
    </localdbinstances>
    </system.data.localdb>
    <SqlUnitTesting_VS2013>
    <DatabaseDeployment DatabaseProjectFileName="..\..\..\SimpleUnitTestDB\SimpleUnitTestDB.sqlproj"
    Configuration="Release" />
    <DataGeneration ClearDatabase="true" />
    <ExecutionContext Provider="System.Data.SqlClient" ConnectionString="Data Source=(localdb)\Projects;Initial Catalog=SimpleUnitTestDB;Integrated Security=True;Pooling=False;Connect Timeout=30"
    CommandTimeout="30" />
    <PrivilegedContext Provider="System.Data.SqlClient" ConnectionString="Data Source=(localdb)\Projects;Initial Catalog=SimpleUnitTestDB;Integrated Security=True;Pooling=False;Connect Timeout=30"
    CommandTimeout="30" />
    </SqlUnitTesting_VS2013>
    Thanks in advance for any response. Sorry if there is any misunderstanding, while I have been using VS to develop from the start, this is the first time I have used a Sql Server Database Project. 
    Regards,
    Christopher. 

    Yes, you can create a LocalDB instance manually. You use the SqlLocalDb utility, see here:
    http://technet.microsoft.com/en-us/library/hh212961.aspx
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Data Source creation for Master Data from Flat File to BW

    Hi,
    I need to upload Master Data from Flat File. Can anybody tell step by step right from begining of creation of DataSource up to Loading into Master Data InfoObject.
    can any body have Document.
    Regards,
    Chakri.

    Hi,
    This is the procedure.
    1. Create m-data with or without attributes.
    2. Create infosource .
        a) with flexible update
             or
        b) with direct update
    3. Create transfer rules and assign tyhe names of m-data and attribute in "Transfer rules" tab and transfer them to communication structure.
    4. Create the flat-file with same stucture as communication structure.
    5. if chosen direct update then create infopackage and assign the name of flat-file and schedule it.
    6. if chosen flexible update the create update rule with assigning name of the infosource and the schedule it by creating infopackage.
    Hope this helps. If still have prob then let me know.
    Follow this link also.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b2/e50138fede083de10000009b38f8cf/frameset.htm
    Assign points if helpful.
    Vinod.

  • MobileMe Gallery from A3 Does not Display Key Photo

    When I post from Aperture 3 to MobileMe, the Gallery preview pic does not display the key photo anymore. Skimming still works, but the preview pic as seen in the gallery is not displayed. Instead of the preview picture, an icon is displayed that is gray with two stacked pictures.
    If I go to me.com and manage the gallery from there, I do see a preview picture but not the key photo. Instead, I see the first photo from the project.
    In Aperture 2, I did not see these behaviors.
    Anyone else seeing this problem?

    Ron Kaplan wrote:
    When I post from Aperture 3 to MobileMe, the Gallery preview pic does not display the key photo anymore. Skimming still works, but the preview pic as seen in the gallery is not displayed. Instead of the preview picture, an icon is displayed that is gray with two stacked pictures.
    If I go to me.com and manage the gallery from there, I do see a preview picture but not the key photo. Instead, I see the first photo from the project.
    In Aperture 2, I did not see these behaviors.
    Anyone else seeing this problem?
    Yes, I noticed this too.
    I can skim the gallery (like an event) but then it just gives a generic thumbnail as the key photo.

  • How to merge music from a My Music (Windows media audio files)  and iTunes?

    Purchased some music from iTunes music store and I am hoping to get them on my MP3 player that is NOT an iPod. Is there a way to do this? I want to have these songs as well as songs from my My Music folder (Windows media audio files) on my MP3 player....
    I know I cannot move the music from iTunes to the My music.... (well I can but when I click on them to play, iTunes comes up)
    I know that iTunes is not compatible with my MP3 player....
    anything besides burning a disc (which I am not sure my computer can do...)?
    thanks in advance, Megan

    Purchased some music from iTunes music store and I am hoping to get them on my MP3 player that is NOT an iPod. Is there a way to do this? anything besides burning a disk?
    Sorry but no, there isn't. Tracks from the iTunes Music Store (as they are with any other legal download store with major-label content) are copy protected and so can't be directly converted. The only way to get them into another format is to burn them to an audio CD, so if your computer doesn't have a CD burner, then you're stuck, I'm afraid.

  • Stumped. Pan Tool Doesnt work from Audio File

    What the heck? I'm teaching a course on Audio Editing, and discovered **WHILE TEACHING** that the pan tool doesn't work from within an Audio File. Not that it's a particularly practical place to use it, but it was just when I was showing the students what an envelope is, and they were extremely confused!
    When editing a single audio file, if you click the "Master Envelope" button on the bottom left, it brings up VOLUME and PAN. Volume works normally, but pan doesnt work at all There has to be a good reason for this, though I can't think of one.
    www.alexdavismusic.com/2.png
    Anybody?
    Thanks,
    Alex

    amdrecording wrote:Not that it's a particularly practical place to use it
    You're right it doesn't work from there.
    If you think it's needed, please file a [bug report|http://www.apple.com/feedback/soundtrackpro.html]

  • How to remove image files from audio files

    i dont understand enough about how itunes worked...So my problem is, when i would add album art to a song, i would copy and past to the artwork box on the song. When i would find a better image, i would just past over the last one, not realizing that it was actually adding another image. This form of Copy/past(as i understand) saves the image to the audio file. *My question:* how do i remove the image files from the audio files...?

    Right click on the file you want to remove the artwork from, choose Get Info then the Artwork tab, click on the image and press the delete button then OK. To remove from multiple items, highlight the adjacent tracks in your selection (click on the first in the list, hold down the shift key and click on the last), right click and choose Get Info, choose yes when you are asked if you want to edit multiple items, tick the box beside the small empty artwork window about halfway down on the right. (if the songs aren't adjacent to each other but spread through out the playlist or library CTRL & Click on each of the songs you want to highlight)

  • I'd like to send photos to a non-MobileMe gallery from the iPhone's "send to MobileMe" option in the "Forward" tab

    Tried a search but it's mostly iWeb and I haven't seen this asked:
    One of the nice things about MobileMe is/was the ability to send any photo to my MobileMe gallery. I could publish a photo to the web with two clicks, and then I could share the URL with others or post it with /IMG tags in bulletin board forums.
    Now that iCloud is revoking this capability in June, I need to host my pics somewhere else on the web. Yahoo, Flicker, Picasso, etc.
    I'd like to be able to specify that new destination and continue to use my "Send to MobileMe" button on the phone, so that it remains that easy to do... but the photos go to my new hosting location.
    Does anyone know how to do this, or know of an App that would present itself as a tab in Photos to do the same thing?

    Thanks- photosync looks like it will suffice.
    Huge thumbs down to Apple for rolling back functionality that MobileMe had, instead of adding to it with iCloud.
    They could have at least grandfathered us.

  • Import mobileme gallery from iphoto

    Does anyone know how to make Aperture import all my mobileme galleries from iPhoto? The import feature from iphoto brings over all my events and albums, but doesn't address my 20 mobileme galleries or my facebook galleries. How can this be? How can I get those galleries into Aperture 3?

    There's a way, but it's not working properly for me. Read what i wrote about it on this thread.
    http://discussions.apple.com/message.jspa?messageID=11229701#11229701
    DLS

  • Going from "Audio File" to "Multi-track" Editing in Soundtrack

    Howdy!
    In Final Cut I've exported multiple clips via right click and "Send to STP as Audio File Project."
    Now, I've realized I am doing it all horribly wrong, and I would like to export my entire sequence again as a multi-track project!
    Great, but now I have to ask myself, "What about the clips I've already EQed and used the noise cancellation tool on? Do I leave them as they are and just expect for them to go back to their original state? Or should I delete the files that STP made?" When I right click a clip this is the file type that STP made, that FCP links to, "292_1336_03.MOV (sent).stap"
    Can I delete that file and about 7 others to make my audio return to it's normal state? Or is there a couple other steps I should do before ruining my life?
    Thanks a bunch,
    JS

    I'd start with a Send to STP Multiclip project. You'll probably have to isolate the clips you already modified individually, only so you don't lay another track-based effect on top of an existing clip-based effect. Then just listen and see what you've got. If it's not going to work for you, well, chalk that up to a "learning moment," or "experiment." I have plenty of those sitting around here. Once you get a handle on the STP workflow it's much faster overall for dealing with an entire project (not so good for single clips).

  • When I add audio file to iTune library from my computor the fine does not add/ open in iTune.please help

    problem in adding files to iTune library as mentioes in subject

    Try transferring/copy to 3rd party apps like OPlayer.

  • How do I properly manage audio files with iTunes?

    Hello Dear Readers,
    I am going to start using iTunes exclusively for my music collection management. Previously, I had only used iTunes for managing content for my iPhone 4. Now, I am wanting to import all of my media (music) files into iTunes for general use and playback.
    For example, I have over 3,000 music files, and I would like to know the best way to get them into iTunes. From a lynda.com training video about using iTunes, I learned that there is a folder called "Automatically Add to iTunes", which is monitored by iTunes for new files to import into the iTunes library. However, I would like to know if this is the *best* way to do this. For example, can I just*move* my 3,000 music files into this 'Automatically Add' folder and then let iTunes do its thing?
    Will iTunes *move*the files that it is able to manage OUT of this folder and into one of its managed folders, such that there would be no duplicate file left behind? Is it correct in saying that the files that are left in this folder that were not able to be handled by iTunes and must be handled differently before they can be imported into iTunes. Or is there just an all around different, and better, way to get these music files into iTunes? Thanks for your advice and opinions!
    There is also the issue of what to do with the commercial CDs I have (less than 50).  I would like to discard these and just maintain them on digital form, e.g., my 2 TB hard drive.  However, I am getting varying opinions as to how to do this.  I need 2 things:  1) to archive the CDs for retrieval later in case I need the songs that are on them, and 2) MP3 versions of the audio CD files for use on my flash drive which plays on my car audio system.  These would also be the files that I manage in iTunes.
    Some people have suggested using Exact Audio Copy to make a FLAC and a LAME MP3 copy of myCDs.  Others have suggested keeping an ISO copy of the compact discs for reference archive. Personally, I am wondering if I should just import my commercial CDs directly into iTunes, and then pay Apple $25 annually to maintain copies of these, as announced by Steve Jobs at the WWDC that this cloud functionality was forthcoming.
    I am in need of some informed, educated opinions and suggestions as to how I should proceed. 
    Then, there is also the naming convention of the files.  When the files get ripped from CD, I can add the freedb information to them for the ID3 tagging.  However, I need to know how to specify in what system that the file names are comprised. This is what I am thinking of as my folder and file name format, at this point.
    For the naming scheme of the audio files, I am proposing the following:
    For most music by 1 artist on a disc, I would do as follows:
    Folder Name: AlbumArtist - Album Title (year)
    File Names:  Track number (from 1 on up, with NO leading zeros) Track Title
    For compilations with various artists, I would use the following for the schema:
    Folder Name: VariousArtists (album artist) - Album Title (year)
    File Names:  Track number (1 on up) Track Title - Track Artist.
    Do these seem like reasonable naming schemes that would be good for using on all audio software and equipment, such as my iPhone, my car audio flash drive player, and in iTunes?
    I know that this is a lot to ask, but I am just trying to learn how to do things correctly and most efficiently so that I don't have problems down the road with my iTunes library.  I welcome input, discussion and of course, dissent!  Thanks!
    ~Antonio  

    how do you do it with itunes 11???
    it is really frustrating me!!

Maybe you are looking for

  • Constant permission error

    Hello, I have already been told that it is nothing serious, but if someone could guide me on explaining the reason for the error or message reported, I will appreciate. When doing a Repair Disk Permissions, I get: Warning: SUID file "System/Library/C

  • Subcontrcating Po with paid duty

    Hello, Subcontrcating Po with paid duty When created the PO with Account assignment category"Q" and Item category"L" subcontrcating PO. While Supllying the components to suncontrcating vendor.After GI system generates the Mat Doc number. With ref to

  • Bad Connection with Airport & PC Laptop

    I'm having a problem here. I have an old iMac. I bought it in 2000. It's one of the Special Edition Graphite models. I just got an (original) Airport card for it to try to make a wireless network so that I could connect using my work laptop (IBM Thin

  • How can integrate/call the Oracle Forms in ADF pages or task flow.

    Hi , I Have requirement to integrate the ADF and EBS. I have done the ADF pages calling in ESB. Right now i am struck up to call the OAF froms in ADF page/taskflow. it's high appriciate if any one provide me the any info or how to do this requriment.

  • Bind Variables [SOLVED]

    Hello, I made a post yesterday and didn't solve my problems, but I'm getting a lot closer. I found two tutorials about bind variables and have been trying to follow them, but I am getting some errors and was hoping someone here could tell me what I'm