You could also remove all "Show" words. Example:
-- Show Basic Tags: -----------
-- [ ] Track number
-- [ ] Song title
-- [ ] ...
You could also narrow line spacing.

Peke wrote:@k_r_eriksson
Try to save Panel Object and then access when needed. See how I do it in Last.fm Scrobbler Script to Change Toolbar button realtime.
k_r_eriksson wrote:Peke wrote:@k_r_eriksson
Try to save Panel Object and then access when needed. See how I do it in Last.fm Scrobbler Script to Change Toolbar button realtime.
Where can I find the script and I'm not sure I understand what you mean.
dypsis wrote:Could someone please explain to me what this script offers over MediaMonkey with MonkeyRok?
I don't really understand.
Or is it for people who don't use MonkeyRok?
declan wrote:Is it possible to have lyricist as a seperate item to songwriter. I use that for record company.
If showComposer = True Then
If Not Sng.Author & Sng.Lyricist = "" Then
If Sng.Author="" Then
w=Sng.Lyricist
ElseIf Sng.Lyricist="" Then
w=Sng.Author
Else:w=Sng.Author & ";" & Sng.Lyricist
End If
Doc.Add " <span class=""composer""> <h5>(" & FixMultipleValues(w) & ")</h5></span>"
End If
End If
If showComposer = True Then
If Not Sng.Author = "" Then
Doc.Add " <span class=""composer""> <h5>(" & FixMultipleValues(Sng.Author) & ")</h5></span>"
End If
End If
If Not Sng.Lyricist = "" Then
Doc.Add " <span class=""lyricist""> <h4>" & Sng.Lyricist & "</h4></span>"
End If
' If Not Sng.Lyricist = "" Then
' Doc.Add " <span class=""lyricist""> <h4>" & Sng.Lyricist & "</h4></span>"
' End If
nohitter151 wrote:dypsis wrote:Could someone please explain to me what this script offers over MediaMonkey with MonkeyRok?
I don't really understand.
Or is it for people who don't use MonkeyRok?
Also MonkeyRok retrieves a lot of information from last.fm, this script only returns information which is already available in the library (but not necessarily easy to display).
k_r_eriksson wrote:nohitter151 wrote:Also MonkeyRok retrieves a lot of information from last.fm, this script only returns information which is already available in the library (but not necessarily easy to display).
Is there any other information you would like SI to display?
nohitter151 wrote:k_r_eriksson wrote:nohitter151 wrote:Also MonkeyRok retrieves a lot of information from last.fm, this script only returns information which is already available in the library (but not necessarily easy to display).
Is there any other information you would like SI to display?
No, don't get me wrong, I think this script is great! I was just trying to point out how it is different from MonkeyRok. Certainly this script has several features that MonkeyRok doesn't have, and vice versa.
Can't you use Publisher for record company?
Users browsing this forum: Majestic-12 [Bot], psbot [Picsearch] and 11 guests