Hot Spots

New Uploads
Top 100 Downloads

MarketPlace

RegNow Store
RegSoft Store
RegNow SoftwareSearch

Developer Store Software

ActiveX
Box Shot Software
Components
Demo Software
Development Tools
Form Tools
Help File Tools
Installers
Libraries
Screen Capture Tools
Text Editors
XML Tools
Find Downloadable Software:

Developer Resources

Developer Resources
Developer Questions & Answers
 

Software Developer Tools

 
Search: 
iTunes LibraryEditor source code

iTunes LibraryEditor source code 1.2.3



Quick Facts
$99.00 Buy iTunes LibraryEditor source code NowDownload a free trial of iTunes LibraryEditor source code

Web site:  Visit the iTunes LibraryEditor source code web site
Author:  Jeffrey Harris
Categories:  Multimedia
Downloads:  753
Average User Rating:  N/A
Rated by:  0
File Size:  0.00 B
Supported languages:  English
Operating Systems:  .NET 2.0 Windows
System requirements:  No special requirements

Description by publisher
iTunes LibraryEditor is a .NET library with no external dependencies which can edit an iTunes library without using the iTunes SDK.

Whats wrong with the iTunes SDK?

Its slow
iTunes starts and shows its main window.
iTunes may begin to synchronize connected iPods, download podcasts and artwork, display modal dialogs and take the focus from your application.
iTunes continues to run after you've finished.


By contrast, iTunes LibraryEditor is:

Very quick to load library files (under a second instead of 5-6 seconds for iTunes SDK)
Simple to use - add and remove both tracks and playlists with a couple of lines of code
Has no need for iTunes to be running
Tested with iTunes 6, 7 and 8



Usage example:
// Load the default iTunes library
iTunesLibrary library = new iTunesLibrary();

// Add a track to the iTunes library:
Track newTrack = library.Tracks.Add("c:\music\mytrack.mp3");

// Add a playlist to the iTunes library:
Playlist newPlaylist = library.Playlists.Add("My new list");
newPlaylist.AddTrack(newTrack);
library.SaveChanges();
Services & Actions Name Description
  Read User Reviews Read other users opinion.
  Review Title Rate and/or write your opinion.
  See more by this author Search for other products created by this author.
 



Copyright 2007 Digital River All Rights Reserved