Code: Select all
REMOVEDCode: Select all
REMOVEDThat is exactly what I had focus on today. Version 0.0.0.0.0.0.0.0.0.1Big_Berny wrote:automatically updates the rating if you listen to it
Hmm, although I will be out of subject i would like to know how you use your XBox allong with MM.DiddeLeeDoo wrote: I use FoxyTunes for Firefox to skip tracks I do not like, and also a Remote Control (using an XBox) to skip tracks 3 rooms away from the MusicComputer (open house living). Basically I skip tracks when having no focus on MM.
Using the WAWI plug-in, and a simple 3 line Python script in the XBox(XBMC)psyxonova wrote:XBox allong with MM
Code: Select all
import urllib,urllib2 , re
Base_URL = "http://192.168.0.1:90/next"
WebSock = urllib.urlopen(Base_URL)Code: Select all
Code Removed... doing a bit of testing and will then share.Code: Select all
REMOVED
Code: Select all
if fso.FileExists(...) then
Set f = fso.OpenTextFile(..., 2, True)
else
Set f = fso.CreateTextFile(..., True)
end if