It is currently March 28th, 2024, 9:28 am

WebNowPlaying plugin. Supports sites like Youtube and Soundcloud

Plugins and Addons popular with the Community
Post Reply
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: WebNowPlaying plugin. Supports sites like Youtube and Soundcloud

Post by CyberTheWorm »

don't see that error myself
User avatar
dudebaker
Posts: 55
Joined: July 17th, 2016, 4:42 pm
Location: Austria

Re: WebNowPlaying plugin. Supports sites like Youtube and Soundcloud

Post by dudebaker »

I'm having the same issue, it happens with my skin and the given skin-example in the opening post.
First I thought it relates to a language issue but since this happens in a English Win10 VM too it has to be something else.

A short look into the plugin-code shows that it uses the API.Log function so I don't think we can do something on the skin-side to disable these log-entries since they even show up if you do not request the artist-metadata with a measure.
User avatar
Jeff
Posts: 326
Joined: September 3rd, 2018, 11:18 am

Re: WebNowPlaying plugin. Supports sites like Youtube and Soundcloud

Post by Jeff »

After totally not stalking tj, a push has been sent to the browser extensions to fix the Youtube problem :P
User avatar
dudebaker
Posts: 55
Joined: July 17th, 2016, 4:42 pm
Location: Austria

Re: WebNowPlaying plugin. Supports sites like Youtube and Soundcloud

Post by dudebaker »

As Jeff already mentioned, tjhrulz has updated the browser extension and that fixed the issue :)
https://github.com/tjhrulz/WebNowPlaying-BrowserExtension/commit/e8ddb23e8cc8f3887a4cca7ec86ab26df06211a5
User avatar
exper1mental
Posts: 269
Joined: January 9th, 2013, 7:52 pm
Location: Clemson University
Contact:

Re: WebNowPlaying plugin. Supports sites like Youtube and Soundcloud

Post by exper1mental »

When using the plugin in Vivaldi, it seems to run fine (at first glance) until I open the Rainmeter log, which shows the error shown in the picture below.
vivaldi_nBgirjJwdN.png
Any ideas what's going on?
MiruE
Posts: 1
Joined: March 23rd, 2020, 10:14 am

Re: WebNowPlaying plugin. Supports sites like Youtube and Soundcloud

Post by MiruE »

The plugin supposed to be working on Youtube right? But in my pc, it doesn't work. I used the latest rainmeter and the latest plugin in the chrome extension store. Even when I loaded the examples that provided, the examples skin isn't showing anything. I'm using Win10 Pro 1909
pelmeniicc
Posts: 6
Joined: March 21st, 2020, 8:03 pm

Re: WebNowPlaying plugin. Supports sites like Youtube and Soundcloud

Post by pelmeniicc »

Thanks for the skin, but volume is self-reducing when track changes :/ Any solution to this? Thanks for the support!
StArL0rd84 wrote: October 4th, 2017, 3:34 pm REALLY awesome plugin man, been looking for this...

I am trying to make a clickable seekbar, but it has proven to be quite difficult because of the way the command works.
[!CommandMeasure "mProgress" "SetPosition +10"] works to skip 10% forward,
but i am using a invisible overlay over the bar to calculate the mouse position over the bar.
I then send that calculation to mProgress as shown below.
But that percentage i arrive at from my calculation is from the beginning of the bar to the point i am clicking at.
Not from the point of progression of the song to where i am clicking.
I guess what i am trying to say is that i might need a little help with the math ;P
Or even another approach to this.
But i feel like it should be possible some how.

seekbar.png

Code: Select all

[mProgress]
 Measure=Plugin
 Plugin=WebNowPlaying
 PlayerType=Progress

[Progress]
 Meter=Bar
 MeasureName=mProgress
 X=r
 Y=30r
 W=200
 H=6
 BarColor=255,255,255
 SolidColor=0,0,0,100
 BarOrientation=Horizontal
 
[mProgressFormula]
  Measure=Calc
 
[ProgressClickArea]
  Meter=Image
  X=r
  Y=-9r
  W=[Progress:W]
  H=24
  SolidColor=55,10,0,100
  LeftMouseDownAction=[!SetOption mProgressFormula Formula "(($MouseX$)/([Progress:W])*100)"][!Update]
  LeftMouseUpAction=[!CommandMeasure "mProgress" "SetPosition [mProgressFormula]"]
  DynamicVariables=1
SeekbarExample_1.0.rmskin
pelmeniicc
Posts: 6
Joined: March 21st, 2020, 8:03 pm

Re: WebNowPlaying plugin. Supports sites like Youtube and Soundcloud

Post by pelmeniicc »

Help! The skin is perfectly working on youtube, but somehow it isn't working on spotify web :/ i got the latest plugin, running on Opera GX and windows 10!
Thanks for the support!
Severe
Posts: 1
Joined: March 30th, 2020, 9:36 am

Re: WebNowPlaying plugin. Supports sites like Youtube and Soundcloud

Post by Severe »

Same here, youtube is working spotify web isn't.
Pein1911
Posts: 1
Joined: April 16th, 2020, 12:38 am

Re: WebNowPlaying plugin. Supports sites like Youtube and Soundcloud

Post by Pein1911 »

Soundcloud not show cover image ? :(
Post Reply