Skip to content

MisinformedDNA/OneDrive2Podcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneDrive2Podcast

A simple executable for turning a folder of media files into a podcast feed, hosted on OneDrive.

Get the Executable

  • Download the source and compile it.
  • (We will provide an executable as this project matures.)

How to Use

  1. Create a folder in OneDrive where you would like to store your podcast files (i.e. 'public/podcast')
  2. Place all your podcast files in the folder
  3. Place the executable and the config file into the folder (OneDrive2Podcast.exe, OneDrive2Podcast.exe.config)
  4. Go to https://onedrive.com
  5. Navigate to the podcast folder you created
  6. Take a look at the URL in the address bar. For example, it should look something like https://onedrive.live.com/?id=A1B2C3D4E5F6G7H8%21Z0Y1X2&cid=A1B2C3D4E5F6G7H8
  7. Copy the value of the id parameter. In this example, that would be A1B2C3D4E5F6G7H8%21Z0Y1X2.
  8. Open the config file
  9. Replace [FOLDER_ITEM_ID] with the copied value and then save
  10. Run the executable by double clicking it
  11. You now have a generated RSS feed!
  12. Open the RSS file
  13. Your RSS URL will be in '//rss/channel/link' and will look something like https://api.onedrive.com/v1.0/drives/0123456ABCDEFGHI/root:/Public/Podcast/rss.xml:/content
  14. Copy and paste the URL into your favorite podcatcher
  15. Enjoy!

About

A simple executable for turning a folder of media files into a podcast feed, hosted on OneDrive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages