Page 3 of 3

Posted: Mon Aug 02, 2010 7:28 pm
by alanrichey

Posted: Mon Aug 02, 2010 8:08 pm
by The Robman
Just FYI, I've moved all the posts related to getting learns from XML and LRZ files over here so we're not hijacking the original threads.

So, I just went to download the Auto Remote program that I was experimenting with earlier at work and now I'm getting a "not found" when I use the link below, where has the file gone?
alanrichey wrote:I've thrown together a crude Visual Basic program that takes the text file and puts each of the Command codes into the Clipboard one at a time so they can be pasted into IR.EXE.

Very basic, no error checking, but it works. Or were you thinking of actually building something into the standard tools ?

It's at https://www.hifi-remote.com/forums/dload ... le_id=8719 with a test text file. I don't have my VB book handy and couldn't remember how to implement a file picker so at this stage you have to put the text file into the root folder at C:\. Tap 'Start' and the first one shows, with the code pasted into the clipboard. 'Next' steps through each command.

Posted: Tue Aug 03, 2010 12:43 am
by eferz
The Robman wrote:So, I just went to download the Auto Remote program that I was experimenting with earlier at work and now I'm getting a "not found" when I use the link below, where has the file gone?
I uploaded lexuz.zip, it contains the {guid}.xml, webslingplayer.txt, and myRemote.lrz files that are all relevant to one another. Don't worry, I won't delete it.

https://www.hifi-remote.com/forums/dload ... le_id=8728

We have three basic components; slingbox (streaming server), betaremote.slingbox.com (web server), and webslingplayer plug-in (software client).

Both the {guid}.xml and webslingplayer.txt file are appended as each button is taught. The difference is format and location. The webslingplayer.txt log is kept on the user's computer within their home directory for application log files. The {guid}.xml file is created on Sling Media's webserver at the url of https://secure.sling.com/irservices/res ... {guid}.xml

The myRemote.lrz file is created auxiliary of the learning process. Once the the process of learning the buttons is complete, the remote {guid} is then associated with the user's Sling Account. This gives the user the ability to manually export or import a myRemote.lrz file respective to each Slingbox registered to their Sling Account. During the export process it reads the {guid}.xml file and archives it using a proprietary format. We nicked named the format "Sling Media Compressed Binary" because of the "SMCB" magic numbers in file header.

When it comes down to creating the L9999 file that the Slingbox uses, it reads the {guid}.xml file and creates the file internally. We don't have direct access to the file, however, we know it exists from the line in the webslingplayer.txt log.
00:00:12.246 00001984 RC : Adding remote control download operation, base url: http://services.sling.com/slingservices ... rSetupCode>, Type: lexuz, Brand: f36, IR Code: L9999.

Posted: Tue Aug 03, 2010 6:23 am
by alanrichey
The Robman wrote:So, I just went to download the Auto Remote program that I was experimenting with earlier at work and now I'm getting a "not found" when I use the link below, where has the file gone?
Sorry, I saw you had downloaded it so took it down. Back up now at https://www.hifi-remote.com/forums/dload ... le_id=8730