![]() |
Media Control - Make title/playlist longer - Printable Version +- Tordex Community (http://forum.tordex.com) +-- Forum: True Launch Bar plugins (http://forum.tordex.com/forum-4.html) +--- Forum: Plugin features and improvements (http://forum.tordex.com/forum-15.html) +--- Thread: Media Control - Make title/playlist longer (/thread-4567.html) |
Media Control - Make title/playlist longer - online.mn - 10-26-2013 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 RE: Media Control - Make title/playlist longer - Yuri Kobets - 10-26-2013 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. RE: Media Control - Make title/playlist longer - online.mn - 10-26-2013 (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 |