View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004202 | MMW v4 | Other | public | 2007-12-20 19:29 | 2010-11-01 14:47 |
Reporter | rusty | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.0 | ||||
Fixed in Version | 3.1 | ||||
Summary | 0004202: Glided: time format doesn't match the rest of the player | ||||
Description | Reported at: http://www.mediamonkey.com/forum/viewtopic.php?p=117750#117750 I don't think it's a huge issue, but might be worth changing if you agree. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
How is it wrong? A deeper explanation would be helpful. |
|
Player shows MMM:SS. Elsewhere, the UI shows HH:MM:SS. |
|
Here is the whole code; [TimeDisplay] Type=Text Transperent=1 Resizable=1,1,0,0 Pos=4,13 Size=40,12 Transperent=1 TextMask=%I FontColor=cccccc FontHeight=-12 VistaFontName=Calibri LockRightDistance=2 LockRightObject=PlayPauseButton Scrollable=0 What should I change to make this fixed then? I don't understand how I can fix such a problem. |
|
In the player.ini, you have to modify the top section: It would look like this: [PlayerSkin] EngineVersion=100 Resizable=1,1,1,0 Pos=0,0 Size=598,96 Transperent=0 TimeFormat=HH:mm:ss DockAtMostBottom=1 DockLock=1 RemoveAllBordersAround=1 |