Skip to content

Access and Playback of Filmon recordings from TV - Recordings option. #48

@Mike-KL

Description

@Mike-KL

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 */
}

}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions