It is currently April 25th, 2024, 1:10 pm

Demonoid RSS Feed

RSS, ATOM and other feeds, GMail, Stocks, any information retrieved from the internet
User avatar
JpsCrazy
Posts: 667
Joined: April 18th, 2010, 2:16 pm
Location: NY, USA

Demonoid RSS Feed

Post by JpsCrazy »

Demonoid RSS Feed shows the newest 10 torrents added to Demonoid.me
Simply replace the url of the first measure with whatever feed from Demonoid.me you would like to follow.
(To get a new RSS feed, go to the torrent page and search for something. Directly under the search bar is a link to the RSS feed.)

Hover over any torrent and a tool tip bubble will open showing you the details.
Clicking the torrent will open up it's page.

Double clicking the Demonoid logo or icon will bring you to Demonoid.me
syntr
Posts: 6
Joined: December 24th, 2010, 4:42 pm

Re: Demonoid RSS Feed

Post by syntr »

Thanks so much for this! :D

I edited mine a little bit to make it fit in better.

Awesome skin <3
You do not have the required permissions to view the files attached to this post.
biojudgement
Posts: 2
Joined: May 1st, 2011, 5:13 pm

Re: Demonoid RSS Feed

Post by biojudgement »

how would u make it list more say around 25 or more
User avatar
JpsCrazy
Posts: 667
Joined: April 18th, 2010, 2:16 pm
Location: NY, USA

Re: Demonoid RSS Feed

Post by JpsCrazy »

Basically, you'd have to more or less copy every meter/measure with a number at the end of it, make 11, 12, 13, etc... And change the Y values of the meters you created. Also add another #Parse# to the RegExp for every additional meter you want.
You'll also need to stretch the image used as the background or make a new one. Or just scrap it.
It's not to hard, just a lot of tedious, repetitive code.

Code: Select all

[msDemonoidTitle11]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[msDemonoidRSS]
	StringIndex=31
	DecodeCharacterReference=1
	Substitute="<br />":""

[msDemonoidLink11]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[msDemonoidRSS]
	StringIndex=32
	DecodeCharacterReference=1
	Substitute="<br />":""

[msDemonoidDesc11]
	Measure=Plugin
	Plugin=Plugins\WebParser.dll
	Url=[msDemonoidRSS]
	StringIndex=33
	DecodeCharacterReference=1
	Substitute="<br />":""

;......some code later......

[mtDemonoidItem11Background]
	Meter=Image
	SolidColor=DDDDDDAA
	W=300
	H=(#FontSize#+5)
	Y=7R

[mtDemonoidItem11]
	Meter=STRING
	MeasureName=msDemonoidTitle11
	MeasureName2=msDemonoidDesc11
	Text=%1
	SolidColor=00000001
	FontFace=#FontFace#
	FontSize=#FontSize#
	FontColor=#FontColor#
	Antialias=1
	LeftMouseUpAction=!Execute ["[msDemonoidLink11]"]
	ToolTipType=1
	ToolTipTitle=%1
	ToolTipText=%2
	Y=0r
IcemanSR
Posts: 16
Joined: December 15th, 2011, 3:44 am

Re: Demonoid RSS Feed

Post by IcemanSR »

*Bug
letters occasionally go off the scale (out of bounds of frame)