How to import MP3 with file name into library, rather than tag?

I've been given a CD with about 200 MP3s of lectures. They are to be listened to in order, and the file names reflect the order number, like "lecture 1", "lecture 2", etc. However, when I drag them all into iTunes, the names in the iTunes library don't include the file names - they are simply "lecture", which I guess must come from a tag in the MP3 file. So iTunes is ignoring the file name and thus I end up with 200 entries in my iTunes library that can't be ordered properly. How can I get it to use the file name when importing?
Mike

If you have your iTunes preferences set to keep your iTunes Music folder organized, it's possible that even the file names have changed according to the files' tags. In that case, you'll need to (at least temporarily) disable this option and import the files from your CD again.
Once you're sure the files have been successfully added to your iTunes library and the file names kept intact, you can use the Filenames to Song Names script from Doug's AppleScripts for iTunes.
This should get everything sorted out.

Similar Messages

  • I use Mail. How do I attach a file as an icon rather than showing the full text in the message?

    I use Mail for my email messages. How do I attach a file as an icon rather than showing the full text in the message box?

    Glad you got it working! Incidentally, if you have a relatively new Apple mouse (Magic Mouse or Mighty Mouse should work), you should be able to enable right-click, if you'd like it, by going to System Preferences - Mouse - and turning on "Secondary click". Third-party mice, like Logitech or Microsoft, should have right-click automatically.
    Matt

  • How to import songs by file name (not by song name)

    Hi
    I've got many files with different names yet they all have same song name (the website precisely!!!). When I import them into iTunes, all of them appear with same song name (such as www.apple.com). Is there anyway I can import them by file name as song name???
    Thanks

    iTunes uses the id3 tags, not the file name to determine the information that is displayed. There is no way that I know of to change this. Are you saying the songs have the same title, artist name, and album name but they're different songs?
    Check out Doug's Scripts. There may be something useful there.
    http://dougscripts.com/itunes/index.php

  • Importing text file (with file names) into Automator.. is it possible?

    Hello all,
    I have been working with Windows Batch files for my line of work. I have a couple of file names in a text file (a column), which I want to copy from one folder of one hdd to another folder on a different hdd. I have been trying to do this kind of work with a Mac. I already know how you copy and rename files in automator (which isn't difficult, of course) but you have to 'select' the files in the finder first (with get specified items).
    But the only way i see that you can specify items is by selecting them... is there a way to import a text file with all the file names instead of selecting all the file names manually?
    or is there an AppleScript alternative which I can use to import the text file (or just copy into applescript) and run before the query's of copying and renaming the files? I am kind of new to Apple programming.
    The text file looks like this:
    image1.jpg
    image2.jpg
    etc..
    so there has to be a command to: 'goto' a specific folder as well.
    Thanks in advance!

    You can import text files, but if they are just names you will need an additional action to add the source folder path. A *Run AppleScript* action can be used, for example:
    Tested workflow:
    1) *Ask for Finder Items* {Type: files } -- choose the text file containing the names
    2) *Combine Text Files* -- this gets the text file contents
    3) *Filter Paragraphs* { return paragraphs that are not empty } -- skip blank lines
    4) *Run AppleScript* -- copy and paste the following script:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    font-weight: normal;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 680; height: 340px;
    color: #000000;
    background-color: #FFEE80;
    overflow: auto;"
    title="this text can be pasted into an Automator 'Run AppleScript' action">
    on run {input, parameters} -- add folder path
    add the specified folder path to a list of file names
    input: a list of text items (the file names)
    output: a list of file paths (aliases)
    set output to {}
    set SkippedItems to {} -- this will be a list of skipped items (errors)
    set SourceFolder to (choose folder with prompt "Choose the folder containing the file names") as text -- this is the folder containing the names
    repeat with AnItem in the input -- step through each name in the input
    try
    set AnItem to SourceFolder & AnItem -- add the prefix
    set the end of the output to (AnItem as alias) -- test
    on error number ErrorNumber -- oops
    set ErrorNumber to ("  (" & ErrorNumber as text) & ")" -- add the specific error number
    set the end of SkippedItems to (AnItem as text) & ErrorNumber
    end try
    end repeat
    ShowSkippedAlert for SkippedItems
    return the output -- pass the result(s) to the next action
    end run
    to ShowSkippedAlert for SkippedItems
    show an alert dialog for any items skipped, with the option to cancel the workflow
    parameters - SkippedItems [list]: the items skipped
    returns nothing
    if SkippedItems is not {} then
    set {AlertText, TheCount} to {"Error with AppleScript action", count SkippedItems}
    if TheCount is greater than 1 then
    set theMessage to (TheCount as text) & space & " items were skipped:"
    else
    set theMessage to "1 " & " item was skipped:"
    end if
    set {TempTID, AppleScript's text item delimiters} to {AppleScript's text item delimiters, return}
    set {SkippedItems, AppleScript's text item delimiters} to {SkippedItems as text, TempTID}
    if button returned of (display alert AlertText message (theMessage & return & SkippedItems) ¬
    alternate button "Cancel" default button "OK") is "Cancel" then error number -128
    end if
    return
    end ShowSkippedAlert
    </pre>
    5) *Copy Finder Items* { To: _your external drive_ }

  • Problem Importing Keywords with jpg photos into Library

    I am a new and enthusiastic LR user working to migrate from iMatch, where I have kept my ~80,000 photos organized for the last several years. However, my last roadblock to being able to do that is the import of keyword information (or as iMatch calls them, Categories). Obviously it's critical that these transfer across seemlessly as they represent untold number of hours in sorting and managing the database.
    The situation: Via an iMatch script I can successfully write the associated categories, including hierarchy, into an IPTC field of my choosing that is then included with the jpg file itself. I have done this into the "Keywords" field, with various combinations of special characters and/or spaces to denote hierarchy relationships or separate keywords.
    Upon LR import: LR recognizes the presence of the keywords and pulls them into the metadata, but refuses to see them as anything except part of one continuous hierarchy.
    Example: A picture in iMatch has two Categories associated with it, both of which are organized under a parent-->child hierarchy:
    Trips --> Switzerland2006 and Special --> Family --> Daughter
    When written via script into the IPTC Keyword field of the jpg file, it looks like this: Trips.Switzerland2006; Special.Family.Daughter
    (note -- I can make the semicolon separating the keywords anything, such as a comma, space, etc. I have tried all.)
    When imported into LR, it ends up looking like this under the left panel Keyword Tags area: Trips --> Switzerland2006; Special --> Family --> Daughter
    In the righthand panel under "Keyword Tags", I only see "Daughter" as this is at the bottom of the single stack hierarchy that was interpreted.
    In other words: I have found no possible way for LR to recognize that there is in fact MORE THAN ONE keyword coming in, rather than always a single hierarchy stack or very long words with spaces, semicolons, whatever included in between.
    I have tried every setting under Preferences-->File Handling, but those only give me options about when to tell LR to recognize a hierarchy step, not about what character to see as a separation between keywords themselves.
    Final note: If I first open one of my picture files in Adobe Bridge and look at the IPTC field Keyword there, it looks perfect. And if I go into that field and mess around a bit -- add a space, take away a space -- with in the end no change, then resave the file, THEN bring into LR, it works fine! I believe what is happening in this case is that Bridge is correctly interpreting the Keyword data from the file, but then is writing it into an XMP area that I can't see. LR must then read the XMP area in preference over the IPTC are upon import.... But -- if Bridge can read the original IPTC line correctly, why not Lightroom?!
    Bottom line question: What format or special character or special trick must be used for multiple keywords in the IPTC Keyword field so that Lightroom will correctly recognize the multiple keywords upon import?
    Thank you!
    JMC

    Do those keyword hierarchies show up properly in Vista Photo Gallery? I have the LR Edit/Preferences/File Handling configured to treat "/" (which is what Vista Photo Gallery uses) as a keyword separator and LR recognizes the hierarchical keywords.
    As I understand it, Vista reads both XMP and IIM/IPTC Headers, but will write only to XMP. I forced Photo Gallery to convert my keywords to XMP by adding a global keyword and then deleting it later. Then I used drag and drop to recreate the hierarchies. It works for me.

  • How to import XSD with same name

    Hi,
    I have a Parent XSD which imports 3 XSD's.
    The parents XSD name and one of the imported XSD name is same in the XSD.
    Say for Ex: 1.xsd is a parent
    which import 2.xsd , 3.xsd & 1.xsd ( from different directory - import path in the XSD is different - <xsd:import namespace="www.localdomain.com/1.xsd" schemaLocation="C:/container/path/1.xsd"/>
    where as the parent 1.xsd is in c:/jms/path/1.xsd
    So whenever i import into the workshop it is giving me compilation error.
    How to fix this ? pls help.
    Thanks,
    -Raj..

    You can try like below.
         var oObject = xfa.resolveNode("Object[1]");
         xfa.host.messageBox("" + oObject.rawValue);
    Thanks
    Srini

  • How can I import MP3 audio files into premiere pro cs5?

    Can any one help?
    How can I import MP3 audio files into premiere pro cs5?

    It is really difficulty for me.If you still haven't found a satisfactory answer,please search it on google.Hope you can get your answer as soon as quickly!
    fifa 14 coins
    cheap fifa coins

  • How to import a PSD file into Indesign WITH layers so it can be edited/saved as an InDesign file?

    How to import a Photoshop file into Indesign CS6 so that it's layers show in InDesign and it can then be edited/saved as an InDesign file?

    MyTienN wrote:
    Someone had mentioned the possibility of saving each individual layer in Photoshop as a png file and importing into Indesign and adjusting it in there
    What do you mean by "adjust"? Editing of Photoshop images should be done in Photoshop.
    Sure, it's possible to save individual layers from an image in Photoshop as inidvidual files in a variety of formats, but what's the point? You could just as easily import the layered file, then copy/paste it into a new layer for each layer in the image and use layer visibility to control which ones show. I don't think that will do you a lot of good, though, if you use adjustment layers or opacity controls on the layer in Photoshop.

  • How to import mp3 into Logic 7.2.1 ?

    How to import mp3 files into Logic 7.2.1, without converting the file?
    I have tried to make an mp3 with logic 7.2.1 and then improt it into logic again, and it still converts the **** file.
    Help needed here.
    I thought importing mp3 files in Logic 7.2.1. without converting, was one of the new features???????

    Logic imports mp4's (ACC and Apple Lossless Files) directly, without the need to convert to AIFF.
    But some Mp3's will still need to be converted. It's all in the manuals... page 29 of the "what's New In Logic 7" PDF, as well as here:
    http://manuals.info.apple.com/en/LogicPro_7.2_lbnz.pdf
    The file size remains the same though, so I'm not sure I understand what the issue is...

  • Can,t import mp3 music files into Lightroom 5 slideshow says it a invalid format,can you give me some guidance please

    Until I updated lightroom to 5.6 I had no problem with importing mp3 music files into slideshow but since then it informs me it is not a valid format.
    This is very frustrating as have made many slideshow of Weddings,Christenings  etc & have been really pleased with the result & so have my customers.
    Can any of you guys assist me with this problem
    Dave

    I have the same problem, i have also contact by the telefone but they have no solution
    Jean - Pierre

  • How can I import an ibook file back into iBook Author?

    I exported an ebook from iBook Author thinking it is the equivalent of saving the file.
    I did not save the file, I only exported it and than exited the program.
    My active file is vannished.
    I need to make some adjustments to the ebook, but can not bring it back up.
    Is there a way that I can re-import the iBook file back into iBook Author?
    When I open iBook Author and try to open the exported file the program does not recognise the ibook file...
    Thanks for your help!

    Check for previous versions of that book in iBA....even if not saved.
    You can dig into the .ibooks file by changing the suffix to zip, but you'll have to manually extract what you can from assets you find. Please only do this with your own books.

  • Sharepoint Workflow : how to get document full path + file name into variable?

    Hi,
    Anybody knows how to get document full path + file name into a variable in Sharepoint 2010 workflow?
    Example http://sp1:80/InvoiceQueue/Shared Documents/123.pdf
    I am using List Workflow which links to a document library.

    Hi SAMSUNG,
    According to your description, my understanding is that you want to get the full path of a document in a list workflow.
    You can set the variable to the Enconded Absolute URL of the document. The screenshot is my testing. In my testing (in the red area), when the title of a document was equal to the tile of the current item, set a variable to the Enconded Absolute URL of the
    document. I used ‘Log to history list’ to check the value of the variable in Workflow History .
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to import a XML file into the document?

    Hai,
    i had created a table using xml file....
    Now i want to import that xml file tabel into the document...
    Can any one tell me how to import the xml file into the document?
    thanks
    senthil

    Hai...
    this is senthil...
    i'm beginner for creating adobe indesign plugins..
    i want to import a html file in the document...
    i want to create a table by using html tags and
    that table will be imported into the document..
    How shall i do it?
    can any one plzz explain me?

  • How to find PG.xml file name and path associated with a FUNCTION

    Hi,
    I am having a function:IRC_VIS_HOME_PAGE with Web HTML value as below:
    OA.jsp?akRegionCode=IRC_VIS_HOME_PAGE&akRegionApplicationId=800&OAPB=IRC_BRAND
    How to find PG.xml file name and path assoicated with above funtion.
    Thanks,
    ashok

    Ashok,
    Function IRC_VIS_HOME_PAGE will have 2 parameter defined for it which are OASF and OAHP where
    OASF=<SelectedFunctionName> - this tells the Framework to select this function in the given "Home Page" menu context.
    OAHP=<HomePageMenuName> - this is used ONLY with the OASF parameter, and it is used to establish the current menu context. It should point to a "Home Page" menu.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to import a flv-file (downloaded form YouTube) into iMovie?

    How to import a flv-file (downloaded form YouTube) into iMovie?
    It needs to be converted to which format?
    Suggestions how to do that?
    Thanks.
    Mattie
    The Netherlands

    http://perian.org (free).
    QuickTime Player Pro ($30).

Maybe you are looking for

  • DS XI 3.0 on Terminal Server

    Hi All, We setup DS XI 3.0 on a Windows 2003 Terminal Server. 6 developers are now using the designer tool. For each of them a MySQL Database has been setup and local repositories were created. One problem occurs: when one developer opens the Designe

  • Show last page in a report

    I have made a discussion forum with APEX and I want to have a list of links on the main page that shows the last 5 threads in this forum. When the users clicks on one of these links they should be taken directly to the last page in that thread. The t

  • Aperture library size 0

    My aperture library is obviously corrupted. In the finder, it shows up with size 0 bytes. However, something seems to be there because the finder becomes very slow when browsing to the containing directory and it takes Aperture several minutes to sho

  • Loading Special Characters

    Hey everyone, hopefully this is really easy. I have a really simple easy quiz that pulls questions off a .txt file. Trouble is, whenever a question uses the special character "&", flash doesn't display it. Almost as if it isnt there. If I push things

  • My Macbook Pro (early 2011, 10.6.8) keeps rebooting when I put it to sleep mode or turn off the display.

    When I go out for lunch, I always put my Macbook Pro either to sleep or turn off the display with Ctrl-Shift-Eject. Recently, a few times, when I returned to the computer, I find it in the login screen with all apps closed. What to do?