Get your own customer support community

Recent activity

Subscribe to this feed
  • problem

    MikeD replied on September 29, 2009 10:50 to the problem "Importing an iTunes Library captures metadata and no media." in Songbird:

    MikeD
    OK, so I tried changing the forward slashes to backslashes. As there are nearly 15,000 unique paths, I only changed the unique paths in the first three track definitions. Songbird simply interprets the \ as a / based on what I saw in the imported metadata; still not a single track was properly linked to a media file.

    At this point I am beginning to think that Songbird is a complete bust for anyone wanting to import their iTunes library structure. My music collection is far too large for me to even think of attempting to rebuild the playlist structure that I have in iTunes. Realistically, it is not possible to do so anyway as Songbird does not appear to support playlist folders anyway, but having the playlists and smart playlist would have at least been something.

    Given that the average person does not know squat about database design or XML, it stands to reason that Songbird would be able to use the XML file created by iTunes as is without requiring the user to edit the paths manually, but clearly that is not the case and nothing that I have tried results in Songbird creating a proper path string. I am still open to suggestions, but after a week of trying to do what ought to be a straightforward process, I am not the least bit hopeful at this point.
  • problem

    MikeD replied on September 28, 2009 14:39 to the problem "Importing an iTunes Library captures metadata and no media." in Songbird:

    MikeD
    Michael Purses wrote:

    Also, one thing that just hit me. You moved from Mac to Windows, so your "/"'s might be backwards... (Might have to change all the \'s to /'s)

    Well, not really moving I would never choose Windows over OS X. Also it would be switching from a forward slash (*NIX/OS X) to a backslash (MS-DOS/Windows), not the other way around as you wrote, but your point is taken.

    I actually though that the slashes may have been the issue when I first attempted to import my iTunes library into Songbird. That was actually why I had a co-worker check their XML file created by iTunes for Windows. The same person just passed me a string from his XML file:

    <string>file://localhost/C:/Documents%20and%20Settings/xxxxxxx%20xxxxxx/My%20Documents/My%20Music/iTunes/iTunes%20Music/Compilations/Band%20Of%20Gypsys%20%5BLive%5D%20%5BBonus%20Tracks%5D/07%20Hear%20My%20Train.wav</string>

    So, it appears that forward slashes are always used in the iTunes database XML file regardless of the platform.

    I will try changing the string again when I have a chance, but I am in the middle of analysis right now. I will let you know how it goes. Thanks again for all of the help.
  • problem

    MikeD replied on September 28, 2009 11:19 to the problem "Importing an iTunes Library captures metadata and no media." in Songbird:

    MikeD
    Adding localhost was a bust. In fact, it is showing the file path to be,

    file:////localhost/C:/...

    as if there are two directories prior to localhost that are unknown. I also tried going back to the way iTunes sets up the path for Windows in the XML file,

    file://localhost/C:/...

    to no avail. The resulting path in Songbird is,

    file:///C:/...


    The one thing I am noticing is that Songbird keeps adding extra slashes to the beginning of the path string. It should start with "file://", but instead 3 or 4 slashes appear after "file:", which is improper syntax. It is as if Songbird is expecting additional directories ahead of the volume, which is never the case on a Windows PC. UNIX-based systems such as OS X have file paths that include the host, but Windows file paths start with the volume, so the path for the music files should be,

    file://C:/Documents And Settings/...


    Songbird seems to be incorrectly parsing the XML file path string.
  • problem

    MikeD replied on September 25, 2009 21:42 to the problem "Importing an iTunes Library captures metadata and no media." in Songbird:

    MikeD
    Correct, iTunes has always started off the path string with

    file://localhost/volume/...

    where the volume in this case is the C drive (C:) on my office PC. That was what was originally in the XML file when I first did a global find and replace to change the file path from the original path written by iTunes to the external drive on my Mac at home.

    The first time I tried to import the XML file into Songbird, I edited the XML file in order to change the path from what it was on my Mac to the Windows path with “localhost/” intact. In fact, I had someone else in the office look at the contents of their XML library file to verify how a Windows iTunes path should look, but the import process did not work. I will try adding “localhost/” back into the string when I get back to the office on Monday and see how it goes.

    As to what globally means, I guess you do not have any kind of programming background. :) Replacing all of the path strings in the XML file is a global replace operation, as opposed to changing one path, which would be a local replacement. So, yes, I replace all 14,000+ paths in the media file’s Location keys when I modify the string as well as the one in the Music Folder key.

    Thanks again for all of your help.
  • problem

    MikeD replied on September 25, 2009 17:04 to the problem "Importing an iTunes Library captures metadata and no media." in Songbird:

    MikeD
    P.S. I just got out of a meeting, but I wanted to thank you for all of the input, Michael.
  • problem

    MikeD replied on September 25, 2009 16:17 to the problem "Importing an iTunes Library captures metadata and no media." in Songbird:

    MikeD
    I just saw you message. The problem seems to be more an issue with Songbird correctly importing the path from the XML file. In the XML file the path for the music folder was globally changed to:

    C:/Documents And Settings/Michael Dawson/My Documents/My Music/Songbird Music/

    (with the appropriate %20 in place of spaces).

    Yet, when I import it into Songbird the drive designation is stripped off so the path is

    file:///Documents And Settings/Michael Dawson/My Documents/My Music/Songbird Music/,/blockquote>
    When I had "file://" at the front of the path in the XML file, Songbird read it in correctly, but the issue appeared to be the extra file designation resulting in Songbird starting each path as:
    file:////file://...

    Now that I have taken the file header out of each path string in the XML file, Songbird is ignoring the first few characters of the string, thus dropping the drive designation.

    So, as it stands, I cannot eve get to the point of using the Manage Music option becuase the paths are completely frelled. I do have that feature turned off as the music files have already been organized by iTunes.
  • problem

    MikeD replied on September 25, 2009 15:39 to the problem "Importing an iTunes Library captures metadata and no media." in Songbird:

    MikeD
    OK, Songbird is really starting to p--- me off. I created a File Location column and saw that the path string was staring off with:
    file:////file://C:/...

    so I removed "file://" from the path strings in the XML file. Now Songbird id ignoring the drive designation and indicating the path of the files as
    file:///documents%20and%20settings/...


    This is ridiculous.
  • problem

    MikeD replied on September 25, 2009 14:29 to the problem "Importing an iTunes Library captures metadata and no media." in Songbird:

    MikeD
    OK. Now it makes sense. I will give it a try. If Songbird is pointing to the wrong directory for files, which is obviously the case, how do I perform a global fix? I am not about to go through roughly 1300+ album folders to reset paths. This matter also begs the question as to why Songbird is getting all of the metadata read correctly except the fie path.
  • problem

    MikeD replied on September 25, 2009 10:44 to the problem "Importing an iTunes Library captures metadata and no media." in Songbird:

    MikeD
    Thanks for the response, Michael. I am pointing to the correct iTunes Music Library.xml file, as the only such file on the computer is in the My Music folder on this PC. I go to Tools > Options, select Media Importer, select the appropriate XML file, check "Import tracks from iTunes" and "Import playlists". Is there something that I am missing?

    And check where the files "want" to be located in Songbird by selecting the "File Location" sort option in the library.


    The last thing you wrote makes no sense. I do not see any "File Location" sort option in the library; the ;library is simply the media list so it has no options. Please provide detailed specifics about the option to which you are referring.
  • problem

    MikeD reported a problem in Songbird on September 24, 2009 14:38:

    MikeD
    Importing an iTunes Library captures metadata and no media.
    My iPod died this weekend so I decided to install iTunes on my work computer to no avail. My PC has the 64-bit version of Windows XP and is not supported by iTunes. I had heard about Songbird from a co-worker several months ago and downloaded version 1.2.0 build 1146.

    To my dismay, Songbird could not import my library from my portable drive so I copied the media files into the Songbird Music folder created by Songbird in the My Music folder. I also copied the iTunes Music Library.xml file over to the My Music folder and edited the paths in the XML file to point to the Songbird Music folder. Yet, when I attempt to import the iTunes library, Songbird imports the metadata from the XML file, but always fails to link to the media files. It is evident that the XML file was scanned properly as all 14,893 tracks are listed and the playlists appear in the source list on the left side of the application window.

    When the installation process ends, I always get the message indicating that 14,893 of 14,893 files were not found. If I use Songbird's media management, the media is imported, but without my playlist structure, Songbird is useless to me. (I also noticed that Songbird does not have a way to select/de-select songs making it even more useless as my collection is of CDs ripped in their entirety.) If I cannot import my music with the playlist structure that I painstakingly created in iTunes to organize my music, there is little point to me using Songbird.

    Any suggestions for rectifying this issue would be greatly appreciated.
  • question

    MikeD replied on September 24, 2009 14:06 to the question "How can I import a itunes library" in Songbird:

    MikeD
    I opted to try out Songbird on my work PC because iTunes does not support the 64-bit version of Windows XP and have tried in vain to get my iTunes library imported. All of the media files are in the music folder created by Songbird and I have even edited the XML file created by iTunes to set the correct path. Songbird loads the metadata, but is never able to find the media files. Importing an iTunes library using the iTunes Music Library.XML file should be a straightforward process, but clearly is not.