Displaying File Location in iTunes

I can't seem to find a way to display my file locations in iTunes - I don't see it as a column that can be displayed. I'd like to be able to view this column to help with possible duplicate removal. I understand how to remove and even view the duplicates, but the missing piece is the actual location of the files, and I don't want to have to individually click on them to get that information or individually pull up the properties of each song. I'd greaty appreciate the help!

The following script (Download here, or copy and paste into a file with extension ".vbs") will set the Description of all the tracks in the playlist(s) you select to the file's path. Obviously if you want to see it you have to turn on the Description column
' # itunespathdescription.vbs
' # This script set the Description of all the files in a single playlist
' # to the file Path.
' # Copyright (C) 2008 Robert Jacobson
' # written by: Robert Jacobson (http://home.comcast.net/~teridon73/itunesscripts)
' # Last Updated: 2 Feb 2008
' # Version 1.0
' # This script is GPL v2. see http://www.gnu.org/copyleft/gpl.html
' # Change record:
' # 1 Script creation
Option Explicit
Dim iTunesApp ' iTunes.Application object used to access the iTunes application.
Dim tracks ' The tracks collection object of the Library object.
Dim FileList ' The list of files that have been copied.
Dim i ' A counter variable.
Dim Msg ' A string for a message.
Dim f ' A file object.
Dim sources
Dim source
Dim playlists
Dim playlist
Dim playlistName
Dim j
Dim m
Dim songName
Dim artist
Dim result
Dim listarray
Dim num
Dim k
Dim track
Dim numtracks
Set iTunesApp = CreateObject("iTunes.Application.1")
Set sources = iTunesApp.Sources
DIM use_windows
Dim Playlist_list
'detect CSCRIPT context & use InputLine
IF Instr(lcase(wscript.FullName), "cscript")>0 THEN
use_windows = 0
ELSE 'detect WSCRIPT context & use native InputBox
use_windows = 1
END IF
For i = 1 to sources.Count
Set source = sources.Item(i)
IF source.Kind = 1 Then
Set playlists = source.Playlists
if use_windows = 0 Then
For j = 1 to playlists.Count
Set playlist = playlists.Item(j)
playlistName = playlist.Name
Wscript.Echo j & ": " & playlistName
Next
Else
For j = 1 to playlists.Count
Set playlist = playlists.Item(j)
playlistName = playlist.Name
Playlist_list = Playlist_list & j & ": " & playlistName & Chr(10)
Next
End if
If use_windows = 0 Then
Wscript.Echo ""
Wscript.StdOut.Write "Enter comma-separated lists to process: "
result = Wscript.StdIn.ReadLine
Else
result = InputBox(Playlist_list & Chr(10) & "Enter comma-separated lists to process: ", "Which Playlist(s)")
End if
listarray = split(result, ",")
For k = 0 to UBound(listarray)
num = listarray(k)
Set playlist = playlists.Item(num)
playlistName = playlist.Name
If use_windows = 0 Then
Wscript.Echo ""
Wscript.Echo chr(9) & "Processing playlist " & num & ": " & playlistName
End If
Set tracks = playlist.Tracks
numtracks = tracks.Count
If use_windows = 0 Then
Wscript.Echo chr(9) & "tracks: " & numtracks
End If
For m = numtracks to 1 step -1
'If m > tracks.Count Then Exit For
Set track = tracks.Item(m)
'Wscript.Echo "num: " & numtracks & " Count: " & tracks.Count & " m: " & m
If track.Kind = 1 Then
FileList = track.Location
track.Description = FileList
End If
Next
If use_windows = 0 Then
Wscript.Echo "Finished processing playlist " & playlistName
End If
Next
'End If
End If
Next
The forum TOS requires me to say: "I may receive some form of compensation, financial or otherwise, from my recommendation or link" because I have a paypal donation link on my webpage.

