It is currently March 28th, 2024, 9:43 pm

Bittorrent Skin Help

Get help with creating, editing & fixing problems with skins
jr8801
Posts: 7
Joined: September 29th, 2010, 6:35 pm

Bittorrent Skin Help

Post by jr8801 »

Hey all.
I am completely new to rainmeter but am starting to get the hang of it. Right now im using the most current version of rainmeter. I currently have windows 7 os 32-bit.

My problem is with a skin i have been trying to use. its JTrain Bittorrent. here is the code.

Code: Select all

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

[Rainmeter]
Author=r3ginald

;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://sydtrakked:joshee87@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

[Filter]
Meter=IMAGE
SolidColor=0,0,0,1
X=0
Y=0
H=195
W=200

[IconActive]
Meter=IMAGE
MeterStyle=Icon
ImageName=torrent.png
X=10
Y=10r
W=32
H=28
LeftMouseUpAction=!Execute ["bittorrent.exe"]

[Title]
Meter=String
Text="Bittorrent"
X=43
Y=17
W=150
H=14
StringStyle=BOLD
FontColor=255,255,255
FontFace=BankGothic MD BT
FontSize=9
Antialias=1
LeftMouseDownAction=!Execute [!RainmeterHideMeter Title][!RainmeterShowMeter TitleActive][!RainmeterRedraw]

[TitleActive]
Meter=STRING
MeterStyle=Title
FontColor=255,255,255
Hidden=1
LeftMouseUpAction=!Execute ["bittorrent.exe"][!RainmeterHideMeter TitleActive][!RainmeterShowMeter Title][!RainmeterRedraw]


[(title1)]
	MeasureName=ITEM1
	Meter=String
	X=10
	Y=25r
	W=185
	H=25
	FontColor=255, 255, 255
	FontFace=BankGothic MD BT
	FontSize=9
	Antialias=1
	ClipString=1

[(download1)]
	MeasureName=DL1
	Meter=Bar
	X=r
	Y=r
	W=185
	H=25
	BarColor=255, 255, 255, 50
	BarOrientation=HORIZONTAL
	
[(title2)]
	MeasureName=ITEM2
	Meter=String
	X=0r
	Y=30r
	W=185
	H=25
	FontColor=255, 255, 255
	FontFace=BankGothic MD BT
	FontSize=9
	Antialias=1
	ClipString=1
	
[(download2)]
	MeasureName=DL2
	Meter=Bar
	X=r
	Y=r
	W=185
	H=25
	BarColor=255, 255, 255, 50
	BarOrientation=HORIZONTAL
	
[(title3)]
	MeasureName=ITEM3
	Meter=String
	X=0r
	Y=30r
	W=185
	H=25
	FontColor=255, 255, 255
	FontSize=9
	FontFace=BankGothic MD BT
	Antialias=1
	ClipString=1

	
[(download3)]
	MeasureName=DL3
	Meter=Bar
	X=r
	Y=r
	W=185
	H=25
	BarColor=255, 255, 255, 50
	BarOrientation=HORIZONTAL
	
[(title4)]
	MeasureName=ITEM4
	Meter=String
	X=0r
	Y=30r
	W=185
	H=25
	FontColor=255, 255, 255
	FontFace=BankGothic MD BT
	FontSize=9
	Antialias=1
	ClipString=1
	
[(download4)]
	MeasureName=DL4
	Meter=Bar
	X=r
	Y=r
	W=185
	H=25
	BarColor=255, 255, 255, 50
	BarOrientation=HORIZONTAL
	
[(title5)]
	MeasureName=ITEM5
	Meter=String
	X=0r
	Y=30r
	W=185
	H=25
	FontColor=255, 255, 255
	FontFace=BankGothic MD BT
	FontSize=9
	Antialias=1
	ClipString=1
	
[(download5)]
	MeasureName=DL5
	Meter=Bar
	X=r
	Y=r
	W=185
	H=25
	BarColor=255, 255, 255, 50
	BarOrientation=HORIZONTAL

Now im not quite sure what it does but i figured it probably shows your uploads,downloads, speeds, ect. The problem im having is setting it up to show the data from my bittorrent client. I am running bittorrent 7.0.

I dont know if i just have to input certain information or what. Any help to get this to display right would be greatly appreciated.

Im also having problems setting up a gmail skin. I can get the enigma one to work probably because of the configuration menu but can someone please inform me what i need to do to make other gmail skins to work. I look at the code but do not see anywhere to input my user name and password.

Thanks for any help you can give me
User avatar
Alex2539
Rainmeter Sage
Posts: 642
Joined: July 19th, 2009, 5:59 am
Location: Montreal, QC, Canada

Re: Bittorrent Skin Help

Post by Alex2539 »

That skin only works with the uTorrent client. If BitTorrent has a web UI like uTorrent then it might be possible to modify the skin to work with it, but otherwise you're out of luck.
ImageImageImageImage
jr8801
Posts: 7
Joined: September 29th, 2010, 6:35 pm

Re: Bittorrent Skin Help

Post by jr8801 »

Oh. Ok i was just under the impression that it would work with bittorrent since that is what the skin says it is
User avatar
Alex2539
Rainmeter Sage
Posts: 642
Joined: July 19th, 2009, 5:59 am
Location: Montreal, QC, Canada

Re: Bittorrent Skin Help

Post by Alex2539 »

BitTorrent is also the name of the protocol itself.
ImageImageImageImage
jr8801
Posts: 7
Joined: September 29th, 2010, 6:35 pm

Re: Bittorrent Skin Help

Post by jr8801 »

alright. well i appreciate your help.
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: Bittorrent Skin Help

Post by poiru »

Isn't BitTorrent pretty much uTorrent with a different branding? If you have something like this in BitTorrent settings, then you should be able to get it to work: