It is currently March 29th, 2024, 7:12 am

utorrent

Get help with creating, editing & fixing problems with skins
Marmalada
Posts: 14
Joined: July 27th, 2010, 1:57 pm

utorrent

Post by Marmalada »

I added a utorrent skin to my desktop, but I start downloading in utorrent, nothing shows up on the skin. How do I fix this?
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: utorrent

Post by jsmorley »

Marmalada
Posts: 14
Joined: July 27th, 2010, 1:57 pm

Re: utorrent

Post by Marmalada »

Alright I will be a little more specific. I am using a utorrent skin by r3ginald. The skin looks like this:

Image

Except I am not getting downloads like those in the image to appear on the skin. I'll post the code for the skin as well:

Code: Select all

======================
  uTorrent Downloads |
======================

[Rainmeter]
Author=r3ginald
BackgroundMode=2
SolidColor=0,0,0, 30
DynamicWindowSize=2
BackgroundMargins=10,10,-27,10

;Metadata added by RainBrowser
;http://rainmeter.net/cms/Rainmeter101-EditingSkins

[Metadata]
Name=
Config=
Description=
Instructions=
Version=
Tags=
License=
Variant=
Preview=

;End of added Metadata

[Variables]
Updatetorrent=3
REGEX1=(\[.+\],?\n|)
REGEX2=\[\".*?\",\d{3},\"(.*?)\",\d*?,(\d*?),
URL=http://USERNAME:PASSWORD@127.0.0.1:8080/gui/?list=1

[SOURCE]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	UpdateRate=#Updatetorrent#
	Url=#URL#
	RegExp="(?siU)\"torrents\": \[\n\n(\[.+\],?\n|\])#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
[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
[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
[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
[ITEM5]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[SOURCE]
	RegExp="#REGEX2#"
	StringIndex=5
	StringIndex2=1
[DL5]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[ITEM5]
	StringIndex=2
	MaxValue=1000
[(title1)]
	MeasureName=ITEM1
	Meter=String
	X=90
	Y=10
	W=150
	H=16
	FontColor=255, 255, 255
	FontFace=Tahoma
	FontSize=8
	Antialias=1
	ClipString=1
	
[(title2)]
	MeasureName=ITEM2
	Meter=String
	X=0r
	Y=25r
	W=150
	H=16
	FontColor=255, 255, 255
	FontFace=Tahoma
	FontSize=8
	Antialias=1
	ClipString=1
	
[(title3)]
	MeasureName=ITEM3
	Meter=String
	X=0r
	Y=25r
	W=150
	H=16
	FontColor=FFFFFF
	FontSize=8
	FontFace=Tahoma
	Antialias=1
	ClipString=1
	
[(title4)]
	MeasureName=ITEM4
	Meter=String
	X=0r
	Y=25r
	W=150
	H=16
	FontColor=255, 255, 255
	FontFace=Tahoma
	FontSize=8
	Antialias=1
	ClipString=1
	
[(title5)]
	MeasureName=ITEM5
	Meter=String
	X=0r
	Y=25r
	W=150
	H=16
	FontColor=255, 255, 255
	FontFace=Tahoma
	FontSize=8
	Antialias=1
	ClipString=1
	
[(download1)]
	MeasureName=DL1
	Meter=Bar
	X=90
	Y=28
	W=145
	H=3
	BarColor=255, 255, 255
	BarOrientation=HORIZONTAL
	
[(download2)]
	MeasureName=DL2
	Meter=Bar
	X=0r
	Y=25r
	W=145
	H=3
	BarColor=255, 255, 255
	BarOrientation=HORIZONTAL
	
[(download3)]
	MeasureName=DL3
	Meter=Bar
	X=0r
	Y=25r
	W=145
	H=3
	BarColor=255, 255, 255
	BarOrientation=HORIZONTAL
	
[(download4)]
	MeasureName=DL4
	Meter=Bar
	X=0r
	Y=25r
	W=145
	H=3
	BarColor=255, 255, 255
	BarOrientation=HORIZONTAL
	
[(download5)]
	MeasureName=DL5
	Meter=Bar
	X=0r
	Y=25r
	W=145
	H=3
	BarColor=255, 255, 255
	BarOrientation=HORIZONTAL



[DLMETER1]
Meter=IMAGE
SolidColor=255, 255, 255, 160
x=55
y=29
W=145
H=1


[DLMETER2]
Meter=IMAGE
SolidColor=255, 255, 255, 160
x=55
y=54
W=145
H=1


[DLMETER3]
Meter=IMAGE
SolidColor=255, 255, 255, 160
x=55
y=79
W=145
H=1


[DLMETER4]
Meter=IMAGE
SolidColor=255, 255, 255, 160
x=55
y=104
W=145
H=1


[DLMETER5]
Meter=IMAGE
SolidColor=255, 255, 255, 160
x=55
y=129
W=145
H=1




;---------------------


[torrentdl]
Meter=IMAGE
ImageName=utorrent2w.png
X=2
Y=10
W=50
H=50
AntiAlias=1
The only thing I have modified so far is the size of the U, the area of the box and the length of the lines inside the box.
User avatar
Chewtoy
Moderator
Posts: 995
Joined: June 10th, 2009, 12:44 pm
Location: Sweden

Re: utorrent

Post by Chewtoy »

Have you enabled WebUI?
poiru has a guide for it. Look at the guide for gnometer.
I don't think, therefore I'm not.
Marmalada
Posts: 14
Joined: July 27th, 2010, 1:57 pm

Re: utorrent

Post by Marmalada »

I followed the guide but it doesn't solve my problem. torrents appear for the gnometer torrent skin but I hate the look of that skin and I am not using that skin. this utorrent skin is seperate for gnometer and changing the settings in gnometer doesn't make torrents appear on it.
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: utorrent

Post by poiru »

Change USERNAME and PASSWORD in the following line under [Variables] to whatever you've set them to in uTorrent.

Code: Select all

URL=http://USERNAME:PASSWORD@127.0.0.1:8080/gui/?list=1
Marmalada
Posts: 14
Joined: July 27th, 2010, 1:57 pm

Re: utorrent

Post by Marmalada »

Yes I just did that before I can back to this thread. Got it to work now. Thanks for the help, even though it took 4 days before someone replied.
User avatar
Alex2539
Rainmeter Sage
Posts: 642
Joined: July 19th, 2009, 5:59 am
Location: Montreal, QC, Canada

Re: utorrent

Post by Alex2539 »

How did it take 4 days to reply if the thread is only 2 days old? There's really no need for that kind of attitude.
ImageImageImageImage
User avatar
maminscris
Posts: 509
Joined: April 24th, 2009, 3:17 pm
Location: Bucharest, Romania Lat 44,43° Lon 26,1°

Re: utorrent

Post by maminscris »

people are in vacation in this period of the year
Zero at programing, zero at writing codes, so far 2 at making images
But I'm good at copy/paste, and I not always like this
Image