Difference between revisions of "PodGrinder"

From wiki.N4VX.net
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[https://wiki.n4vx.net/index.php/Drawing_Board... <<Back<<]<br>
 
[https://wiki.n4vx.net/index.php/Drawing_Board... <<Back<<]<br>
==PODGRINDER==
+
==PodGrinder==
 
A project intended to operate as a webserver with a http form or URL variable input that filters and sanitizes the input and passes it to the backend to download and process as a valid RSS Podcast Feed. Intended for personal use to aggregate various sources and mediums of content to feed to my podcast app. Like a meatgrinder for making sausage of scrap meat!!
 
A project intended to operate as a webserver with a http form or URL variable input that filters and sanitizes the input and passes it to the backend to download and process as a valid RSS Podcast Feed. Intended for personal use to aggregate various sources and mediums of content to feed to my podcast app. Like a meatgrinder for making sausage of scrap meat!!
-----
+
===Frontend and input===
* Frontend and input
+
*File Upload
**Web form - ?
+
**[https://www.tutorialspoint.com/php/php_file_uploading.htm https://www.tutorialspoint.com/php/php_file_uploading.htm]
*** [https://www.w3schools.com/php/php_forms.asp https://www.w3schools.com/php/php_forms.asp]
+
*Web form - ?
**URL variable - ?
+
** [https://www.w3schools.com/php/php_forms.asp https://www.w3schools.com/php/php_forms.asp]
*** [https://www.php.net/manual/en/function.parse-url.php https://www.php.net/manual/en/function.parse-url.php]
+
*URL variable - ?
-----
+
** [https://www.php.net/manual/en/function.parse-url.php https://www.php.net/manual/en/function.parse-url.php]
* Handling the inputs
+
===Handling the inputs===
**Scrubbing input for YouTube URLs  
+
*Scrubbing input for YouTube URLs  
***[https://stackoverflow.com/questions/2936467/parse-youtube-video-id-using-preg-match/6382259#6382259 https://stackoverflow.com/questions/2936467/parse-youtube-video-id-using-preg-match/6382259#6382259|]
+
**[https://stackoverflow.com/questions/2936467/parse-youtube-video-id-using-preg-match/6382259#6382259 https://stackoverflow.com/questions/2936467/parse-youtube-video-id-using-preg-match/6382259#6382259|]
 +
===Making the RSS Feed===
 +
* Admin and backend for generating RSS feed
 +
**[https://podcastgenerator.net/ https://podcastgenerator.net/]
 +
*'''<big>IT'S WORKING!!!</big>'''
 +
** This step is functional at [https://podcast.n4vx.net podcast.n4vx.net]. I don't expect you to get much out of this. It's a personal project. The setup came from [https://podcastgenerator.net/ https://podcastgenerator.net/] pretty much out of the box without much headache. I still cannot get my podcast app to pull my custom image but whatever...

Latest revision as of 02:54, 19 October 2020

<<Back<<

PodGrinder

A project intended to operate as a webserver with a http form or URL variable input that filters and sanitizes the input and passes it to the backend to download and process as a valid RSS Podcast Feed. Intended for personal use to aggregate various sources and mediums of content to feed to my podcast app. Like a meatgrinder for making sausage of scrap meat!!

Frontend and input

Handling the inputs

Making the RSS Feed

  • Admin and backend for generating RSS feed
  • IT'S WORKING!!!
    • This step is functional at podcast.n4vx.net. I don't expect you to get much out of this. It's a personal project. The setup came from https://podcastgenerator.net/ pretty much out of the box without much headache. I still cannot get my podcast app to pull my custom image but whatever...