閱讀154 返回首頁    go iPhone_iPad_Mac_apple


VBA search for Artist / Album in iTunes?

Is there a smart/selective way, using VBA Scripting language, to get all tracks for an Artist / Album, then "process" them.

 

What I want to do:-

 

I have an external list of Artists / Albums, and I want to set/append the Grouping field for all tracks in those albums.

 

All the example scripts about seem to use either the whole library, or a subset playlist or current selection.

 

I have a very large library (>500,000 tracks) so do not want to search all of it track by track, nor do i want to put a subset into a smaller playlist - defeats the object, i can easily go to one album in itunes and use Song_Info.

 

eg

 

Set iTunes.Artist = "Pink Floyd"

Set iTunes.Album = "Dark Side of The Moon"

For Each Track in iTunes.Album

  Track.Grouping = Track.Grouping & " | New Tag"

Next 



最後更新:2017-10-03 01:56:30

  上一篇:go How do I Refresh "Live Update"
  下一篇:go I cannot copy files to itunes since updating