=== Version 1.12.0.0
+ Introducing a new feature "Dynamic Files", you now have the
ability to create a textfile by choice and link it to any online source.
Endless possibilities to create as long as you have or make the online
source you need or like. (To overcome abuse it's not allowed to request
more then one excact same adress and has a minimum of 20 seconds
timespan before the next update starts)
+ Added option to have a confirmation box before Exiting (Off by default)
in options menu...
Made the request over there just in case although its made in Issues, I have no idea how to create/add the Request label :PI can, but please post requests on https://github.com/JimmyAppelt/Snaz/issues
Made the request over there just in case although its made in Issues, I have no idea how to create/add the Request label :P
@Yachak
Viewer count shows information "Channel is not live." when not yet refreshed, so maybe it should shows "0" as default - it could be easier to integrate into OBS.
I also posted these ideas at github.
And the question - do you share php code of viewers.php, followers.php somewhere?
<?php
$online = false;
$channel = $_GET['channel'];
$dataArray = json_decode(@file_get_contents('https://api.twitch.tv/kraken/streams/' . $channel), true);
if ($dataArray['stream'] != null)
{
$online = true;
$game = $dataArray['stream']['channel']['game'];
}
if($online)
{
echo $game;
}
else
{
echo "Channel is not live.";
}
?>
As of 27/11/15 (today) the original project link [http://jimmyappelt.be/preview/snaz] in the Resorces post is unavaliable. I would recommend changing/removing it.
Other than that, nice bit of kit you have here.
Would be happy to host your site if you like, let me know..
Also could you maybe have windows remember where they opened as now they always open in the center and 'live on stream..' ;)
(At the moment of posting - my host is suspended, there is no auto update untill it is back up) Download it manualy here: https://github.com/JimmyAppelt/Snaz/releases/download/1.12.0.1/SnazSetup.exe
=== Version 1.12.0.1
! Mandatory update (Please do not wait for updating - do it a.s.a.p.)!
+ Dynamic files now supports images (if your response is an image link the
the image will be saved to the "DynamicImageFiles" folder
+ You can...
=== Version 1.12.1.0
+ Coded a new settings pane (File > Settings) and removed old system,
making settings easier to find and easier to integrate new settings.
+ Added support for Winamp (Playing Now)
* If a music file only has Song info, it will now be displayed (for
foobar2000 and winamp)
+ Dynamic files now will only write when new content is detected
* Reset chrono up on each start is moved to the new settings instead of
the main form (All settings that interact with the specific module...
=== Version 1.12.2.0
+ Added remote update Twitch Game/Status, combined with game name lists
and able to make predefined statuses. (To enable: Authorize Snaz first
in File>Settings>Twitch) (On request issue #20)
* Current game lists are PC, PS3, PS4, Wii, Wii U, Xbox 360 and Custom.
Where "Custom" is a list where you can add or remove predefined names
by hand in ~/Data/game-custom.json)
+ Added option to Playing Now to show default text when not playing.
(Note: for spotify this...