Search found 1293 matches

by DeusExMachina
Fri Nov 16, 2018 8:13 pm
Forum: General
Topic: Considering Karaoke Cloud
Replies: 12
Views: 12897

Re: Considering Karaoke Cloud

Without background vocals, many songs fall apart. Try Bohemian Rhapsody without the backing vocals!
by DeusExMachina
Sun Nov 11, 2018 1:58 pm
Forum: Feature Requests
Topic: Triggered scripts
Replies: 12
Views: 9745

Re: Triggered scripts

Scratch all that, I read through that too fast (plus the window was too small) and I missed the --header switch. Adding the --header switch, and passing the 'Cookie: sessionid=1' header was the trick. At least so far using the command: curl "http://localhost:12345/notify_register?url=http:%2F%2Floca...
by DeusExMachina
Sat Nov 10, 2018 3:43 pm
Forum: Feature Requests
Topic: Triggered scripts
Replies: 12
Views: 9745

Re: Triggered scripts

So, I tired with Paw what I had thought would work with cURL, namely, http://localhost:12345/notify_register with parameters, url=http://localhost:12346 (note the change in last number from 12345 to 12346) on the understanding that since, in prefs, I still have kJams listening on 12345, that to send...
by DeusExMachina
Sat Nov 10, 2018 3:15 pm
Forum: Feature Requests
Topic: Triggered scripts
Replies: 12
Views: 9745

Re: Triggered scripts

Yeah, you and I have discussed Paw before (as well as POSTman). I am not sure how you have kJams set up, but unless you have the server listening on the default loop back port, not sure how a call to just "localhost" gets through to kJams in the first place. Certainly doesn't on my machine (since th...
by DeusExMachina
Sat Nov 10, 2018 3:09 pm
Forum: Bug Reports
Topic: Server serving up EVERY playlist to clients
Replies: 7
Views: 7921

Re: Server serving up EVERY playlist to clients

I think I fixed something else that on SOME machines bypassed the issue entirely. But I think the issue was still there, and it's come back to bite me/us.
by DeusExMachina
Tue Nov 06, 2018 3:27 pm
Forum: Feature Requests
Topic: Triggered scripts
Replies: 12
Views: 9745

Re: Triggered scripts

So the syntax for sending the request to server via curl is a bit unclear. With kJams running and listening on 12345, it seems to ignore the initial request to register a new server. Also, not sure curl is the way to go, anymore, at least for listening for the notification. Maybe just for setting th...
by DeusExMachina
Thu Nov 01, 2018 6:27 pm
Forum: Bug Reports
Topic: Server serving up EVERY playlist to clients
Replies: 7
Views: 7921

Re: Server serving up EVERY playlist to clients

Any idea what might be the distinction on the client side? Wondering if the request being passed to the server from the client that populates that list is somehow being passed by the server to deliver something that it shouldn't. Like, since playlists aren't hardwired, it has to be something in how ...
by DeusExMachina
Thu Nov 01, 2018 11:15 am
Forum: Feature Requests
Topic: Triggered scripts
Replies: 12
Views: 9745

Re: Triggered scripts

Most of the code as written is in the do shell script portion, so shouldn't matter too much what the rest is written in. That said, I am not sure how many people are even using scripts, so it might just end up being a vanity project. Got most of it working though, and it DOES give some great feature...
by DeusExMachina
Thu Nov 01, 2018 11:07 am
Forum: Bug Reports
Topic: Server serving up EVERY playlist to clients
Replies: 7
Views: 7921

Re: Server serving up EVERY playlist to clients

Yup. And can make no heads or tails as to why. Even on the same machine, same singer, Firefox might do it, but Safari will be fine. Or Plainview (a kiosk that uses webKit) might screw up, but Firefox will load it just fine.
It's SO weird. Something odd on the server end, definitely.
by DeusExMachina
Sat Oct 27, 2018 8:44 pm
Forum: Bug Reports
Topic: Server serving up EVERY playlist to clients
Replies: 7
Views: 7921

Server serving up EVERY playlist to clients

Did we ever figure this out?
Sometimes the server machine refuses to send the standard singer playlists to certain browsers on certain machines, but instead serves up EVERY playlist on the host machine!
Screen Shot 2018-10-27 at 11.32.43 PM.png
by DeusExMachina
Fri Oct 26, 2018 11:45 pm
Forum: Feature Requests
Topic: Triggered scripts
Replies: 12
Views: 9745

Re: Triggered scripts

I was originally thinking something like this pseudo code: import socket # Set up a TCP/IP socket s = socket.socket(socket.AF_INET,socket.SOCK_STREAM) # Connect as client to server # on specified port s.connect(("localhost",12345)) while True: response = s.recv(2) if resp == "": break if resp == kPu...
by DeusExMachina
Fri Oct 26, 2018 10:37 am
Forum: Feature Requests
Topic: Triggered scripts
Replies: 12
Views: 9745

Re: Triggered scripts

Does registering your own server preclude kJams from continuing to post communications to the standard server (i.e. can it handle more than one server at at time)? Can you provide a few lines of example Python code that would register a server and make a query? The Server/Spec page is a bit unclear ...
by DeusExMachina
Thu Oct 25, 2018 3:09 am
Forum: Feature Requests
Topic: Triggered scripts
Replies: 12
Views: 9745

Triggered scripts

I know about per file launch scripts, and startup scripts, but any way to get scripts that trigger off transport controls or other UI interaction? Specifically, for my current purpose, as I am sure you can guess, being able to trigger a script every time you play a new track would be perfect. (Tryin...
by DeusExMachina
Thu Oct 25, 2018 3:02 am
Forum: General
Topic: fallback system in case of laptop failure
Replies: 6
Views: 10256

Re: fallback system in case of laptop failure

"2. We grant you one license to install and use this software on two computers at a time, both computers must be owned and used only by you. You may use them both at the same time, but someone else may not use the second copy at the same time."
by DeusExMachina
Sat Oct 06, 2018 10:32 pm
Forum: General
Topic: Tip for Server when using older MacOS versions
Replies: 1
Views: 7294

Tip for Server when using older MacOS versions

So, older machines running older MacOS versions have an annoying habit of losing their connection to the kJams server, and when the server page tries to reload, you get a server error. You can not simply reconnect, you have to kill your WiFi connection, quit the app, reestablish your WiFi connection...