With Loud you easily add audio files (M4A or MP3) from a web site to a feed for listening later. You can keep it private and subscribe to it in your favorite podcast app.
Loud is written in PHP and should run on almost every server. cURL support for the PHP installation is required. There are no other dependencies.
- Copy the whole folder to the web server.
- Change permissions of
urls.yaml
to be either writable by the web-server or world-writable (chmod 666 urls.yaml
). - Visit the just copied folder and drag the bookmarklet to your bookmarks bar.
- Subscribe to the feed via one of the links on that page.
When you visit a web page that has either a link to a M4A or MP3 file you just click on the bookmarklet. Loud will parse the visited site and use the first found M4A or MP3 file (in that order) as the media enclosure for the feed.
You can select some text before clicking on the bookmarklet and your selection will be used as the description for the feed item.
Loud will detect duplicates and won’t add them to your feed. After the file was successfully added to your feed, you’ll be redirected back to the referring web site.
There is no error handling. This means that:
- You’ll have to use the back button of your browser when:
- there is no supported media file on the web site, or
- the item is already in your feed.
- When there are links that don’t end with
.m4a
or.mp3
they won’t be detected (e.g. NPR is not supported).