destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2017
06:49 AM
Re: what am I doing wrong?
Why not replace the spaces in filenames with underscores "_" - keeps the string shorter than %20 for your json file, and then rename the files to match of course.

mitchstein
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2017
02:27 PM
Re: what am I doing wrong?
"destruk" wrote:
Why not replace the spaces in filenames with underscores "_" - keeps the string shorter than %20 for your json file, and then rename the files to match of course.
Well because my system is an older system, that has many places getting videos from the servers not just on Roku and to change file names would mean rerunning scripts to update html files on several sites as well as xml, rss and now json feeds.. it's easier to customize the code for each individual device/endpoint then it is to rework the database and then have to keep seperate databases for each device/endpoint.
http://www.TVByDemand.com

mitchstein
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2017
02:33 PM
Re: what am I doing wrong?
To answer one of the questions i aksed earlier (I find answers faster by trying then looking up or waiting for answers it seems).
It appears the direct player has a limitation of 40 videos per category, with a 15 category limitation meaning that a channel can hold an absolute maximum of 15x40=600 videos.
Therefore with a 600 video limitation, I will need to divide my 1 channel into at least 4 channels in order to offer the current videos in my library. I'm not sure why there is this limitation, I have over 2000 on my private roku channel and all I did was use the sample player from 4 years ago. LOL, seems going forward there are more bells and whistles but less capabilities.. Oh well no biggie, will make demographics easier I guess. Harder for the end users but easier for us.. Guess I know where the priorities lie.. lol
It appears the direct player has a limitation of 40 videos per category, with a 15 category limitation meaning that a channel can hold an absolute maximum of 15x40=600 videos.
Therefore with a 600 video limitation, I will need to divide my 1 channel into at least 4 channels in order to offer the current videos in my library. I'm not sure why there is this limitation, I have over 2000 on my private roku channel and all I did was use the sample player from 4 years ago. LOL, seems going forward there are more bells and whistles but less capabilities.. Oh well no biggie, will make demographics easier I guess. Harder for the end users but easier for us.. Guess I know where the priorities lie.. lol
http://www.TVByDemand.com
- « Previous
-
- 1
- 2
- Next »