It is currently March 28th, 2024, 3:02 pm

imagemagick & RunCommand

Get help with creating, editing & fixing problems with skins
User avatar
StArL0rd84
Posts: 424
Joined: February 8th, 2015, 10:07 pm
Location: EU, Denmark.

Re: imagemagick & RunCommand

Post by StArL0rd84 »

balala wrote: March 16th, 2023, 6:10 pm I see. In any case, if you are interested, post a code please. There might be some solution, but I'd need a code, to have to work with.
I would like to post the code.
But it's torrent skin that pulls info from a torrent site.
It won't download torrents when you click on the images, it just searches the site for the corresponding title connected to the image.
Do you think it would be ok to post that here?

If not, then I could send you a PM.
User avatar
CodeCode
Posts: 1363
Joined: September 7th, 2020, 2:24 pm
Location: QLD, Australia

Re: imagemagick & RunCommand

Post by CodeCode »

If your skin uses scrolling, the shapes dont really have to be nested. they can simply be overlaying and scrolling the same increment but in separate groups of scrolling code.

I am only going this way because I have no idea how imagemagic works. :confused:
User avatar
balala
Rainmeter Sage
Posts: 16109
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: imagemagick & RunCommand

Post by balala »

StArL0rd84 wrote: March 16th, 2023, 6:25 pm Do you think it would be ok to post that here?
Post it and we'll see how does it work. If it's not ok, will let you know and will see what to do, but for first, post it please.
User avatar
StArL0rd84
Posts: 424
Joined: February 8th, 2015, 10:07 pm
Location: EU, Denmark.

Re: imagemagick & RunCommand

Post by StArL0rd84 »

balala wrote: March 16th, 2023, 7:45 pm Post it and we'll see how does it work. If it's not ok, will let you know and will see what to do, but for first, post it please.
Animation.gif
WIP skin v1: -FIXED VERSION 2 IN POST BELOW!!!
TorrentsWIP_1.rmskin
(5.47 MiB) Downloaded 5 times
You'll need to install ImageMagick if you want rounded corners on the images.
https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-3-Q16-HDRI-x64-dll.exe

The code:

Code: Select all

[Rainmeter]
Update=1000
DynamicWindowSize=1
AccurateText=1
MouseActionCursor=0

[Metadata]
Name=Torrents
Author=StArL0rd84
Information=Latest torrents from torrentgalaxy.org
Version=1.0
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0

[Variables]
Proxy1=https://torrentgalaxy.to/torrents-hotpicks.php?cat=
Proxy2=https://tgx.rs/torrents-hotpicks.php?cat=
URL=#Proxy2#
; Category 0: Cam
; Category 1: Movies
; Category 2: Classics
; Category 3: TV
Cat=3
;/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Block=<div class='hotpicks'>(.*)</a></div></div>        </div>
Title=<div class=overlabel>(.*)<br>
Cover=gif' data-src='(.*)' alt='

;(?(?=.*<item>).*<filename>(.*)</filename>)
TitleRegExpSubstitute3="BluRay \d\d\d\d":" ","WEBRip \d\d\d\d":" ","\.":" ","^(.*S\d\dE\d\d)(.*)$":'\1'
TitleRegExpSubstituteNot3="BluRay \d\d\d\d":" ","WEBRip \d\d\d\d":" ","\.":" ","^(.*\d\d\d\d)(.*)$":'\1'
;/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
; https://www.google.com/search?q=ms+to+minutes
;-----------------------------
; ConfigUpdate=1000 x UpdateRate
;
; 9000  - 15 min
; 18000 - 30 min
; 27000 - 45 min
; 36000 - 01 hour
;---------------------------
; ConfigUpdate=16 x UpdateRate
;
; 90000  - 24 min
; 180000 - 48 min
; 270000 - 72 min
; 360000 - 96 min

UpdateRate=18000
ParsersDisabled=0
;/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
SearchLanguage=1
SearchResMem=2
SearchResNum=0
SearchRes0=
SearchRes1=720p
SearchRes2=1080p
SearchRes3=2160p
SearchSiteNum=1
SearchSite1=https://torrentgalaxy.to/torrents.php?search=
SearchSite2=https://yourbittorrent2.com/?q=
SearchSite3=https://rarbgget.org/torrents.php?search=
SearchSite4=https://www.1337xx.to/search/
TrailerURL=https://www.youtube.com/results?search_query=
;/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
WindowUpperColor=40,40,40
WindowLowerColor=28,28,28
WindowDividerColor=24,24,24
AlphaWindow=180
FontCol=140,140,140
;/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
CoverHover=0

