Free Snaz [Deleted]

Status
Not open for further replies.

Yachak

Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.7

That would be indeed a great feature :)

I'm working on an extended version of the text line changer as we speak. Where you will have a grid with all the text lines inside, add-remove-up-down ability will be implemented for this one. The text lines will be written to an xml file that u can open up yourself removing or adding lines in bulk is available that way.

Randomize lines i haven't thought about ... so who knows maybe i will put it in there :) so yeah thanks for your feedback and idea's!
 

Xrylite

New Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.7

Hello =),

I just want to say I greatly appreciate your quick response and hope for more features~. I know the usage for all these types of things vary per person, but if the randomization isn't prioritized, then I'm still more than happy to go beyond the 3-limit. Been using Snaz for a few months now and it's still, to my knowledge, the only program out there that has the features that seem so simplistic, yet nobody else has touched about them.

The usefulness for showing local time is beyond amazing for letting people get an idea of what is going on during a stream and when things are starting/ending. So again, thank you greatly and I look forward to seeing where things go =D.
 

Yachak

Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.7

It seems we are thinking on the same heights :)

It all seems simplistic on the form of course, thanks for the support!
 

ColterTV

Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.7

Yeah big props to Yachak for being so supportive and always trying to improve the program !
 

turbotommi

New Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.7

Hi All,

first of all: big thanks to Yachak for the Tool!

Some suggestions:
1) enclose the Format Strings into brackets e.g. {hh:mm:ss} Then Texts with "Press room {hh:mm}" or "{hh:mm} Press room" would be possible. Starting with just $hh:mm:ss would not allow words with hh, mm, ss behind.

2) For the text line changer - add more lines by using e.g. datagridview AND make single lines able to disable (checkbox). So we could add or edit lines in disabled status while tool is running.

Thumbs up \o/
 

Yachak

Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.7

turbotommi said:
Hi All,

first of all: big thanks to Yachak for the Tool!

Some suggestions:
1) enclose the Format Strings into brackets e.g. {hh:mm:ss} Then Texts with "Press room {hh:mm}" or "{hh:mm} Press room" would be possible. Starting with just $hh:mm:ss would not allow words with hh, mm, ss behind.

2) For the text line changer - add more lines by using e.g. datagridview AND make single lines able to disable (checkbox). So we could add or edit lines in disabled status while tool is running.

Thumbs up \o/

1. The format of getting the system time will we like $h:$m:$s in the next release instead of hh:mm:ss ;)
for Am/Pm it will be like $h:$m:$s $tt

2. This is the feature i'm working on for next release 1.8.0.0 (with the use of a datagridview as u advice)
 

turbotommi

New Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.7

Ahhhh OK. I understood this ($) wrong. Your approach is fine ;-)

With the grid - would be great to have this "disable one line and edit at runtime". Also it would be cool if the textfile could be made empty on Stop. I believe that actually the last shown string stays in the file after stop.
 

Yachak

Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.7

turbotommi said:
Ahhhh OK. I understood this ($) wrong. Your approach is fine ;-)

With the grid - would be great to have this "disable one line and edit at runtime". Also it would be cool if the textfile could be made empty on Stop. I believe that actually the last shown string stays in the file after stop.

For the current text line changer the file should be empty when you press stop. :/
 

turbotommi

New Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.7

Ahhh you are right. The problem was an other one. If you start - the first line get not shown. I have 50sek interval. If I start the first text is shown as "live" but not shown in OBS. After 50 sek Line 2 is shown as "live" and shown in OBS too. It is not nice on this long intervals because there is nothing shown for 50sek

Feature request: individual time for each line (low prio) ;-)
 

Yachak

Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.7

turbotommi said:
Ahhh you are right. The problem was an other one. If you start - the first line get not shown. I have 50sek interval. If I start the first text is shown as "live" but not shown in OBS. After 50 sek Line 2 is shown as "live" and shown in OBS too. It is not nice on this long intervals because there is nothing shown for 50sek

Feature request: individual time for each line (low prio) ;-)

