Advertisement
Guest User

PixelSong.ini

a guest
Jun 22nd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. [Rainmeter]
  2. Update=1000
  3. ContextTitle=foobar2000 Mode
  4. ContextAction=[!SetVariable SelectedMode Foo]
  5. ContextTitle2=Spotify Mode
  6. ContextAction2=[!SetVariable SelectedMode Spot]
  7.  
  8. [Metadata]
  9. Name=PixelSong
  10. Author=Matthew Daly
  11. Information=Small, pixelated song information
  12. License=GPLv3 (https://www.gnu.org/licenses/gpl.html)
  13. Version=0.1
  14.  
  15. [Variables]
  16. AddGlow=20
  17. FooPath=C:\Program Files (x86)\foobar2000\foobar2000.exe
  18. TextColor=212,163,72
  19. SelectedMode="Spot"
  20.  
  21. [MeasureFooSong]
  22. Measure=NowPlaying
  23. PlayerName=CAD
  24. PlayerPath=#FooPath#
  25. PlayerType=TITLE
  26. DisableLeadingZero=1
  27.  
  28. [MeasureFooArtist]
  29. Measure=NowPlaying
  30. PlayerName=CAD
  31. PlayerPath=#FooPath#
  32. PlayerType=ARTIST
  33. DisableLeadingZero=1
  34.  
  35. [MeasureSpotSong]
  36. Measure=Plugin
  37. Plugin=SpotifyPlugin
  38. Type=TrackName
  39.  
  40. [MeasureSpotArtist]
  41. Measure=Plugin
  42. Plugin=SpotifyPlugin
  43. Type=ArtistName
  44.  
  45. [MeasureCombinedInfo]
  46. Measure=String
  47. String=[Measure#SelectedMode#Song] / [Measure#SelectedMode#Artist]
  48.  
  49. [MeterText]
  50. Meter=String
  51. W=600
  52. MeasureName=MeasureCombinedInfo
  53. AntiAlias=1
  54. FontColor=#TextColor#
  55. FontFace=SF Pixelate
  56. FontSize=16
  57. DynamicVariables=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement