It is currently April 27th, 2024, 12:17 am

Cleartext/Spotify Not Working(Again)

Get help with creating, editing & fixing problems with skins
User avatar
y0himba
Posts: 66
Joined: September 25th, 2016, 3:35 pm
Location: At a desk

Cleartext/Spotify Not Working(Again)

Post by y0himba »

Hello. New to the boards, so hopefully this is the correct place for this post.

Within the last 24 hours, once again the Cleartext plugin has stopped working with Spotify. It only displays "Fetching..." however other players such as Winamp, Foobar2000, and AIMP work.

I have tried the following:
  • Reinstalling Spotify
    Reverting to an older SpotifyWebHelper.exe
    Reinstalling the Cleartext skin
    Refreshing the skin
Any help is greatly appreciated.
---
Once up a time there was a now playing signature here. Now it is no more. Maybe someone can make a now playing sig gen for Last.fm? :thumbup:
User avatar
winterwulf
Posts: 94
Joined: August 17th, 2016, 1:48 am
Location: São Paulo - Brazil

Re: Cleartext/Spotify Not Working(Again)

Post by winterwulf »

My spotify skin is working fine...

would you mind post your skin code?
User avatar
y0himba
Posts: 66
Joined: September 25th, 2016, 3:35 pm
Location: At a desk

Re: Cleartext/Spotify Not Working(Again)

Post by y0himba »

What file should I copy/paste?
---
Once up a time there was a now playing signature here. Now it is no more. Maybe someone can make a now playing sig gen for Last.fm? :thumbup:
User avatar
winterwulf
Posts: 94
Joined: August 17th, 2016, 1:48 am
Location: São Paulo - Brazil

Re: Cleartext/Spotify Not Working(Again)

Post by winterwulf »

y0himba wrote:What file should I copy/paste?
You need to get the content of the .ini file of your skin.
Right click the skin, select "edit skin" from the context menu and it will open the skin code with you standard txt editor.

Then copy and paste it here with Code display:
Image

will look like:

Code: Select all

 your code
User avatar
y0himba
Posts: 66
Joined: September 25th, 2016, 3:35 pm
Location: At a desk

Re: Cleartext/Spotify Not Working(Again)

Post by y0himba »

Thank you for your help!

Code: Select all

