Copy iTunes file path to Comments field?

Since there is no built in way to display the file path of files in your iTunes library, can you copy the file paths to the "Comments" field?
Teridon wrote an awesome script that will copy them into the "Description" field, however, this overwrites what you have in that field and is not desirable especially for podcasts.
I attempted to adapt his vbs to write to track.Comments, but "Comments" is not a valid object?
Any ideas?

I haven't tested it, but I think if you use "track.Comment" instead of track.Description it will work. i.e. change this line:
track.Description = FileList
to this:
track.Comment = FileList
Of course, this will overwrite any existing Comment field.
Oh, and the entire script (for putting the file path in the description) is here:
http://www.pobox.com/~teridon/itunesscripts/itunespathdescription.vbs

Similar Messages

  • File Path and Name field does not display correct path

    We are using Crystal 2008 along with VS 2005. We embed the special "File Path and Name" field  inside our report and it displays the correct path when viewed inside Crystal reports:
    C:\Program Files\reports\Chart.rpt
    When run through the web and viewed in the DHTML viewer, the file name and path appear as follows:
    C:\Windows\TEMP\Chart {02152A43-3339-4C03-A50A-E281E1D391AF}.rpt
    How can this be corrected?
    Thanks in advance for any assistance.

    This is a known issue tracked under ADAPT0000962216. At this time I do not know when this will be resolved, however Service Pack 2 for CR 2008 is targeted to be released by September and this may contain the fix.
    Ludek

  • I have a MacBook Pro, I want to copy Itunes files to an SD card to play in my car, the SD Card doesn't appear in Itunes when I insert it, and I don't know how to convert the files to the correct format, can anyone help?

    I have a MacBook Pro, I want to copy Itunes files to an SD card to play in my car, the SD Card doesn't appear in Itunes when I insert it, and I don't know how to convert the files to the correct format, can anyone help?
    Thank you

    So it seems from reading the COMMAND manual that my first issue is that I used a 16GB SD card, and the manual says it will only recogize up to a 2GB SD card. I did use my MB Air's SD card slot and crated a folder and dragged the music files to it, then to the card. So I am going to get a 2GB card and try that next. Otherwise just stick with the iPOD connected. At least that is 8GB

  • "File Path and Name" field not displaying correctly

    Post Author: DaveWoo
    CA Forum: General
    Hello,Here's my situation: I'm currently upgrading from Crystal Reports for Visual Studio .NET 2003 to Crystal Reports for Visual Studio 2005. I have several reports (programmatically generated using VB.NET) that use the "File Path and Name" special field. Now, in the old version of Crystal Reports (2003), the field properly displayed the original file path and name; however, in the new version (2005), the field displays as "C:\DOCUME1\Username\LOCALS1\Temp\Filename{F2459406-3719-4C8B-917C-4A7055A18C76}.tmp" - in other words, the location of the temporary .rpt file.How do I get the "File Path and Name" field to correctly display the path & name of the original file, like it did in the prior version?- Dave

    This is a known issue tracked under ADAPT0000962216. At this time I do not know when this will be resolved, however Service Pack 2 for CR 2008 is targeted to be released by September and this may contain the fix.
    Ludek

  • Copy itunes files to MP3

    How do you copy itunes files, playlists to MP3 player?

    If you need to convert a file from one file type to mp3:
    1. Click "edit from your top menu bar and choose "Preferences"
    2. Open "Import Settings"
    3. Set "Import Using:" to "MP3 Encoder" and click okay.
    4. Click okay on the Preferences box.
    5. Now you can right click on any song that is not an MP3 and choose to "Make MP3 version"
    5. It will create a duplicate of the song in your library, but the dup will be the correct version.
    EE

  • How do copy the file path of songs to their comments or description field?

    I'd like to be able to organize my library by file path.
    I read somewhere that Teridon had a script to do this but I could not find it on his scripts page.
    Please help

    Okay I did it!
    Here's the JScript for anyone who wants to organize by file path:
    var ITTrackKindFile = 1;
    var iTunesApp = WScript.CreateObject("iTunes.Application");
    var mainLibrary = iTunesApp.LibraryPlaylist;
    var tracks = mainLibrary.Tracks;
    var numTracks = tracks.Count;
    var i;
    while (numTracks != 0)
    var currTrack = tracks.Item(numTracks);
    // is this a file track?
    if (currTrack.Kind == ITTrackKindFile)
    currTrack.Comment = currTrack.Location;
    numTracks--;
    WScript.Echo("Location to comments done!");
    Beware it replaces anything you currently have in the comments field
    Message was edited by: Toelessfoot

  • ITunes can't edit comment field

    So in the latest version of iTunes it looks like you can't have a carriage return in the comment field. It also looks like is there is one there already (added when in a previous version) you can't edit the comment field at all or even copy it to the clipboard....
    iTunes continues to get worse and worse.

    Hi stecleary,
    Are you perhaps selecting different types of form fields? If you're selecting only Text fields, you should get the same list of properties whether you select one or many. If they are different types, though, you would only see the properties that the two types have in common.
    Does that make sense?
    Best,
    Sara

  • Insert File Path into Text Field

    I am trying to create a text filed at the bottom of a form document that will automatically input the file path (e.g.. C\:Folder\File) of the document itself after the document is saved.  I've looked at a few Scripts but nothing seems to be working.  I'm assuming it will look something like this on the "postSave" option:
    this.rawValue = event.target.path.replace(event.target.documentFileName, "");
    I am a very novice programmer so I have no idea if this is even close to right.

    Apparently some of my search parameters were off.  This question has already been answered before.  If anyone comes looking here, this is a link to the page with the answer.
    http://forums.adobe.com/message/4007317#4007317
    Enjoy.
    FYI: here is the code I used for the text field.
    Inspection.TextPage.Bottom.End.Directions.File::preSave - (JavaScript, client)
    this.rawValue = event.target.path

  • Copy full file path+file name in Midnight Commander

    Hi!
    How can I copy a file's full path with the file name in Midnight Commander?
    If I press Ctrl+Alt+Enter it's shows this to me in the command line but I can't copy this route.
    If I mark a file with 'Insert' and than if I would like to paste this for example in Mousepad or any other text editor with Shift+Insert or Ctrl+V it isn't works.
    (Relatively newbie sitting here so if the answer is complicated please write a step-by-step instruction )

    Well,I did a lot of research on the internet and I found the best solution.
    - choose the file,press 'Ctrl' + 'Shift' + 'Enter'
    - after that you can see the full file path + the file name in the command line (bottom of the screen)
    - Select the text with 'Shift' + 'Mouse Left Click' (drag it across the whole command)
    - For copy the text, press 'Ctrl' + 'Insert'
    - For paste, press 'Shift' + 'Insert'
    This is still pretty damn slow,I wanted to do it with a single key combination while the file is selected but it looks impossible.
    But at the same time I have started to use Ranger file manager which is also runs from terminal,extremely fast,easy to use and if I press 'Ctrl' + 'Insert' on a file it is copies the full path with the name of the file itself. Just perfect.
    I won't mark the thread [SOLVED] because if anybody knows a better method for this in Midnight Commander (with a script or whatnot) maybe will write it down for us. I hope...

  • Need to open excel file and read comment field on ipad

    Hi,
    I need to open excel files on my ipad and read the comment fields that our ofiice wrote for me . But this doesn´t work .
    I tried it over several apps (office2HD, etc.) but with no result.
    It´s also necessary to work on our office google drive for me ..
    Can someone help me with this problem???
    BR
    Gunnar

    CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
        EXPORTING
          filename                = p_file
          i_begin_col             = 1
          i_begin_row             = 4
          i_end_col               = 12
          i_end_row               = 60000
        TABLES
          intern                  = it_excel
        EXCEPTIONS
          inconsistent_parameters = 1
          upload_ole              = 2
          OTHERS                  = 3.
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      IF NOT it_excel[] IS INITIAL.
        SORT it_excel BY row col.
        LOOP AT it_excel.
          CASE it_excel-col.
            WHEN 1.
              it_file-hiden = it_excel-value.
            WHEN 2.
              it_file-budat = it_excel-value.
            WHEN 3.
              it_file-ltext = it_excel-value.
            WHEN 4.
              it_file-subsystem = it_excel-value.
            WHEN 5.
              it_file-work = it_excel-value.
            WHEN 6.
              it_file-role = it_excel-value.
            WHEN 7.
              it_file-sgtxt = it_excel-value.
            WHEN 8.
              it_file-company = it_excel-value.
            WHEN 9.
              it_file-megbtr = it_excel-value.
            WHEN 10.
              it_file-realbtr = it_excel-value.
            WHEN 11.
              it_file-comment = it_excel-value.
          ENDCASE.
          AT END OF row.
            APPEND it_file.
            CLEAR it_file.
          ENDAT.
        ENDLOOP.
      ELSE.
        MESSAGE i000  WITH 'The input file is empty'.
        STOP.
      ENDIF.

  • Transferring music to new mac air using external drive: next steps after copying iTunes file to music folder?

    I've followed instructions to consolidate, copy to external drive, then copy iTunes folder to Music folder on new mac air.  so...
    1. what do I do with original iTunes folder?
    2. how do I get iTunes to read/ingest playlist and songs?

    Exactly what steps did you follow?
    1. what do I do with original iTunes folder?
    It's on your old computer.
    What do you want to do with it?
    2. how do I get iTunes to read/ingest playlist and songs?
    If you copied the entire /Music/iTunes/ folder from old computer to /Music/ on new computer then you simply need to open iTunes.
    Since it is the exact same library, everything will be there as it was on old computer.

  • Copying itunes files from an external HD into my itunes library

    I've tried 2 methods - drag and drop from the HD directly into the library; and 'add to library' from itunes, then selecting the albums from the external HD. Either way, the process is resulting in 2 copies of each song being added to my library. The only way I can bring in only 1 copy of a song is to actually open the album, then highlight the individual songs. Much more time consuming! I can't figure out why highlighting the songs is different from simply highlighting the albums. thanks for any advice or guidance!

    Do you have any exported playlists / library (XML) files on your external HD? If there are, while you're trying to add files, iTunes might be adding those playlists and because of that there could be 2 of the same songs showing at the same time. (I think you cannot add .xml files directly by drag&dropping anyway)
    If I'm correct, then identify the file types of those playlists (."something") then do a search for those, and delete all of the ".playlist" files. Then add all of your songs to your Library, it should be fine.

  • Copying the file path of a file

    Hi when I do Get Info for a file, I can see the search path, but I cannot copy to the clipboard so I'm left with having to type it manually. Is there a better way?

    Here's some AppleScript code that will put the posix path into the clipboard. Open the AppleScript Script Editor and copy the following code into the Editor.
    --PosixPath.app
    on open drop_file
    set posix_file to POSIX path of drop_file
    set the clipboard to posix_file
    display dialog posix_file
    end open
    Now save this as an application. Drag a file onto the application icon and the posix path will be copied to the clipboard.
    Message was edited by: Mark Jalbert

  • Copying iTunes files and playlists from Powerbook to iMac

    I've got a load of songs and playlists set up on my Powerbook and I want to copy them all across to my iMac.
    What's the most straightforward way of doing this, ensuring that both the playlists and song files are copied across?
    Copyright/copy protection isn't an issue as none of it is commercial stuff.

    Probably the most straightforward way to get iTunes onto your new computer is to network the two and copy your iTunes folder across. This works fine if you have been using iTunes to completely manage your music and all your songs are in iTunes Music not in different folders. Connecting two Mac computers using Ethernet
    Another way is to put your original computer into target disk mode and copy the data over Firewire: How to use FireWire target disk mode
    Copying the whole folder brings with it the iTunes Music folder and also the iTunes Library (iTunes Library.itl in Windows) database file which holds all the information about your songs (Playlists, Ratings, Play Counts, Last Played, Date Added, etc). You'll get more information including the Folder/File structure in this article: What are the iTunes library files?
    When you copy the iTunes folder make sure you put it into the same location on the new computer. This has to be the exact same place, on a Mac this would be in Username/Music/. When you open iTunes on the new computer it will be the same as on the original one Songs, Playlists, Play Counts, Ratings etc. When I moved iTunes a while ago for my daughter I was also using the same version of iTunes, not sure how important that is but it's probably worth keeping them the same.

  • Cannot play copied itunes files

    I just got a new laptop (pc) and I copied my itunes library to a flash drive. I copied all the files into what I thought was the correct folder, however, everytime I go to play a song it says I have to locate the file - and then I have to select it. I don't have a huge library, but doing that with over 2000 songs is going to be a nightmare. After the fact, I made sure to check the "copy songs" in advanced preferences, but it won't apply to those I already copied. Can I delete them and start over? Or is there a fix now?  Any info/tips would be appreciated!  Thanks!

    There are codecs in the Windows version of Windows Media Player which do not exist on a Mac, so perhaps that's the issue.
    But you say you tried VLC Player and MPlayer, but not that you've tried the Mac version of WMP, so if you haven't, give that a try. If that doesn't work, one last thing to try would be WMV Player. It's not free, but they have a free trial so you could see if it worked for you.
    If none of those solutions help, then I can only guess that the files are encoded in a codec for which no Mac version exists. When you get stuff from Acquisition or any other P2P network, there's no knowing what sort of hash you'll end up with.
    Don't Steal Intellectual Property! Please make sure that all material (songs, movies, etc.) you obtain from P2P networks are legal, not pirated.

