Skip to content

Commit

Permalink
more Readme and audio folder
Browse files Browse the repository at this point in the history
  • Loading branch information
parMaster committed Jul 20, 2023
1 parent 2c927be commit dd347c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,31 @@ Sometimes I find downloaded audiobooks on very old HDDs, or download [free publi
- you can continue listen to the book from the position you stopped at the last time
- no need to download anything beforehand, listen media directly from the Internet

This app can generate XML feed that you put into your podcast app and listen to audiobook as if it were a podcast! You don't need to download media files onto your device and use any storage space.
This app can generate XML feed that you put into your podcast app and listen to audiobook as if it were a podcast! You don't need to download media files onto your device and use any storage space.

## Demo
To build a demo app, simply run

`make demo`

Your server will be up and running after downloading some public domain content.
Your server will be up and running after downloading some public domain content.

Visit http://localhost:8080/index to see titles list

Demo server is also available at http://audiofeed_demo.cdns.com.ua:8983/index
Demo server is also available at http://audiofeed_demo.cdns.com.ua:8983/index

## Command line arguments
- `--folder=(string)` - path to folder with audiobooks (default "audio")
- `--code=(string)` - access code (optional) - if set, /index/{code} should be used instead of /index to access titles list, (default "")
- `--port=(int)` - port to listen on (default 8080)
- `--dbg` - enable debug mode (default false)
- `--help` - show help

## Usage
- Put your audiobook folder into `audio` folder
- Get RSS URL for your podcast app
- Run `audiofeed` with your arguments or simply `make run`
- Visit `http://localhost:8080/index` to see titles list
- Copy XML feed link and add it to your podcast app
- Enjoy

## Ubuntu autorun crontab line
Expand Down
Empty file added audio/.gitkeep
Empty file.

0 comments on commit dd347c5

Please sign in to comment.