Advertisement
Guest User

aeidein's Deskband Controls Setup Compact Version by SakreD

a guest
Jun 27th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "General": {
  3.     "BandSize": 200,
  4.     "TextScrollSpeed": 300,
  5.     "DrawControlsOutline": false,
  6.     "HideIfNotPlaying": true,
  7.     "HideIfFoobar2000IsNotRunning": true,
  8.     "FloatingMode": false,
  9.     "InternetSearchFormat": "$if(%artist%,%artist%' - ')%title%",
  10.     "InternetSearchUrl": "https://www.google.com/search?q=%q%"
  11.   },
  12.   "FloatingWindow": {
  13.     "Opacity": 1.0,
  14.     "Color": "#FF708090",
  15.     "X": 0,
  16.     "Y": 0,
  17.     "Width": 252,
  18.     "Height": 31,
  19.     "BackgroundImage": null,
  20.     "UseBackgroundImage": false,
  21.     "UseTransparencyKey": true,
  22.     "StretchBackgroundImage": false
  23.   },
  24.   "TextBlocks": [
  25.     {
  26.       "Name": "Primary Text",
  27.       "Format": "%artist% - %title%",
  28.       "FontName": "Segoe UI",
  29.       "FontSize": 8.0,
  30.       "Italic": false,
  31.       "Bold": false,
  32.       "FontColor": "#78FFFFFF",
  33.       "X": 35,
  34.       "Y": 2,
  35.       "Width": 161,
  36.       "Height": 16,
  37.       "Scroll": true,
  38.       "AlignToRight": false,
  39.       "Visible": true,
  40.       "StoppedText": ""
  41.     },
  42.     {
  43.       "Name": "Playback Time",
  44.       "Format": "%playback_time_remaining%",
  45.       "FontName": "Segoe UI",
  46.       "FontSize": 7.0,
  47.       "Italic": false,
  48.       "Bold": false,
  49.       "FontColor": "#46FFFFFF",
  50.       "X": 35,
  51.       "Y": 15,
  52.       "Width": 25,
  53.       "Height": 10,
  54.       "Scroll": false,
  55.       "AlignToRight": false,
  56.       "Visible": true,
  57.       "StoppedText": null
  58.     }
  59.   ],
  60.   "Buttons": [
  61.     {
  62.       "Kind": 0,
  63.       "X": 30,
  64.       "Y": 1,
  65.       "Width": 16,
  66.       "Height": 16,
  67.       "Visible": false,
  68.       "IconPath": null,
  69.       "AdditionalIconPath": null,
  70.       "ColorizeColor": "#00FFFFFF"
  71.     },
  72.     {
  73.       "Kind": 1,
  74.       "X": 44,
  75.       "Y": 3,
  76.       "Width": 16,
  77.       "Height": 16,
  78.       "Visible": false,
  79.       "IconPath": null,
  80.       "AdditionalIconPath": null,
  81.       "ColorizeColor": "#00FFFFFF"
  82.     },
  83.     {
  84.       "Kind": 2,
  85.       "X": 59,
  86.       "Y": 3,
  87.       "Width": 16,
  88.       "Height": 16,
  89.       "Visible": false,
  90.       "IconPath": null,
  91.       "AdditionalIconPath": null,
  92.       "ColorizeColor": "#00FFFFFF"
  93.     },
  94.     {
  95.       "Kind": 3,
  96.       "X": 74,
  97.       "Y": 3,
  98.       "Width": 16,
  99.       "Height": 16,
  100.       "Visible": false,
  101.       "IconPath": null,
  102.       "AdditionalIconPath": null,
  103.       "ColorizeColor": "#00FFFFFF"
  104.     },
  105.     {
  106.       "Kind": 4,
  107.       "X": 0,
  108.       "Y": 1,
  109.       "Width": 16,
  110.       "Height": 16,
  111.       "Visible": false,
  112.       "IconPath": null,
  113.       "AdditionalIconPath": null,
  114.       "ColorizeColor": "#00FFFFFF"
  115.     },
  116.     {
  117.       "Kind": 5,
  118.       "X": 0,
  119.       "Y": 0,
  120.       "Width": 16,
  121.       "Height": 16,
  122.       "Visible": false,
  123.       "IconPath": null,
  124.       "AdditionalIconPath": null,
  125.       "ColorizeColor": "#00FFFFFF"
  126.     }
  127.   ],
  128.   "Trackbars": [
  129.     {
  130.       "Kind": 0,
  131.       "X": 60,
  132.       "Y": 21,
  133.       "Width": 140,
  134.       "Height": 2,
  135.       "Color": "#46FFFFFF",
  136.       "BackgroundColor": "#00000000",
  137.       "UseBackgroundColor": true,
  138.       "Visible": true,
  139.       "HideBorders": true
  140.     },
  141.     {
  142.       "Kind": 1,
  143.       "X": 166,
  144.       "Y": 21,
  145.       "Width": 34,
  146.       "Height": 2,
  147.       "Color": "#46FFFFFF",
  148.       "BackgroundColor": "#00000000",
  149.       "UseBackgroundColor": true,
  150.       "Visible": false,
  151.       "HideBorders": true
  152.     }
  153.   ],
  154.   "AlbumArt": {
  155.     "X": 0,
  156.     "Y": 2,
  157.     "Width": 27,
  158.     "Height": 27,
  159.     "Visible": true,
  160.     "StubImagePath": null,
  161.     "DoNotShowStubImage": false,
  162.     "PreserveAspectRatio": false
  163.   }
  164. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement