Tordex Community

Full Version: Media Control - Make title/playlist longer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do you make the song ticker display more? It seems to cap at 236 characters. Is this a limitation of the universal player?

I am using Winamp plugin http://www.truelaunchbar.com/plugins/winamp.html

My winampctl.ini file is

[general]
SkinName = test
Author =
AuthorURL =
AuthorEmail =

[options]
version=2
background=blank.png

[item0]
type=button
command=playpause
image=play.png
overStateImages=3
state0=pause
state1=play
rect=2 2 19 20

[item1]
type=button
command=*playlist
overStateImages=3
image=pl.png
rect=20 2 73 12
bold=1
italic=0
color=ffffff

[item2]
type=button
command=title
rect = 35 5 236 20
font=arial
color=ffffff
align=left

Do you use Winamp player? Media Control have some limitations: MP3 tags - 549 characters ("title" is unlimited) and 254 characters for playlist item. But there are can be limitations by player.
(10-26-2013, 12:52 PM)Yuri Kobets Wrote: [ -> ]Do you use Winamp player? Media Control have some limitations: MP3 tags - 549 characters ("title" is unlimited) and 254 characters for playlist item. But there are can be limitations by player.

Yes I am using Winamp player.

I wish to make the scrolling playlist longer.

So is this the best way to do this:

rect = 35 5 236 20

to

rect = 35 5 254 20

[item2]
type=button
command=title
rect = 35 5 236 20
font=arial
color=ffffff
align=left