Skip to content

Commit

Permalink
5.0.2 Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Velasco committed Jun 17, 2018
1 parent 8180233 commit 99fd9ee
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 28 deletions.
51 changes: 28 additions & 23 deletions @Resources/base.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ License=Creative Commons BY-NC-SA 3.0
@include3=#@#constant.inc

[mTitle0]
Measure=Plugin
Plugin=NowPlaying.dll
Measure=NowPlaying
PlayerName=#Player#
PlayerType=TITLE
RegExpSubstitute=#removeExtraFromText#
Expand All @@ -67,8 +66,7 @@ PlayerType=Title
Substitute="":"N/A"

[mArtist0]
Measure=Plugin
Plugin=NowPlaying.dll
Measure=NowPlaying
PlayerName=#Player#
PlayerType=ARTIST

Expand All @@ -84,8 +82,7 @@ PlayerType=Artist
Substitute="":"N/A"

[mAlbum0]
Measure=Plugin
Plugin=NowPlaying.dll
Measure=NowPlaying
PlayerName=#Player#
PlayerType=ALBUM
RegExpSubstitute=#removeExtraFromText#
Expand All @@ -105,8 +102,7 @@ PlayerType=Album
Substitute="":"N/A"

[mPosition0]
Measure=Plugin
Plugin=NowPlaying.dll
Measure=NowPlaying
PlayerName=#Player#
PlayerType=POSITION
UpdateDivider=20
Expand All @@ -125,8 +121,7 @@ Substitute="":"N/A"
UpdateDivider=20

[mLength0]
Measure=Plugin
Plugin=NowPlaying.dll
Measure=NowPlaying
PlayerName=#Player#
PlayerType=DURATION
UpdateDivider=20
Expand All @@ -144,35 +139,43 @@ PlayerType=Duration
Substitute="":"N/A"
UpdateDivider=20

[mProgress0]
Measure=Plugin
Plugin=NowPlaying.dll
[mProgress0W]
Measure=NowPlaying
PlayerName=#Player#
PlayerType=PROGRESS
UpdateDivider=20

[mProgressSpotify]
[mProgress0P]
Measure=Calc
Formula=[mProgress0W] / 100
DynamicVariables=1

[mProgress1P]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=Progress
UpdateDivider=20

[mProgress1]
[mProgress1W]
Measure=Calc
Formula=[mProgressSpotify] * 100
Formula=[mProgress1P] * 100
DynamicVariables=1
UpdateDivider=20

[mProgress2]
[mProgress2W]
Measure=Plugin
Plugin=WebNowPlaying
PlayerType=Progress
Substitute="":"N/A"
UpdateDivider=20

[mProgress2P]
Measure=Calc
Formula=[mProgress2W] / 100
DynamicVariables=1

[mStateButton0]
Measure=Plugin
Plugin=NowPlaying.dll
Measure=NowPlaying
PlayerName=#Player#
PlayerType=STATE
Substitute="0":"play","1":"pause","2":"play"
Expand All @@ -189,9 +192,12 @@ Plugin=WebNowPlaying
PlayerType=State
Substitute="0":"play","1":"pause","2":"play","3":"replay"

[mStatus0]
[mPlayControl1]
Measure=Plugin
Plugin=NowPlaying.dll
Plugin=SpotifyPlugin.dll

[mStatus0]
Measure=NowPlaying
PlayerName=#currentlySetPlayer#
PlayerType=Status
UpdateDivider=10
Expand All @@ -209,8 +215,7 @@ PlayerType=Status
UpdateDivider=10

[mAdaptiveHide0]
Measure=Plugin
Plugin=NowPlaying.dll
Measure=NowPlaying
PlayerName=#Player#
PlayerType=Status
IfBelowValue=1
Expand Down
2 changes: 1 addition & 1 deletion @Resources/constant.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Variables]

currentVersion=500
currentVersion=502

baseColumn1=42
baseColumn2=220
Expand Down
2 changes: 1 addition & 1 deletion @Resources/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ playerTable = {
player = "CAD"
},
["Spotify"] = {
playerController = "Title0",
playerController = "Title1",
musicSwitch = "1",
player = "Spotify"
},
Expand Down
5 changes: 3 additions & 2 deletions @Resources/variables.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Variables]

skinSize=(#SCREENAREAHEIGHT#*0.5)
bottomTextWidth=200
bottomTextWidth=218


Player=Spotify
Expand All @@ -12,7 +12,7 @@ activePlugin=Spotify

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

Expand All @@ -30,6 +30,7 @@ removeExtraFromText=0

thinFont=Metropolis Extra Light
thickFont=Metropolis Medium
controlsFont=Metropolis Medium

mediaTextPositionHor=0
mediaTextAlignment=LeftBottom
Expand Down
Binary file modified Cleartext Pure.ini
Binary file not shown.
Binary file modified Cleartext.ini
Binary file not shown.
Binary file modified Settings/Settings.ini
Binary file not shown.
3 changes: 2 additions & 1 deletion _Defaults/defaultvariables.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ playerController=Title0
currentlySetName=Windows Media Player
currentlySetPlayer=WMP

adaptiveHideActive=1
adaptiveHideActive=0

stowAway=0
stowAwayName=NULL
Expand All @@ -30,6 +30,7 @@ removeExtraFromText=0

thinFont=Metropolis Extra Light
thickFont=Metropolis Medium
controlsFont=Metropolis Medium

mediaTextPositionHor=0
mediaTextAlignment=LeftBottom
Expand Down

0 comments on commit 99fd9ee

Please sign in to comment.