Search found 4 matches

by flix
Wed Mar 27, 2019 9:46 am
Forum: Usage, tips and tricks
Topic: Bitfocus Companion module
Replies: 0
Views: 16149

Bitfocus Companion module

I added a module request to Bitfocus Companion for FFAstrans. This would be a very nice integration. In case anyone is interested in the development, here's a link to the request.
https://github.com/bitfocus/companion/issues/559
https://bitfocus.io/companion/
by flix
Tue Mar 26, 2019 2:19 pm
Forum: Usage, tips and tricks
Topic: Getting videoId from Youtube GET request
Replies: 4
Views: 7185

Re: Getting videoId from Youtube GET request

Hi flix, sorry for the late answer, happy that you already found a nice workaround. Instead of writing to a text file, you could just set the reply json to a user variable in the http node and in another node like e.g. populate variables, you could use something like that to parse your value of int...
by flix
Mon Mar 25, 2019 11:59 am
Forum: Usage, tips and tricks
Topic: Getting videoId from Youtube GET request
Replies: 4
Views: 7185

Re: Getting videoId from Youtube GET request

Figured out the problem myself, here is the principle I used how to easily get all the information output in to file. I used curl GET on youtube API and then piped the json reply to jq. After that I output the information jq siphoned to a text file. Then using a user defined variable and $read in Po...
by flix
Sat Mar 23, 2019 6:34 pm
Forum: Usage, tips and tricks
Topic: Getting videoId from Youtube GET request
Replies: 4
Views: 7185

Getting videoId from Youtube GET request

Hi, first of of all thank you for this great software, so powerful. I'm not very experienced in parsing JSON files, thus I would need some help. The problem is getting the videoId from Youtube JSON reply. The goal is the get the videoid into a user variable, which is needed for a text file. Here is ...