It is currently April 18th, 2024, 2:37 pm

NowPlaying Audio info for Winamp 5.8 build 3660

Get help with creating, editing & fixing problems with skins
User avatar
David8192
Posts: 246
Joined: July 8th, 2021, 11:30 pm
Location: The King's Avenue, Golden Kingdom

NowPlaying Audio info for Winamp 5.8 build 3660

Post by David8192 »

With Winamp, Artist, Title, Album and Genre are not showing.
Things look like this.
wy.JPG
mbn.JPG
ay.JPG
but
wino.JPG
The same code is running them all, so I think nothing is broken on that end. Is this a player configuration thing? (I experienced one with MusicBee).
Or maybe a support issue?

NOTE: Everything else works fine.
You do not have the required permissions to view the files attached to this post.
the DA GALLERY 8-) For some Reason, the square root of X2 does not involve X
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: NowPlaying Audio info for Winamp 5.8 build 3660

Post by CyberTheWorm »

Mine seem to work OK, but I'm only getting artist, track, album.
winamp1.png
winamp2.png
You do not have the required permissions to view the files attached to this post.
The only source of knowledge is experience. Albert Einstein
Deviant Art Page
User avatar
David8192
Posts: 246
Joined: July 8th, 2021, 11:30 pm
Location: The King's Avenue, Golden Kingdom

Re: NowPlaying Audio info for Winamp 5.8 build 3660

Post by David8192 »

CyberTheWorm wrote: November 20th, 2021, 4:22 pm Mine seem to work OK, but I'm only getting artist, track, album.winamp1.pngwinamp2.png
I will need to dive deeper. At least, that is a good sign.
the DA GALLERY 8-) For some Reason, the square root of X2 does not involve X
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: NowPlaying Audio info for Winamp 5.8 build 3660

Post by CyberTheWorm »

Code: Select all

[MeasurePlayer]
Measure=NowPlaying
PlayerName=#MyPlayer#
PlayerType=Title
Substitute="":"N\A"

[MeasureArtist]
Measure=NowPlaying
PlayerName=[MeasurePlayer]
PlayerType=Artist
Substitute="":"N\A"

[MeasureState]
Measure=NowPlaying
PlayerName=[MeasurePlayer]
PlayerType=State
Substitute="0":"Play","1":"Pause","2":"Play"

[MeasureAlbum]
Measure=NowPlaying
PlayerName=#MyPlayer#
PlayerType=Album
Substitute="":"N\A"
These are the measure I'm using.
The only source of knowledge is experience. Albert Einstein
Deviant Art Page
User avatar
David8192
Posts: 246
Joined: July 8th, 2021, 11:30 pm
Location: The King's Avenue, Golden Kingdom

Re: NowPlaying Audio info for Winamp 5.8 build 3660

Post by David8192 »

CyberTheWorm wrote: November 20th, 2021, 4:30 pm

Code: Select all

[MeasurePlayer]
Measure=NowPlaying
PlayerName=#MyPlayer#
PlayerType=Title
Substitute="":"N\A"

[MeasureArtist]
Measure=NowPlaying
PlayerName=[MeasurePlayer]
PlayerType=Artist
Substitute="":"N\A"

[MeasureState]
Measure=NowPlaying
PlayerName=[MeasurePlayer]
PlayerType=State
Substitute="0":"Play","1":"Pause","2":"Play"

[MeasureAlbum]
Measure=NowPlaying
PlayerName=#MyPlayer#
PlayerType=Album
Substitute="":"N\A"
These are the measure I'm using.

Code: Select all

[Art0]
Measure=NowPlaying
PlayerName=[Player]
PlayerType=Artist

[Art1]
Measure=NowPlaying
PlayerName=[Player]
PlayerType=Title

[Art2]
Measure=NowPlaying
PlayerName=[Player]
PlayerType=Album

[Art3]
Measure=NowPlaying
PlayerName=[Player]
PlayerType=Genre
Uh, that is pretty much the same.
Did you make any winamp configurations or it just worked out of the box?
I noticed that your Title and Album are both parents. I do not know if that was deliberate. J.S Morley says one parent measure is more efficient :D
the DA GALLERY 8-) For some Reason, the square root of X2 does not involve X
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: NowPlaying Audio info for Winamp 5.8 build 3660

Post by CyberTheWorm »

just worked out of the box for me, and I never notice until now they were both parents lol.

I changed the Album and it still works the same.
The only source of knowledge is experience. Albert Einstein
Deviant Art Page
User avatar
David8192
Posts: 246
Joined: July 8th, 2021, 11:30 pm
Location: The King's Avenue, Golden Kingdom

Re: NowPlaying Audio info for Winamp 5.8 build 3660

Post by David8192 »

CyberTheWorm wrote: November 20th, 2021, 9:00 pm just worked out of the box for me, and I never notice until now they were both parents lol.

I changed the Album and it still works the same.
Okay. I will mess around with it a bit more and see what happens.
the DA GALLERY 8-) For some Reason, the square root of X2 does not involve X