-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (20 loc) · 1.29 KB
/
Copy pathindex.html
File metadata and controls
30 lines (20 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
This directory contains scripts that:
<p>enable migrating to the new podcaster
<p>automatically connect Shows with Channels by setting podcast_channel_id field in the show table
<p>handle the new podcaster's API (audio file creation, xml file creation)
<p>a basic test interface for this API.
<h1>time to migrate!</h1>
<h2> first set CONFIG.php to point to the live database instance :)</h2>
<h2> then execute the following scripts by clicking on them (in order!)</h2>
<h2> 1) <a href='http://djland.citr.ca/db_migrations.php'>ensure all database migrations are run successfully</a>
<h2> 2) <a href='ingest_xml.php'>Ingest burli XML files into database</a></h2>
<h2> 3) Run <a href='connect-shows-with-channels.php'>Connect Shows with Channels</a>. To auto-connect many shows to their channels Observe the output, because not all will work, and the rest have to be done manually
<p>LINKS
<h2><a href='test.html'>audio file test</a>
<h2><a href='ingest_xml.php'>Ingest old XML files into database</a></h2>
<p>Clicking the link above will crawl the podcast files in directory
<h2><a href='writexml.php'>Write XML</a>
<h2><a href='podcast-media/create_file.php'>Create audio file</a>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type='text/javascript'>
</script>