Advertisement
Guest User

Untitled

a guest
Jun 12th, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. Variables.ini (under Origami)
  2.  
  3. [Variables]
  4.  
  5.  
  6. ;=====================| COLORS |=====================
  7.  
  8.  
  9. BackgroundColor=255,255,255
  10.  
  11.  
  12. AccentColor=646464
  13.  
  14.  
  15. FontMainColor=100,100,100
  16. FontShadowColor=50,50,50,100
  17.  
  18.  
  19. ObjectMainColor=100,100,100
  20. ObjectShadowColor=200,200,200
  21.  
  22.  
  23. ;=====================| HDDS |====================
  24.  
  25.  
  26. Disk1=C
  27. Disk2=D
  28. Disk3=E
  29. Disk4=I
  30.  
  31.  
  32. ;=====================| DOCK |====================
  33.  
  34.  
  35. DockGreyscale=0
  36.  
  37.  
  38. ColorSwitch=on
  39.  
  40.  
  41. ;=====================| PLAYER |====================
  42.  
  43.  
  44. PlayerName=WMP
  45.  
  46.  
  47. ;=====================| WEATHER |====================
  48.  
  49.  
  50. Location=Eastbourne
  51. Units=m
  52.  
  53.  
  54. UnitsSwitch=C
  55.  
  56.  
  57. ;=====================| WEATHER |====================
  58.  
  59.  
  60. IP=1
  61. IPMasked=0
  62.  
  63.  
  64. MaskSwitch=on
  65.  
  66.  
  67.  
  68.  
  69.  
  70. Player.ini
  71.  
  72. Author=VakiNakamura
  73. Update=1000
  74.  
  75.  
  76. ;=====================| SETTINGS |=====================
  77.  
  78.  
  79. [Variables]
  80. @include=#@#Variables.inc
  81.  
  82.  
  83. ;=====================| MEASURES |=====================
  84.  
  85.  
  86. [MeasurePlayer]
  87. Measure=Plugin
  88. Plugin=NowPlaying
  89. PlayerName=#PlayerName#
  90. PlayerType=Title
  91.  
  92. [MeasureProgress]
  93. Measure=Plugin
  94. Plugin=NowPlaying
  95. PlayerName=[MeasurePlayer]
  96. PlayerType=Progress
  97.  
  98.  
  99. [MeasureTitle]
  100. Measure=Plugin
  101. Plugin=NowPlaying
  102. PlayerName=[MeasurePlayer]
  103. PlayerType=Title
  104. Substitute="":"No track playing"
  105.  
  106.  
  107. [MeasureArtist]
  108. Measure=Plugin
  109. Plugin=NowPlaying
  110. PlayerName=[MeasurePlayer]
  111. PlayerType=Artist
  112. Substitute="":"N/A"
  113.  
  114.  
  115. [MeasureCover]
  116. Measure=Plugin
  117. Plugin=NowPlaying
  118. PlayerName=[MeasurePlayer]
  119. PlayerType=Cover
  120.  
  121.  
  122. [MeasureVolume]
  123. Measure=Plugin
  124. Plugin=NowPlaying
  125. PlayerName=[MeasurePlayer]
  126. PlayerType=Volume
  127.  
  128.  
  129. ;=====================| BACKGROUND |=====================
  130.  
  131.  
  132. [LeftSide]
  133. Meter=Image
  134. ImageName=#@#Images/1.png
  135. AntiAlias=1
  136.  
  137.  
  138. [Background]
  139. Meter=Image
  140. X=100
  141. Y=0
  142. W=200
  143. H=100
  144. SolidColor=FFFFFF
  145.  
  146.  
  147. [RightSide]
  148. Meter=Image
  149. ImageName=#@#Images/4.png
  150. X=300
  151. Y=0
  152. AntiAlias=1
  153.  
  154.  
  155. ;=====================| COVER DISPLAY |=====================
  156.  
  157.  
  158. [NoCover]
  159. Meter=Image
  160. X=100
  161. Y=0
  162. W=100
  163. H=100
  164. SolidColor=#ObjectShadowColor#
  165.  
  166.  
  167. [Cover]
  168. Meter=Image
  169. MeasureName=MeasureCover
  170. X=100
  171. Y=0
  172. H=100
  173. W=100
  174. AntiAlias=1
  175. LeftMouseUpAction=[!CommandMeasure "MeasurePlayer" "OpenPlayer"]
  176.  
  177.  
  178. [CoverMask]
  179. Meter=Image
  180. ImageName=#@#Images/mask.png
  181. X=100
  182. Y=0
  183. H=100
  184. H=100
  185.  
  186.  
  187. ;=====================| SONG INFO DISPLAY |=====================
  188.  
  189.  
  190. [Artist]
  191. Meter=String
  192. MeasureName=MeasureArtist
  193. FontFace=Century Gothic
  194. FontSize=10
  195. FontColor=#FontShadowColor#
  196. StringAlign=Left
  197. StringCase=Upper
  198. X=180
  199. Y=5
  200. AntiAlias=1
  201.  
  202.  
  203. [Title]
  204. Meter=String
  205. MeasureName=MeasureTitle
  206. FontFace=Century Gothic
  207. FontSize=10
  208. FontColor=#ObjectMainColor#
  209. StringAlign=Left
  210. X=198
  211. Y=22
  212. W=160
  213. H=20
  214. Clipstring=1
  215. AntiAlias=1
  216.  
  217.  
  218. [VolumeBar]
  219. Meter=Bar
  220. MeasureName=MeasureVolume
  221. X=49
  222. Y=49
  223. W=52
  224. H=2
  225. BarColor=#AccentColor#
  226. SolidColor=#ObjectShadowColor#
  227. BarOrientation=Horizontal
  228. Flip=1
  229.  
  230.  
  231. [ProgressBar]
  232. Meter=Bar
  233. MeasureName=MeasureProgress
  234. X=200
  235. Y=49
  236. W=150
  237. H=2
  238. BarColor=#AccentColor#
  239. SolidColor=#ObjectShadowColor#
  240. BarOrientation=Horizontal
  241.  
  242.  
  243. [VolumeValue]
  244. Meter=String
  245. MeasureName=MeasureVolume
  246. FontFace=Century Gothic
  247. FontSize=10
  248. FontColor=#FontShadowColor#
  249. StringAlign=Right
  250. X=70
  251. Y=67
  252. W=160
  253. H=20
  254. AntiAlias=1
  255.  
  256.  
  257. ;=====================| CONTROLS |=====================
  258.  
  259.  
  260. [VolumeUp]
  261. Meter=Image
  262. ImageName=#@#Images/up.png
  263. X=70
  264. Y=60
  265. ImageTint=#ObjectMainColor#
  266. LeftMouseUpAction=[!CommandMeasure "MeasurePlayer" "SetVolume +10"]
  267.  
  268.  
  269. [VolumeDown]
  270. Meter=Image
  271. ImageName=#@#Images/down.png
  272. X=70
  273. Y=75
  274. ImageTint=#ObjectMainColor#
  275. LeftMouseUpAction=[!CommandMeasure "MeasurePlayer" "SetVolume -10"]
  276.  
  277.  
  278. [Previous]
  279. Meter=Image
  280. ImageName=#@#Images/prev.png
  281. X=200
  282. Y=60
  283. ImageTint=#ObjectMainColor#
  284. LeftMouseUpAction=[!CommandMeasure "MeasurePlayer" "Previous"]
  285.  
  286.  
  287. [PlayPause]
  288. Meter=Image
  289. ImageName=#@#Images/play.png
  290. X=240
  291. Y=60
  292. ImageTint=#ObjectMainColor#
  293. LeftMouseUpAction=[!CommandMeasure "MeasurePlayer" "PlayPause"]
  294.  
  295.  
  296. [Next]
  297. Meter=Image
  298. ImageName=#@#Images/next.png
  299. X=280
  300. Y=60
  301. ImageTint=#ObjectMainColor#
  302. LeftMouseUpAction=[!CommandMeasure "MeasurePlayer" "Next"]
  303.  
  304.  
  305. ;=====================| END |=====================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement