It is currently May 4th, 2024, 9:09 am

Problem text skin Utorrent

Get help with creating, editing & fixing problems with skins
User avatar
Drakonis
Posts: 6
Joined: January 10th, 2011, 4:35 pm

Problem text skin Utorrent

Post by Drakonis »

hey guys I installed this skin,it is ok i would ask....but be possible through command o string for disappear Text = "%% 2 [% 1k] Downloaded" when you stop or when delete a torrent?
thanks in advance... :welcome:


Code: Select all


[Rainmeter]
Author=MDEVIANCE@deviantart.com
Background=images\background.png
SolidColor=0,0,0, 30
DynamicWindowSize=1
BackgroundMargins=10,10,10,10
MiddleMouseDownAction=!RainmeterRefresh #CURRENTCONFIG#

[Metadata]
Name=µTorrent|d|stats v2.0
Config=uTorrent
Discription=Just shows your 3 current torrents via statusbar & percentage, and it shows ur down- and upload speed it shows a down- and upload speed as well as all associated peers downloads.
Tags=Enigma | µTorrent | MDEVIANCE | d.stats | Rainmeter | Torrent | torrents | HUD
Version=2.0
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Preview=#SKINSPATH#uTorrent/Preview/preview_img.png
Instructions=Change the username and password in the uTorrent.ini file!  "URL=http://USERNAME:PASSWORD1@127.0.0.1:8080/gui/?list=1" and then activate the WEBGUI in uTorrent with yours Settings.

