Skip to content
/ filecasted Public

An RSS editor to create/modify a podcast with files.

License

Notifications You must be signed in to change notification settings

n3f/filecasted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filecasted

Create or modify podcast xml files using local files (i.e. m3u, mp3, mp4, etc.)

Usage

Usage: filecast [OPTIONS] INPUT

  Create a podcast file from INPUT.

  INPUT can be a playlist (`.m3u`), stdin (`-`), a directory or a collection
  of audio files.  Playlists and stdin should be a simple text document with
  a list of files to add.

Options:
  --version
  -v, --verbose
  -f, --force             Force the output to an existing file.
  --audio-extensions EXT  Comma separated list of processable extensions.
                          [default: .mp3,.mp4,.wav]

  -a, --append            Append INPUT to the output file.
  -o, --output PATH
  -n, --dry-run           Run as normally, but don't make any permanent
                          changes

  --help                  Show this message and exit.

About

An RSS editor to create/modify a podcast with files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages