deeg
New member
i have noticed that sometimes i can get duplicate library enteries when "adding" tracks from machine to machine.. in an attempt to prevent this i am reading the xml file to check if the location is already known to itunes and then trying to do...
duplicate (every track of library playlist 1 whose location is new_path) to playlist playlist_name
where new_path is an alias to the file i am copying, but this fails with a descriptor type mis-match
(if the location is not in the xml file then i just do an "add" and everything is fine.. reading the xml file is faster than doing a library search for large libraries)..
any ideas...
tia
duplicate (every track of library playlist 1 whose location is new_path) to playlist playlist_name
where new_path is an alias to the file i am copying, but this fails with a descriptor type mis-match
(if the location is not in the xml file then i just do an "add" and everything is fine.. reading the xml file is faster than doing a library search for large libraries)..
any ideas...
tia