Change player track display

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Change player track display

Re: Change player track display

by nohitter151 » Fri Mar 18, 2011 3:38 pm

new monkey wrote:Thanks, nohitter - the mask list shows %C for Author. Is Author the same as Composer then? Just checking....
I think so. There is no 'Author' field, so I don't know what else it could be referring to.

Re: Change player track display

by new monkey » Fri Mar 18, 2011 10:20 am

Thanks, nohitter - the mask list shows %C for Author. Is Author the same as Composer then? Just checking....

Re: Change player track display

by nohitter151 » Fri Mar 18, 2011 7:45 am

new monkey wrote:Hi! I'm new to MM - and I like what I've seen so far.

I've just a question about the Player display - I'd like to show the Composer but the list referred to doesn't include Composer. What do I need to put in instead?

Thanks in advance!
%C I believe.

Re: Change player track display

by new monkey » Fri Mar 18, 2011 4:27 am

Hi! I'm new to MM - and I like what I've seen so far.

I've just a question about the Player display - I'd like to show the Composer but the list referred to doesn't include Composer. What do I need to put in instead?

Thanks in advance!

Re: Change player track display

by kiwichick » Sun Feb 27, 2011 9:33 pm

WOW super fast reply!!! Thanks heaps Eyal, you've been great.

Re: Change player track display

by Eyal » Sun Feb 27, 2011 9:27 pm

Yes custom fields can be renamed (changes take place after MM restart).
Yes you still have to use %C1, %C2, ... the codes don't change.

Re: Change player track display

by kiwichick » Sun Feb 27, 2011 9:18 pm

Hi again, Another quick question. Can I rename the Custom fields and, if so, do I still use C1, C2, etc as the parameter? Thanks.

Re: Change player track display

by kiwichick » Sun Feb 27, 2011 1:34 am

Awesome Eyal, Thanks for explaining that to me.

Re: Change player track display

by Eyal » Sat Feb 26, 2011 10:36 am

%U, %V and %W = Custom1, 2 and 3. They were used in previous MM 2.5- where only 3 Custom fields exist.
In MM 3.0 they introduced the new %Cn for the 5 custom fields. Both can used, but I suggest you to use the new codes.

Re: Change player track display

by nohitter151 » Sat Feb 26, 2011 10:34 am

kiwichick wrote:Thanks guys for all your help. I got it sorted. Eyal, can you please clarify the code for the parameter 'Custom'? In the list you've written Custom1 = %U1 but in the code box you've written %C1. Which should it be?
Both should work. (either one)

Re: Change player track display

by kiwichick » Sat Feb 26, 2011 3:13 am

Thanks guys for all your help. I got it sorted. Eyal, can you please clarify the code for the parameter 'Custom'? In the list you've written Custom1 = %U1 but in the code box you've written %C1. Which should it be?

Re: Change player track display

by Eyal » Fri Feb 25, 2011 2:52 pm

Hi kiwichick,

Cowboy and rrfpacker are right. Here's a detail procedure:

1) Locate the file C:\Program Files\MediaMonkey\Skins\Helium MD.msz and open it with Winzip.
2) Edit with notepad the in-file PLAYER.INI and locate the [Songtitle] section.
3) The line to be changed is:

Code: Select all

TextMask=%A - %S (%Y) from %L
Since Original Year field cannot be accessed by skins, you'll have to use a Custom field to store and display it.
For example, with Custom1 field, change the line to:

Code: Select all

TextMask=%S - %A - %C1 - %L
4) Save the file and confirm when Winzip ask to modify the file in the archive.

--> Do the same changes with the file FloatPlayer.ini.

These are the latest available parameters:

%A – Artist
%R – Album artist
%L – Album
%S – Song
%P – Playlist position
%I – Song position
%H – Song length
%J – Time to play
%G – Genre
%C – Author
%U – Custom1
%V – Custom2
%W – Custom3
%E – Songs file extension
%F – Filename
%Y – Year
%T – Song order
%B – Bitrate
%M – Songs BPM
%D – Temporary order

Available in Alpha 5 and newer builds;
%Cn - custom field (n must be between 1 and 5)
%PC - current track in playlist
%PT - total tracks in playlist


Eyal :~)

Re: Change player track display

by rrfpacker » Fri Feb 25, 2011 12:14 pm

As the cowboy said, you make the changes in the skins' ini file. Open the ini and where you see %A (for artist) change to %S (for song). Go to the MediaMonkey Wiki and look for How to Skin MediaMonkey 3.0 and higher. On page 13 or so you will see the masks you need. Then it's just a matter of opening the ini in Notepad and changing them. Remember to change to a different skin while you do the work, then go back to Helium.

I've changed numerous players this way and it works wonderfully.

Re: Change player track display

by rovingcowboy » Fri Feb 25, 2011 4:31 am

its done in the skin's ini file.

mm 3 has lots of skins several of them are using different codes to show different things in them. i have several of my mm 3 skins that show different info in the player title scroller. off hand my aqua blue reef shows every thing in it i think your asking for. its fairly large fonts too. kind of small on the font size in startreking monkey but it has all the extra custom fields shown, won't list more of mine here but there are some. and then the others made skins with different info
in also.

but if you find a skin you like and it does not include what you want. just send to the skin's creator and ask if they will put it in there for you.

:D

Change player track display

by kiwichick » Fri Feb 25, 2011 4:06 am

Hi there, Is there any way to change the track info is displayed in the player? At the moment when I play a song the track info displays:

<Artist> - <Title> (<Year>) from <Album>

example:

Electric Light Orchestra - Don't Bring Me Down (2008) from Greatest Hits

I would like to change it to:

<Title> - <Artist> - <Original Year> - <Album>

example:

Don't Bring Me Down - Electric Light Orchestra - 1979 - Greatest Hits

And I could even create an Original Album custom field too, but it's mostly the year I have a problem with. At the very least I would like to change <Year> to <Original Year> so things like Greatest Hits or Soundtrack albums display the more appropriate date. If it's a skin thing, I'm using Helium MD3.

Thanks for any help.

Top