{"id":15660461,"url":"https://github.com/borkdude/generate-podcast","last_synced_at":"2025-05-05T21:09:52.149Z","repository":{"id":142283286,"uuid":"257904872","full_name":"borkdude/generate-podcast","owner":"borkdude","description":"A babashka script to create a podcast from a local directory with mp3 files","archived":false,"fork":false,"pushed_at":"2020-04-22T14:03:20.000Z","size":494,"stargazers_count":19,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T23:41:11.734Z","etag":null,"topics":["babashka","clojure","podcasts"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/borkdude.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"borkdude"}},"created_at":"2020-04-22T13:09:28.000Z","updated_at":"2024-05-28T17:58:30.000Z","dependencies_parsed_at":"2024-02-10T22:36:25.621Z","dependency_job_id":null,"html_url":"https://github.com/borkdude/generate-podcast","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fgenerate-podcast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fgenerate-podcast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fgenerate-podcast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fgenerate-podcast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borkdude","download_url":"https://codeload.github.com/borkdude/generate-podcast/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252577020,"owners_count":21770721,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["babashka","clojure","podcasts"],"created_at":"2024-10-03T13:21:48.669Z","updated_at":"2025-05-05T21:09:52.105Z","avatar_url":"https://github.com/borkdude.png","language":"Clojure","funding_links":["https://github.com/sponsors/borkdude"],"categories":[],"sub_categories":[],"readme":"# Generate podcast\n\nA [babashka](https://github.com/borkdude/babashka/) script to transform a\ndirectory of mp3 files into an XML file that can be used to subscribe as a\npodcast in iTunes (and possibly other music programs?).\n\nThis is a great way to enjoy conference talks on your iPod or mobile phone.\n\n\u003cimg src=\"nano.jpg\" width=\"50%\"\u003e\n\n## Usage\n\n- Install [babashka](https://github.com/borkdude/babashka/).\n- Place the script `generate_podcast.clj` somewhere on your path.\n\n- Create a directory with `.mp3` files. E.g. download [Clojure Conj\n2019](https://www.youtube.com/watch?v=MnvtPzEH-d8\u0026list=PLZdCLR02grLqSy15ALLAZDU6LGpAJDrAQ)\nas mp3 files with [youtube-dl](https://github.com/ytdl-org/youtube-dl).\n\n  ``` shell\n  $ mkdir -p conj2019 \u0026\u0026 cd conj2019\n  $ youtube-dl -x --audio-format mp3 \"https://www.youtube.com/watch?v=MnvtPzEH-d8\u0026list=PLZdCLR02grLqSy15ALLAZDU6LGpAJDrAQ\"\n  ```\n\n- Start a local webserver in the mp3-files directory\n\n   ``` shell\n   $ python -m SimpleHTTPServer\n   Serving HTTP on 0.0.0.0 port 8000 ...\n   ```\n\n- In another shell, generate the podcast file from inside the mp3-files directory:\n\n   ``` shell\n   $ cd conj2019\n   $ generate_podcast.clj -h\n   generate_podcast.clj:\n\n   -f --file FILE Podcast file to generate :default podcast.xml\n   -t --title TITLE Title for the podcast\n   -b --base-url URL Base URL of server\n   -h --help\n\n   $ generate_podcast.clj -f conj2019.xml -b http://localhost:8000 -t \"Clojure Conj 2019\"\n   Written podcast for Clojure Conj 2019 at conj2019.xml\n   ```\n\n- In iTunes, subscribe to the podcast: `File \u003e Subscribe to podcast \u003e http://localhost:8000/conj2019.xml`.\n\nHappy listening!\n\n## License\n\nCopyright © 2020 Michiel Borkent\n\nDistributed under the EPL License. See LICENSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborkdude%2Fgenerate-podcast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborkdude%2Fgenerate-podcast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborkdude%2Fgenerate-podcast/lists"}