Skip to content

JSON Channel

Luis Fernandes edited this page Apr 18, 2013 · 1 revision

POST http://192.168.1.250:9981/channeltags

op listTags

{
 "entries": [
  {"identifier": 57,"name": "Missing from "},
  {"identifier": 55,"name": "Desenhos Animados"},
  {"identifier": 8,"name": "Z"}
 ]
}

POST http://192.168.1.250:9981/channels

op list

{ "entries" : [ 
     { "ch_icon" : "https://link.jpg",
        "chid" : 15,
        "epg_post_end" : 0,
        "epg_pre_start" : 0,
        "epggrabsrc" : "xmltv|",
        "name" : "AX",
        "number" : 60,
        "tags" : "32,8,20"
      },
      { "chid" : 114,
        "epg_post_end" : 0,
        "epg_pre_start" : 0,
        "name" : "AX",
        "number" : 0,
        "tags" : "16,19,8"
      },
      
      { "ch_icon" : "https://linkjpg",
        "chid" : 80,
        "epg_post_end" : 0,
        "epg_pre_start" : 0,
        "epggrabsrc" : "xmltv",
        "name" : "VH",
        "number" : 144,
        "tags" : "8,53"
      }
    ] 
}

Clone this wiki locally