https://github.com/christophercatt/listarr
A Trakt.tv list -> Sonarr implementation, emulating the list functionality found within Radarr
https://github.com/christophercatt/listarr
bulma-css express-js nodejs react sonarr trakt
Last synced: 8 months ago
JSON representation
A Trakt.tv list -> Sonarr implementation, emulating the list functionality found within Radarr
- Host: GitHub
- URL: https://github.com/christophercatt/listarr
- Owner: christophercatt
- License: mit
- Archived: true
- Created: 2020-07-11T15:49:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T10:59:55.000Z (almost 3 years ago)
- Last Synced: 2024-10-02T05:42:20.032Z (about 1 year ago)
- Topics: bulma-css, express-js, nodejs, react, sonarr, trakt
- Language: JavaScript
- Homepage:
- Size: 438 KB
- Stars: 20
- Watchers: 0
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Listarr
Listarr is a convenience application, allowing for [Trakt](trakt.tv) lists to be imported into Sonarr. Designed to emulate the custom lists found in Radarr.
## Installation
To install, run:
```bash
#Clone repository
git clone https://github.com/christophercatt/listarr.git#Enter project directory
cd listarr#Install dependencies
npm run setup
```## Usage
Before using, make sure that you create and obtain a Trakt Client ID [_here_](https://trakt.tv/oauth/applications/new).
Start Listarr:
```
npm start
```Go to localhost:5000
Note. Before adding any list to Listarr, please make sure you fill out the required connection details within the settings. Lists will not automatically be added to Sonarr once added to Listarr, they are added every x minutes, set within the 'Settings' tab.
## Docker
To build from source
```bash
#Bulid the image
docker build -t ccatt601/listarr .#Run the image
docker run -d -p 'host port':5000 -v /path/to/store/data:/app/server/config/ ccatt601/listarr
```The Docker Image is also available on [Docker Hub](https://hub.docker.com/repository/docker/ccatt601/listarr)
## Feature Requests & Roadmap
The following are planned features/updates that _should_ be coming your way some time soon. Keep an eye out for updates:
- [ ] Notifications
- [ ] Authentication
- [ ] History Feed
- [ ] Radarr Integration
- [ ] IMDB IntegrationFor a full list of requested features and their status, you can track on the _now_ public Trello board found [_here_](https://trello.com/b/sLWoaEgx). To request a feature, please open an Issue and I will respond/close when the request has been added to Trello.
## Contributing
This is my first application utilizing most of the technologies and techniques used. As such, pull requests are very much welcomed. For major changes, please open an issue first to discuss what you would like to change.
## License
Listarr comes under the [MIT](https://choosealicense.com/licenses/mit/) license.
## Donate
If you find this project helpful, feel free to make a small donation to the developer:
[](https://www.buymeacoffee.com/christophercatt)