I am able to hide the button with an xml however as stated in hiccups post I need the other elementids to be adjusted accordingly. Would you be able to share those?
To keep all the buttons and other elements in the correct position when you have the scrobble button hidden:
In the skin.xml, find the element for TrackLove, and replace the line that positions it to this:
<element id="TrackLove" parent="TrackInfoPanel">
<left relativeTo="EqualiserButton.Left" offset="-73" />
Also, at the bottom of the xml, replace the replacement line for TrackLove with this one:
<replacementElement id="TrackLove" replaceWith="LastFmButton.Right" offsetAdjustment="0" />
(it's currently not technically possible to regain the space that was used by the scrobble button by moving the elements on the left of it a bit to the right)