Added Naira Calendar and Naira Player

This commit is contained in:
Akamaru 2015-09-15 17:17:07 +02:00
parent 86f59e3718
commit 5ae44533be
19 changed files with 369 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
Naira Calendar/Thumbs.db
Naira Player/Thumbs.db

Binary file not shown.

88
Naira Calendar/Naira.ini Normal file
View File

@ -0,0 +1,88 @@
[Rainmeter]
Author=Akamaru
Update=1000
[Metadata]
Name=Naira Calendar
Description=A simple Calendar
Version=1.0
[Author]
Measure=Time
Format="kazasou"
Disabled=1
[Chara1]
Meter=IMAGE
X=0
Y=0
ImageName=naira.png
[Calendar]
Meter=IMAGE
X=40
Y=170
ImageName=calendar.png
[MeasureMoYe]
Measure=Time
Format=%B, %Y
[MeasureDate]
Measure=Time
Format=%d
[MeasureDay]
Measure=Time
Format=%A
[MeterMonth]
MeasureName=MeasureMoYe
Meter=STRING
X=140
Y=305
FontColor=0,0,0
FontSize=8
FontFace=Coalition
AntiAlias=1
StringAlign=CENTER
[MeterDate]
MeasureName=MeasureDate
Meter=STRING
X=143
Y=229
FontColor=0,0,0
FontSize=55
FontFace=Coalition
StringStyle=Normal
StringEffect=None
AntiAlias=1
StringAlign=CENTER
[MeterDay]
MeasureName=MeasureDay
Meter=STRING
X=142
Y=215
FontColor=0,0,0
FontSize=10
FontFace=Coalition
StringStyle=Normal
StringEffect=None
AntiAlias=1
StringAlign=CENTER
[Chara3]
Meter=IMAGE
X=180
Y=243
ImageName=Balloons.png
[Chara2]
Meter=IMAGE
X=0
Y=0
ImageName=hoof.png

BIN
Naira Calendar/calendar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
Naira Calendar/hoof.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
Naira Calendar/naira.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
Naira Player/Close.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
Naira Player/Next.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
Naira Player/Open.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
Naira Player/Pause.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
Naira Player/Play.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
Naira Player/Previous.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
Naira Player/Stop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
Naira Player/Volume.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
Naira Player/VolumeDown.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
Naira Player/VolumeUp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

279
Naira Player/naira.ini Normal file
View File

@ -0,0 +1,279 @@
[Rainmeter]
Author=Akamaru
Update=1000
[Metadata]
Name=Naira Player
Config=Naira Player | naira
Description=Music player for various programs.
Instructions=To change which media player you want to use, change the the "Player=" variable below. (This skin has only been tested with VLC and WMP, but it should work with other players like iTunes) (If for some reason it won't work, try putting the path for you media player next to the variable "PlayerPath=")
Version=1.0
[Variables]
Player=WMP
TextColor=127,0,110,255
;========================
; Measures |
;========================
[mPlayer]
Measure=Plugin
Plugin=NowPlaying
PlayerName=#Player#
PlayerType=Title
PlayerPath=ProgramFiles(x86)%\Windows Media Player\wmplayer.exe
DisableLeadingZero=0
Substitute="":"N\A"
[mArtist]
Measure=Plugin
Plugin=NowPlaying
PlayerName=[mPlayer]
PlayerType=Artist
Substitute="":"N\A"
[mAlbum]
Measure=Plugin
Plugin=NowPlaying
PlayerName=[mPlayer]
PlayerType=Album
Substitute="":"N\A"
[mPosition]
Measure=Plugin
Plugin=NowPlaying
PlayerName=[mPlayer]
PlayerType=Position
[mDuration]
Measure=Plugin
Plugin=NowPlaying
PlayerName=[mPlayer]
PlayerType=Duration
[mProgress]
Measure=Plugin
Plugin=NowPlaying
PlayerName=[mPlayer]
PlayerType=Progress
[mStateButton]
Measure=Plugin
Plugin=NowPlaying
PlayerName=[mPlayer]
PlayerType=State
Substitute="0":"Play.png","1":"Pause.png","2":"Play.png"
[mVolume]
Measure=Plugin
Plugin=NowPlaying
PlayerName=[mPlayer]
PlayerType=Volume
;====================
; Meters |
;====================
[Image1]
Meter=Image
ImageName="naira.png"
X=12
Y=0
W=150
H=143
;[Image2]
;Meter=Image
;ImageName="booc.png"
;X=5
;Y=63
;W=70
;H=70
;[Image3]
;Meter=Image
;ImageName="roundline_bg.png"
;X=0
;Y=53
;W=82
;H=82
;[Image4]
;Meter=Image
;ImageName="control_bg.png"
;X=90
;Y=0
;W=150
;H=70
;Information
;-----------
[Track]
Meter=String
MeasureName=mPlayer
X=160
Y=70
W=270
H=16
FontFace=Trebuchet MS
FontColor=#TextColor#
AntiAlias=1
ClipString=1
Text="%1"
[Artist]
Meter=String
MeasureName=mArtist
X=160
Y=18r
W=270
H=16
FontFace=Trebuchet MS
FontColor=#TextColor#
AntiAlias=1
ClipString=1
Text="%1"
[Album]
Meter=String
MeasureName=mAlbum
X=160
Y=18r
W=270
H=16
FontFace=Trebuchet MS
FontColor=#TextColor#
AntiAlias=1
ClipString=1
Text="%1"
[Time]
Meter=String
MeasureName=mPosition
MeasureName2=mDuration
X=125
Y=130
W=260
H=16
FontFace=Trebuchet MS
FontColor=#TextColor#
AntiAlias=1
ClipString=1
Text="%1/%2"
[ProgressBar]
Meter=line
MeasureName=mProgress
X=40
Y=94
LineWidth=3
StartAngle=4.7123889
RotationAngle=6.2831853
LineLength=39
LineStart=36
LineColor=151,73,200,255
Solid=1
AntiAlias=10
;Track Actions
;-------------
[Previous]
Meter=Image
ImageName=Previous.png
X=150
Y=35
W=20
H=20
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer Previous"]
[Play]
Meter=Button
ButtonImage=[mStateButton]
X=195
Y=18
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer PlayPause"]
DynamicVariables=1
[Next]
Meter=Image
ImageName=Next.png
X=245
Y=35
W=20
H=20
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer Next"]
[Stop]
Meter=Image
ImageName=Stop.png
X=202
Y=48
W=10
H=10
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer Stop"]
[Volume]
Meter=Image
ImageName=Volume.png
X=240
Y=8
W=18
H=18
[VolumeText]
Meter=String
MeasureName=mVolume
X=255
Y=11
W=45
H=16
FontSize=8
FontFace=Trebuchet MS
FontColor=#TextColor#
AntiAlias=1
ClipString=1
Text="%1%"
[VolumeUp]
Meter=Image
ImageName=VolumeUp.png
X=30r
Y=7
W=10
H=10
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer SetVolume +25"]
[VolumeDown]
Meter=Image
ImageName=VolumeDown.png
X=0r
Y=17
W=10
H=10
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer SetVolume -25"]
;Player Actions
;--------------
[OpenPlayer]
Meter=Image
ImageName=Open.png
X=130
Y=10
W=15
H=15
ToolTipText="Open Media Player"
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer OpenPlayer"]
[ClosePlayer]
Meter=Image
ImageName=Close.png
X=25r
Y=10
W=15
H=15
ToolTipText="Close Media Player"
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer ClosePlayer"]

BIN
Naira Player/naira.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB