Update README.md

Added Arguments section to documentation
master
Judd West 6 years ago committed by GitHub
parent 5e5c676d16
commit 2440501843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md

@ -7,4 +7,10 @@ Any shell
#Useage
Simply run "pod2mpd [link to RSS feed]" this will add a link to all of the items in the RSS feed to the MPD playlist.
Simply run `pod2mpd <link to RSS feed>`, and this will add a link to all of the items in the RSS feed to the MPD playlist.
Arguements:
`-f` (`pod2mpd -f <filename>`) reads from a local file
`-i` (`pod2mpd -i <link to rss feed>`) inverts the playlist order
`-h` (`pod2mpd -h <MPD Host IP> <link to RSS feed>`) allows you to specify an IP or hostname to talk to a remote MPD server

Loading…
Cancel
Save