Downloading LDS Video for Local Streaming

Discuss ideas and suggestions around the Church website.
Post Reply
kenanderson
New Member
Posts: 12
Joined: Sun Sep 15, 2013 7:53 pm

Downloading LDS Video for Local Streaming

#1

Post by kenanderson »

I am the STS for our Stake. I set up a Plex Media Server to stream videos straight from the network room instead of trying to stream from the internet over our T1x2. I'm currently going through the process of downloading all of the downloadable LDS Videos from the LDS.org website. Is there an index of all videos that I can set up a crawler to grab or do I just have to scrape the website and download everything? An index (or a simple REST API) would be very easy to crawl.

Currently the website requires a query to return a result. For example:

Code: Select all

http://www.lds.org/media-library/video/family-history/02-member-experiences?lang=eng&start=13&end=24&order=default&json=true
doesn't work without the :

Code: Select all

family-history/02-member-experiences?lang=eng&start=13&end=24&order=default&json=true
after the video resource.

Is there an easier way to do this?

Keep in mind, I would like to be able to crawl the video service once a week to compare the live offerings against my local index so I can grab any new videos that are published.

Thank you in advance,

Ken Anderson
User avatar
JonesRC
Church Employee
Church Employee
Posts: 92
Joined: Wed Sep 23, 2009 4:53 pm
Location: Riverton, Utah, United States

Re: Downloading LDS Video for Local Streaming

#2

Post by JonesRC »

I feel your pain. Currently there are no plans to provide an index of all church content. There are discussions and a project proposed to try to make bulk downloads available. There is a lot of content and finding a way to make that media more accessible and downloadable is an effort that is being looked at. Thank you for the idea and effort you are going to make media available to your teachers and leaders.
User avatar
johnshaw
Senior Member
Posts: 2273
Joined: Fri Jan 19, 2007 1:55 pm
Location: Syracuse, UT

Re: Downloading LDS Video for Local Streaming

#3

Post by johnshaw »

I spent the better part of The Summer of 2012 downloading these categories... worst yet, the files are only validated with meta-data to run in Itunes (because who would ever do anything other than use an Apple Product) so I had to redo nearly everything for a Windows Server to crawl through the data to build all the Plex Menus - So, I definitely feel your pain... I've copied this core file-set for many clerks over the last couple years after they sent me a USB drive. Anyway... good luck, our Plex setup has been fairly successful.
“A long habit of not thinking a thing wrong, gives it a superficial appearance of being right, and raises at first a formidable outcry in defense of custom.”
― Thomas Paine, Common Sense
Post Reply

Return to “Main Church Website”