It is currently April 25th, 2024, 4:47 am

Daily Classic

Media controls, music players, video and animated visualizers
User avatar
Dank420
Posts: 145
Joined: April 3rd, 2013, 1:04 am
Location: O-High-O

Daily Classic

Post by Dank420 »

Basic "no Frills " skin for Daily download from YOURCLASSIC.ORG
(well skin code i guess)

Code: Select all

[Rainmeter]
Update=1000
Author=Dank420

[Metadata]
Name=Daily Classic
Information=Yourclassic.org daily download skin
Version=1
License=

[Variables]
plink=http://feedproxy.google.com/~r/YourClassicalDailyDownload/~3/a9gu41bRLbw/daily-download-adolphe-adam--giselle-entree-de-giselle

[MeasureDailyfeed]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=http://feeds.feedburner.com/YourClassicalDailyDownload
RegExp=(?siU)<lastBuildDate>(.*)</lastBuildDate>.*<url>(.*)</url>.*<title>(.*)</title>.*<description>(.*)</description>.*<link>(.*)</link>.*<guid isPermaLink="false">(.*)</guid>.*<itunes:duration>(.*)</itunes:duration>
UpdateRate=33000
finishaction=[!writekeyvalue variables plink [Measurelink]]

[Measuredate]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureDailyfeed]
StringIndex=1

[Measuretitle]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureDailyfeed]
StringIndex=3

[Measuredescription]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureDailyfeed]
StringIndex=4
Substitute="Get a free MP3 of ":""

[Measurelink]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureDailyfeed]
StringIndex=5
dynamicvariables=1

[Measuredownload]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureDailyfeed]
StringIndex=6
dynamicvariables=1

[Measureduration]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureDailyfeed]
StringIndex=7

[MeasureDailypicfind]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=#plink#
RegExp=(?siU)data-title="dailydownload" src="(.*)" />.*
UpdateRate=33000

[Measuredailyimagefind]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureDailypicfind]
StringIndex=1
download=1
;========================================

[MeterStyle]
StringAlign=LEFT
StringCase=NONE
StringStyle=BOLD
StringEffect=SHADOW
FontColor=255,255,255
FontFace=Trebuchet MS
FontSize=9
AntiAlias=1
ClipString=1

;========================================
[MeterImage]
meter=image
measurename=measuredailyimagefind
x=0
y=0
H=75
W=75

[Meterduration]
Meter=string
Meterstyle=MeterStyle
MeasureName=Measureduration
x=5
y=5R
H=20
W=150

[Meterdownload]
Meter=string
Meterstyle=MeterStyle
MeasureName=Measuredownload
text=Download
x=5
y=R
H=20
W=150
Leftmouseupaction=["[Measuredownload]"]
mouseoveraction=[!setoption Meterdownload fonteffectcolor 27,65,176][!update]
mouseleaveaction=[!setoption Meterdownload fonteffectcolor 0,0,0][!update]

[Meterdate]
Meter=string
Meterstyle=MeterStyle
MeasureName=Measuredate
x=80
y=5
H=30
W=250

[Meterdescription]
Meter=string
Meterstyle=MeterStyle
MeasureName=Measuredescription
x=80
y=R
H=60
W=250
Leftmouseupaction=["[Measurelink]"]
mouseoveraction=[!setoption Meterdescription fonteffectcolor 27,65,176][!update]
mouseleaveaction=[!setoption Meterdescription fonteffectcolor 0,0,0][!update]
all there,copy paste , enjoy......
You do not have the required permissions to view the files attached to this post.