uisautomation / sms2jwplayer

Tool to help export SMS content to jwplayer
0 stars 1 forks source link

enable limiting size of exported feed #3

Closed rjw57 closed 6 years ago

rjw57 commented 6 years ago

JWPlatform no longer support importing feeds of greater than 1000 items. Teach genmrss how to truncate the list of items it uses to form the feed. When merged, the generated MRSS feed should now be limited to 1000 items.

We may want to generate 2 (or 3) feeds for the last 0-1000, 1000-2000, ... modified items to make sure we catch everything.

abrahammartin commented 6 years ago

all good, but does it makes sense to also have an script that generates all feeds in one go?

rjw57 commented 6 years ago

Could do but it's just as easy to call genmrss three times or so in the update script IMHO.