Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Mike-KL opened this issue Apr 22, 2016 · 0 comments
Open

Comments

@Mike-KL
Copy link

Mike-KL commented Apr 22, 2016

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

}`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant