Tom Speirs Posted May 2, 2013 Share Posted May 2, 2013 SlingFront 1.45 released.Fixes XBMC add on.Fixes performance issues with alpha blending.Fixes double clicking hiding video.View the full article 1 Quote Link to comment Share on other sites More sharing options...
oviano Posted May 3, 2013 Share Posted May 3, 2013 Thanks for the update.I downloaded the source and had a crack at adding the missing keyboard shortcuts that I require for play, pause (separately), rewind, fast forward and stop.It works fine - so is there a preferred procedure for submitting changes like this? I commented the changes with an identical comment (there were only a small number) so I could send the files and you could add them to your main branch manually or should it be done through sourceforge (never used it, but prepared to learn)?This is assuming you want the changes of course!Oliver Quote Link to comment Share on other sites More sharing options...
Tom Speirs Posted May 3, 2013 Author Share Posted May 3, 2013 Hi Oviano,Ill be happy to take a look. I am not sure about the best procedure moving forward but for now we can do it manually. If you cant get the files to me easily you can use my service here: http://upload.spesoft.comThanks a lot.Tom. Quote Link to comment Share on other sites More sharing options...
Tom Speirs Posted May 3, 2013 Author Share Posted May 3, 2013 Also folks just wanted to let you know, I only checked in the latest source this morning and that the installer now contains optional OpenCandy like my other freeware. eg free toolbar install etc. Quote Link to comment Share on other sites More sharing options...
oviano Posted May 4, 2013 Share Posted May 4, 2013 Hi Oviano,Ill be happy to take a look. I am not sure about the best procedure moving forward but for now we can do it manually. If you cant get the files to me easily you can use my service here: http://upload.spesoft.comThanks a lot.Tom.Ok Tom, I have uploaded the file "SlingFront additional keyboard mappings.zip".It contains just the two files I modified; search for the text "Added by Oliver Collyer" to find my changes.Many thanks. Quote Link to comment Share on other sites More sharing options...
itjg247 Posted May 7, 2013 Share Posted May 7, 2013 Thanks for the update! This a lot better than the web player! I have a couple questions on the update. Is there anyway to get it full screen without the task bar like version 1.41? Maybe an option to have it always full screen? The fix that got rid of the double commands works but now the old commands that I had my remote setup to do in the web player do not work like they did before. Most of them I do not care about. The two key maps that I use the most are "v" for favorites and page up and page down inside the guide to go up or down a page. Also, is there anyway to setup keyboard mappings for "my dvr" or "swap"? Or maybe just have an option to disable the slingfront key mappings so it just uses the default mappings? Thanks so much! I appreciate the work you put in to help me with my entertainment experience (this is how I watch TV at my house).Edit: I tried to download the source code from sourceforge.net and it sends me to the download page. Quote Link to comment Share on other sites More sharing options...
oviano Posted May 7, 2013 Share Posted May 7, 2013 Thanks for the update! This a lot better than the web player! I have a couple questions on the update. Is there anyway to get it full screen without the task bar like version 1.41? Maybe an option to have it always full screen? The fix that got rid of the double commands works but now the old commands that I had my remote setup to do in the web player do not work like they did before. Most of them I do not care about. The two key maps that I use the most are "v" for favorites and page up and page down inside the guide to go up or down a page. Also, is there anyway to setup keyboard mappings for "my dvr" or "swap"? Or maybe just have an option to disable the slingfront key mappings so it just uses the default mappings? Thanks so much! I appreciate the work you put in to help me with my entertainment experience (this is how I watch TV at my house).Edit: I tried to download the source code from sourceforge.net and it sends me to the download page. You didn't try hard enough Go here : http://sourceforge.net/p/slingfront/code/HEAD/tree/Then click on "Download Snapshot" in the dark grey header bar, and you'll get a .tar file containing a snapshot of the last code.I don't get the full screen/taskbar issue you mention, it works fine for me. I've tried it on several different PCs.Regarding your remote - you'll need to map your Harmony to use SlingFront's key mappings if they are different from the regular web player's. I have a Harmony too and I basically set it up as an "MCE Keyboard" device and just mapped everything exactly how I wanted.But as far as the missing key mappings are concerned (page up/down, favourites, myDVR and swap) - do you know what codes these are using? You can find this out by enabling console output on your browser; in Mac Safari you use the "Develop" menu and choose "Show Error Console". Then, navigate to the regular web player @ newwatch, connect to your stream and then click on the buttons on your remote.You should see things like this in the console:10:43:18 777 : APP FSM >>> Action : OnRemoteControlKeyPress: {keycmd: id.remote.boxoffice.sky, keycode: 62}10:43:58 522 : SLINGPLAYER-APP FSM >>> Action : OnRemoteControlKeyPress: {keycmd: id.remote.back, keycode: 36}10:44:38 457 : SLINGPLAYER-APP FSM >>> Action : OnRemoteControlKeyPress: {keycmd: id.remote.red, keycode: 74}Hopefully whatever browser you are using has a similar option to view the log information.The thing I'm not sure about though is how universal these codes are going to be?Keycode 62 above appears when I click on the "Sky" button on my Sky+ HD remote. I happen to know (from loading the Sky bin file into RemoteMaster) that this is mapped to the button "Custom14" in the master list of 81 buttons.Does this mean that keycode 62 is always going to equate to "Custom14" or can't we make that assumption? I don't know.If we could make that assumption then it would be useful to work out a list of keycodes for all 81 of the buttons and make these all mappable inside SlingFront.EDIT : just had a glance at the code and I can see that there are already definitions for the Page Up/Down and Favourites keycodes, so it just needs a few more lines adding to map these to keys in SlingFront. Quote Link to comment Share on other sites More sharing options...
oviano Posted May 7, 2013 Share Posted May 7, 2013 Ok, I did a bit more digging and found a list of the 81 standard Slingbox preset buttons and their corresponding codes: Power = 1Power_On = 2Power_Off = 3Ch+ = 4Ch- = 5Vol+ = 6Vol- = 7Mute = 8Num_1 = 9Num_2 = 10Num_3 = 11Num_4 = 12Num_5 = 13Num_6 = 14Num_7 = 15Num_8 = 16Num_9 = 17Num_0 = 18Enter = 19100 = 20Last_Ch = 21TV/VCR = 22External = 23Play = 24Stop = 25Pause = 26Rewind = 27FFwd = 28Record = 29Skip+ = 30Skip- = 31Live = 32Menu = 33Setup = 34Guide = 35Cancel = 36Exit = 37Up_Arrow = 38Down_Arrow = 39Left_Arrow = 40Right_Arrow = 41Select = 42Page+ = 43Page- = 44Fav = 45Info = 46Format = 47SAP/Subtitle = 48Surround = 49Slow = 50Eject = 51Random = 52PIP = 53PIP_Format = 54PIP_Freeze = 55PIP_Swap = 56PIP_Move = 57PIP_Source = 58PIP_Ch+ = 59PIP_Ch- = 60PIP_Multi = 61Custom10 = 62Custom11 = 63Custom12 = 64Custom13 = 65Custom14 = 66Custom15 = 67Custom16 = 68Custom17 = 69Custom18 = 70Custom19 = 71Custom20 = 72Custom21 = 73Red = 74Green = 75Yellow = 76Blue = 77White = 78Custom27 = 79Custom28 = 80Custom29 = 81Most of these are defined in SlingFront (the exceptions are the PIP ones and the Custom ones), although not all have a key mapped to them so don't get used. Quote Link to comment Share on other sites More sharing options...
Tom Speirs Posted May 7, 2013 Author Share Posted May 7, 2013 Thanks for the update! This a lot better than the web player! I have a couple questions on the update. Is there anyway to get it full screen without the task bar like version 1.41? Maybe an option to have it always full screen? The fix that got rid of the double commands works but now the old commands that I had my remote setup to do in the web player do not work like they did before. Most of them I do not care about. The two key maps that I use the most are "v" for favorites and page up and page down inside the guide to go up or down a page. Also, is there anyway to setup keyboard mappings for "my dvr" or "swap"? Or maybe just have an option to disable the slingfront key mappings so it just uses the default mappings? Thanks so much! I appreciate the work you put in to help me with my entertainment experience (this is how I watch TV at my house).Edit: I tried to download the source code from sourceforge.net and it sends me to the download page. Hi, could you give more info on the full screen issue? It always runs full screen as far as I am aware? Quote Link to comment Share on other sites More sharing options...
itjg247 Posted May 8, 2013 Share Posted May 8, 2013 Thanks for the quick reply. I will try to put the page up, page down, and favorites in the code you provided me. On version 1.41 i would double click the stream when it came up it would go into full screen without the task bar at the bottom. I will try it again on the updated version. I am using windows 8 if that makes any difference? I have my harmony setup for mce keyboard on one output and slingbox on another, so that should be no problem. Thanks for the help. I will try to see what comes up in my browser when I click mydvr. So it is possible to make a key mapping for it? I just need to figure out the code when I press it and then move it over? Thanks again for all the help, it would really help me out to get this going smoothly. Quote Link to comment Share on other sites More sharing options...
Tom Speirs Posted May 8, 2013 Author Share Posted May 8, 2013 I disabled double click on the player in the last version as it gave a black screen on a lot of systems, still SlingFront should always run full screen even on windows 8. Are you talking about the normal windows taskbar? it should display over the top of that. Do you have it launching on startup? Something must be interfering. Quote Link to comment Share on other sites More sharing options...
itjg247 Posted May 8, 2013 Share Posted May 8, 2013 This is the code for mydvr: APP FSM >>> Action : OnRemoteControlKeyPress: {keycmd: id.remote.pvr.dvr, keycode: 23}SLINGPLAYER-APP FSM >>> Action : OnRemoteControlKeyPress: {keycmd: id.remote.pvr.dvr, keycode: 23} and Swap: APP FSM >>> Action : OnRemoteControlKeyPress: {keycmd: id.remote.pip.swap, keycode: 56}SLINGPLAYER-APP FSM >>> Action : OnRemoteControlKeyPress: {keycmd: id.remote.pip.swap, keycode: 56} So what can I do to make these key mappings? I greatly appreciate the help Edit: It is in full screen during startup but when the stream starts it cause the taskbar to go over top of the full screen like it becomes inactive. Ill mess with it a little bit and see what I need to do. Thanks again! Quote Link to comment Share on other sites More sharing options...
oviano Posted May 16, 2013 Share Posted May 16, 2013 I get the task bar appearing on one machine too - it appears when the stream starts, and remains until you stop the stream, at which point it disappears.Once it appears it seems impossible to get rid of it while the stream plays, I.e. clicking on the SlingFront icon in the task bar or on the stream doesn't help.The most obvious difference is this machine is running Windows 7 Enterprise, the others I've tried where the task bar doesn't appear are Windows 7 Home Premium.I've only seen it happen on this one machine. Quote Link to comment Share on other sites More sharing options...
itjg247 Posted May 17, 2013 Share Posted May 17, 2013 The only way I could get rid of it was to use version 1.41 and double click on the stream. In version 1.45 I cannot get rid of the task bar. I am using Windows 8 Pro whenever I use Sling front. Also, If I'm messing with this in visual basic what files do I need to edit to put a key mapping in for Favorites? Thanks Quote Link to comment Share on other sites More sharing options...
oviano Posted May 17, 2013 Share Posted May 17, 2013 Search for an existing supported key mapping in the code and basically do the same for the one you are adding. Quote Link to comment Share on other sites More sharing options...
Tom Speirs Posted May 17, 2013 Author Share Posted May 17, 2013 I think what I will do for the next release is add some custom keyboard commands that can send any IR command. That should resolve the issue, agreed? How many do we need? Quote Link to comment Share on other sites More sharing options...
oviano Posted May 17, 2013 Share Posted May 17, 2013 I think what I will do for the next release is add some custom keyboard commands that can send any IR command. That should resolve the issue, agreed? How many do we need?To be honest I'd be inclined just to add the remaining commands to the existing list of key mappings, otherwise won't there be two levels of mapping, one for choosing which keys control these custom commands, and another for what these custom commands do (ie from the list of 81 functions)? Seems maybe a bit overcomplicated. Apologies if I've misunderstood. Quote Link to comment Share on other sites More sharing options...
Tom Speirs Posted May 17, 2013 Author Share Posted May 17, 2013 OK. Guys please add here what commands should be added and I will get it done. Quote Link to comment Share on other sites More sharing options...
oviano Posted May 17, 2013 Share Posted May 17, 2013 The ones I have added to my custom build are:Play - BStop - CPause - DRewind - HFastForward - JRecord - KPageUp - LPageDown - OBut IMO you may as well just provide the means to map all 81 in the list I posted, even if you only actually provide a default mapping for a subset of them, though the UI needs some work as the menu containing the functions that can be mapped doesn't scroll. Quote Link to comment Share on other sites More sharing options...
itjg247 Posted May 17, 2013 Share Posted May 17, 2013 Cool. I would like favorite, page up, and page down the most (key code 43, 44, 45). And then if possible mydvr and swap (key code 23 and 56). Thanks! Quote Link to comment Share on other sites More sharing options...
Jethros Posted June 10, 2013 Share Posted June 10, 2013 Hi Tom, great application!! Using it for our Arizona vacation property TV right now : ) Looking forward to the next release. Hoping you'll have the means to map the additional IR codes. Like Oviano, I would like to be able to add the 'PVR' IR commands (ie: play, pause, rewind, etc).Am trying to download the source code from SourceForge to see if I can tinker with a custom build myself. Can't seem to get it though ... not sure if I'm doing something wrong?? I'm clicking the 'download snapshot' link, but all it seems to give me is an empty zip file. Apologize in advance if it's something obvious I'm missing, but I've tried searching all the SourceForge documentation to determine if there's a trick to downloading the source. Nothing jumping out at me. Do I need anything special to download the source?? Quote Link to comment Share on other sites More sharing options...
oviano Posted June 10, 2013 Share Posted June 10, 2013 Downloading the snapshot worked for me when I tried a few weeks ago (when Tom released 1.45).The zip contained everything needed to build using Visual Studio.I'll try again tomorrow and let you know. Quote Link to comment Share on other sites More sharing options...
Jethros Posted June 10, 2013 Share Posted June 10, 2013 Thanks Oviano, much appreciated !! Quote Link to comment Share on other sites More sharing options...
oviano Posted June 11, 2013 Share Posted June 11, 2013 Ok, I just checked and you are right - it downloads an empty zip file now.Not sure if that is a sourceforge issue, or Tom hasn't uploaded it or something... Quote Link to comment Share on other sites More sharing options...
Jethros Posted June 13, 2013 Share Posted June 13, 2013 Thanks for confirming Oviano ... feel better that it's not something I was doing wrong : )Any chance you might be able to forward me the copy of the code you pulled down from SourceForge earlier?? Looks like you might be able to actually attach files to posts in this form (or alternatively I could give you my email address if that's easier). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.