-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Although a Filmon user can succesfully set recordings to Filmon server via the Kodi TV EPG, I do not believe that user Recording playback is currently working. Any chance of this being added (if not already) with ref to kodi forum post http://forum.kodi.tv/showthread.php?tid=269673
And https://www.filmon.tv/page/api#method-dvr-list which provides following API request and response examples
Method: dvr/list
Description: retrieve a list of recordings
Url: http://www.filmon.com/tv/api/dvr/list
Response example:
`{
recordings: [
{
channel_title : "ITV 1",
deletedAt : null,
description : "Daniel finally attempts to brush off his arty hoard for good
- and can Aggie Mackenzie help ninety year old war veteran Frank solve a
27-year storage situation?",
download_link : "http://s1.dvr.gv.filmon.com/schdld/11/33/224/2013.08.13/563806.mp4",
duration : "01:00",
id : "563806",
images : {
channel_logo : "http://static.filmon.com/couch/channels/11/big_logo.png",
images : null,
screenshots : []
},
isSoftDeleted : false,
length : 3600, /* seconds */
start_timestamp : "1376398800", /* UNIX TIMESTAMP */
status : "Recorded",
status_code : "3",
stream_name : "schdld/11/33/224/2013.08.13/563806.mp4",
stream_url : "http://s1.dvr.gv.filmon.com/dvr/_definst_/schdld/11/33/224/2013.08.13/563806.mp4/playlist.m3u8",
time_start : "1376398800",
title : "Storage Hoarders",
},
],
userStorage: {
available : 0.2, /* hours */
recorded : 9.8, /* hours */
total : 10 /* hours */
}
}`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels