Skip to content

Commit

Permalink
Prepare for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
redsaph committed Jul 28, 2018
1 parent 3f62f5b commit ec3bc73
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 27 deletions.
42 changes: 21 additions & 21 deletions @Resources/variables.inc
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[Variables]

skinSize=(#SCREENAREAHEIGHT#*0.5)
lastSetWidth=674
lastSetWidth=540

Player=Spotify
alignRight=1
Player=WMP
alignRight=0

activePlugin=NowPlaying

topTextWidth=344
bottomTextWidth=674
topTextWidth=551
bottomTextWidth=160

; 0 = MUSIC, 2 = WEBNOWPLAYING
MusicSwitch=2
playerController=StateButton2
currentlySetName=WebNowPlaying
MusicSwitch=0
playerController=Title0
currentlySetName=Windows Media Player
currentlySetPlayer=WMP

adaptiveHideActive=0
Expand All @@ -33,16 +33,16 @@ thinFont=Metropolis Extra Light
thickFont=Metropolis Medium
controlsFont=Metropolis Medium

mediaTextPositionHor=540
mediaTextAlignment=RightBottom
mediaTextAlignmentPure=Right
interfaceTextAlignment=Left
nowTextPositionHor=755
hairlinePositionHor=738.8
topTextPositionHor=722.6
playCtrlPositionHor=800.9
settingsTextPositionHor=795.5
indicatorPositionHor=817.1
indicatorPositionHorPure=523.8
conflictIndicatorPositionHor=787.4
conflictIndicatorPositionHorPure=502.2
mediaTextPositionHor=0
mediaTextAlignment=LeftBottom
mediaTextAlignmentPure=Left
interfaceTextAlignment=Right
nowTextPositionHor=(#skinSize#*0.19)
hairlinePositionHor=(#skinSize#*0.22)
topTextPositionHor=(#skinSize#*0.25)
playCtrlPositionHor=(#skinSize#*0.11)
settingsTextPositionHor=(#skinSize#*0.115)
indicatorPositionHor=(#skinSize#*0.08)
indicatorPositionHorPure=(#skinSize#*0.04)
conflictIndicatorPositionHor=(#skinSize#*0.04)
conflictIndicatorPositionHorPure=(#skinSize#*0.08)
Binary file modified Settings/Settings.ini
Binary file not shown.
13 changes: 7 additions & 6 deletions _Defaults/defaultvariables.ini
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
[Variables]

skinSize=(#SCREENAREAHEIGHT#*0.5)
bottomTextWidth=330
lastSetWidth=540


Player=Spotify
Player=WMP
alignRight=0

activePlugin=Spotify
activePlugin=NowPlaying

topTextWidth=551
bottomTextWidth=160

; 0 = MUSIC, 1 = SPOTIFY, 2 = WEBNOWPLAYING
MusicSwitch=1
; 0 = MUSIC, 2 = WEBNOWPLAYING
MusicSwitch=0
playerController=Title0
currentlySetName=Windows Media Player
currentlySetPlayer=WMP
Expand Down

0 comments on commit ec3bc73

Please sign in to comment.