[Rainmeter]
Update=250
MouseOverAction=[!ShowMeterGroup Hover][!ShowMeterGroup #stowAwayName#][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!HideMeterGroup Hover][!HideMeterGroup #stowAwayName#][!UpdateMeter *][!Redraw]
Author=Redsaph
SkinHeight=(#Size#*0.25)

ContextTitle=Open Settings panel
ContextAction=!ActivateConfig "Cleartext\Settings"
ContextTitle2=Use Cleartext Pure
ContextAction2=!ActivateConfig "Cleartext"

[Metadata]
Name=Cleartext
Author=Redsaph
Description=Displays track information from various media players.
Version=3.2.3
License=Creative Commons BY-NC-SA 3.0

[Variables]
@include=#@#variables.inc
@include2=#@#color.inc
@include3=#@#constant.inc

[mTitle0]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=TITLE

[mTitle1]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=TrackName

[mTitle2]
Measure=Plugin
Plugin=Plugins\QuotePlugin.dll
PathName=#unpDirectory#unp_track_name.txt
Subfolders=0
UpdateDivider=10

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

[mArtist1]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=ArtistName

[mArtist2]
Measure=Plugin
Plugin=Plugins\QuotePlugin.dll
PathName=#unpDirectory#unp_artist_name.txt
Subfolders=0
UpdateDivider=10

[mAlbum0]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=ALBUM

[mAlbum1]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=AlbumName

[mAlbum2]
Measure=Plugin
Plugin=Plugins\QuotePlugin.dll
PathName=#unpDirectory#unp_album_name.txt
Subfolders=0
UpdateDivider=10

[mPosition0]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=POSITION

[mPosition1]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=Position

; mPosition2 will not show progress, but instead the time the track was started
[mPosition2]
Measure=Plugin
Plugin=Plugins\QuotePlugin.dll
PathName=#unpDirectory#unp_time_started.txt
Subfolders=0
UpdateDivider=10

[mLength0]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=DURATION

[mLength1]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=Length

[mLength2]
Measure=Plugin
Plugin=Plugins\QuotePlugin.dll
PathName=#unpDirectory#unp_duration.txt
Subfolders=0
UpdateDivider=10

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

[mProgress1]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=Progress
Decimals=0

[mStateButton0]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=STATE
Substitute="0":"play","1":"pause","2":"play"

[mStateButton1]
Measure=Plugin
Plugin=SpotifyPlugin.dll
Type=Playing
Substitute="0":"play","1":"pause","2":"play"

[mAdaptiveHide0]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=STATE
IfBelowValue=1
IfBelowAction=!HideFade
IfAboveValue=0
IfAboveAction=!ShowFade
Disabled=(#MusicSwitch# = 0 ? (#adaptiveHideActive# = 1 ? 0 : 1) : 1)

[mAdaptiveHide1]
Measure=Plugin
Plugin=Process
ProcessName=Spotify.exe
IfBelowValue=1
IfBelowAction=[!HideFade]
IfAboveValue=0
IfAboveAction=[!ShowFade]
Disabled=(#MusicSwitch# = 1 ? (#adaptiveHideActive# = 1 ? 0 : 1) : 1)

[LuaTopText]
Measure=Script
ScriptFile=#@#Marquee.lua
Text=[#topText##MusicSwitch#]
Variable=Text
Width=21
 
[LuaBottomText]
Measure=Script
ScriptFile=#@#Marquee.lua
Text=[#bottomText##MusicSwitch#]
Variable=Text
Width=19

[mVersion]
Measure=Plugin
Plugin=WebParser
URL=http://redsaph.altervista.org/cleartext/version.txt
RegExp=(?siU)(.*)$

[mVersionEvaluator]
Measure=Calc
Formula=[mVersion]
DynamicVariables=1

 
; STYLES ==========================================
[styleTextControls]
FontFace=#thickFont#
FontSize=(#Size#*0.027)
AntiAlias=1
FontColor=#translucent#
StringAlign=#interfaceTextAlignment#
DynamicVariables=1
Group=Hover
MouseActionCursor=1

[styleTextMini]
FontFace=#thickFont#
FontSize=(#Size#*0.0175)
AntiAlias=1
FontColor=#opaque#
StringAlign=#interfaceTextAlignment#
DynamicVariables=1
Group=Hover

[styleTextMajor]
W=(#Size#*0.75)
H=(#Size#*0.085)
FontSize=(#Size#*0.0625)
FontColor=#opaque#
AntiAlias=1

; =================================================
; Meters

[Background]
Meter=Image
X=0
Y=0
W=(#Size#+(#Size#*0.09))
H=(#Size#*0.25)
SolidColor=0,0,0,1
UpdateDivider=-1

[UpdateIndicator]
Meter=String
Text=""
StringAlign=#interfaceTextAlignment#
FontSize=(#Size#*0.025)
FontColor=220,0,0,255
X=#indicatorPositionHor#
Y=(#currentVersion# < [mVersionEvaluator] ? (#Size#*0.09) : #Size#)
AntiAlias=1
FontFace=FontAwesome
Hidden=#stowAway#
Group=Stow
ToolTipText="An update to Cleartext is available."
LeftMouseUpAction=["http://fav.me/d8lh1a9"]
DynamicVariables=1

[Now]
Meter=String
Text=Now
StringCase=Upper
StringAlign=#interfaceTextAlignment#
FontSize=(#Size#*0.03)
FontColor=#opaque#
X=#nowTextPositionHor#
Y=(#Size#*0.09)
AntiAlias=1
FontFace=#thickFont#
UpdateDivider=-1
Hidden=#stowAway#
Group=Stow

[Playing]
Meter=String
Text=Playing
StringCase=Upper
StringAlign=#interfaceTextAlignment#
FontSize=(#Size#*0.03)
FontColor=#opaque#
X=r
Y=(#Size#*0.125)
AntiAlias=1
FontFace=#thickFont#
UpdateDivider=-1
Hidden=#stowAway#
Group=Stow

[Hairline]
Meter=Bar
MeasureName=mProgress#MusicSwitch#
X=#hairlinePositionHor#
W=(#Size#*0.005)
H=(#Size#*0.25)
BarColor=#over#
SolidColor=#opaque#
BarOrientation=Vertical
ToolTipText="Progress Bar"
UpdateDivider=4
Hidden=#stowAway#
Group=Stow

[TopText]
Meter=String
MeterStyle=styleTextMajor
MeasureName=LuaTopText 
X=#topTextPositionHor#
Y=(#Size#*0.14)
FontFace=#thinFont#
Text="%1" 
StringAlign=#mediaTextAlignment#

[BottomText]
Meter=String 
MeterStyle=styleTextMajor
MeasureName=LuaBottomText
X=r
Y=R
FontFace=#thickFont#
Text="%1" 
StringAlign=#mediaTextAlignment#

[Time]
Meter=STRING
MeterStyle=styleTextMini
MeasureName=mPosition#MusicSwitch#
MeasureName2=mLength#MusicSwitch#
X=#nowTextPositionHor#
Y=(#Size#*0.02)
Text="%1/%2"
UpdateDivider=4

[Progress]
Meter=String
MeterStyle=styleTextMini
MeasureName=mProgress#MusicSwitch#
X=r
Y=(#MusicSwitch# > 1 ? #Size# : (#Size#*0.0465))
Text="%1%"

[Play]
MeterStyle=styleTextControls
Meter=String
MeasureName=mStateButton#MusicSwitch#
X=#playCtrlPositionHor#
Y=(#MusicSwitch# > 1 ? #Size# : (#Size#*0.2))
Text="%1"
LeftMouseUpAction=!CommandMeasure "mTitle0" "PlayPause"
UpdateDivider=4
SolidColor=0,0,0,1

[Previous]
MeterStyle=styleTextControls
Meter=String
X=#nowTextPositionHor#
Y=(#MusicSwitch# > 1 ? #Size# : (#Size#*0.17))
Text="previous"
LeftMouseUpAction=!CommandMeasure "mTitle0" "Previous"
UpdateDivider=-1

[Next]
MeterStyle=styleTextControls
Meter=String
X=#nowTextPositionHor#
Y=(#MusicSwitch# > 1 ? #Size# : (#Size#*0.2))
Text="next"
LeftMouseUpAction=!CommandMeasure "mTitle0" "Next"
UpdateDivider=-1
SolidColor=0,0,0,1

[Settings]
Meter=String
MeterStyle=styleTextMini
FontColor=#translucent#
X=(#MusicSwitch# > 1 ? #settingsTextPositionUNPHor# : #settingsTextPositionHor#)
Y=(#Size#*0.0465)
Text="settings"
MouseActionCursor=1
LeftMouseUpAction=!ActivateConfig "Cleartext\Settings"
UpdateDivider=-1
---
Once up a time there was a now playing signature here. Now it is no more. Maybe someone can make a now playing sig gen for Last.fm? :thumbup:
User avatar
winterwulf
Posts: 94
Joined: August 17th, 2016, 1:48 am
Location: São Paulo - Brazil

Re: Cleartext/Spotify Not Working(Again)

Post by winterwulf »

It is working fine here, you said you already tryed to substitue the welbhelper.exe and i didnt worked...

maybe check what you get from the log window
on the rainmeter main window click open log, and take a screenshot of the errors that are showing there.

Also take a look at this topic:
https://forum.rainmeter.net/viewtopic.php?f=18&t=17077&start=550

hope this helps
User avatar
y0himba
Posts: 66
Joined: September 25th, 2016, 3:35 pm
Location: At a desk

Re: Cleartext/Spotify Not Working(Again)

Post by y0himba »

Okay, tried that. Also removed Rainmeter and all skins, removed Spotify, reinstalled everything. Still not working.
  • Cleartxt v3.2.3
    Rainmeter v4.0.0 beta r2627 64bit
    Windows 10 build 14393
Any other ideas? Again, thank you for the help.
---
Once up a time there was a now playing signature here. Now it is no more. Maybe someone can make a now playing sig gen for Last.fm? :thumbup:
User avatar
balala
Rainmeter Sage
Posts: 16174
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Cleartext/Spotify Not Working(Again)

Post by balala »

I'm not using Spotify, so I can't help specifically, but maybe you could try another Spotify skin. Eg, you have a such skin on the following link: https://forum.rainmeter.net/viewtopic.php?p=94631#p94631
Download and install it, then see if it's working. Is it?
User avatar
winterwulf
Posts: 94
Joined: August 17th, 2016, 1:48 am
Location: São Paulo - Brazil

Re: Cleartext/Spotify Not Working(Again)

Post by winterwulf »

y0himba wrote:Okay, tried that. Also removed Rainmeter and all skins, removed Spotify, reinstalled everything. Still not working.
  • Cleartxt v3.2.3
    Rainmeter v4.0.0 beta r2627 64bit
    Windows 10 build 14393
Any other ideas? Again, thank you for the help.
Check this:

Image

Then post us this log, with only the spotify skin running, if posible.

Image

maybe with this we could figure out what is going on :great:
User avatar
y0himba
Posts: 66
Joined: September 25th, 2016, 3:35 pm
Location: At a desk

Re: Cleartext/Spotify Not Working(Again)

Post by y0himba »

I have no idea what happened, but it starting working after a restart for a Windows update. Thank you for the help!
---
Once up a time there was a now playing signature here. Now it is no more. Maybe someone can make a now playing sig gen for Last.fm? :thumbup: