VCPlayer is capable of controlling any visualizer by editing only the variables.inc file.Yes, the visualizer is in the rainmeter\skins\modularvisualizer\main\main.ini. so there's a "main" folder, and the main.ini is in that. ive fixed it so all of the paths are ModularVisualizer\Main. i'll edit the original post too.
You do not need to edit the code of any of the VCPlayer skins... you simply need to edit the included #@#variables.inc file by adding your CONFIGNAME and SKIN.INI filename to that file, save it, and refresh to see it in the right click menu as a selectable option.
Remove changes you made to the [MeasurePlaying] section. The original code is this:
Code:
[MeasurePlaying]Measure=PluginPlugin=#Plugin#PlayerName=#Player#PlayerType=StateIfCondition=(MeasureWin7Audio<0)||(MeasurePlaying<>1)&&([&mConfig[#Current]:IsActive([#ConfigName[#Current]])]=1)IfTrueAction=[!DeactivateConfig "[#ConfigName[#Current]]"]IfCondition2=(MeasureWin7Audio>-1)&&(#Current#<>1)&&(MeasurePlaying=1)&&([&mConfig[#Current]:IsActive([#ConfigName[#Current]])]=-1)IfTrueAction2=[!ActivateConfig "[#ConfigName[#Current]]" "[#SkinName[#Current]]"]IfConditionMode=1UpdateDivider=2DynamicVariables=1Substitute="0":"Play.png","1":"Pause.png","2":"Play.png"
Code:
; =====================================; VISUALIZER DETAILS; NOTE: The ConfigName is the skin FOLDER NAME that contains the INI file; ** Number 1 should not be altered **ConfigName1=No Visualizer; The SkinName is the INI file you activateSkinName1=""; Set your preferred visualizer skinsConfigName2=Modularvisualizer\mainSkinName2=main.ini
When you right click the loaded VCPlayer displayed skin you will see "modularvisualizer\main" as the first option in the context menu.
Select it from that menu.
Now when winamp open and playing the visualizer will load.
If you stop or pause winamp the visualizer will unload.
If you play again the visualizer will load.
If you close winamp the visualizer will unload.
If you mute the sound the visualizer will unload.
If unmute the visualizer will load.
Statistics: Posted by eclectic-tech — Today, 3:48 am — Replies 14 — Views 37790