Skip to content

Instantly share code, notes, and snippets.

View franciscofsales's full-sized avatar

Francisco Sales franciscofsales

View GitHub Profile
@franciscofsales
franciscofsales / tvheadend-fetch.js
Created October 6, 2023 16:36 — forked from tryvin/tvheadend-fetch.js
TVHeadend JS functions to help handling some copy
function getAllMuxes() {
return fetch('/api/mpegts/mux/grid',
{
body: 'start=0&limit=999999999&sort=name&dir=ASC', method: 'POST',
credentials: 'include',
headers: {
'Accept': 'application/json, application/xml, text/plain, text/html, *.*',
'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8'
}
}
{
"global": {
"check_for_updates_on_startup": true,
"show_in_menu_bar": true,
"show_profile_name_in_menu_bar": false
},
"profiles": [
{
"complex_modifications": {
"parameters": {