jrudio / shart

Command your Radarr and Sonarr applications via Discord
21 stars 4 forks source link

Feature Request - Show list of movies or shows already added #7

Open jgshier opened 6 years ago

jgshier commented 6 years ago

What the title says, anyway to add a command to show what has already been added? I don't know your go programming. too bad this isn't in python or something :)

jrudio commented 6 years ago

How should it be presented?

shart library movies

Movies in your library:

<title> <year> <title> <year> <title> <year> <title> <year>

Any other ideas on how output should be formatted?

jrudio commented 6 years ago

added library command for movies in fabc1db50c29723e21400c57b2b7803935680aba

it uses pagination because of discord's character limit

it also has filters for downloaded, missing, monitored, etc

just need to work on shows

jgshier commented 6 years ago

How do you had that to a docker container?

jgshier commented 6 years ago

Was this add in to the master? Tried to pull the docker and doesn't seem to have shart library

jrudio commented 6 years ago

Thanks for bringing it up. No, it was not. I just pushed it to the docker repo using the latest tag. It was on docker, but under jrudio/shart:fabc1db-dirty.