dynamitemedia Posted January 11, 2016 Posted January 11, 2016 yep it does it every time, i am using win xp on this machine...this week i plan on digging in the code and work on a way to bring in possible game thumbsi wish that the middle button would go full screen, when clicked , i see the new one makes it resizable for sure
dynamitemedia Posted January 11, 2016 Posted January 11, 2016 ok i see in the newest version the middle button to minimize is gone anyways..
dynamitemedia Posted January 18, 2016 Posted January 18, 2016 On 1/6/2016 at 7:47 PM, Damein said: Yeah, I can throw it all in a zip. And the images only show up when anyone your following is playing. So in the first image I had a lot more people I was following playing various games where as the 2nd one only a few games were being played so there was no reason to show them all. StreamHelper_Source w GUI.rar StreamHelperGUI.au3" (186) : ==> Subscript used on non-accessible variable.:For $i = 1 To $ReadGameInfo[0][0]For $i = 1 To $ReadGameInfo^ ERRORif you click on anywhere that there is no image
AdmiralAlkex Posted September 15, 2016 Author Posted September 15, 2016 Changes to Twitch (Client-ID Requirement FAQs) means that the Twitch parts of the script is not working as of yesterday. I will make a proper update shortly. Until then, find and change the following lines $sUrl = $sBaseUrl & OPTIONS_OFFSET_LIMIT_TWITCH($iOffset, $iLimit) $sUrl = 'https://api.twitch.tv/kraken/streams?channel=' & $sOptions & '&limit=' & $iLimit to $sUrl = $sBaseUrl & OPTIONS_OFFSET_LIMIT_TWITCH($iOffset, $iLimit) & "&client_id=i8funp15gnh1lfy1uzr1231ef1dxg07 "$sUrl = 'https://api.twitch.tv/kraken/streams?channel=' & $sOptions & '&limit=' & $iLimit & "&client_id=i8funp15gnh1lfy1uzr1231ef1dxg07" .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
AdmiralAlkex Posted September 19, 2016 Author Posted September 19, 2016 (edited) Update to 1.1 Fixes for Twitch. GUI for playing/downloading, supports all your livestreamer plugins, official list. ADDED: Playing/downloading from clipboard (with quality select) Shift-click a stream will open it in the play/download GUI Set "--hls-segment-threads 2" for smoother live streams Application icon More quotes FIXED: Twitch support Adjusted notifications Twitch scan when 100+ items Hitbox thumbnail link CHANGED: Default scan time 2 minutes Download from first post. Edited September 19, 2016 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
AdmiralAlkex Posted September 19, 2016 Author Posted September 19, 2016 (edited) For the next version I'm thinking a favorites feature. There are some people I really don't want to miss when they are starting. What is the most annoying or noticeable notification you can think of? (bonus if it works even with a fullscreen game on top!) Let's start: Spam the keyboard leds Play loud noices ... Edited September 19, 2016 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now