Guest User

merfyBand 3.json

a guest
Mar 24th, 2017
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.41 KB | None | 0 0
  1. [
  2. {
  3. "GeneralSettings": {
  4. "DisplayMode": "Deskband",
  5. "DrawBorders": false
  6. },
  7. "FloatingWindowSettings": {
  8. "X": 0,
  9. "Y": 0,
  10. "Mode": "Horizontal",
  11. "Opacity": 1.0,
  12. "Color": "#FF6495ED",
  13. "StretchBackgroundImage": false,
  14. "UseTransparencyKey": false
  15. },
  16. "ModuleId": "00000000-0000-0000-0000-000000000000"
  17. },
  18. {
  19. "HideIfNotPlaying": true,
  20. "HideIfFoobar2000IsNotRunning": true,
  21. "InternetSearchFormat": "$if(%artist%,%artist%' - ')%title%",
  22. "InternetSearchUrl": "https://www.google.com/search?q=%q%",
  23. "AlbumArt": {
  24. "Visible": true,
  25. "X": 250,
  26. "Y": 5,
  27. "Width": 30,
  28. "Height": 30,
  29. "DoNotShowStubImage": false,
  30. "PreserveAspectRatio": false
  31. },
  32. "Buttons": {
  33. "BtnStop": {
  34. "Visible": false,
  35. "X": 30,
  36. "Y": 1,
  37. "Width": 16,
  38. "Height": 16,
  39. "ColorizeColor": "#FFFFFFFF"
  40. },
  41. "BtnPlayPause": {
  42. "Visible": false,
  43. "X": 44,
  44. "Y": 1,
  45. "Width": 16,
  46. "Height": 16,
  47. "ColorizeColor": "#FFFFFFFF"
  48. },
  49. "BtnPrev": {
  50. "Visible": false,
  51. "X": 59,
  52. "Y": 1,
  53. "Width": 16,
  54. "Height": 16,
  55. "ColorizeColor": "#FFFFFFFF"
  56. },
  57. "BtnNext": {
  58. "Visible": false,
  59. "X": 74,
  60. "Y": 1,
  61. "Width": 16,
  62. "Height": 16,
  63. "ColorizeColor": "#FFFFFFFF"
  64. },
  65. "BtnRandom": {
  66. "Visible": false,
  67. "X": 1,
  68. "Y": 1,
  69. "Width": 16,
  70. "Height": 16,
  71. "ColorizeColor": "#FFFFFFFF"
  72. },
  73. "BtnStopAC": {
  74. "Visible": false,
  75. "X": 1,
  76. "Y": 1,
  77. "Width": 16,
  78. "Height": 16,
  79. "ColorizeColor": "#FFFFFFFF"
  80. }
  81. },
  82. "PositionBar": {
  83. "Visible": true,
  84. "X": 288,
  85. "Y": 21,
  86. "Width": 222,
  87. "Heigth": 2,
  88. "Color": "#60FFFFFF",
  89. "BackgroundColor": "#60000000",
  90. "UseBackgroundColor": true,
  91. "HideBorders": true
  92. },
  93. "VolumeBar": {
  94. "Visible": true,
  95. "X": 250,
  96. "Y": 35,
  97. "Width": 30,
  98. "Heigth": 2,
  99. "Color": "#60FFFFFF",
  100. "BackgroundColor": "#60000000",
  101. "UseBackgroundColor": true,
  102. "HideBorders": true
  103. },
  104. "Texts": [
  105. {
  106. "Name": "Artist",
  107. "Visible": true,
  108. "X": -8,
  109. "Y": 4,
  110. "Width": 250,
  111. "Height": 16,
  112. "FontName": "Segoe UI",
  113. "FontSize": 9,
  114. "FontStyleItalic": false,
  115. "FontStyleBold": false,
  116. "FontColor": "128, 255, 255, 255",
  117. "Format": "%artist%",
  118. "PausedFormat": "",
  119. "StoppedText": "",
  120. "HorizontalAlign": 2,
  121. "EnableScroll": true,
  122. "ScrollSpeed": 100,
  123. "ScrollStep": 2,
  124. "ScrollSeparator": " "
  125. },
  126. {
  127. "Name": "Album",
  128. "Visible": true,
  129. "X": -8,
  130. "Y": 20,
  131. "Width": 250,
  132. "Height": 16,
  133. "FontName": "Segoe UI",
  134. "FontSize": 8,
  135. "FontStyleItalic": true,
  136. "FontStyleBold": false,
  137. "FontColor": "96, 255, 255, 255",
  138. "Format": "%album%",
  139. "PausedFormat": "",
  140. "StoppedText": "",
  141. "HorizontalAlign": 2,
  142. "EnableScroll": true,
  143. "ScrollSpeed": 100,
  144. "ScrollStep": 2,
  145. "ScrollSeparator": " "
  146. },
  147. {
  148. "Name": "Title",
  149. "Visible": true,
  150. "X": 288,
  151. "Y": 3,
  152. "Width": 300,
  153. "Height": 16,
  154. "FontName": "Segoe UI",
  155. "FontSize": 9,
  156. "FontStyleItalic": false,
  157. "FontStyleBold": false,
  158. "FontColor": "128, 255, 255, 255",
  159. "Format": "%title%",
  160. "PausedFormat": "",
  161. "StoppedText": "",
  162. "HorizontalAlign": 0,
  163. "EnableScroll": true,
  164. "ScrollSpeed": 40,
  165. "ScrollStep": 1,
  166. "ScrollSeparator": " "
  167. },
  168. {
  169. "Name": "Time elapsed",
  170. "Visible": true,
  171. "X": 288,
  172. "Y": 26,
  173. "Width": 30,
  174. "Height": 16,
  175. "FontName": "Segoe UI",
  176. "FontSize": 7,
  177. "FontStyleItalic": false,
  178. "FontStyleBold": false,
  179. "FontColor": "96, 255, 255, 255",
  180. "Format": "%playback_time%",
  181. "PausedFormat": "",
  182. "StoppedText": "",
  183. "HorizontalAlign": 0,
  184. "EnableScroll": false,
  185. "ScrollSpeed": 100,
  186. "ScrollStep": 2,
  187. "ScrollSeparator": " **** "
  188. },
  189. {
  190. "Name": "Time remaining",
  191. "Visible": true,
  192. "X": 480,
  193. "Y": 26,
  194. "Width": 30,
  195. "Height": 16,
  196. "FontName": "Segoe UI",
  197. "FontSize": 7,
  198. "FontStyleItalic": false,
  199. "FontStyleBold": false,
  200. "FontColor": "96, 255, 255, 255",
  201. "Format": "-%playback_time_remaining%",
  202. "PausedFormat": "",
  203. "StoppedText": "",
  204. "HorizontalAlign": 2,
  205. "EnableScroll": false,
  206. "ScrollSpeed": 100,
  207. "ScrollStep": 2,
  208. "ScrollSeparator": " **** "
  209. },
  210. {
  211. "Name": "Rating",
  212. "Visible": true,
  213. "X": 374,
  214. "Y": 24,
  215. "Width": 50,
  216. "Height": 16,
  217. "FontName": "Segoe UI",
  218. "FontSize": 8,
  219. "FontStyleItalic": false,
  220. "FontStyleBold": false,
  221. "FontColor": "96, 255, 255, 255",
  222. "Format": "$repeat($char(9733),%rating%)",
  223. "PausedFormat": "",
  224. "StoppedText": "",
  225. "HorizontalAlign": 1,
  226. "EnableScroll": false,
  227. "ScrollSpeed": 100,
  228. "ScrollStep": 2,
  229. "ScrollSeparator": " **** "
  230. },
  231. {
  232. "Name": "♥",
  233. "Visible": true,
  234. "X": 360,
  235. "Y": 25,
  236. "Width": 10,
  237. "Height": 16,
  238. "FontName": "Segoe UI",
  239. "FontSize": 8,
  240. "FontStyleItalic": false,
  241. "FontStyleBold": false,
  242. "FontColor": "96, 255, 255, 255",
  243. "Format": "$repeat($char(9829),%FAVORITE%)",
  244. "PausedFormat": "",
  245. "StoppedText": "",
  246. "HorizontalAlign": 0,
  247. "EnableScroll": false,
  248. "ScrollSpeed": 100,
  249. "ScrollStep": 2,
  250. "ScrollSeparator": " **** "
  251. }
  252. ],
  253. "Tooltip": {
  254. "Enabled": true,
  255. "Width": 480,
  256. "Height": 480,
  257. "BackgroundColor": "#FF000000",
  258. "UseBorderlessWindow": true,
  259. "AlbumArt": {
  260. "Visible": true,
  261. "X": 0,
  262. "Y": 0,
  263. "Width": 480,
  264. "Height": 480,
  265. "DoNotShowStubImage": true,
  266. "PreserveAspectRatio": false
  267. },
  268. "Texts": [
  269. {
  270. "Name": "Artist",
  271. "Visible": false,
  272. "X": 40,
  273. "Y": 285,
  274. "Width": 280,
  275. "Height": 24,
  276. "FontName": "Segoe UI",
  277. "FontSize": 9,
  278. "FontStyleItalic": false,
  279. "FontStyleBold": false,
  280. "FontColor": "Gainsboro",
  281. "Format": "%artist%",
  282. "PausedFormat": "",
  283. "StoppedText": "",
  284. "HorizontalAlign": 1,
  285. "EnableScroll": false,
  286. "ScrollSpeed": 30,
  287. "ScrollStep": 1,
  288. "ScrollSeparator": " **** "
  289. },
  290. {
  291. "Name": "Title",
  292. "Visible": false,
  293. "X": 0,
  294. "Y": 255,
  295. "Width": 280,
  296. "Height": 24,
  297. "FontName": "Segoe UI Semibold",
  298. "FontSize": 10,
  299. "FontStyleItalic": false,
  300. "FontStyleBold": false,
  301. "FontColor": "White",
  302. "Format": "%title%",
  303. "PausedFormat": "",
  304. "StoppedText": "",
  305. "HorizontalAlign": 1,
  306. "EnableScroll": true,
  307. "ScrollSpeed": 30,
  308. "ScrollStep": 1,
  309. "ScrollSeparator": " **** "
  310. }
  311. ]
  312. },
  313. "Menu": {
  314. "Enabled": true,
  315. "Stop": true,
  316. "PlayPause": true,
  317. "Previous": true,
  318. "Next": true,
  319. "Random": true,
  320. "StopAfterCurrent": true,
  321. "CopyArtistAndTitle": true,
  322. "CopyTitle": true,
  323. "CopyArtist": true,
  324. "OpenContainingFolder": true,
  325. "SearchInInternet": true
  326. },
  327. "ModuleId": "fb3f7ab3-a9f4-4c39-8c13-d9cd1110b579",
  328. "Order": 0,
  329. "Disabled": false,
  330. "Offset": 0,
  331. "Width": 600,
  332. "Height": 40,
  333. "StretchBackgroundImage": false
  334. }
  335. ]
Add Comment
Please, Sign In to add comment