Ah yes yes, i see ... but indeed no worries as the new rotator will be new code.

I'l write that request down :)
 

turbotommi

New Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.7

I have a small feature Request (At least I think it's easy to implement)

3 Textboxes
* URI
* Pattern
* interval

Snaz looks every [interval] to [URI] and send the Result of Regex[Pattern] aplied to the returning Answer to a Textfile for OBS. The Regex Pattern is up to the Enduser. I Stream to a proparitary System which prowides me with the number of viewers in a textfile. With RegEx I could separate the number. User defined Pre- and Postfix for the result would be superb ;-)
 

Yachak

Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.7

turbotommi said:
I have a small feature Request (At least I think it's easy to implement)

3 Textboxes
* URI
* Pattern
* interval

Snaz looks every [interval] to [URI] and send the Result of Regex[Pattern] aplied to the returning Answer to a Textfile for OBS. The Regex Pattern is up to the Enduser. I Stream to a proparitary System which prowides me with the number of viewers in a textfile. With RegEx I could separate the number. User defined Pre- and Postfix for the result would be superb ;-)

From where exactly do u want to gather the information ?

Or u want to define a api uri itself in the textbox ?
 

turbotommi

New Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.7

Yes, I mean a free URI (user defined e.g. http://my.wowza.com/user/stream/stats.txt ) and a free Regex pattern.

This brings me to another Feature request (but really only nice to have if you have sparetime). For my/our stream we mostly have Hashtags on twitter. The Search API on twitter is free (without user login). Would be cool to get twitter comments about the stream into the stream. I have some code snippets to parse the XML responses. So the Viewers could interact with the stream. ;-)
 

TCi

Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.7

Can I request to have the option to pause the Chrono Up counter?

Would be helpful in case I would like to time a speed-run or similar and want to stop the time for a little while. When you stop it, the counter disappears. Not really the best for the viewers.
 

Yachak

Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.7

TCi said:
Can I request to have the option to pause the Chrono Up counter?

Would be helpful in case I would like to time a speed-run or similar and want to stop the time for a little while. When you stop it, the counter disappears. Not really the best for the viewers.

on todo list
 

Yachak

Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.8

New version is deployed

=== Version 1.8.0.0

+ Release of Textline Extended feature (beta)
* Output format for time is changed to read the time, like $h:$m:$s
used to be hh:mm:ss (to show Am/Pm u use $h:$m:$s $tt)
* New button icons

Enjoy!
 

Yachak

Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.8

ColterTV said:
Awesome thanks!

Your welcome :)

------------------

A few interesting things about the Text line Changer Extended

  • Unlimited lines
  • Adding and removing
  • Activate and deactivate lines
  • Moving lines Up and Down
  • A second interval (just like the old text line changer)
  • Writes all lines to an xml file (for mass adding,deleting or editing) (TextLines.xml) found in the application folder XmlFiles

snaz%20(4).gif


Regards
 

grocal

New Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.8

I'm trying to download SNAZ installer file (SnazSetup.exe) and all I get is file with MD5 hash: f03cd7c146ee9c4b89ba8307dcadd958 and size 1 631 085 bytes. But I can't install it, because I end up with error "The setup files are corrupted. Please obtain new copy of the program". Firewall and AV software has been turned off just in case - still the same file is being downloaded and the same popup shows up. Thanks for any help, Yachak.
 

Yachak

Member
Re: [TOOL] Snaz / Stream pc time-countdown and more live 1.8

grocal said:
I'm trying to download SNAZ installer file (SnazSetup.exe) and all I get is file with MD5 hash: f03cd7c146ee9c4b89ba8307dcadd958 and size 1 631 085 bytes. But I can't install it, because I end up with error "The setup files are corrupted. Please obtain new copy of the program". Firewall and AV software has been turned off just in case - still the same file is being downloaded and the same popup shows up. Thanks for any help, Yachak.

Heya,

Can u retry now (its my website wordpress download addon that is doing difficult, i believe)
 
Status
Not open for further replies.
Top