Forum Discussion

6 Replies

  • In your feed add the following to the Duration code:

    "duration": 0000, "trickPlayFiles": [ { "quality": "HD", "url": "Place Bif File Link Here" } ], 

     

    example:

    "duration": 5400000, "trickPlayFiles": [ { "quality": "HD", "url": "https://websitehostlink.com/bif/film1.bif" } ], 

     

    Your JSON Feed code should be lined and coded like this:\

    {
                "id": "%%id%%",
                "title": "%%title%%",
                "shortDescription": "%%short description%%",
                "tags": [
                    "%%Tag%%"
                ],
                "genres": [
                    "%%genres%%"
                ],
                "content": {
                    "dateAdded": "%%date added%%T22:21:37+00:00",
                    "duration": %%duration%%,
                    "trickPlayFiles": [
                        {
                            "quality": "quality",
                            "url": "%%Bif File Link%%"
                        }
                    ],
                    "videos": [
                        {
                            "url": "%%video Link%%",
                            "quality": "%%quality%%",
                            "videoType": "%%videoType%%",
                            "bitrate": 5%%bitrate%%,
                            "filesize": "1866216308"
                        }
                    ]
                },
                "author": "Joe Ferdinando",
                "thumbnail": "%%thumbnail Link%%",
                "releaseDate": "%%release date%%"
            },

     

     

    • fyb3roptik's avatar
      fyb3roptik
      Roku Guru

      No not the bif one. The HLS one. The url is no longer valid!!! Did you even read my post?

      • ferdiworks's avatar
        ferdiworks
        Roku Guru

        The idea was for you to change the URL to your HLS link and test it!