[Variables]
Updatetorrent=3
REGEX1=(.*201,\"[^\"]+\"[^\]]*.*\](?:,|\])?\n|)
REGEX2=(?siU)201,\"(.*)",\d*?,(\d*?),\d*?,\d*?,(\d*?),(\d*?),(\d*?)
URL=http://USERNAME:PASSWORD1@127.0.0.1:8080/gui/?list=1
fontcolor=255, 255, 255
fontsize=9
fontface=Calibri
Stringstyle=BOLD


[MeasureNetIn]
Measure=NetIn

[MeasureNetOut]
Measure=NetOut

Measure=Plugin
Plugin=Plugins\SysInfo.dll
SysInfoType=IP_ADDRESS
SysInfoData=0
UpdateDivider=3600

[SOURCE]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	UpdateRate=#Updatetorrent#
	Url=#URL#
	RegExp="(?siU)\"torrents\": \[\n(?:\n|\]|)#REGEX1##REGEX1##REGEX1##REGEX1##REGEX1#"
	Debug=1


[ITEM1]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[SOURCE]
	RegExp="#REGEX2#"
	StringIndex=1
	StringIndex2=1
[DL1]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[ITEM1]
	StringIndex=2
	MaxValue=1000

[DL1C]
	Measure=Calc
	Formula=DL1/10
	Substitute="100.0":"100"
[SP1]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[ITEM1]
	StringIndex=5
[SP1C]
	Measure=calc
	Formula=SP1/1000
	Substitute="0.0":"0"
[ITEM2]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[SOURCE]
	RegExp="#REGEX2#"
	StringIndex=2
	StringIndex2=1
[DL2]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[ITEM2]
	StringIndex=2
	MaxValue=1000

[DL2C]
	Measure=Calc
	Formula=DL2/10
	Substitute="100.0":"100"
[SP2]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[ITEM2]
	StringIndex=5
[SP2C]
	Measure=calc
	Formula=SP2/1000
	Substitute="0.0":"0"
[ITEM3]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[SOURCE]
	RegExp="#REGEX2#"
	StringIndex=3
	StringIndex2=1
[DL3]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[ITEM3]
	StringIndex=2
	MaxValue=1000
[DLP3]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[ITEM3]
	StringIndex=3
	MaxValue=1000

[DLP2]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[ITEM2]
	StringIndex=3
	MaxValue=1000

[DLP1]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[ITEM1]
	StringIndex=3
	MaxValue=1000

[DL3C]
	Measure=Calc
	Formula=DL3/10
	Substitute="100.0":"100"
[SP3]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[ITEM3]
	StringIndex=5
[SP3C]
	Measure=calc
	Formula=SP3/1000
	Substitute="0.0":"0"
[ITEM4]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[SOURCE]
	RegExp="#REGEX2#"
	StringIndex=4
	StringIndex2=1
[DL4]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[ITEM4]
	StringIndex=2
	MaxValue=1000

[(title1)]
	MeasureName=ITEM1
	Meter=String
	X=22
	Y=90
	W=218
	H=12
	FontColor=#fontcolor#
	FontFace=#fontface#
	FontSize=#fontsize#
	StringStyle=Bold
	Antialias=1
	ClipString=1
	
[(title2)]
	MeasureName=ITEM2
	Meter=String
	X=0r
	Y=150
	StringStyle=Bold
	W=218
	H=12
	FontColor=#fontcolor#
	FontFace=#fontface#
	FontSize=#fontsize#
	Antialias=1
	ClipString=1
	
[(title3)]
	MeasureName=ITEM3
	Meter=String
	X=0r
	Y=207
	W=218
	StringStyle=Bold
	H=12
	FontColor=#fontcolor#
	FontSize=#fontsize#
	FontFace=#fontface#
	Antialias=1
	ClipString=1

==================================

[(download1)]
	MeasureName=DL1
	Meter=Bar
	X=24
	Y=118
	BarImage=images\d.line.png
	BarOrientation=HORIZONTAL
	
[(download2)]
	MeasureName=DL2
	Meter=Bar
	X=0r
	Y=177
	BarImage=images\d.line.png
	BarOrientation=HORIZONTAL
	
[(download3)]
	MeasureName=DL3
	Meter=Bar
	X=0r
	Y=234
	BarImage=images\d.line.png
	BarOrientation=HORIZONTAL


===================================


[T1]
	MeasureName=SP1C
	MeasureName2=DL1C
	Meter=String
	MeterStyle=Style3
	X=24
	Y=104
	FontFace=#FontFace#
	StringStyle=Bold
	Antialias=1
	FontSize=8
	FontColor=225,225,225
	NumOfDecimals=1
	Text="%2% [%1k] Downloaded"

[T2]
	MeasureName=SP2C
	MeasureName2=DL2C
	Meter=String
	MeterStyle=Style3
	X=24
	Y=164
	FontFace=#fontface#
	StringStyle=BOLD
	Antialias=1
	FontSize=8
	FontColor=225,225,225
	NumOfDecimals=1
	Text="%2% [%1k] Downloaded"

[T3]
	MeasureName=SP3C
	MeasureName2=DL3C
	Meter=String
	MeterStyle=Style3
	X=24
	Y=221
	FontFace=#fontface#
	Antialias=1
	FontSize=8
	StringStyle=Bold
	FontColor=225,225,225
	NumOfDecimals=1
	Text="%2% [%1k] Downloaded"

===================================

[up.trigger]
Meter=image
ImageName=images\up.load.png
x=20
Y=60

[dl.trigger]
Meter=image
ImageName=images\d.load.png
x=230
Y=60

[up.load]
Meter=STRING
X=88
Y=62
StringStyle=BOLD
FontColor=255, 255, 255
FontFace=#fontface#
FontSize=8
AntiAlias=1
Text="<< up"

[d.load]
Meter=STRING
X=135
Y=62
StringStyle=BOLDFontColor=255, 255, 255
FontFace=#fontface#
FontSize=8
AntiAlias=1
Text="down >>"

===================================

[Up]
Meter=STRING
MeasureName=MeasureNetOut
X=60
Y=62
FontColor=250,250,250
FontSize=9
FontFace=Calibri
StringStyle=Bold
StringAlign=RIGHT
AutoScale=0
Scale=1000.00
NumofDecimals=1
PostFix="k"
Antialias=1

[Down]
Meter=STRING
MeasureName=MeasureNetIn
X=230
Y=62
FontColor=250,250,250
FontSize=9
FontFace=Calibri
StringStyle=Bold
StringAlign=RIGHT
AutoScale=0
Scale=1000.00
NumofDecimals=1
PostFix="k"
Antialias=1

================================

[skin.name]
Meter=STRING
X=20
Y=21
FontColor=255,255,255, 75
FontSize=20
FontFace=Calibri
StringStyle=Bold
AutoScale=0
Text="µTorrent"
Antialias=1

[skin.name2]
Meter=STRING
X=175
Y=37
FontColor=255,255,255, 98
FontSize=7
FontFace=07x5 Regular
StringStyle=Bold
AutoScale=0
Text="by [kw:adrat]²"
Antialias=1

[skin.name3]
Meter=STRING
X=65
Y=42
FontColor=255,255,255
FontSize=8
FontFace=Calibri
StringStyle=Bold
AutoScale=0
Text="|d|stats v2"
Antialias=1

================================

[Peer#1]
	MeasureName=DLP1
	Meter=String
	MeterStyle=Style3
	X=135
	Y=124
	FontFace=07x5 Regular
	StringStyle=Bold
	FontColor=#fontcolor#
	Antialias=1
	FontSize=7
	NumOfDecimals=1
	Text="load from %1 peers"

[Peer#2]
	MeasureName=DLP2
	Meter=String
	MeterStyle=Style3
	X=135
	Y=183
	FontFace=07x5 Regular
	StringStyle=Bold
	FontColor=#fontcolor#
	Antialias=1
	FontSize=7
	NumOfDecimals=1
	Text="load from %1 peers"

[Peer#3]
	MeasureName=DLP3
	Meter=String
	MeterStyle=Style3
	X=135
	Y=240
	FontFace=07x5 Regular
	StringStyle=Bold
	FontColor=#fontcolor#
	Antialias=1
	FontSize=7
	NumOfDecimals=1
	Text="load from %1 peers"