Vimeo showcase and multiple categories

I’ve seen some posts in the past that complain about Vimeo showcases and the lack of multiple categories in a JSON feed. I may have a way around that, but, I need some input from someone who has experience with the problem.

If you have Vimeo showcases and you are having trouble defining more than one category, please PM me so I can ask some questions.

I am not promising that I can resolve this problem. I won’t know until I collect some info.

Isn’t there anyone that can provide information on this issue?

Vimeo showcase will provide you with one category only. If you want more than one category you will have to hand code your JSON feed or use a tool like our OTTfeed platform to manage you JSON content feed works great with Vimeo and Roku Direct Publisher.

DM me for more info or go to https://ottfeed.com and request a demo.

Cheers,

@sattun Please read my original post. I’m not having problems with Vimeo. I’m looking for information from a user that is having problems with defining categories. I believe I may have a solution, but, I need to ask several questions of someone who is having problems with Vimeo.

The problem is that Vimeo will generate a feed from one showcase and all videos in that showcase will have the same tags which = genre (assigned for the showcase). So there is no way to segment the videos other than by hand coding the feed or using a third-party tool.

What would be your solution?

I won’t know if my solution will work until I can get my hands on some sample feed files that were generated from a Vimeo showcase.

@Baradanikto here is a sample Vimeo showcase feed:

https://vimeo.com/showcase/8604955/feed/roku/fae3d7c92f

{
    "providerName": "OTTfeed"
    , "lastUpdated": "2021-06-25T13:11:59-04:00"
    , "language": "en"
    , "shortFormVideos": [{
        "id": "518189117"
        , "title": "OTTfeed: feed management system for Roku Direct Publisher and custom OTT apps"
        , "shortDescription": "OTTfeed: All-in-one feed management system for Roku Direct Publisher, Roku Channel and custom OTT apps. Request a demo at OTTfeed.com."
        , "thumbnail": "https:\/\/i.vimeocdn.com\/video\/1073219831_800x450.png"
        , "releaseDate": "2021-03-01T10:58:50-05:00"
        , "genres": ["technology"]
        , "tags": ["technology"]
        , "content": {
            "dateAdded": "2021-06-25T13:10:04-04:00"
            , "duration": 87
            , "videos": [{
                "url": "https:\/\/player.vimeo.com\/external\/518189117.hd.mp4?s=c4f4bacd00d236f7989c611257026ab3232355bf&profile_id=174"
                , "quality": "HD"
                , "videoType": "MP4"
                , "bitrate": 755832
            }]
        }
    }, {
        "id": "516726184"
        , "title": "Problems with Roku Direct Publisher? Time to upgrade"
        , "shortDescription": "Upgrade to a custom Roku app & supercharge your content and ad revenue with a feature-rich and fully customizable app on a small-scale budget. Request a demo at OTTfeed.com."
        , "thumbnail": "https:\/\/i.vimeocdn.com\/video\/1069956014_800x450.png"
        , "releaseDate": "2021-02-25T09:57:43-05:00"
        , "genres": ["technology"]
        , "tags": ["technology"]
        , "content": {
            "dateAdded": "2021-06-25T13:10:04-04:00"
            , "duration": 24
            , "videos": [{
                "url": "https:\/\/player.vimeo.com\/external\/516726184.hd.mp4?s=3efaea584112ef42146b789ac37491c4d4562247&profile_id=175"
                , "quality": "FHD"
                , "videoType": "MP4"
                , "bitrate": 2061459
            }]
        }
    }, {
        "id": "516722810"
        , "title": "Custom Roku App Sale $1,500"
        , "shortDescription": "Upgrade to a custom Roku app & supercharge your content and ad revenue with a feature-rich and fully customizable app on a small-scale budget. \n\nFor more info  or to request a demo, go to https:\/\/OTTfeed.com\/roku"
        , "thumbnail": "https:\/\/i.vimeocdn.com\/video\/1160990884_800x450.png"
        , "releaseDate": "2021-02-25T09:49:47-05:00"
        , "genres": ["technology"]
        , "tags": ["technology"]
        , "content": {
            "dateAdded": "2021-06-25T13:10:04-04:00"
            , "duration": 29
            , "videos": [{
                "url": "https:\/\/player.vimeo.com\/external\/516722810.hd.mp4?s=f37cb92b479113f2d6a014726999f37633133576&profile_id=175"
                , "quality": "FHD"
                , "videoType": "MP4"
                , "bitrate": 1638506
            }]
        }
    }, {
        "id": "537609090"
        , "title": "OTTfeed Custom Roku App Preview"
        , "shortDescription": "Take full control off your Roku channel, grow your audience and increase your ad revenue with our state of the art turn-key app with no coding or hidden cost"
        , "thumbnail": "https:\/\/i.vimeocdn.com\/video\/1112879014_800x450.png"
        , "releaseDate": "2021-04-16T03:49:11-04:00"
        , "genres": ["technology"]
        , "tags": ["technology"]
        , "content": {
            "dateAdded": "2021-06-25T13:10:04-04:00"
            , "duration": 130
            , "videos": [{
                "url": "https:\/\/player.vimeo.com\/external\/537609090.hd.mp4?s=0c43c99a41891cc6b243a1d6833eb6e0c9ea0902&profile_id=175"
                , "quality": "FHD"
                , "videoType": "MP4"
                , "bitrate": 1911926
            }]
        }
    }]
}

