Skip to content

Tags: josephschmitt/alexa-libby

Tags

v1.2.0

Toggle v1.2.0's commit message
Add new config option for choosing a quality when adding media in son…

…arr/radarr (#11)

You can now optionally supply a key called "quality" for each provider that matches the quality you want the media to download at. Note that the name of the quality has to match exactly what it's called in Sonarr or Radarr for it to work. Example:

```
  "server": {...}
  "movies": {
    "provider": "radarr",
    "server": {...},
    "quality": "HD-1080p"
  },
  "shows": {
    "provider": "sonarr",
    "server": {...},
    "quality": "HDTV-1080p"
  }
```

If you don't set a quality, it'll use whatever the first quality profile from the API is, usually "Any".

Closes #6

v1.1.8

Toggle v1.1.8's commit message
Search for movie when adding to Radarr list (#8)

* Fix for #7
* Bump version to 1.1.8

v1.1.7

Toggle v1.1.7's commit message
Require saying "movie/film" or "show/series" before a media item title.

Excluding this was leading to issues where Alexa wasn't sure if you were
trying to say a show or movie.

v1.1.6

Toggle v1.1.6's commit message
Add imdb field back in for Couch Potato.

It's necessary for adding a movie.

v1.1.5

Toggle v1.1.5's commit message
Add imdb field back in for Couch Potato.

It's necessary for adding a movie.

v1.1.4

Toggle v1.1.4's commit message
Fix Couch Potato parser.

Seems the search and list endpoints had different schemas.

v1.1.3

Toggle v1.1.3's commit message
Fix js error when couch potato returns no movies in response.

v1.1.2

Toggle v1.1.2's commit message
Add sample configs to show what different setups look like.

v1.1.1

Toggle v1.1.1's commit message
Fix error looking up qualities

v1.1.0

Toggle v1.1.0's commit message
Bump version to 1.1.0 for adding Sonarr and Radarr support.