; Horizontal*Vertical Must equal 48
NumCoverHorizontal=4
NumCoverVertical=12

    CoverH=222
    CoverW=((#CoverH#/3)*2)
     Space=12
 Roundness=8
   WindowW=((#CoverW#*#NumCoverHorizontal#)+(#Space#*(#NumCoverHorizontal#+1)))
   WindowH=749
WindowHmin=(#CoverH#+(#Space#*2))
WindowHmax=(#Space#+((#CoverH#+#Space#)*#NumCoverVertical#))

    Scroll=12
 ScrollMin=0
 ScrollMax=((#CoverH#*#NumCoverVertical#)+(#Space#*(#NumCoverVertical#-2))-[ScrollWindow:H])
 ScrollInc=([ScrollWindow:H]/#NumCoverVertical#)
ScrollbarW=4




[Window]
Meter=Shape
Shape=Rectangle 0,0,#WindowW#,#WindowH# | StrokeWidth 0 | Fill Color #WindowUpperColor#,#AlphaWindow#
DynamicVariables=1

[ScrollWindow]
Meter=Shape
X=#Space#
Y=#Space#
Shape=Rectangle 0,0,(#WindowW#-(#Space#*2)),(#WindowH#-(#Space#*2)),#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
MouseScrollUpAction=[!SetVariable Scroll "(Clamp((((#Scroll#-#ScrollInc#)<#ScrollMin#)?#ScrollMin#:(#Scroll#-#ScrollInc#)),0,#ScrollMax#))"][!UpdateMeter *][!Redraw]
MouseScrollDownAction=[!SetVariable Scroll "(Clamp((((#Scroll#+#ScrollInc#)>#ScrollMax#)?#ScrollMax#:(#Scroll#+#ScrollInc#)),0,#ScrollMax#))"][!UpdateMeter *][!Redraw]
DynamicVariables=1







[mScrollBarDrag]
Measure=Plugin
Plugin=Mouse
LeftMouseDragAction=[!SetVariable Scroll "(Clamp((($MouseY$ - 0) * (#ScrollMax# - 0) / ([ScrollWindow:H] - 0) + 0),0,(#ScrollMax#)))"][!Update][!UpdateMeter ScrollBar][!Redraw]
LeftMouseUpAction=[!CommandMeasure mScrollBarDrag "Stop"]
RequireDragging=1
DynamicVariables=1

[ScrollBarBG]
Meter=Shape
X=(#WindowW#-(#Space#/2)-(#ScrollbarW#-2))
Y=r
Shape=Rectangle 0,0,#ScrollbarW#,(#WindowH#-(#Space#*2)),(#ScrollbarW#/2) | StrokeWidth 0 | Fill Color #WindowLowerColor#,100
MouseScrollUpAction=[!SetVariable Scroll "(Clamp((((#Scroll#-#ScrollInc#)<#ScrollMin#)?#ScrollMin#:(#Scroll#-#ScrollInc#)),0,#ScrollMax#))"][!UpdateMeter *][!Redraw]
MouseScrollDownAction=[!SetVariable Scroll "(Clamp((((#Scroll#+#ScrollInc#)>#ScrollMax#)?#ScrollMax#:(#Scroll#+#ScrollInc#)),0,#ScrollMax#))"][!UpdateMeter *][!Redraw]
DynamicVariables=1
LeftMouseUpAction=[!SetVariable Scroll "(($MouseY$ - 0) * (#ScrollMax# - 0) / ([ScrollWindow:H] - 0) + 0)"][!UpdateMeter *][!Redraw]

[ScrollBar]
Meter=Shape
X=r
Y=(Round ((#Scroll# - 0)          * ((#WindowH# - [ScrollBar:H] - #Space#)  - #Space#)        / ((#WindowHmax#-#WindowH#) - 0)        + #Space#)         )
Shape=Rectangle 0,0,#ScrollbarW#,(Round (([ScrollWindow:H] - 0)             * ([ScrollWindow:H]     - 0)            / ((#WindowHmax#-(#Space#*2))     - 0)  + 0)          ),(#ScrollbarW#/2) | StrokeWidth 0 | Fill Color 255,255,255,100
DynamicVariables=1
LeftMouseDownAction=[!CommandMeasure mScrollBarDrag "Start"]
; ((x - in_min) * (out_max - out_min) / (in_max - in_min) + out_min)







[mWindowResize]
Measure=Plugin
Plugin=Mouse
LeftMouseDragAction=[!SetVariable WindowH "(clamp(($MouseY$+(#Space#/2)),#WindowHmin#,#WindowHmax#))"][!WriteKeyValue Variables WindowH "(clamp(($MouseY$+(#Space#/2)),#WindowHmin#,#WindowHmax#))"][!UpdateMeasure #CURRENTSECTION#][!UpdateMeter *][!Redraw]
LeftMouseUpAction=[!CommandMeasure mWindowResize "Stop"]
RequireDragging=1
DynamicVariables=1
Disabled=0

[WindowResize]
Meter=Shape
Y=(#WindowH#-#Space#)
Shape=Rectangle 0,0,#CURRENTCONFIGWIDTH#,#Space# | StrokeWidth 0 | Fill Color 0,0,0,1
DynamicVariables=1
LeftMouseDownAction=[!CommandMeasure mWindowResize "Start"]
MouseActionCursor=1
MouseActionCursorName=Vertical.cur


;(#Scroll# = #ScrollMax# ? #ScrollMax#:(#Scroll#-#ScrollInc#)),0,#ScrollMax#))






[mWindowHmax]
Measure=Calc
Formula=#WindowHmax#
DynamicVariables=1
Disabled=0
[confusion]
Meter=String
Text=WindowH: #WindowH##CRLF#WindowHmax: [mWindowHmax]#CRLF#ScrollWindowH: [ScrollWindow:H]#CRLF#ScrollBarY: [ScrollBar:Y]#CRLF#ScrollBarH: [ScrollBar:H]
DynamicVariables=1
SolidColor=0,0,0
FontColor=255,255,255
FontSize=20
Hidden=0
x=100
y=50












[mMica]
Measure=Plugin
Plugin=TranslucentRM
Type=3
Corner=2
BorderColor=202020
DynamicVariables=1
UpdateDivider=4














[mBlockCat0]
Measure=WebParser
URL=#URL#0
RegExp=(?siU)#Block#
UpdateRate=#UpdateRate#
UpdateDivider=-1
Disabled=#ParsersDisabled#
DynamicVariables=1
FinishAction=[!UpdateMeasureGroup Cat0]
;Debug=2
[mBlockCat1]
Measure=WebParser
URL=#URL#1
RegExp=(?siU)#Block#
UpdateRate=#UpdateRate#
UpdateDivider=-1
Disabled=#ParsersDisabled#
DynamicVariables=1
FinishAction=[!UpdateMeasureGroup Cat1]
;Debug=2
[mBlockCat2]
Measure=WebParser
URL=#URL#2
RegExp=(?siU)#Block#
UpdateRate=#UpdateRate#
UpdateDivider=-1
Disabled=#ParsersDisabled#
DynamicVariables=1
FinishAction=[!UpdateMeasureGroup Cat2]
;Debug=2
[mBlockCat3]
Measure=WebParser
URL=#URL#3
RegExp=(?siU)#Block#
UpdateRate=#UpdateRate#
UpdateDivider=-1
Disabled=#ParsersDisabled#
DynamicVariables=1
FinishAction=[!UpdateMeasureGroup Cat3]
;Debug=2












[mTitleParentCat0]
Measure=WebParser
URL=[mBlockCat0]
RegExp=(?siU)#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#
UpdateDivider=-1
Disabled=#ParsersDisabled#
Group=Cat0
[mTitleParentCat1]
Measure=WebParser
URL=[mBlockCat1]
RegExp=(?siU)#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#
UpdateDivider=-1
Disabled=#ParsersDisabled#
Group=Cat1
[mTitleParentCat2]
Measure=WebParser
URL=[mBlockCat2]
RegExp=(?siU)#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#
UpdateDivider=-1
Disabled=#ParsersDisabled#
Group=Cat2
[mTitleParentCat3]
Measure=WebParser
URL=[mBlockCat3]
RegExp=(?siU)#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#.*#Title#
UpdateDivider=-1
Disabled=#ParsersDisabled#
Group=Cat3






[mTitle1Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=1
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle2Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=2
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle3Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=3
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle4Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=4
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle5Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=5
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle6Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=6
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle7Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=7
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle8Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=8
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle9Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=9
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle10Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=10
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle11Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=11
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle12Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=12
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle13Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=13
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle14Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=14
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle15Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=15
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle16Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=16
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle17Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=17
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle18Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=18
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle19Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=19
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle20Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=20
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle21Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=21
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle22Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=22
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle23Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=23
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle24Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=24
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle25Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=25
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle26Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=26
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle27Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=27
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle28Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=28
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle29Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=29
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle30Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=30
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle31Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=31
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle32Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=32
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle33Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=33
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle34Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=34
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle35Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=35
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle36Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=36
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle37Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=37
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle38Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=38
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle39Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=39
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle40Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=40
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle41Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=41
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle42Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=42
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle43Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=43
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle44Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=44
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle45Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=45
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle46Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=46
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle47Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=47
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0
[mTitle48Cat0]
Measure=WebParser
URL=[mTitleParentCat0]
StringIndex=48
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat0





[mTitle1Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=1
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle2Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=2
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle3Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=3
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle4Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=4
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle5Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=5
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle6Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=6
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle7Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=7
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle8Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=8
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle9Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=9
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle10Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=10
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle11Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=11
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle12Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=12
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle13Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=13
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle14Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=14
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle15Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=15
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle16Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=16
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle17Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=17
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle18Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=18
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle19Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=19
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle20Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=20
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle21Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=21
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle22Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=22
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle23Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=23
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle24Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=24
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle25Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=25
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle26Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=26
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle27Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=27
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle28Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=28
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle29Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=29
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle30Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=30
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle31Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=31
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle32Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=32
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle33Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=33
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle34Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=34
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle35Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=35
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle36Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=36
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle37Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=37
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle38Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=38
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle39Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=39
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle40Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=40
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle41Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=41
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle42Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=42
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle43Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=43
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle44Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=44
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle45Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=45
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle46Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=46
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle47Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=47
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1
[mTitle48Cat1]
Measure=WebParser
URL=[mTitleParentCat1]
StringIndex=48
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat1







[mTitle1Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=1
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle2Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=2
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle3Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=3
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle4Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=4
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle5Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=5
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle6Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=6
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle7Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=7
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle8Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=8
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle9Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=9
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle10Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=10
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle11Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=11
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle12Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=12
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle13Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=13
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle14Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=14
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle15Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=15
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle16Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=16
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle17Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=17
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle18Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=18
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle19Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=19
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle20Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=20
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle21Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=21
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle22Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=22
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle23Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=23
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle24Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=24
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle25Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=25
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle26Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=26
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle27Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=27
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle28Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=28
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle29Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=29
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle30Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=30
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle31Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=31
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle32Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=32
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle33Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=33
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle34Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=34
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle35Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=35
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle36Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=36
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle37Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=37
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle38Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=38
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle39Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=39
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle40Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=40
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle41Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=41
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle42Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=42
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle43Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=43
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle44Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=44
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle45Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=45
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle46Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=46
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle47Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=47
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2
[mTitle48Cat2]
Measure=WebParser
URL=[mTitleParentCat2]
StringIndex=48
RegExpSubstitute=1
Substitute=#TitleRegExpSubstituteNot3#
UpdateDivider=-1
Group=Cat2






[mTitle1Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=1
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle2Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=2
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle3Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=3
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle4Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=4
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle5Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=5
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle6Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=6
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle7Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=7
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle8Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=8
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle9Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=9
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle10Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=10
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle11Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=11
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle12Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=12
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle13Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=13
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle14Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=14
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle15Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=15
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle16Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=16
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle17Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=17
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle18Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=18
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle19Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=19
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle20Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=20
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle21Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=21
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle22Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=22
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle23Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=23
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle24Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=24
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle25Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=25
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle26Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=26
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle27Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=27
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle28Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=28
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle29Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=29
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle30Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=30
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle31Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=31
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle32Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=32
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle33Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=33
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle34Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=34
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle35Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=35
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle36Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=36
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle37Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=37
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle38Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=38
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle39Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=39
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle40Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=40
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle41Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=41
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle42Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=42
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle43Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=43
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle44Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=44
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle45Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=45
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle46Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=46
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle47Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=47
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3
[mTitle48Cat3]
Measure=WebParser
URL=[mTitleParentCat3]
StringIndex=48
RegExpSubstitute=1
Substitute=#TitleRegExpSubstitute3#
UpdateDivider=-1
Group=Cat3

















[mCoverParentCat0]
Measure=WebParser
URL=[mBlockCat0]
RegExp=(?siU)#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#
Disabled=#ParsersDisabled#
Group=Cat0
[mCoverParentCat1]
Measure=WebParser
URL=[mBlockCat1]
RegExp=(?siU)#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#
Disabled=#ParsersDisabled#
Group=Cat1
[mCoverParentCat2]
Measure=WebParser
URL=[mBlockCat2]
RegExp=(?siU)#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#
Disabled=#ParsersDisabled#
Group=Cat2
[mCoverParentCat3]
Measure=WebParser
URL=[mBlockCat3]
RegExp=(?siU)#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#.*#Cover#
Disabled=#ParsersDisabled#
Group=Cat3
FinishAction=[!CommandMeasure mCoverRoundnessCreateMask "Run"]


[mCover1Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=1
DownloadFile=0_1.png
Group=Cat0
[mCover2Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=2
DownloadFile=0_2.png
Group=Cat0
[mCover3Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=3
DownloadFile=0_3.png
UpdateDivider=-1
Group=Cat0
[mCover4Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=4
DownloadFile=0_4.png
UpdateDivider=-1
Group=Cat0
[mCover5Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=5
DownloadFile=0_5.png
UpdateDivider=-1
Group=Cat0
[mCover6Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=6
DownloadFile=0_6.png
UpdateDivider=-1
Group=Cat0
[mCover7Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=7
DownloadFile=0_7.png
UpdateDivider=-1
Group=Cat0
[mCover8Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=8
DownloadFile=0_8.png
UpdateDivider=-1
Group=Cat0
[mCover9Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=9
DownloadFile=0_9.png
UpdateDivider=-1
Group=Cat0
[mCover10Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=10
DownloadFile=0_10.png
UpdateDivider=-1
Group=Cat0
[mCover11Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=11
DownloadFile=0_11.png
UpdateDivider=-1
Group=Cat0
[mCover12Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=12
DownloadFile=0_12.png
UpdateDivider=-1
Group=Cat0
[mCover13Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=13
DownloadFile=0_13.png
UpdateDivider=-1
Group=Cat0
[mCover14Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=14
DownloadFile=0_14.png
UpdateDivider=-1
Group=Cat0
[mCover15Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=15
DownloadFile=0_15.png
UpdateDivider=-1
Group=Cat0
[mCover16Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=16
DownloadFile=0_16.png
UpdateDivider=-1
Group=Cat0
[mCover17Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=17
DownloadFile=0_17.png
UpdateDivider=-1
Group=Cat0
[mCover18Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=18
DownloadFile=0_18.png
UpdateDivider=-1
Group=Cat0
[mCover19Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=19
DownloadFile=0_19.png
UpdateDivider=-1
Group=Cat0
[mCover20Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=20
DownloadFile=0_20.png
UpdateDivider=-1
Group=Cat0
[mCover21Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=21
DownloadFile=0_21.png
UpdateDivider=-1
Group=Cat0
[mCover22Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=22
DownloadFile=0_22.png
UpdateDivider=-1
Group=Cat0
[mCover23Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=23
DownloadFile=0_23.png
UpdateDivider=-1
Group=Cat0
[mCover24Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=24
DownloadFile=0_24.png
UpdateDivider=-1
Group=Cat0
[mCover25Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=25
DownloadFile=0_25.png
UpdateDivider=-1
Group=Cat0
[mCover26Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=26
DownloadFile=0_26.png
UpdateDivider=-1
Group=Cat0
[mCover27Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=27
DownloadFile=0_27.png
UpdateDivider=-1
Group=Cat0
[mCover28Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=28
DownloadFile=0_28.png
UpdateDivider=-1
Group=Cat0
[mCover29Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=29
DownloadFile=0_29.png
UpdateDivider=-1
Group=Cat0
[mCover30Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=30
DownloadFile=0_30.png
UpdateDivider=-1
Group=Cat0
[mCover31Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=31
DownloadFile=0_31.png
UpdateDivider=-1
Group=Cat0
[mCover32Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=32
DownloadFile=0_32.png
UpdateDivider=-1
Group=Cat0
[mCover33Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=33
DownloadFile=0_33.png
UpdateDivider=-1
Group=Cat0
[mCover34Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=34
DownloadFile=0_34.png
UpdateDivider=-1
Group=Cat0
[mCover35Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=35
DownloadFile=0_35.png
UpdateDivider=-1
Group=Cat0
[mCover36Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=36
DownloadFile=0_36.png
UpdateDivider=-1
Group=Cat0
[mCover37Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=37
DownloadFile=0_37.png
UpdateDivider=-1
Group=Cat0
[mCover38Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=38
DownloadFile=0_38.png
UpdateDivider=-1
Group=Cat0
[mCover39Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=39
DownloadFile=0_39.png
UpdateDivider=-1
Group=Cat0
[mCover40Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=40
DownloadFile=0_40.png
UpdateDivider=-1
Group=Cat0
[mCover41Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=41
DownloadFile=0_41.png
UpdateDivider=-1
Group=Cat0
[mCover42Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=42
DownloadFile=0_42.png
UpdateDivider=-1
Group=Cat0
[mCover43Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=43
DownloadFile=0_43.png
UpdateDivider=-1
Group=Cat0
[mCover44Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=44
DownloadFile=0_44.png
UpdateDivider=-1
Group=Cat0
[mCover45Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=45
DownloadFile=0_45.png
UpdateDivider=-1
Group=Cat0
[mCover46Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=46
DownloadFile=0_46.png
UpdateDivider=-1
Group=Cat0
[mCover47Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=47
DownloadFile=0_47.png
UpdateDivider=-1
Group=Cat0
[mCover48Cat0]
Measure=WebParser
URL=[mCoverParentCat0]
Download=1
StringIndex=48
DownloadFile=0_48.png
UpdateDivider=-1
Group=Cat0
























[mCover1Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=1
DownloadFile=1_1.png
UpdateDivider=-1
Group=Cat1
[mCover2Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=2
DownloadFile=1_2.png
UpdateDivider=-1
Group=Cat1
[mCover3Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=3
DownloadFile=1_3.png
UpdateDivider=-1
Group=Cat1
[mCover4Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=4
DownloadFile=1_4.png
UpdateDivider=-1
Group=Cat1
[mCover5Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=5
DownloadFile=1_5.png
UpdateDivider=-1
Group=Cat1
[mCover6Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=6
DownloadFile=1_6.png
UpdateDivider=-1
Group=Cat1
[mCover7Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=7
DownloadFile=1_7.png
UpdateDivider=-1
Group=Cat1
[mCover8Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=8
DownloadFile=1_8.png
UpdateDivider=-1
Group=Cat1
[mCover9Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=9
DownloadFile=1_9.png
UpdateDivider=-1
Group=Cat1
[mCover10Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=10
DownloadFile=1_10.png
UpdateDivider=-1
Group=Cat1
[mCover11Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=11
DownloadFile=1_11.png
UpdateDivider=-1
Group=Cat1
[mCover12Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=12
DownloadFile=1_12.png
UpdateDivider=-1
Group=Cat1
[mCover13Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=13
DownloadFile=1_13.png
UpdateDivider=-1
Group=Cat1
[mCover14Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=14
DownloadFile=1_14.png
UpdateDivider=-1
Group=Cat1
[mCover15Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=15
DownloadFile=1_15.png
UpdateDivider=-1
Group=Cat1
[mCover16Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=16
DownloadFile=1_16.png
UpdateDivider=-1
Group=Cat1
[mCover17Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=17
DownloadFile=1_17.png
UpdateDivider=-1
Group=Cat1
[mCover18Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=18
DownloadFile=1_18.png
UpdateDivider=-1
Group=Cat1
[mCover19Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=19
DownloadFile=1_19.png
UpdateDivider=-1
Group=Cat1
[mCover20Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=20
DownloadFile=1_20.png
UpdateDivider=-1
Group=Cat1
[mCover21Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=21
DownloadFile=1_21.png
UpdateDivider=-1
Group=Cat1
[mCover22Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=22
DownloadFile=1_22.png
UpdateDivider=-1
Group=Cat1
[mCover23Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=23
DownloadFile=1_23.png
UpdateDivider=-1
Group=Cat1
[mCover24Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=24
DownloadFile=1_24.png
UpdateDivider=-1
Group=Cat1
[mCover25Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=25
DownloadFile=1_25.png
UpdateDivider=-1
Group=Cat1
[mCover26Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=26
DownloadFile=1_26.png
UpdateDivider=-1
Group=Cat1
[mCover27Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=27
DownloadFile=1_27.png
UpdateDivider=-1
Group=Cat1
[mCover28Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=28
DownloadFile=1_28.png
UpdateDivider=-1
Group=Cat1
[mCover29Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=29
DownloadFile=1_29.png
UpdateDivider=-1
Group=Cat1
[mCover30Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=30
DownloadFile=1_30.png
UpdateDivider=-1
Group=Cat1
[mCover31Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=31
DownloadFile=1_31.png
UpdateDivider=-1
Group=Cat1
[mCover32Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=32
DownloadFile=1_32.png
UpdateDivider=-1
Group=Cat1
[mCover33Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=33
DownloadFile=1_33.png
UpdateDivider=-1
Group=Cat1
[mCover34Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=34
DownloadFile=1_34.png
UpdateDivider=-1
Group=Cat1
[mCover35Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=35
DownloadFile=1_35.png
UpdateDivider=-1
Group=Cat1
[mCover36Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=36
DownloadFile=1_36.png
UpdateDivider=-1
Group=Cat1
[mCover37Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=37
DownloadFile=1_37.png
UpdateDivider=-1
Group=Cat1
[mCover38Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=38
DownloadFile=1_38.png
UpdateDivider=-1
Group=Cat1
[mCover39Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=39
DownloadFile=1_39.png
UpdateDivider=-1
Group=Cat1
[mCover40Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=40
DownloadFile=1_40.png
UpdateDivider=-1
Group=Cat1
[mCover41Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=41
DownloadFile=1_41.png
UpdateDivider=-1
Group=Cat1
[mCover42Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=42
DownloadFile=1_42.png
UpdateDivider=-1
Group=Cat1
[mCover43Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=43
DownloadFile=1_43.png
UpdateDivider=-1
Group=Cat1
[mCover44Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=44
DownloadFile=1_44.png
UpdateDivider=-1
Group=Cat1
[mCover45Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=45
DownloadFile=1_45.png
UpdateDivider=-1
Group=Cat1
[mCover46Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=46
DownloadFile=1_46.png
UpdateDivider=-1
Group=Cat1
[mCover47Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=47
DownloadFile=1_47.png
UpdateDivider=-1
Group=Cat1
[mCover48Cat1]
Measure=WebParser
URL=[mCoverParentCat1]
Download=1
StringIndex=48
DownloadFile=1_48.png
UpdateDivider=-1
Group=Cat1

















[mCover1Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=1
DownloadFile=2_1.png
UpdateDivider=-1
Group=Cat2
[mCover2Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=2
DownloadFile=2_2.png
UpdateDivider=-1
Group=Cat2
[mCover3Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=3
DownloadFile=2_3.png
UpdateDivider=-1
Group=Cat2
[mCover4Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=4
DownloadFile=2_4.png
UpdateDivider=-1
Group=Cat2
[mCover5Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=5
DownloadFile=2_5.png
UpdateDivider=-1
Group=Cat2
[mCover6Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=6
DownloadFile=2_6.png
UpdateDivider=-1
Group=Cat2
[mCover7Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=7
DownloadFile=2_7.png
UpdateDivider=-1
Group=Cat2
[mCover8Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=8
DownloadFile=2_8.png
UpdateDivider=-1
Group=Cat2
[mCover9Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=9
DownloadFile=2_9.png
UpdateDivider=-1
Group=Cat2
[mCover10Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=10
DownloadFile=2_10.png
UpdateDivider=-1
Group=Cat2
[mCover11Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=11
DownloadFile=2_11.png
UpdateDivider=-1
Group=Cat2
[mCover12Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=12
DownloadFile=2_12.png
UpdateDivider=-1
Group=Cat2
[mCover13Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=13
DownloadFile=2_13.png
UpdateDivider=-1
Group=Cat2
[mCover14Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=14
DownloadFile=2_14.png
UpdateDivider=-1
Group=Cat2
[mCover15Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=15
DownloadFile=2_15.png
UpdateDivider=-1
Group=Cat2
[mCover16Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=16
DownloadFile=2_16.png
UpdateDivider=-1
Group=Cat2
[mCover17Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=17
DownloadFile=2_17.png
UpdateDivider=-1
Group=Cat2
[mCover18Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=18
DownloadFile=2_18.png
UpdateDivider=-1
Group=Cat2
[mCover19Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=19
DownloadFile=2_19.png
UpdateDivider=-1
Group=Cat2
[mCover20Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=20
DownloadFile=2_20.png
UpdateDivider=-1
Group=Cat2
[mCover21Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=21
DownloadFile=2_21.png
UpdateDivider=-1
Group=Cat2
[mCover22Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=22
DownloadFile=2_22.png
UpdateDivider=-1
Group=Cat2
[mCover23Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=23
DownloadFile=2_23.png
UpdateDivider=-1
Group=Cat2
[mCover24Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=24
DownloadFile=2_24.png
UpdateDivider=-1
Group=Cat2
[mCover25Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=25
DownloadFile=2_25.png
UpdateDivider=-1
Group=Cat2
[mCover26Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=26
DownloadFile=2_26.png
UpdateDivider=-1
Group=Cat2
[mCover27Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=27
DownloadFile=2_27.png
UpdateDivider=-1
Group=Cat2
[mCover28Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=28
DownloadFile=2_28.png
UpdateDivider=-1
Group=Cat2
[mCover29Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=29
DownloadFile=2_29.png
UpdateDivider=-1
Group=Cat2
[mCover30Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=30
DownloadFile=2_30.png
UpdateDivider=-1
Group=Cat2
[mCover31Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=31
DownloadFile=2_31.png
UpdateDivider=-1
Group=Cat2
[mCover32Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=32
DownloadFile=2_32.png
UpdateDivider=-1
Group=Cat2
[mCover33Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=33
DownloadFile=2_33.png
UpdateDivider=-1
Group=Cat2
[mCover34Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=34
DownloadFile=2_34.png
UpdateDivider=-1
Group=Cat2
[mCover35Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=35
DownloadFile=2_35.png
UpdateDivider=-1
Group=Cat2
[mCover36Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=36
DownloadFile=2_36.png
UpdateDivider=-1
Group=Cat2
[mCover37Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=37
DownloadFile=2_37.png
UpdateDivider=-1
Group=Cat2
[mCover38Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=38
DownloadFile=2_38.png
UpdateDivider=-1
Group=Cat2
[mCover39Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=39
DownloadFile=2_39.png
UpdateDivider=-1
Group=Cat2
[mCover40Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=40
DownloadFile=2_40.png
UpdateDivider=-1
Group=Cat2
[mCover41Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=41
DownloadFile=2_41.png
UpdateDivider=-1
Group=Cat2
[mCover42Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=42
DownloadFile=2_42.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\2_42.png"
UpdateDivider=-1
Group=Cat2
[mCover43Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=43
DownloadFile=2_43.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\2_43.png"
UpdateDivider=-1
Group=Cat2
[mCover44Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=44
DownloadFile=2_44.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\2_44.png"
UpdateDivider=-1
Group=Cat2
[mCover45Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=45
DownloadFile=2_45.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\2_45.png"
UpdateDivider=-1
Group=Cat2
[mCover46Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=46
DownloadFile=2_46.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\2_46.png"
UpdateDivider=-1
Group=Cat2
[mCover47Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=47
DownloadFile=2_47.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\2_47.png"
UpdateDivider=-1
Group=Cat2
[mCover48Cat2]
Measure=WebParser
URL=[mCoverParentCat2]
Download=1
StringIndex=48
DownloadFile=2_48.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\2_48.png"
UpdateDivider=-1
Group=Cat2






















[mCover1Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=1
DownloadFile=3_1.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_1.png"
UpdateDivider=-1
Group=Cat3
[mCover2Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=2
DownloadFile=3_2.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_2.png"
UpdateDivider=-1
Group=Cat3
[mCover3Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=3
DownloadFile=3_3.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_3.png"
UpdateDivider=-1
Group=Cat3
[mCover4Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=4
DownloadFile=3_4.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_4.png"
UpdateDivider=-1
Group=Cat3
[mCover5Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=5
DownloadFile=3_5.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_5.png"
UpdateDivider=-1
Group=Cat3
[mCover6Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=6
DownloadFile=3_6.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_6.png"
UpdateDivider=-1
Group=Cat3
[mCover7Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=7
DownloadFile=3_7.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_7.png"
UpdateDivider=-1
Group=Cat3
[mCover8Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=8
DownloadFile=3_8.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_8.png"
UpdateDivider=-1
Group=Cat3
[mCover9Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=9
DownloadFile=3_9.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_9.png"
UpdateDivider=-1
Group=Cat3
[mCover10Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=10
DownloadFile=3_10.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_10.png"
UpdateDivider=-1
Group=Cat3
[mCover11Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=11
DownloadFile=3_11.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_11.png"
UpdateDivider=-1
Group=Cat3
[mCover12Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=12
DownloadFile=3_12.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_12.png"
UpdateDivider=-1
Group=Cat3
[mCover13Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=13
DownloadFile=3_13.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_13.png"
UpdateDivider=-1
Group=Cat3
[mCover14Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=14
DownloadFile=3_14.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_14.png"
UpdateDivider=-1
Group=Cat3
[mCover15Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=15
DownloadFile=3_15.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_15.png"
UpdateDivider=-1
Group=Cat3
[mCover16Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=16
DownloadFile=3_16.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_16.png"
UpdateDivider=-1
Group=Cat3
[mCover17Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=17
DownloadFile=3_17.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_17.png"
UpdateDivider=-1
Group=Cat3
[mCover18Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=18
DownloadFile=3_18.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_18.png"
UpdateDivider=-1
Group=Cat3
[mCover19Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=19
DownloadFile=3_19.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_19.png"
UpdateDivider=-1
Group=Cat3
[mCover20Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=20
DownloadFile=3_20.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_20.png"
UpdateDivider=-1
Group=Cat3
[mCover21Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=21
DownloadFile=3_21.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_21.png"
UpdateDivider=-1
Group=Cat3
[mCover22Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=22
DownloadFile=3_22.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_22.png"
UpdateDivider=-1
Group=Cat3
[mCover23Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=23
DownloadFile=3_23.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_23.png"
UpdateDivider=-1
Group=Cat3
[mCover24Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=24
DownloadFile=3_24.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_24.png"
UpdateDivider=-1
Group=Cat3
[mCover25Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=25
DownloadFile=3_25.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_25.png"
UpdateDivider=-1
Group=Cat3
[mCover26Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=26
DownloadFile=3_26.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_26.png"
UpdateDivider=-1
Group=Cat3
[mCover27Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=27
DownloadFile=3_27.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_27.png"
UpdateDivider=-1
Group=Cat3
[mCover28Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=28
DownloadFile=3_28.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_28.png"
UpdateDivider=-1
Group=Cat3
[mCover29Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=29
DownloadFile=3_29.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_29.png"
UpdateDivider=-1
Group=Cat3
[mCover30Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=30
DownloadFile=3_30.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_30.png"
UpdateDivider=-1
Group=Cat3
[mCover31Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=31
DownloadFile=3_31.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_31.png"
UpdateDivider=-1
Group=Cat3
[mCover32Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=32
DownloadFile=3_32.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_32.png"
UpdateDivider=-1
Group=Cat3
[mCover33Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=33
DownloadFile=3_33.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_33.png"
UpdateDivider=-1
Group=Cat3
[mCover34Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=34
DownloadFile=3_34.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_34.png"
UpdateDivider=-1
Group=Cat3
[mCover35Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=35
DownloadFile=3_35.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_35.png"
UpdateDivider=-1
Group=Cat3
[mCover36Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=36
DownloadFile=3_36.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_36.png"
UpdateDivider=-1
Group=Cat3
[mCover37Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=37
DownloadFile=3_37.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_37.png"
UpdateDivider=-1
Group=Cat3
[mCover38Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=38
DownloadFile=3_38.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_38.png"
UpdateDivider=-1
Group=Cat3
[mCover39Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=39
DownloadFile=3_39.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_39.png"
UpdateDivider=-1
Group=Cat3
[mCover40Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=40
DownloadFile=3_40.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_40.png"
UpdateDivider=-1
Group=Cat3
[mCover41Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=41
DownloadFile=3_41.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_41.png"
UpdateDivider=-1
Group=Cat3
[mCover42Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=42
DownloadFile=3_42.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_42.png"
UpdateDivider=-1
Group=Cat3
[mCover43Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=43
DownloadFile=3_43.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_43.png"
UpdateDivider=-1
Group=Cat3
[mCover44Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=44
DownloadFile=3_44.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_44.png"
UpdateDivider=-1
Group=Cat3
[mCover45Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=45
DownloadFile=3_45.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_45.png"
UpdateDivider=-1
Group=Cat3
[mCover46Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=46
DownloadFile=3_46.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_46.png"
UpdateDivider=-1
Group=Cat3
[mCover47Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=47
DownloadFile=3_47.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_47.png"
UpdateDivider=-1
Group=Cat3
[mCover48Cat3]
Measure=WebParser
URL=[mCoverParentCat3]
Download=1
StringIndex=48
DownloadFile=3_48.png
Substitute="":"#SKINSPATH##SkinGroup#\Torrents\DownloadFile\3_48.png"
UpdateDivider=-1
Group=Cat3













[ResSelection]
Meter=Shape
X=0
Y=4
Shape=Rectangle (#SearchResNum# = 0 ? -300 : (#SearchResNum# = 1 ? 0 : (#SearchResNum# = 2 ? 80 : 160))),0,80,80,((#Roundness#/3)*2) | StrokeWidth 0 | Fill Color [mColorBG2]
Shape2=Rectangle (#SearchResNum# = 0 ? -300 : (#SearchResNum# = 1 ? 0 : (#SearchResNum# = 2 ? 80 : 160))),22,80,80,(#Roundness#+2) | StrokeWidth 0 | Fill Color [mColorBG2]
Shape3=Combine Shape | Exclude Shape2
DynamicVariables=1
Group=Meters | Res
Hidden=1







[mColorSearchRes1]
Measure=String
String=#SearchResNum#
Substitute="0":"A","1":"B","2":"C","3":"D","A":"[mColorFG1]","B":"[mColorFG2]","C":"[mColorFG1]","D":"[mColorFG1]"
OnChangeAction=[!UpdateMeterGroup Res][!Redraw]
DynamicVariables=1
Group=Res
[mColorSearchRes2]
Measure=String
String=#SearchResNum#
Substitute="0":"A","1":"B","2":"C","3":"D","A":"[mColorFG1]","B":"[mColorFG1]","C":"[mColorFG2]","D":"[mColorFG1]"
OnChangeAction=[!UpdateMeterGroup Res][!Redraw]
DynamicVariables=1
Group=Res
[mColorSearchRes3]
Measure=String
String=#SearchResNum#
Substitute="0":"A","1":"B","2":"C","3":"D","A":"[mColorFG1]","B":"[mColorFG1]","C":"[mColorFG1]","D":"[mColorFG2]"
OnChangeAction=[!UpdateMeterGroup Res][!Redraw]
DynamicVariables=1
Group=Res

[Resolution1]
Meter=String
X=40r
Y=6r
W=80
Text=720p
;SolidColor=0,0,0
MeterStyle=TextStyleSmall
StringAlign=Center
FontColor=[mColorSearchRes1]
LeftMouseUpAction=[!SetVariable SearchResNum 1][!WriteKeyValue Variables SearchResNum "1"][!UpdateMeasureGroup Res]
Group=Meters | Res
Hidden=1
[Resolution2]
Meter=String
X=80r
Y=r
W=80
Text=1080p
;SolidColor=0,0,0
MeterStyle=TextStyleSmall
StringAlign=Center
FontColor=[mColorSearchRes2]
LeftMouseUpAction=[!SetVariable SearchResNum 2][!WriteKeyValue Variables SearchResNum "2"][!UpdateMeasureGroup Res]
Group=Meters | Res
Hidden=1
[Resolution3]
Meter=String
X=80r
Y=r
W=80
Text=2160p
;SolidColor=0,0,0
MeterStyle=TextStyleSmall
StringAlign=Center
FontColor=[mColorSearchRes3]
LeftMouseUpAction=[!SetVariable SearchResNum 3][!WriteKeyValue Variables SearchResNum "3"][!UpdateMeasureGroup Res]
Group=Meters | Res
Hidden=1

















 ;[&mColorFG[#MyVar]]
;[!CommandMeasure mBlock "Update"][!CommandMeasure mCover "Update"][!UpdateMeasure mImageAnalysis]


[mColorCat0]
Measure=String
String=#Cat#
Substitute="0":"A","1":"B","2":"C","3":"D","A":"[mColorFG2]","B":"[mColorFG1]","C":"[mColorFG1]","D":"[mColorFG1]"
OnChangeAction=[!UpdateMeterGroup Cat][!Redraw]
DynamicVariables=1
Group=Cat
[mColorCat1]
Measure=String
String=#Cat#
Substitute="0":"A","1":"B","2":"C","3":"D","A":"[mColorFG1]","B":"[mColorFG2]","C":"[mColorFG1]","D":"[mColorFG1]"
OnChangeAction=[!UpdateMeterGroup Cat][!Redraw]
DynamicVariables=1
Group=Cat
[mColorCat2]
Measure=String
String=#Cat#
Substitute="0":"A","1":"B","2":"C","3":"D","A":"[mColorFG1]","B":"[mColorFG1]","C":"[mColorFG2]","D":"[mColorFG1]"
OnChangeAction=[!UpdateMeterGroup Cat][!Redraw]
DynamicVariables=1
Group=Cat
[mColorCat3]
Measure=String
String=#Cat#
Substitute="0":"A","1":"B","2":"C","3":"D","A":"[mColorFG1]","B":"[mColorFG1]","C":"[mColorFG1]","D":"[mColorFG2]"
OnChangeAction=[!UpdateMeterGroup Cat][!Redraw]
DynamicVariables=1
Group=Cat



[CatSelection]
Meter=Shape
X=270
Y=4
Shape=Rectangle (#Cat# = 0 ? 0 : (#Cat# = 1 ? 80 : (#Cat# = 2 ? 160 : 240))),0,80,80,((#Roundness#/3)*2) | StrokeWidth 0 | Fill Color [mColorBG2]
Shape2=Rectangle (#Cat# = 0 ? 0 : (#Cat# = 1 ? 80 : (#Cat# = 2 ? 160 : 240))),22,80,80,(#Roundness#+2) | StrokeWidth 0 | Fill Color 255,0,0
Shape3=Combine Shape | Exclude Shape2
DynamicVariables=1

[Cat0]
Meter=String
X=40r
Y=6r
W=80
Text=Cams
MeterStyle=TextStyleSmall
StringAlign=Center
FontColor=[mColorCat0]
LeftMouseDownAction=[!SetVariable SearchResMem "#SearchResNum#"][!WriteKeyValue Variables SearchResMem "#SearchResNum#"][!UpdateMeasureGroup Res]
LeftMouseUpAction=[!SetVariable SearchResNum 0][!WriteKeyValue Variables SearchResNum "0"][!UpdateMeasureGroup Res][!SetVariable Cat 0][!WriteKeyValue Variables Cat "0"][!CommandMeasure mBlockCat0 "Update"][!UpdateMeasureGroup Cat][!SetVariable Scroll "0"]
Group=Cat
[Cat1]
Meter=String
X=80r
Y=r
W=80
Text=Movies
MeterStyle=TextStyleSmall
StringAlign=Center
FontColor=[mColorCat1]
LeftMouseDownAction=[!SetVariable SearchResNum #SearchResMem#][!WriteKeyValue Variables SearchResNum "#SearchResMem#"][!UpdateMeasureGroup Res]
LeftMouseUpAction=[!SetVariable Cat 1][!WriteKeyValue Variables Cat "1"][!CommandMeasure mBlockCat1 "Update"][!UpdateMeasureGroup Cat][!SetVariable Scroll "0"]
Group=Cat
[Cat2]
Meter=String
X=80r
Y=r
W=80
Text=Classics
MeterStyle=TextStyleSmall
StringAlign=Center
FontColor=[mColorCat2]
LeftMouseDownAction=[!SetVariable SearchResNum #SearchResMem#][!WriteKeyValue Variables SearchResNum "#SearchResMem#"][!UpdateMeasureGroup Res]
LeftMouseUpAction=[!SetVariable Cat 2][!WriteKeyValue Variables Cat "2"][!CommandMeasure mBlockCat2 "Update"][!UpdateMeasureGroup Cat][!SetVariable Scroll "0"]
Group=Cat
[Cat3]
Meter=String
X=80r
Y=r
W=80
Text=Shows
MeterStyle=TextStyleSmall
StringAlign=Center
FontColor=[mColorCat3]
LeftMouseDownAction=[!SetVariable SearchResNum #SearchResMem#][!WriteKeyValue Variables SearchResNum "#SearchResMem#"][!UpdateMeasureGroup Res]
LeftMouseUpAction=[!SetVariable Cat 3][!WriteKeyValue Variables Cat "3"][!CommandMeasure mBlockCat3 "Update"][!UpdateMeasureGroup Cat][!SetVariable Scroll "0"]
Group=Cat
 






[mExitColor]
Measure=String
String=X
Substitute="X":"[mColorFG1]","Y":"[mColorFG2]"
DynamicVariables=1

[ExitBg]
Meter=Shape
X=0
;(#CURRENTCONFIGWIDTH#-80)
Y=4
Shape=Rectangle 0,0,80,80,((#Roundness#/3)*2) | StrokeWidth 0 | Fill Color [mColorBG2]
Shape2=Rectangle 0,22,80,80,(#Roundness#+2) | StrokeWidth 0 | Fill Color [mColorBG2]
Shape3=Combine Shape | Exclude Shape2
LeftMouseDownAction=[!SetOption mExitColor String X][!UpdateMeasure mExitColor][!UpdateMeter *][!Redraw]
LeftMouseUpAction=[!SetOption mExitColor String Y][!UpdateMeasure mExitColor][!UpdateMeter *][!Redraw][!DeactivateConfig]
MouseOverAction=[!SetOption mExitColor String Y][!UpdateMeasure mExitColor][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetOption mExitColor String X][!UpdateMeasure mExitColor][!UpdateMeter *][!Redraw]
DynamicVariables=1
Hidden=1
[Exit]
Meter=String
X=40r
Y=6r
W=80
Text=Exit
MeterStyle=TextStyleSmall
StringAlign=Center
FontColor=[mExitColor]
Hidden=1



























[mColorSearchSite1]
Measure=String
String=#SearchSiteNum#
Substitute="1":"A","2":"B","3":"C","A":"[mColorFG2]","B":"[mColorFG1]","C":"[mColorFG1]"
OnChangeAction=[!UpdateMeterGroup Site][!Redraw]
DynamicVariables=1
Group=Site
[mColorSearchSite2]
Measure=String
String=#SearchSiteNum#
Substitute="1":"A","2":"B","3":"C","A":"[mColorFG1]","B":"[mColorFG2]","C":"[mColorFG1]"
OnChangeAction=[!UpdateMeterGroup Site][!Redraw]
DynamicVariables=1
Group=Site
[mColorSearchSite3]
Measure=String
String=#SearchSiteNum#
Substitute="1":"A","2":"B","3":"C","A":"[mColorFG1]","B":"[mColorFG1]","C":"[mColorFG2]"
OnChangeAction=[!UpdateMeterGroup Site][!Redraw]
DynamicVariables=1
Group=Site


[SearchSiteBG]
Meter=Shape
X=29
;([Bg:W]-[SearchSiteBG:W]-#Space#)
Y=-5r
Shape=Rectangle 0,0,242,26,4 | StrokeWidth 0 | Fill Color [mColorBG1],#AlphaBG1#
DynamicVariables=1
Group=Meters | Site
Hidden=1
[SearchSiteSelection]
Meter=Shape
X=1r
Y=1r
Shape=Rectangle (#SearchSiteNum# = 1 ? 0 : (#SearchSiteNum# = 2 ? 80 : 160)),0,80,24,4 | StrokeWidth 0 | Fill Color [mColorBG2],#AlphaBG2#
DynamicVariables=1
Group=Meters | Site
Hidden=1


[SearchSite1]
Meter=String
X=40r
Y=4r
W=80
Text=Galaxy
MeterStyle=TextStyleSmall
StringAlign=Center
FontColor=[mColorSearchSite1]
LeftMouseUpAction=[!SetVariable SearchSiteNum 1][!WriteKeyValue Variables SearchSiteNum "1"][!UpdateMeasureGroup Site]
Group=Site
Hidden=1
[SearchSite2]
Meter=String
X=80r
Y=r
W=80
Text=Your BT
MeterStyle=TextStyleSmall
StringAlign=Center
FontColor=[mColorSearchSite2]
LeftMouseUpAction=[!SetVariable SearchSiteNum 2][!WriteKeyValue Variables SearchSiteNum "2"][!UpdateMeasureGroup Site]
Group=Site
Hidden=1
[SearchSite3]
Meter=String
X=80r
Y=r
W=80
Text=RARGB
MeterStyle=TextStyleSmall
StringAlign=Center
FontColor=[mColorSearchSite3]
LeftMouseUpAction=[!SetVariable SearchSiteNum 3][!WriteKeyValue Variables SearchSiteNum "3"][!UpdateMeasureGroup Site]
Group=Site
Hidden=1












;magick convert -size 200x300 xc:none -draw "roundrectangle 0,0,200,300,12,12" mask.png

;FOR /R %a IN (*.png) DO   magick  convert "%~a"   -matte mask.png  -compose DstIn -composite "%~dpna.png"


[mCoverRoundnessCreateMask]
Measure=Plugin
Plugin=RunCommand
StartInFolder=#CURRENTPATH#DownloadFile\
Parameter=magick convert -size 200x300 xc:none -draw "roundrectangle 0,0,200,300,#Roundness#,#Roundness#" mask.png
State=Hide
OutputType=ANSI
FinishAction=[!CommandMeasure mCoverRoundness "Run"]
[mCoverRoundness]
Measure=Plugin
Plugin=RunCommand
StartInFolder=#CURRENTPATH#DownloadFile\
Parameter=FOR /R %a IN (*.png) DO magick convert "%~a" -matte mask.png -compose DstIn -composite "%~dpna.png"
State=Hide
OutputType=ANSI
FinishAction=[!UpdateMeter *][!Redraw]





[Cover1]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_1.png
X=0
Y=(-#Scroll#)
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle1Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 1][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 1][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle1Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 1][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover2]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_2.png
;[mCover2Cat#Cat#]
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle2Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 2][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 2][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle2Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 2][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover3]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_3.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle3Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 3][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 3][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle3Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 3][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover4]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_4.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle4Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 4][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 4][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle4Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 4][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow







[Cover5]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_5.png
X=0
Y=(#CoverH#+#Space#)r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle5Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 5][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 5][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle5Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 5][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover6]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_6.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle6Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 6][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 6][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle6Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 6][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover7]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_7.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle7Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 7][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 7][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle7Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 7][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover8]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_8.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle8Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 8][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 8][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle8Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 8][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow





[Cover9]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_9.png
X=0
Y=(#CoverH#+#Space#)r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle9Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 9][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 9][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle9Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 9][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover10]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_10.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle10Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 10][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 10][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle10Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 10][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover11]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_11.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle11Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 11][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 11][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle11Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 11][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover12]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_12.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle12Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 12][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 12][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle12Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 12][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow




[Cover13]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_13.png
X=0
Y=(#CoverH#+#Space#)r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle13Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 13][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 13][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle13Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 13][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover14]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_14.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle14Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 14][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 14][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle14Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 14][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover15]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_15.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle15Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 15][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 15][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle15Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 15][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover16]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_16.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle16Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 16][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 16][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle16Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 16][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow






[Cover17]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_17.png
X=0
Y=(#CoverH#+#Space#)r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle17Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 17][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 17][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle17Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 17][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover18]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_18.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle18Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 18][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 18][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle18Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 18][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover19]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_19.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle19Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 19][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 19][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle19Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 19][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover20]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_20.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle20Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 20][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 20][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle20Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 20][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow




[Cover21]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_21.png
X=0
Y=(#CoverH#+#Space#)r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle21Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 21][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 21][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle21Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 21][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover22]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_22.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle22Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 22][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 22][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle22Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 22][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover23]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_23.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle23Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 23][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 23][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle23Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 23][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover24]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_24.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle24Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 24][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 24][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle24Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 24][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow




[Cover25]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_25.png
X=0
Y=(#CoverH#+#Space#)r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle25Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 25][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 25][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle25Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 25][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover26]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_26.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle26Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 26][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 26][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle26Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 26][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover27]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_27.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle27Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 27][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 27][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle27Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 27][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover28]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_28.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle28Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 28][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 28][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle28Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 28][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow




[Cover29]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_29.png
X=0
Y=(#CoverH#+#Space#)r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle29Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 29][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 29][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle29Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 29][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover30]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_30.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle30Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 30][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 30][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle30Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 30][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover31]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_31.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle31Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 31][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 31][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle31Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 31][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover32]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_32.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle32Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 32][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 32][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle32Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 32][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow






[Cover33]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_33.png
X=0
Y=(#CoverH#+#Space#)r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle33Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 33][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 33][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle33Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 33][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover34]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_34.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle34Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 34][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 34][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle34Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 34][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover35]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_35.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle35Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 35][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 35][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle35Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 35][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover36]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_36.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle36Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 36][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 36][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle36Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 36][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow




[Cover37]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_37.png
X=0
Y=(#CoverH#+#Space#)r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle37Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 37][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 37][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle37Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 37][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover38]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_38.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle38Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 38][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 38][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle38Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 38][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover39]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_39.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle39Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 39][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 39][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle39Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 39][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover40]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_40.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle40Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 40][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 40][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle40Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 40][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow







[Cover41]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_41.png
X=0
Y=(#CoverH#+#Space#)r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle41Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 41][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 41][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle41Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 41][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover42]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_42.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle42Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 42][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 42][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle42Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 42][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover43]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_43.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle43Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 43][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 43][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle43Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 43][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover44]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_44.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle44Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 44][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 44][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle44Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 44][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow




[Cover45]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_45.png
X=0
Y=(#CoverH#+#Space#)r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle45Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 45][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 45][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle45Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 45][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover46]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_46.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle46Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 46][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 46][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle46Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 46][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover47]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_47.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle47Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 47][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 47][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle47Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 47][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow
[Cover48]
Meter=Image
ImageName=#CURRENTPATH#DownloadFile\#Cat#_48.png
X=(#CoverW#+#Space#)r
Y=r
W=#CoverW#
LeftMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]["[#SearchSite[#SearchSiteNum]][&mTitle48Cat[#Cat]] [#SearchRes[#SearchResNum]]"]
LeftMouseUpAction=[!SetVariable CoverHover 48][!UpdateMeter *][!Redraw]
RightMouseDownAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
RightMouseUpAction=[!SetVariable CoverHover 48][!UpdateMeter *][!Redraw]["#TrailerURL#[&mTitle48Cat[#Cat]] Trailer"]
MouseOverAction=[!SetVariable CoverHover 48][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetVariable CoverHover 0][!UpdateMeter *][!Redraw]
DynamicVariables=1
Container=ScrollWindow



[Cover0]
Meter=Shape
X=-500
Y=-500
Shape=Rectangle 0,0,#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
[CoverHover]
Meter=Shape
X=([&Cover[#CoverHover]:X]-#Space#)
Y=([&Cover[#CoverHover]:Y]-#Space#)
Shape=Rectangle 0,0,#CoverW#,#CoverH#,(#Roundness#-2) | StrokeWidth 0 | Fill Color 0,0,0,90
DynamicVariables=1
Container=ScrollWindow
EDIT:
Thought of something at work today.
I could remake the scroll window meter with all the shapes for the images in stead of one big shape. I cannot believe that hasn't occurred to me before now. Maybe that's what you guys meant. Lol.
Last edited by StArL0rd84 on March 18th, 2023, 9:13 am, edited 1 time in total.
User avatar
StArL0rd84
Posts: 424
Joined: February 8th, 2015, 10:07 pm
Location: EU, Denmark.

Re: imagemagick & RunCommand

Post by StArL0rd84 »

Took a lot of crashing Rainmeter to squash all the gremlins, but I did it!
I finally found a way to handle the rounding of the images inside the singular shape meter, preserving resizing of the skin and scrolling of the content.
No more .exe!

Code: Select all

[ScrollWindow]
Meter=Shape
X=#Space#
Y=#Space#
DynamicVariables=1

Shape=Rectangle 0,0,(#WindowW#-(#Space#*2)),(#WindowH#-(#Space#*2)),#Roundness# | StrokeWidth 0 | Fill Color 0,255,0,255

Shape2=Rectangle 0,(-#Scroll#),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape3=Rectangle (#CoverW#+#Space#),(-#Scroll#),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape4=Rectangle ((#CoverW#+#Space#)*2),(-#Scroll#),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape5=Rectangle ((#CoverW#+#Space#)*3),(-#Scroll#),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0

Shape6=Rectangle 0,((-#Scroll#)+(#CoverH#+#Space#)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape7=Rectangle (#CoverW#+#Space#),((-#Scroll#)+(#CoverH#+#Space#)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape8=Rectangle ((#CoverW#+#Space#)*2),((-#Scroll#)+(#CoverH#+#Space#)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape9=Rectangle ((#CoverW#+#Space#)*3),((-#Scroll#)+(#CoverH#+#Space#)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0

Shape10=Rectangle 0,((-#Scroll#)+((#CoverH#+#Space#)*2)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape11=Rectangle (#CoverW#+#Space#),((-#Scroll#)+((#CoverH#+#Space#)*2)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape12=Rectangle ((#CoverW#+#Space#)*2),((-#Scroll#)+((#CoverH#+#Space#)*2)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape13=Rectangle ((#CoverW#+#Space#)*3),((-#Scroll#)+((#CoverH#+#Space#)*2)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0

Shape14=Rectangle 0,((-#Scroll#)+((#CoverH#+#Space#)*3)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape15=Rectangle (#CoverW#+#Space#),((-#Scroll#)+((#CoverH#+#Space#)*3)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape16=Rectangle ((#CoverW#+#Space#)*2),((-#Scroll#)+((#CoverH#+#Space#)*3)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape17=Rectangle ((#CoverW#+#Space#)*3),((-#Scroll#)+((#CoverH#+#Space#)*3)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0

Shape18=Rectangle 0,((-#Scroll#)+((#CoverH#+#Space#)*4)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape19=Rectangle (#CoverW#+#Space#),((-#Scroll#)+((#CoverH#+#Space#)*4)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape20=Rectangle ((#CoverW#+#Space#)*2),((-#Scroll#)+((#CoverH#+#Space#)*4)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape21=Rectangle ((#CoverW#+#Space#)*3),((-#Scroll#)+((#CoverH#+#Space#)*4)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0

Shape22=Rectangle 0,((-#Scroll#)+((#CoverH#+#Space#)*5)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape23=Rectangle (#CoverW#+#Space#),((-#Scroll#)+((#CoverH#+#Space#)*5)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape24=Rectangle ((#CoverW#+#Space#)*2),((-#Scroll#)+((#CoverH#+#Space#)*5)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape25=Rectangle ((#CoverW#+#Space#)*3),((-#Scroll#)+((#CoverH#+#Space#)*5)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0

Shape26=Rectangle 0,((-#Scroll#)+((#CoverH#+#Space#)*6)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape27=Rectangle (#CoverW#+#Space#),((-#Scroll#)+((#CoverH#+#Space#)*6)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape28=Rectangle ((#CoverW#+#Space#)*2),((-#Scroll#)+((#CoverH#+#Space#)*6)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape29=Rectangle ((#CoverW#+#Space#)*3),((-#Scroll#)+((#CoverH#+#Space#)*6)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0

Shape30=Rectangle 0,((-#Scroll#)+((#CoverH#+#Space#)*7)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape31=Rectangle (#CoverW#+#Space#),((-#Scroll#)+((#CoverH#+#Space#)*7)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape32=Rectangle ((#CoverW#+#Space#)*2),((-#Scroll#)+((#CoverH#+#Space#)*7)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape33=Rectangle ((#CoverW#+#Space#)*3),((-#Scroll#)+((#CoverH#+#Space#)*7)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0

Shape34=Rectangle 0,((-#Scroll#)+((#CoverH#+#Space#)*8)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape35=Rectangle (#CoverW#+#Space#),((-#Scroll#)+((#CoverH#+#Space#)*8)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape36=Rectangle ((#CoverW#+#Space#)*2),((-#Scroll#)+((#CoverH#+#Space#)*8)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape37=Rectangle ((#CoverW#+#Space#)*3),((-#Scroll#)+((#CoverH#+#Space#)*8)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0

Shape38=Rectangle 0,((-#Scroll#)+((#CoverH#+#Space#)*9)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape39=Rectangle (#CoverW#+#Space#),((-#Scroll#)+((#CoverH#+#Space#)*9)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape40=Rectangle ((#CoverW#+#Space#)*2),((-#Scroll#)+((#CoverH#+#Space#)*9)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape41=Rectangle ((#CoverW#+#Space#)*3),((-#Scroll#)+((#CoverH#+#Space#)*9)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0

Shape42=Rectangle 0,((-#Scroll#)+((#CoverH#+#Space#)*10)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape43=Rectangle (#CoverW#+#Space#),((-#Scroll#)+((#CoverH#+#Space#)*10)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape44=Rectangle ((#CoverW#+#Space#)*2),((-#Scroll#)+((#CoverH#+#Space#)*10)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape45=Rectangle ((#CoverW#+#Space#)*3),((-#Scroll#)+((#CoverH#+#Space#)*10)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0

Shape46=Rectangle 0,((-#Scroll#)+((#CoverH#+#Space#)*11)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape47=Rectangle (#CoverW#+#Space#),((-#Scroll#)+((#CoverH#+#Space#)*11)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape48=Rectangle ((#CoverW#+#Space#)*2),((-#Scroll#)+((#CoverH#+#Space#)*11)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0
Shape49=Rectangle ((#CoverW#+#Space#)*3),((-#Scroll#)+((#CoverH#+#Space#)*11)),#CoverW#,#CoverH#,#Roundness# | StrokeWidth 0 | Fill Color 255,0,0


Shape50=Combine Shape | Intersect Shape2
Shape51=Combine Shape | Intersect Shape3
Shape52=Combine Shape | Intersect Shape4
Shape53=Combine Shape | Intersect Shape5
Shape54=Combine Shape | Intersect Shape6
Shape55=Combine Shape | Intersect Shape7
Shape56=Combine Shape | Intersect Shape8
Shape57=Combine Shape | Intersect Shape9
Shape58=Combine Shape | Intersect Shape10
Shape59=Combine Shape | Intersect Shape11
Shape60=Combine Shape | Intersect Shape12
Shape61=Combine Shape | Intersect Shape13
Shape62=Combine Shape | Intersect Shape14
Shape63=Combine Shape | Intersect Shape15
Shape64=Combine Shape | Intersect Shape16
Shape65=Combine Shape | Intersect Shape17
Shape66=Combine Shape | Intersect Shape18
Shape67=Combine Shape | Intersect Shape19
Shape68=Combine Shape | Intersect Shape20
Shape69=Combine Shape | Intersect Shape21
Shape70=Combine Shape | Intersect Shape22
Shape71=Combine Shape | Intersect Shape23
Shape72=Combine Shape | Intersect Shape24
Shape73=Combine Shape | Intersect Shape25
Shape74=Combine Shape | Intersect Shape26
Shape75=Combine Shape | Intersect Shape27
Shape76=Combine Shape | Intersect Shape28
Shape77=Combine Shape | Intersect Shape29
Shape78=Combine Shape | Intersect Shape30
Shape79=Combine Shape | Intersect Shape31
Shape80=Combine Shape | Intersect Shape32
Shape81=Combine Shape | Intersect Shape33
Shape82=Combine Shape | Intersect Shape34
Shape83=Combine Shape | Intersect Shape35
Shape84=Combine Shape | Intersect Shape36
Shape85=Combine Shape | Intersect Shape37
Shape86=Combine Shape | Intersect Shape38
Shape87=Combine Shape | Intersect Shape39
Shape88=Combine Shape | Intersect Shape40
Shape89=Combine Shape | Intersect Shape41
Shape90=Combine Shape | Intersect Shape42
Shape91=Combine Shape | Intersect Shape43
Shape92=Combine Shape | Intersect Shape44
Shape93=Combine Shape | Intersect Shape45
Shape94=Combine Shape | Intersect Shape46
Shape95=Combine Shape | Intersect Shape47
Shape96=Combine Shape | Intersect Shape48
Shape97=Combine Shape | Intersect Shape49
Also went through and fixed a lot of other nonsense.
You now click the back button on your mouse to bring up the custom context menu in order to access important skin options.
Using that mouse button preserves the normal right click menu.

That being said, you still right click the images to search YouTube for the trailer.

Enough chit chat...
TorrentsWIP_2.rmskin
(538.34 KiB) Downloaded 4 times
User avatar
StArL0rd84
Posts: 424
Joined: February 8th, 2015, 10:07 pm
Location: EU, Denmark.

Re: imagemagick & RunCommand

Post by StArL0rd84 »

CodeCode wrote: March 16th, 2023, 6:58 pm If your skin uses scrolling, the shapes dont really have to be nested. they can simply be overlaying and scrolling the same increment but in separate groups of scrolling code.

I am only going this way because I have no idea how imagemagic works. :confused:
crikey! it's a bobby dazzler...
TorrentsWIP_2.rmskin
(538.34 KiB) Downloaded 3 times
User avatar
StArL0rd84
Posts: 424
Joined: February 8th, 2015, 10:07 pm
Location: EU, Denmark.

Re: imagemagick & RunCommand

Post by StArL0rd84 »

Small error in the skin. :oops:

Change variable: Block=<div class='hotpicks'>(.*)</a></div></div> </div>
To: Block=<div class='hotpicks'>(.*)</a></div></div> </div>

This site might not display the spaces right, so just for clarity, there should be 8 spaces, not 10 between </div> and </div>.

Either the Devs at TorrentGalaxy or I added a couple of spaces that makes the main webparsers not able to find what it searches for.
Should work after that small change.
User avatar
SilverAzide
Rainmeter Sage
Posts: 2588
Joined: March 23rd, 2015, 5:26 pm
Contact:

Re: imagemagick & RunCommand

Post by SilverAzide »

StArL0rd84 wrote: March 20th, 2023, 6:15 pm Small error in the skin. :oops:

Change variable: Block=<div class='hotpicks'>(.*)</a></div></div> </div>
To: Block=<div class='hotpicks'>(.*)</a></div></div> </div>

This site might not display the spaces right, so just for clarity, there should be 8 spaces, not 10 between </div> and </div>.

Either the Devs at TorrentGalaxy or I added a couple of spaces that makes the main webparsers not able to find what it searches for.
Should work after that small change.
If it's just spaces, then wouldn't it be better to use <div class='hotpicks'>(.*)</a></div></div>\s*</div>? :confused:
User avatar
Yincognito
Rainmeter Sage
Posts: 7023
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: imagemagick & RunCommand

Post by Yincognito »

StArL0rd84 wrote: March 16th, 2023, 8:43 pmThought of something at work today.
I could remake the scroll window meter with all the shapes for the images in stead of one big shape. I cannot believe that hasn't occurred to me before now. Maybe that's what you guys meant. Lol.
Love it when the "Eureka!" moment happens and suddenly things become clear and more straightforward. Sometimes keeping it simple pays off. 8-)
User avatar
StArL0rd84
Posts: 424
Joined: February 8th, 2015, 10:07 pm
Location: EU, Denmark.

Re: imagemagick & RunCommand

Post by StArL0rd84 »

SilverAzide wrote: March 20th, 2023, 9:00 pm If it's just spaces, then wouldn't it be better to use <div class='hotpicks'>(.*)</a></div></div>\s*</div>? :confused:
There's always a better solution, isn't there?
That should prove useful if the number of spaces should ever mysteriously change again.
Post Reply