Maybe you are looking for

  • I am trying to open a .mxf files from 2 different Panasonic cameras in After effects CS3

    I am trying to open .mxf files from 2 different Panasonic cameras (the HVX 200A and the HPX 170) in Adobe After Effects CS3.  I have down loaded all of the Adobe CS3 upgrades and I have also installed the P2 card reader for Tiger which is the operati

  • Export from Destop Formatting Issue

    I am on Desktop Client: 10.1.2.48.18. When I export my worksheet to Excel. I loose the Formaating. My formatting is only color on some columns and Headers. Any thoughts, as to why this is happening??

  • Masks and blend modes

    Hello all, So, I'm creating a chest caption and I wanted to have the text on a semi-transparent rectangle background. I also want to use a soft light blend mode on the rectangle. Now, I also want the rectangle to quickly appear from nowhere so I am u

  • PSE 13 won't open.

    I've installed the PSE13 upgrade (I currently have PSE9) but it won't open. When I sign in all I get is the revolving squares. It seems to be in a loop or stalled. I've downloaded twice and rebooted twice but still no luck.

  • RMAN error while allocating channels

    Hi We are trying to backup Oracle 11gr2 database using RMAN. The MML is provided by the vendor and we have linked the library with libobk.so. The server OS is Solaris 10 64 bit on AMD64 architecture. When we try to run backup the RMAN returns with th