https://github.com/notjustanna/lunarr
https://github.com/notjustanna/lunarr
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/notjustanna/lunarr
- Owner: NotJustAnna
- Created: 2022-04-20T21:34:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T15:35:11.000Z (over 2 years ago)
- Last Synced: 2025-07-28T23:32:16.221Z (10 months ago)
- Language: TypeScript
- Size: 123 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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