This is a simple web-based tool for managing the queue in Sonarr. You can use it to blacklist stalled downloads, and optionally redownload them.
Why the short name SQM you ask? Well, maybe we can add Radarr support in the future. ;)
So the name becomes Servarr Queue Manager.
This tool may contain bugs and might not work perfectly, as it was developed quickly.
If you're inexperienced with web development, it's recommended not to use this tool.
Experienced developers are welcome to contribute to the project.
Follow these instructions to get the project up and running on your local machine for testing and development purposes.
-
Clone the repository to your local machine:
git clone https://github.com/MrDKGE/SQM.git
-
Go to the projects directory in your web server's root directory.
-
Fill in the Sonarr server details:
- IP Address
- Port
- API Key
- Protocol (HTTP or HTTPS)
-
Optionally, check the "Save Details Locally" checkbox to save your settings for future visits.
-
Click the "Fetch Queue" button to retrieve the stalled downloads from your Sonarr server.
-
The list of stalled downloads will be displayed. You can select individual downloads for blacklisting.
-
Click the "Blacklist Selected" button to blacklist the selected downloads. You can also choose to redownload them by checking the "Redownload blacklisted items" checkbox.
Contributions are welcome! If you'd like to improve this project, follow these steps:
- Fork the repository on GitHub.
- Clone your forked repository to your local machine.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your commit message here"
- Push your changes to your fork on GitHub:
git push origin feature/your-feature-name
- Create a pull request on GitHub from your forked repository to the main repository.
- Describe your changes in the pull request, and the maintainers will review your code.
- If the webpage is served over HTTPS, the browser will block the requests to the Sonarr server if it's using HTTP.
- Sonarr v4
This project is licensed under the MIT License - see the LICENSE file for details.
Bootstrap for the awesome CSS framework.
jQuery for DOM manipulation.
Sonarr for the awesome TV show management software.