It is currently April 25th, 2024, 12:51 pm

RadioNow

Media controls, music players, video and animated visualizers
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: RadioNow

Post by jsmorley »

I have uploaded a new version of the skin in the first post of this thread. RadioNow will now display the "Artist - Title" of the currently playing song. Be sure you have the latest libcad.dll installed in VideoLan\VLC\Plugins.
User avatar
Yggdrasil
Posts: 24
Joined: June 25th, 2011, 5:09 pm

Re: RadioNow

Post by Yggdrasil »

Hello!
Great work, as always ;) Is that possible to start playing with 50% volume? Every time I click on play, it forgets the previously set volume, and starts to shout :D I've tried to add:

Code: Select all

LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer PlayPause"][!RainmeterPluginBang "mPlayer SetVolume -50"]
in MeterPlay section, but this doesn't help...
Image
cmpfeifer48
Posts: 4
Joined: November 8th, 2011, 8:20 pm

Re: RadioNow

Post by cmpfeifer48 »

love it. simple and works great. good job!
User avatar
Mordasius
Posts: 1173
Joined: January 22nd, 2011, 4:23 pm
Location: GMT +8

Re: RadioNow

Post by Mordasius »

Yggdrasil wrote:Is that possible to start playing with 50% volume?
Perhaps you could try adding a little Calc measure right below [mVolume] and adding [!ToggleMeasure cVolumeThrottle] to the LeftMouseDownActions that select the stations:

Code: Select all

[mVolume]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=VOLUME

[cVolumeThrottle]
Measure=Calc
Formula=mVolume
IfAboveValue=50
IfAboveAction= !Execute [!PluginBang "mPlayer SetVolume 50"] [!Disablemeasure cVolumeThrottle]
Disabled=1

....
[MeterStation1]
...
LeftMouseDownAction=!Execute [!RainmeterPluginBang "mPlayer ClosePlayer"]["#PathToRainRadio#" "#PathToVLC#" "#PathToStations##Station1Link#"][!SetOptionGroup Stations StringStyle Normal][!SetOption MeterStation1 StringStyle BoldItalic] [!ToggleMeasure cVolumeThrottle]
EDIT: need to add the [!ToggleMeasure cVolumeThrottle] in the LeftMouseDownActions otherwise the music just starts blasting away again every time you change the station.

P.S. Another way to do it should be to open VLC player -> Preferences -> Audio -> Check "Always reset audio start level to:" -> 50% although it seems to me that the RadioNow skin starts at whatever volume was last used in the VLC player. This means you just have to open a video in VLC, set the volume to 50% then close the player and open the RadioNow skin.
Jazzmatazz123
Posts: 7
Joined: December 5th, 2011, 10:08 pm

Re: RadioNow

Post by Jazzmatazz123 »

Great jsmorley !
Works fine with the standard-stations

but how can i change the stations ??
ive checked the shoutCase-Site and look for my favorites.
there will played on vlc, but im not sure which adress i need for the station(1-8)Link in the RadioNow.

----------------
Station1Link=http://91.121.95.34:8034 or smoothjazz.com.pls
Station1Title="smoothjazz.com"
Station2Link=http://www.laut.fm/velvetlounge
Station2Title="Laut.fm - velvetlounge"
.
.
.etc

any help
thanks in advance
Matt
Posts: 104
Joined: November 20th, 2009, 7:23 am

Re: RadioNow

Post by Matt »

@Jazzmatazz123, you need to save the PLS or XSPF file locally, within the "Stations" subfolder of the RadioNow folder. Be sure to read the HowTo.txt jsmorley included, as it contains very specific instructions on how to change stations.
Jazzmatazz123
Posts: 7
Joined: December 5th, 2011, 10:08 pm

Re: RadioNow

Post by Jazzmatazz123 »

:o Ive found the stations-directory...
Works ! (also with .m3u) Thanks, Matt and jsmorley
moonlight
Posts: 1
Joined: December 16th, 2011, 9:28 am

Re: RadioNow

Post by moonlight »

very good,I like it~
User avatar
Benjamin Linus
Posts: 163
Joined: July 12th, 2009, 4:05 pm
Location: The Island

Re: RadioNow

Post by Benjamin Linus »

JSM FYI,
With VLC 2 and Poiru's new libcad.dll station titles are now not working.
Image
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: RadioNow

Post by jsmorley »

Benjamin Linus wrote:JSM FYI,
With VLC 2 and Poiru's new libcad.dll station titles are now not working.
The Artist and Title are working fine for me with the new Libcad.dll and and VLC 2.0. As far as I can tell, all the features I use in the skin are working ok.