Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
amsehili committed Sep 13, 2023
1 parent a42ca48 commit 1ec0688
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ given set of extensions.

## Installation

pip install mutagen eyed3 generss
Another package named `genrss` already exists on pypi, we use `generss` (with an
*e* after the *n*) for installation:

pip install generss

On installed, you can use `genRSS` on the command line.

## Determining file duration

Expand All @@ -26,6 +31,8 @@ cannot be obtained, no `<itunes:duration>` tag will be inserted.

## Usage options

Type `genRSS -h` to show the usage options:

```
-d DIRECTORY, --dirname DIRECTORY
Directory to look for media files in.
Expand Down

0 comments on commit 1ec0688

Please sign in to comment.