It is currently April 26th, 2024, 6:30 pm

NowPlaying plugin - Multiple Media Player Support

Share and get help with Plugins and Addons
bhoszliit
Posts: 1
Joined: May 18th, 2013, 8:08 am

Re: NowPlaying plugin - Multiple Media Player Support

Post by bhoszliit »

WORKS TO THE WINDOWS XP?
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: NowPlaying plugin - Multiple Media Player Support

Post by Seahorse »

Yes.
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

User avatar
alexandeu
Posts: 52
Joined: March 15th, 2013, 1:22 am
Location: Canada

Re: NowPlaying plugin - Multiple Media Player Support

Post by alexandeu »

Hi all.

(Let me apologize beforehand if this has already been discussed.)

I have been searching for codes that can minimize media players.

So far I only have a winamp code that can minimize Winamp,
but I've found none that does that for the other players.

Do you guys happen to know where I could find such codes?
Or if they even exist?
Last edited by alexandeu on May 27th, 2013, 9:45 am, edited 3 times in total.
User avatar
alexandeu
Posts: 52
Joined: March 15th, 2013, 1:22 am
Location: Canada

Re: NowPlaying plugin - Multiple Media Player Support

Post by alexandeu »

oops, some how I double-posted.
User avatar
DigitalSpectrum
Posts: 32
Joined: January 17th, 2013, 1:45 pm
Location: Canada

Re: NowPlaying plugin - Multiple Media Player Support

Post by DigitalSpectrum »

I assume you are talking about command line options. You would have to search around and read manuals to find the correct option for each different media player.

A quick search found me /hide for foobar which may or may not do what you want.
Or you could just disable it in foobar itself by going to:
File > Preferences
Click on "Shell Integration".
Uncheck "Bring to front when adding new files".

VLC has a lot of options --qt-start-minimized seemed to work for me.
EDIT also add --one-instance to stop it from opening a second player.
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: NowPlaying plugin - Multiple Media Player Support

Post by poiru »

alexandeu wrote:I have been searching for codes that can minimize media players.

So far I only have a winamp code that can minimize Winamp,
but I've found none that does that for the other players.
I'll let you know later this week if this will be added as a new NowPlaying feature.
User avatar
alexandeu
Posts: 52
Joined: March 15th, 2013, 1:22 am
Location: Canada

Re: NowPlaying plugin - Multiple Media Player Support

Post by alexandeu »

DigitalSpectrum wrote:I assume you are talking about command line options. You would have to search around and read manuals to find the correct option for each different media player.

A quick search found me /hide for foobar which may or may not do what you want.
Or you could just disable it in foobar itself by going to:
File > Preferences
Click on "Shell Integration".
Uncheck "Bring to front when adding new files".

VLC has a lot of options --qt-start-minimized seemed to work for me.
EDIT also add --one-instance to stop it from opening a second player.
I'm still quite a newbie at this so wasn't quite sure what to do with /hide.
but the shell integration works great.

I'll look into the VLC too.


The code I have for winamp is this:
WhateverAction=[!CommandMeasure "WINAMP SendMessage 273 40258 0"]
User avatar
alexandeu
Posts: 52
Joined: March 15th, 2013, 1:22 am
Location: Canada

Re: NowPlaying plugin - Multiple Media Player Support

Post by alexandeu »

poiru wrote: I'll let you know later this week if this will be added as a new NowPlaying feature.
Oh! Thank you so much!
User avatar
neopangaia
Posts: 1
Joined: June 11th, 2013, 1:53 am

Re: NowPlaying plugin - Multiple Media Player Support

Post by neopangaia »

i am pleading and begging for a user much smarter than me to adapt XMplay to the NowPlaying.dll

i must have the "Spec 'n' Hopp" visualization by Robert "CoR" Wenzel

help me obi wans
thesandman
Posts: 2
Joined: June 18th, 2013, 3:33 pm

Re: NowPlaying plugin - Multiple Media Player Support

Post by thesandman »

Hello.
I am having some problems with this plugin in combination with Foobar2000.
Most important controls are working fine (play, pause, stop, next, artist, title etc.) but for some reason I can't get the SetVolume control to work, please halp!
Just to be clear, none of the below are working:

Code: Select all

MouseScrollUpAction=!CommandMeasure mPlayer SetVolume +5
LeftMouseUpAction=!CommandMeasure mPlayer SetVolume +5
LeftMouseUpAction=!CommandMeasure mPlayer SetVolume 5
I'm running rainmeter 2.5 and Foobar2000 v1.2.4 with the foo_cad component (v1.0.2).

~Sandman

Ps. First post! Woo!