I'm using iTunes for SysStats and I am trying to tweak the display of the song infomation playing. Right now when you hover over the iTunes icon in the dock, the title of the song playing shows up. However, I want it to display as follows:
Artist - Track Name
I've gone into the iTunes VBScript file, looked around, and found the area that needs tweaking. Unfortunately, I know absolutely nothing about VB, so I was hoping someone here could help me. Here is the part of the script that needs tweaking.
location = GetCurrentTrackLocation(oiTunes)
If location <> "" and location <> oldlocation Then
SysStatsModel.Label.Format = oiTunes.CurrentTrack.Name //THIS IS THE LINE TO TWEAK
oldlocation = location
Does anybody know how I'd be able to have the display I want show up? I should mention I was able to replace "Name" with "Artist" and I did get the artist info to show up. I just don't know how to get both.
Question
SquaredCircle
I'm using iTunes for SysStats and I am trying to tweak the display of the song infomation playing. Right now when you hover over the iTunes icon in the dock, the title of the song playing shows up. However, I want it to display as follows:
Artist - Track Name
I've gone into the iTunes VBScript file, looked around, and found the area that needs tweaking. Unfortunately, I know absolutely nothing about VB, so I was hoping someone here could help me. Here is the part of the script that needs tweaking.
Does anybody know how I'd be able to have the display I want show up? I should mention I was able to replace "Name" with "Artist" and I did get the artist info to show up. I just don't know how to get both.
Link to comment
Share on other sites
5 answers to this question
Recommended Posts