Jump to content

StreamHelper


 Share

Recommended Posts

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^ ERROR

if you click on anywhere that there is no image

Link to comment
Share on other sites

  • 7 months later...

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"

 

Link to comment
Share on other sites

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

57dfb7f0cdd43_Screenshot(932)edited.png.

57dfb7f4b5708_Screenshot(933)edited.png.

 

Download from first post.

 

Edited by AdmiralAlkex
Link to comment
Share on other sites

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 by AdmiralAlkex
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...