Cheers

Thanks for the sample.

First question…There are no categories defined in the feed file. Do you know if they are defined in the Developer’s portal? If not, I would not expect to see anything on the channel on the Roku device.

Second question…If this is a sample of output from a Vimeo showcase, can I assume that if I had another showcase, I’d receive an entirely different JSON feed file?

  1. Thats correct, you defined categories or in this case category on the Roku developer portal.

  2. Yup, JSON feed file per showcase only, so if you have 5 showcases on vimeo you will get 5 JSON feeds.

Hope this helps.

Cheers,

Your responses are what I expected. Given that, I believe that my solution would resolve the issue of multiple feed files from multiple Vimeo showcases. I’ll make a copy of your sample thus giving me two feed files from two showcases. I’ll then test my solution.

Using two sample Vimeo showcases, I am able to merge them into one feed file. It then becomes a matter of making sure to define the necessary categories that relate to the tags in the feed file. This is done preferably in the feed file itself, or, in the developers portal.

The end result is that multiple Vimeo showcases can be combined (through software) into one JSON feed allowing more than one showcase to be broadcast through a single Roku channel.

Hi there I would like to give you some info on this!

OK so with Vimeo when you have a showcase it creates its self into its own channel on Roku. So the option of several showcases would create several channels. Vimeo is using an MRSS feed so in the coding categories and tags are showing up the exact same. From what I understand with my last place that was doing the Roku for me, Roku is reading the tags to separate it into the categories. What I was thinking is I don’t know how the JSON program works but I took the MRSS feed and I looked at the source code. I figured by changing the tags to the categories that I put in Roku, if I could then create a Jason feed or file or whatever the heck it actually is because I still am not sure how to generate it. Then you could take that new code URL and input that into Roku and it should separate out into categories.

I downloaded some thing called a Jason file thing crater but I don’t know what the heck I’m doing and I don’t know how I’m supposed to fill that out so. then I thought about well if you do that then every time you add a video to the showcase you might have to regenerate the Json feed.

So I’m a little late… but I was definitely the one working on trying to get this thing into different categories and going into the source code of the MRSSV but I just and I actually downloaded your Jason feed creator but I just don’t know how to use it. Granted I may have been too stressed out to actually comprehend usually I’m pretty bleep smart I will be trying again.

Please direct any issues, questions, concerns to the GitHub site in my signature below. Support is not provided on this forum for the software I wrote.

Did you figure out a work around for this issue? I’m having the same issue where I can’t get my categories to properly divide my content into the categories I created. I’m using a Vimeo showcase for my MRSS feed

I just came across this feed because I had the same questions about the Vimeo Showcase Roku channels. As you all know, it places all videos into one category, but it also seems like Roku only allows 40 videos max in a category. So in a channel I just created, that means 44 of my videos can’t be seen, since there are 84 videos in my Vimeo showcase.

Is there any way to display more than 40 videos in a Roku category? Thank you for any help or ideas!

@BrooklynOnDeman 40 videos per category (row) is a perpetuated misconception. The page Defining Direct Publisher channel categories states:

Although channels are limited to displaying 25 rows of 40 content items, the channel may contain more content than the display limitation. For example, selecting a television series launches an episode selection screen with multiple seasons and episodes. Content not included in a category row may also still be discoverable through Roku Search if the channel meets specific engagement thresholds.

Rather than thinking in terms of “videos”, consider thinking in terms of “items”. As the above states, if an ‘item’ in a row contains a Series, you could then provide more than 40 ‘items’ since a Series can have more than one video

Yes, you are limited to 40 videos per categories. I’ve had my channel up now for a few months and I had to find a work around for the categories. Using Vimeo, you won’t be able to created custom categories. I found a plug in, OTTfeed.com, that allowed me to created as many categories as I want to (that actually work) based on tags and this has been a life saver. You do have to pay $50 a month but for me it’s def worth it. As for the 40 videos per category, I suggest you break your videos down so that only 40 are showing per category. So let’s say you have 80 music videos (as an example) you can create categories like Hip Hip, Rock, Pop, etc just so all your videos are showing on your channel.

Yes, I could combine videos into one Item to increase the amount of content in a category.