Media Displayer v4.1
Just a small update this time, by the request of Chaitanya.
4.1 Changelog:
- Added: Option to disable bold in media stats
- Fixed: Minor Mplayerc bug
Download v4.1
(The old version (3.2) that doesn’t use COM can be downloaded from here)
Don’t forget to read the readme before asking me any questions.
Tags: mIRC





Reader Comments
mem[-1677/0MB (0%)
i’m running Vista Ultimate SP1
i have 4 GIGs of RAM
mIRC v6.35 (before it was v6.3)
i keep getting that in the last 2 version.
i dunno if you’re still monkeying with this add on anymore but I figured I’d give it a try.
I don’t use Vista myself so I can’t test if this will work or not, but this might work:
Open up media.mrc and go down to line 366, it looks like this:
var %rb.rammax = $round($calc($wmiget(Win32_LogicalMemoryConfiguration).TotalPhysicalMemory / 1024),1)(The line is cut-off a bit here because all of it doesn’t fit)
replace that entire line with this:
var %rb.rammax = $round($calc($wmiget(Win32_OperatingSystem).TotalVisibleMemorySize / 1024),1)Let me know if it works or not
Just tried your suggestion for the ram display fix in vista and it works a treat so many thanks.