An open API service indexing awesome lists of open source software.

https://github.com/notjustanna/lunarr


https://github.com/notjustanna/lunarr

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Lunarr

## Environment Variables

- `DISCORD_TOKEN`: Discord bot token to use
- `HTTP_PORT`: Port to listen on for HTTP requests
- `ADVANCED_LOGGER`: `true` to enable advanced (colorful) logging.
- `PUBLIC_URL`: URL to use for the public API.

## To Do

### Media automation
- [ ] [Sonarr](https://sonarr.tv/) support (Priority)
- [ ] Sync TV series/seasons/episodes from Sonarr
- [ ] Accept Sonarr Webhooks
- [ ] [Radarr](https://radarr.video/) support (Priority)
- [ ] Sync movies from Radarr
- [ ] Accept Radarr Webhooks
- [ ] [Lidarr](https://lidarr.audio/) support
- [ ] Sync music from Lidarr
- [ ] Accept Lidarr Webhooks
- [ ] [Bazarr](https://bazarr.media/) support
- [ ] Sync subtitles from Bazarr
- [ ] Accept Bazarr Webhooks

### Media Players
- [ ] [Jellyfin](https://jellyfin.org/) support (Priority)
- [ ] Sync files from Jellyfin
- [ ] Accept Jellyfin Webhooks
- [ ] Login through Jellyfin API
- [ ] [Plex](https://www.plex.tv/) support
- [ ] Sync files from Plex
- [ ] Accept Plex Webhooks
- [ ] Login through Plex API

### Content requesters
- [ ] [Ombi](https://ombi.io/) support (Priority)
- [ ] Sync movie requests from Ombi
- [ ] Sync TV show requests from Ombi
- [ ] Sync music requests from Ombi
- [ ] Accept Ombi Webhooks
- [ ] Login through Ombi API
- [ ] [Overseerr](https://overseerr.dev/) support