Similar Messages

  • Is there a way to display the file location in iTunes?

    I have several external hard drives connected to my windows PC.   Over time, I have copied my music files (some I have ripped from CD's, and some I have copied from a friend's external drive) to 3 or 4 different locations, each of which is on a separate external drive.   Now, iTunes has gone out and pulled all of those files into my music.   As a result, I have 3 or more copies of many songs.  
    The only way I can see where they are located, as far as I know, is to right click on each song, go to Get Info, and look at the "WHERE" box at the bottom of the window.
    Is there a way for me to set the file location up as a field in iTunes?  What I want to do now is to move all of my music to one location, then delete duplicates, before backing the entire library up.
    Thanks in advance for any help you can give me!

    I use CoderPlus workspace & tabbed panels.  For me, the file url is on the far right side. See screenshot. 
    If you click the "Page Icon" in upper right corner to tile, the URL shows on the left side.
    Nancy O.

  • How to view file location in columns

    If I remember correctly, I used to be able to select file location as a column heading an sort.
    This allowed me to quickly find any songs that may not be in normal library location.
    I don't see that column option anymore.
    I have itunes match so not sure if this has an affect or not.
    Anyway to easily review file locations in itunes 11?
    Regards,
    bdog

    FYI, I now remember what I wasn't remembering.
    I ran a apple script to copy the file location to another field that I could display.
    Then I could sort and find music files not stored in the correct master location.
    Sundry Info was the script I used to copy the file path to another field (comments, description or categories)
    I used categories since I wasn't using this field.
    bdog

  • Change file location

    There's been a lot written on how to move an iTunes Media library, I haven't seen anything for a situation that I'm trying to resolve.
    I'd like to move some of my movie files from an internal drive folder to an external NAS box.  The library of movies would be split between these two drive locations.  Consolidating onto one drive is not an option.
    The problem is that when I move the movies to the NAS box, OS X does not update the file location within iTunes and then iTunes reports them as missing, forcing me to manually restablish the new file location for each movie that I moved.  It will take far to long for me to do this based on the number of movies I'm moving.
    After I move the movies, I could import them back into iTunes to establish the new drive location, however this has the disadvantage of resetting stats on those movies and iTunes treats them as 'new' rather then previously viewed, and date stamps are reset as well (Recently added).
    Are there any tricks or utils that I could use that would allow me to only update their new file locations on the external hard drive? 
    And to clarify, all my music, and movie files are not imported and managed by the itunes Media folder.  The options "Keep iTunes Media folder organized" and "Copy files to iTunes Media folder when adding to library" are not checked on.  I'm also using the latest versions of OS X, iTunes etc.
    Thanks for any help.

    Doug's script Re-locate Selected would let you move all the movies into a single folder. Altenatively you could declare a new media folder on the NAS drive, decline when iTunes offers to consolidate, select just the files that you want to move, right/ctrl-click and select Consolidate from the context menu. Reset the media folder when the consolidate process completes, again cancel any prompt to copy files to the media folder.This will create copies in the new media folder but you will have to tidy up the originals by hand.
    tt2

  • In windows 7 where is the iPad backup file located?

    In windows 7 where is the iPad backup file located?

    iTunes places the backup files in the following places:
    Windows XP: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    Windows Vista: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\

  • Showing file location, i.e. the "Where" field in the main iTunes display

    Is there anyway to show the file location for a song in the main iTunes display? This field shows up as "Where:" when one does a "Get Info" for a song.

    Unfortunately you can't add a "Where" column to your library view. You have to find the information from Get Info or under File>Show in Finder on a Mac (there's probably something similar in the Windows version). If this is something you'd be interested in seeing in a future version you can send feedback/feature requests directly to Apple at this link: Apple Product Feedback

  • HT1751 After "Restoring iTunes Library Backup" it wont link to the files in the iTunes folder. I've followed the correct procedure, and iTunes lists all my music correctly (but with no artwork), but can't locate any of the files. Using Windows 7. Help ple

    After "Restoring iTunes Library backup" it wont link to the files in the iTunes folder. I've followed the procedure as described, and the iTunes folder is in the correct location. iTunes lists all my music correctly (albeit with no artwork), but can't locate any of the files.
    I've been restoring my iTunes folder from a backup hard drive to a new computer on which I've downloaded the latest iTunes (10.7). If this is a newer version than the one I backed up with could this be the problem? (I had the latest (to my knowledge) iTunes when I backed up the folder about 3 weeks ago, was this version 10.7?)
    Or is the version of iTunes (within recent updates) not an issue when restoring a library?
    Using Windows 7.
    Any help please?

    From the top of the page where the scripts live...
    The general method of use is to download the script to a folder of your choice, e.g. your Desktop, Downloads folder or create a folder at ...\iTunes\Scripts. Select a playlist or highlight some tracks in iTunes and then double-click on the script to execute it. If no specific tracks are selected the script will try to work with all tracks in the current playlist. Some scripts offer a choice of track by track confirmation of changes or fully automatic processing of the selection. Many of the scripts can optionally display a progress bar while running.
    You are strongly advised to backup your entire library, or at the very least the iTunes Library.itl file, before use. Test the behaviour of your chosen script on a small group of files first to make sure it does what you want before applying it to large numbers of files.
    Most builds of Windows will execute *.vbs scripts when you double-click them. If that doesn't happen then you might need to visit the Add/Remove Programs or Programs & Features control panel to enable the Windows Scripting Host. I can track down details if you have issues.
    Backing up and restoring data is an area that is often glossed over. Most people don't try to learn much about it until they've lost something important. (Me too )
    If your iTunes library was in the usual layout then normally copying the whole iTunes folder from the User's Music folder in the old computer to the User's Music folder in the new one will usually work fine. Ideally this is done before iTunes is installed so that there is no empty library to replace, and all settings are picked up from the old library. This post contains more details.
    tt2

  • How do you display exact duplicates in Itunes 11. It is now missung under the file?

    How do you display exact duplicates in Itunes 11. It is now missung under the file?

    Right-click on this direct link to ExactDuplicates and "download" or "save link as..." to a location of your choice. Double-click to the file to run it. You should get something a bit like this:
    If your system will allow it my script will produce a progress bar so you can see what is going on, otherwise you will have to be patient, it will carry on working in the background.
    After scanning for duplicates it then adds them to a new playlist. For large libraries this process can be quite slow. (Very slow if you also have old hardware like me.)
    Finally you'll get a results window like this (from a different test run, as I didn't have time for the full one to finish when I was grabbing screenshots).
    You can use shift-delete to remove selected tracks from the library as well as the playlist. Leave at least one track behind from each repeated group and don't send anything to the recycle bin unless you are sure you have more than one physical copy.
    The DeDuper script has several advantages over cleaning by hand. Automating the process allows preservation & amalgamation of ratings, play counts, playlist membership, etc. See this thread for more detail.
    tt2

  • Can't access songs in iTunes. There are exclamation marks on about half of my library. When I try to play them I get: "Can't find the file" notice and iTunes asks me to locate each song. Why is this happening and how can I fix it?

    I had not opened my iTunes in weeks. When I opened it today, most of the songs in my library had exclamation marks beside them and when I clicked on them got the message: "the song could not be used because the original file cannot be found", then asks me if I want to locate it. When I press "locate" tab I am led to iTunes folders and have to hunt around for the song. Some songs I can't find in the folders. Any ideas as to why this is happening and what I can do to fix it?
    Help would be much appreciated.
    Thanks.
    PE

    The problem of tracks becoming de-linked between iTunes and the music files in your iTunes music folder happens for different reasons - this seems to come up fairly commonly in this forum.
    The solution can be to locate each song in the iTunes library, as you mentioned - or, but wait, before I get to that...
    trouble finding the original track in your iTunes music folder? maybe look for it under compilations, or if not using the 'group compilations preference' then look in the folder under the songs artist name, but what song artist name iTunes uses depends on what you have in the metedata tag spot for album artist or song artist. Any varyation in artist name spelling, in the menu item 'get info' metadata for any selected individual track will cause iTunes to create that as a separate artist folder in the library, even names like 'various' or any difference at all (even the word 'the' can change where in your iTunes music folder a track gets placed by iTunes). You can try to use the finder function of find file (finder munu item outside of iTunes) to locate hard to find items.
    Back to how to re-link any de-linked tracks .
    There may be scripts that can help re-link de-linked music files - or, at least provide you a list of such files, Scripts are easy to install and use...
    at Dougs Scripts, there is one called iTunes Track CPR that might work
    http://dougscripts.com/itunes/scripts/ss.php?sp=itunestrackcpr
    or, if you just want a list of de-linked tracks, go to
    http://dougscripts.com/itunes/
    and find the script called List MIA's, this will create a text file listing all de-linked tracks
    if you review the thread at
    https://discussions.apple.com/thread/3633708
    also the thread at
    https://discussions.apple.com/message/17513078#17513078
    you may find more insight into dealing with this kind of issue there, although some of that thread may not apply to your case, aspects of it might help.
    Good luck.

  • How can I locate my iTunes library files. When I click on my itunes icon the message appears, "The file iTunes Library.itl." cannot be found because it was created by a newer version of iTunes."

    How can I locate my iTunes library files?  When I click on my iTunes icon rather than my iTunes files I receive, " The file iTunes Library.itl." cannot be read because it was created by a newer version of iTunes."  I have already tried to update my iTunes program.

    Had same problem and solved it without having to reinstore any music or movies:
    1. Delete old Library file
    2. Go to the 'Previous iTunes Libraries' folder and copy one of the earlier files - note, they have a date extension, e.g. 'iTunes Library 2011-11-01'.
    3. Paste this file in your iTuners folder and rename file by removing the date extension -  'iTunes Library'
    You should have all your music and paylists in tact, unless it was a really old previous file.

  • Will changing location for Itunes Apps and Music files to different drive (from dive C: to drive E:)now effect how they work. And will Itunes be able to find them, when I do a sync?

    Will changing the location of folders effect how my Itunes will run? As I am runnig out of room fast on my C drive. And have almost a 1 terrabyte of room on the drive I want it to all to go to. I was thinking of just cutting and pasting.

    WpgGizmo wrote:
    Will changing the location of folders effect how my Itunes will run
    No, but do not simply move files around else you will have a lot of grief...
    Do NOT move files then change iTunes prefs to a new location as this will not work.
    Quit iTunes.
    Copy your entire /Music/iTunes/ folder (and everything inside it) on your C: drive to the E: drive.
    Hold Shift and launch iTunes.
    Select Choose library and select the iTunes folder you copied to the E: drive.
    That is all you need to do. You do not need to change any other settings.

  • Uh Oh...I manually consolidated/reorganized a lot of my 38k+ music files and now iTunes is not able to locate them!

    Hi there,
    So, I realize now that what I did was stupid...but it's done and now I need to find a solution.  I have an external drive with over 38,000 music files so I decided I would consolidate all my music into one location.  By doing this, I renamed file locations, renamed artists (corrected spelling, etc.) and when I thought I was done (and so proud of myself), I noticed that iTunes now no longer knew where to find anything.
    I searched these forums and the internet and I can't seem to find a solution to my problem.  Everything I find involves moving the file through iTunes.  Well, since I've already passed that point, I was hoping there's an easy way to help iTunes find my music (rather than album, by album - as, with the size of my library...it would seem like an impossible task).
    The other problem I see is, I have several different iTunes folders in my computer.  This is probably due to upgrading systems (computers...not iTunes), obtaining an External Drive, etc.  I'd like to clean this up somehow but each time I try to...it seems that I make it worse.
    Anyone out there able to help me?
    Thanks!

    The exclamation mark for missing files is shown if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a label change. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout, or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use CMD-I to get info, then say no when asked to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive label has changed, it should be possible to reverse the actions. I can provide a step by step guide if you give me the two paths.
    In some cases iTunes may be able to repair itself if you go through the same steps and locate the lost track. It may then offer to attempt to automatically fix other broken links, which should work if they are in the expected layout.
    tt2

  • In a FM 11 book, how can I display filename w/o file location?

    In a FrameMaker book, how can I display filename without the file's  location on the hard drive?
    For example, The book would list:
    "MyFile.fm"
    instead of
    C:\windows\documents\Framefiles\XYZ Company\widgets\draft_2013_1111\MyFile.fm
    If this cannot be done, then how can I get the book to list a name for the added file other than the name of the first heading in the file contents?

    Check out the little toggle icon beside the magnifying glass in the book tab – you can swap back and forth between “Display Heading Text” and “Display File Names”

  • I have files in my iTunes media folder that somehow are not in my library. How do I get iTunes to scan my media folder and add missing files to my library without making a copy of each file in the same location?

    I have files in my iTunes media folder that somehow are not in my library. How do I get iTunes to scan my media folder and add missing files to my library without making a copy of each file in the same location? If I use add file / folder to library, it scans the folder and then makes a copy of any file that is not in my library in the exact same location; I recal in older versions of iTunes being able to just drag my media folder into my library and it would update missing links.

    Only the songs that are connected to iTunes will be copied when you consolidate to a new folder.
    Splitting the media folder away from the usual location makes it harder to move iTunes in the future.
    Are you go move everything back once you've tidied up or are you going to leave it that way? Either way I'd recommend you create an iTunes folder at the new location, an iTunes Media folder inside that, and consolidate to this new iTunes Media folder. You should also use the option File > LIbrary > Organize Library > Rearrange files in the folder "<Media Folder"> if you have not already done so.
    tt2

  • Trying to move my iTunes Music and other media from the main drive on my pc to an external hard drive but iTunes is not recognizing the new file location?  Ideas?

    Trying to move my iTunes Music and other media from the main drive on my pc to an external hard drive but iTunes is not recognizing the new file location?  Ideas?

    Hello there, Underwriter.
    The following Knowledge Base article provides in-depth instructions on how to migrate your content to an external drive:
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/ht4527
    Particularly of note for your situation:
    External drive
    This option requires more work than Home Sharing, but it creates a backup of your iTunes library on the external drive in addition to moving your content.
    Notes before you start:
    You can use most iPods as an external drive.
    Windows operating systems don't recognize Mac OS-formatted disks (HFS or HFS Plus formats). Because of this, you can't use a Mac-formatted iPod or external drive to move your music to a Windows PC. See iPod: How to determine iPod's hard disk format if you're not sure how your iPod is formatted.
    Mac OS X can read Windows-formatted iPods and drives. This means there are many ways to migrate your information from your old Windows-based PC to your new Mac.
    Mac OS X: To be sure external drives appear on your desktop, choose Preferences from the Finder menu. Be sure the options for "External disks" and "Hard disks" are enabled.
    Part 1: Locating and consolidating the iTunes Media folder
    Part 2: Copy iTunes folder from the old computer:
    Part 3: Get iTunes ready on your new computer
    Part 4: Back up any music that's already on your new computer
    Part 5: Copy music to your new computer
    Part 6: Add preexisting music that was on the new computer back into the library
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

Maybe you are looking for

  • Error while attaching to cache grid - 3399

    Hi experts, I am getting following error in cache grid operation – 3399: The recorded information indicates that there are other attached members of the grid but this member failed to communicate any of them Let me tell you what I am trying to achiev

  • Tips & Tricks to manage time to contribute in SCN

    Hi SCN Mates,              The question of managing time to contribute in SCN and be in the top list of contributors is always a challenge, I wonder how other guys are managing it along with project work and personal life. Through this thread I would

  • Why can't I install itunes?

    I tried installing an update to itunes. Something was wrong and I got the "Go to tools and select download only option" message. Did that, didn't work. So I went to download itunes. I selected the repair option, did nothing. So i completely removed i

  • Different output of same query in SQL Server and Oracle

    I have two tables table1 and table2 --table1 has two columns c1 int and c2 varchar. there are not constraints added in it. it has data as given below c1     c2 6     d 5     j 102     g 4     g 103     f 3     h 501     j 1     g 601     n 2     m --

  • Contribute CS4 error "No Document Types.  The application will exit now."

    Contribute was working fine, until my husband updated my iMac to Mountain Lion.  Now I can't even get the product to launch. I uninstalled Contribute CS4 and re-installed it with no change in the issue.  HELP! Linda