It is currently October 3rd, 2024, 10:31 pm

NowPlaying plugin - Multiple Media Player Support

Share and get help with Plugins and Addons
llamaegg
Posts: 4
Joined: September 19th, 2011, 5:24 am

Re: NowPlaying plugin - Multiple Media Player Support

Post by llamaegg »

Just checked, and only one instance of Rainmeter running.

Also, the copied information like requested.

Code: Select all

Rainmeter 2.1.0 r959 32-bit (Sep 18 2011)
Path: C:\Program Files\Rainmeter\
Settings: C:\Users\Llamaegg\AppData\Roaming\Rainmeter\
Skins: C:\Users\Llamaegg\Documents\Rainmeter\Skins\
poiru
Developer
Posts: 2873
Joined: April 17th, 2009, 12:18 pm

Re: NowPlaying plugin - Multiple Media Player Support

Post by poiru »

llamaegg wrote:Just checked, and only one instance of Rainmeter running.

Also, the copied information like requested.
This seems like a UAC issue. Can you make sure you run both Rainmeter and foobar2000 with same privileges? You probably have Rainmeter running as admin and foobar2000 as normal right now.
llamaegg
Posts: 4
Joined: September 19th, 2011, 5:24 am

Re: NowPlaying plugin - Multiple Media Player Support

Post by llamaegg »

You are absolutely correct! I knew it had to be something obvious, I even ran Rainmeter as administrator to see if that would work, but did not think to make sure Foobar was also running the same. Thanks guys!
poiru
Developer
Posts: 2873
Joined: April 17th, 2009, 12:18 pm

Re: NowPlaying plugin - Multiple Media Player Support

Post by poiru »

llamaegg wrote:You are absolutely correct! I knew it had to be something obvious, I even ran Rainmeter as administrator to see if that would work, but did not think to make sure Foobar was also running the same. Thanks guys!
Glad that solved it. I'll fix this for the next version of NowPlaying and foo_rainmeter.
HomerS
Posts: 2
Joined: September 21st, 2011, 7:19 am

Re: NowPlaying plugin - Multiple Media Player Support

Post by HomerS »

hi! Can you do something about xmplay?
User avatar
XANCI
Posts: 104
Joined: September 18th, 2011, 6:37 am
Location: Nanjing, China

Re: NowPlaying plugin - Multiple Media Player Support

Post by XANCI »

I have a Player Skin using NowPlaying(WMP) with these measures:
Track;Artist;Album;Cover;Position;Duration;Progress;State;Status;Volume
and a Calc measure to record last none-zero Volume

and few image to click:
previous & next
play/pause
mute/resume volume
+/- volume by 20
open player

now after I close WMP, measures should go "" or 0 or so, right?

1)
but sometimes "Status" stay 1, and "Volume" goes 50
and after this the whole skin won't update when i open WMP again!

2)
some othertimes, all measures stay the same after i close WMP! and when i click that play image on skin, the WMP just come up again! and again when i close WMP & click play!!!
when this happens, i open task manager to check out what's going on, i find that when i close WMP, it did close from my desktop & taskbar, but that wmplayer.exe prosess is still on the task manager, and when i eliminate the wmplayer.exe, it just come up again!!!!

none of 1) and 2) will goes normal after refresh nor refresh all!!
only when i change the Player=(from WMP to foobar or iTunes or some other), or restart RM it self

i'm using the latest RM 2.1.0 r959 64bit
Ariex
Posts: 14
Joined: December 23rd, 2010, 1:33 pm
Location: Germany

Re: NowPlaying plugin - Multiple Media Player Support

Post by Ariex »

2)
some othertimes, all measures stay the same after i close WMP! and when i click that play image on skin, the WMP just come up again! and again when i close WMP & click play!!!
when this happens, i open task manager to check out what's going on, i find that when i close WMP, it did close from my desktop & taskbar, but that wmplayer.exe prosess is still on the task manager, and when i eliminate the wmplayer.exe, it just come up again!!!!
I have exactly the same problem here, i use the 64-Bit WMP and Rainmeter
poiru
Developer
Posts: 2873
Joined: April 17th, 2009, 12:18 pm

Re: NowPlaying plugin - Multiple Media Player Support

Post by poiru »

HomerS wrote:hi! Can you do something about xmplay?
XMPLAY seems to partially support the Winamp interface (this requires a small change in NowPlaying). XMPLAY hasn't implemented commands (play, pause, etc.) through the Winamp interface.

I'll dig deeper later on.
XANCI wrote:I have a Player Skin using NowPlaying(WMP) with these measures:
Track;Artist;Album;Cover;Position;Duration;Progress;State;Status;Volume
and a Calc measure to record last none-zero Volume

...
i'm using the latest RM 2.1.0 r959 64bit
I'll try to get this fixed for the first 2.2 beta of Rainmeter (which will probably be released in a few weeks).
User avatar
XANCI
Posts: 104
Joined: September 18th, 2011, 6:37 am
Location: Nanjing, China

Re: NowPlaying plugin - Multiple Media Player Support

Post by XANCI »

sometimes PlayerType=COVER will use temp.art when there is no cover art for current track, but this somehow looks odd

then I tried

Code: Select all

[MeasureCover]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasureTrack]
PlayerType=COVER
Substitute="":"Default.png","%TEMP%\Rainmeter-Cache\temp.art":"Default.png"
now it looks nice when comes up with those tracks which have no cover art, but certain tracks that match to temp.art go Default.png too...

how can i solve this? or can you make that certain cover art named temp.art get another copy of its actual name, and those tracks match to it can refer to that actualname.art?
poiru
Developer
Posts: 2873
Joined: April 17th, 2009, 12:18 pm

Re: NowPlaying plugin - Multiple Media Player Support

Post by poiru »

XANCI wrote:sometimes PlayerType=COVER will use temp.art when there is no cover art for current track, but this somehow looks odd
...
how can i solve this? or can you make that certain cover art named temp.art get another copy of its actual name, and those tracks match to it can refer to that actualname.art?
This seems to be related to WMP, too. Will fix for first public 2.2 beta release.