MusicVisualisation - song rating question

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Hitcher Online
Skilled Skinner
Posts: 9,933
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #1
Do the 'Up' and 'Down' controls to adjust the current song rating have IDs?

If so, what are they please?

Thanks.

PS If it helps I want to be able to control them from the MusicOSD by using SendClick but obviously I need their ID to be able to achieve this.

[Image: sig_zps3af3b48e.jpg]
(This post was last modified: 2011-04-07 21:46 by Hitcher.)
find quote
igotdvds Offline
Skilled Skinner
Posts: 1,616
Joined: Jul 2009
Reputation: 11
Post: #2
Hitcher Wrote:Do the 'Up' and 'Down' controls to adjust the current song rating have IDs?

If so, what are they please?

Thanks.

PS If it helps I want to be able to control them from the MusicOSD by using SendClick but obviously I need their ID to be able to achieve this.

Cant answer your question, but I do know that when you go through recentlyadded to play a song. Pressing up or down to change the rating takes away the album cover. Just strange behavior I wanted to point out.
find quote
ronie Offline
Team-XBMC Member
Posts: 8,258
Joined: Jan 2009
Reputation: 108
Post: #3
Hitcher Wrote:Do the 'Up' and 'Down' controls to adjust the current song rating have IDs?

If so, what are they please?

Thanks.

PS If it helps I want to be able to control them from the MusicOSD by using SendClick but obviously I need their ID to be able to achieve this.

i don't think there are any controls in MusicVisualisation...

afaik it's handled by these keymappings:

Quote: <Visualisation>
<keyboard>
<up>IncreaseRating</up>
<down>DecreaseRating</down>
</keyboard>
</Visualisation>

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Hitcher Online
Skilled Skinner
Posts: 9,933
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #4
Should have simply tried using <onclick>IncreaseRating</onclick> and <onclick>DecreaseRating</onclick> yesterday rather than umpteen different SendClick combinations. Would have saved myself hours of wasted time. Rolleyes

Cheers ronie.

@ igotdvds

Yeah I've noticed this behaviour here as well. Confused

[Image: sig_zps3af3b48e.jpg]
find quote
Hitcher Online
Skilled Skinner
Posts: 9,933
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #5
igotdvds Wrote:Cant answer your question, but I do know that when you go through recentlyadded to play a song. Pressing up or down to change the rating takes away the album cover. Just strange behavior I wanted to point out.

Found out what is happening in this situation but I have no idea how to fix it.

MusicPlayer.Cover is using the stored thumbnail (special://masterprofile/...) but once Up or Down are pressed it changes to using the DefaultAlbumCover.png.

Jonathan?

[Image: sig_zps3af3b48e.jpg]
find quote