Hallo.
ich versuche aktuell, in der song ansicht per onright/onleft das rating der songs zu erhöhen, dieses ewige erst i drücken dann nochmal hoch und click click click und zurück ist sehr sehr sehr lästig.
kann man mehrere onleft befehle kombinieren, bzw mehrere einträge in das onleft schreiben?
ich habe einen button gefunden der laut hitcher im kodi forum gehen soll, aber der öffnet mir nur die songinformation aber verändert nix an dem rating.
Code
<control type="button" id="114">
<left>548</left>
<top>610</top>
<width>1600</width>
<onup>IncreaseRating</onup>
<onup>SendClick(10)</onup>
<onup>ActivateWindow(songinformation)</onup>
<ondown>DecreaseRating</ondown>
<ondown>SendClick(10)</ondown>
<ondown>ActivateWindow(songinformation)</ondown>
<onback>SendClick(10)</onback>
<onleft>SendClick(10)</onleft>
<onright>SendClick(10)</onright>
<width>383</width>
<label>rating up</label>
<focusedcolor>white</focusedcolor>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
</control>
Alles anzeigen
am besten wäre es einfach wenn die song liste focus hat das nach RECHTS die bewertung erhöht und nach LINKS verrringert.
habe es so versucht :
Code
<onright>sendclick(songinformation,15)</onright>
<onleft>sendclick(songinformation,14)</onleft>
aber das scheint nicht zu gehen laut hitcher muss man die songinformationen öffnen und schliessen wegen dem speichern.
hat da jemand ne idee?