Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jysperm/dir2cast
Turn .mp3 files in current directory to a podcast feed just one command.
https://github.com/jysperm/dir2cast
Last synced: 3 days ago
JSON representation
Turn .mp3 files in current directory to a podcast feed just one command.
- Host: GitHub
- URL: https://github.com/jysperm/dir2cast
- Owner: jysperm
- Created: 2022-04-21T14:16:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T14:40:13.000Z (over 2 years ago)
- Last Synced: 2024-06-21T15:49:41.320Z (5 months ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dir2cast
Turn .mp3 files in current directory to a podcast feed just one command. Then you can subscribe to it with your favorite podcast client, download it for offline listening.
```
$ ls
ep1.mp3 ep2.mp3
$ dir2cast
[Parse] Processing ep1.mp3
[Parse] Processing ep2.mp3
[HTTP] Listening on port 8080 ...
```1. Open your podcast client.
2. Choose `Subscribe by URL` and paste the URL: `http://:8080/feed.xml`.
3. Download and cache all episodes.
4. Now you can stop the `dir2cast` proccess.`dir2cast` will use filename as episode titles and use file modification time as episode publish date, extract ID3 tags from mp3 files, like lyrics and album cover.
`dir2cast` will use current directory as the name of podcast, and the first album cover as the podcast icon.