Search found 1003 matches

by RobLatour
Mon Oct 23, 2023 9:20 am
Forum: General discussion
Topic: .vbs script works, but not when triggered remotely
Replies: 1
Views: 2891

Re: .vbs script works, but not when triggered remotely

Well that was an interesting one ... At first nothing I tried would cause it NOT to work. It worked when I ran the script by double clicking on it, and it worked when I created a push2run card and ran it directly from the push2run main window (right click run) It worked when I triggered Push2Run via...
by RobLatour
Sun Oct 22, 2023 3:01 pm
Forum: Feature requests
Topic: Turn Off Devices
Replies: 2
Views: 5125

Re: Turn Off Devices

Casting is about sending a media stream to a device, it won't be able to turn it on or off. As an alternative, myself I had at one point built an esp32 based IR controller that acted as a remote. I then used Push2Run to trigger an 'api' like command via curl to change the cannels / turn the tv on or...
by RobLatour
Sun Oct 22, 2023 2:56 pm
Forum: Feature requests
Topic: Exclude Devices
Replies: 1
Views: 2616

Re: Exclude Devices

Thanks - I'll keep it in mind; however, I suspect it would slow start up times down quite a bit. This because if you want to cast to everything except a and b, the program first has to query everything that may be connected at the time to see what their names / ip addresses are, wait for them to rep...
by RobLatour
Mon Oct 16, 2023 8:41 am
Forum: Bug reports
Topic: Push2Run cannot find the file specified
Replies: 1
Views: 2532

Re: Push2Run cannot find the file specified

What happens if you try this:

Open field:
python.exe

Start directory:
the full path name of where the python.exe program is stored

Parameters:
c:\Users\heneo\dot-files\AlexaScripts\brightness.py $
by RobLatour
Tue Sep 05, 2023 6:51 pm
Forum: Bug reports
Topic: Can't seem to cast to groups
Replies: 2
Views: 4491

Re: Can't seem to cast to groups

Well I gave it a good try, but couldn't get it to work.
.
When casting to the device name of the group or ip address of the primary device in the group it only played on one speaker in the group.

I appreciate you have tagged this as a cast bug, but I suspect it may be more of a Google nurfing thing.
by RobLatour
Tue Sep 05, 2023 8:04 am
Forum: Bug reports
Topic: Can't seem to cast to groups
Replies: 2
Views: 4491

Re: Can't seem to cast to groups

I normally don't cast to groups myself, but can set this up for testing later today when all the sleepy people in my house wake up :-) Having that said, here is a long thread where it at appears that for a time casting to groups seems to have no longer been supported by Google: https://www.googlenes...
by RobLatour
Sat Aug 19, 2023 9:04 pm
Forum: Bug Reports
Topic: bug ao acionar tecla entre chaves {win}
Replies: 1
Views: 4005

Re: bug ao acionar tecla entre chaves {win}

In the card above you don't have anything in the open field - where are you intending to send those keystrokes?

If you want send them to the desktop, then you should have
Desktop
in the Open field on your Push2Run card
by RobLatour
Wed Aug 16, 2023 1:54 pm
Forum: Feature Requests
Topic: Set Applications levels
Replies: 5
Views: 6610

Re: Set Applications levels

SetVol v4.0 has just been release and supports your feature request.

For more information, please see: viewtopic.php?t=1145

Sorry it took so very long for me to get to this.
by RobLatour
Wed Aug 16, 2023 1:52 pm
Forum: Announcements
Topic: SetVol v4.0 has been released
Replies: 0
Views: 14410

SetVol v4.0 has been released

SetVol 4.0 includes a new feature to allows you to set the audio playback levels of applications running on Windows. For this, there is a new command line option called 'appaudio'. So, for example, if you are running the Spotify Windows app and you want to set its volume to 35 percent, you can now u...
by RobLatour
Tue Aug 15, 2023 1:28 pm
Forum: Feature Requests
Topic: Set Applications levels
Replies: 5
Views: 6610

Re: Set Applications levels

I think I have found a way to do this, and am working on it now.