Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Notifiarr/toolbarr
Starr Toolbarr
https://github.com/Notifiarr/toolbarr
lidarr prowlarr radarr readarr sonarr starr svelte wails-app whisparr
Last synced: 2 months ago
JSON representation
Starr Toolbarr
- Host: GitHub
- URL: https://github.com/Notifiarr/toolbarr
- Owner: Notifiarr
- License: mit
- Created: 2022-10-06T02:04:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T11:10:03.000Z (8 months ago)
- Last Synced: 2024-05-18T12:24:15.278Z (8 months ago)
- Topics: lidarr, prowlarr, radarr, readarr, sonarr, starr, svelte, wails-app, whisparr
- Language: Go
- Homepage: https://notifiarr.com/discord
- Size: 7.73 MB
- Stars: 61
- Watchers: 3
- Forks: 4
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-arr - Toolbarr - Provides a suite of utilities to fix problems with Starr applications. Toolbarr allows you to perform various actions against your Starr apps and their SQLite3 databases. (Complimenting Apps)
README
#
Provides a suite of utilities to fix problems with Starr applications.
Toolbarr allows you to perform various actions against your Starr apps and their SQLite3 databases.# Features
The first release provides 1 major feature:
- **Updating Root Folders**: Use this when you need to
[migrate your starr application](https://github.com/Notifiarr/toolbarr/wiki/Change-Root-Folder)
to another host, and the file system paths to your media are changing.And several other features:
- Mass Quality Profiles management.
- Mass Indexer management.
- Mass Import List management.
- Mass Import List Exclsions management.
- Mass Download Client management.
- Mass Block List management.# How?
Run this application on _your_ computer (mac/windows).
Configure it with your starr app details (url/api key), and an optional sqlite3 database file.# Installation
There's a DMG for mac users and an EXE installer for Windows users on the
[Releases](https://github.com/Notifiarr/toolbarr/releases) page.
Download the latest file for your OS and install it. Once installed,
you can use the `About` menu to check for updates.**While things are under development, you can grab a copy of the Windows or macOS installer
@ [https://unstable.golift.io/toolbarr](https://unstable.golift.io/toolbarr)**Linux users may not have great luck with the binaries provided.
They only work on a specific version of `glibc`.
Prepare to compile it yourself, but you can try installing it from the repo first:```shell
curl -s https://golift.io/repo.sh | sudo bash -s - toolbarr
```# Caution
This app may be destructive. Make backups. Do not connect it to a live SQLite database file; use a backup copy!
The `Actions` tab is safe, and well tested with the four primary Starr apps.
Prowlarr has limited support. Whisparr may work, but is not tested.# I want more..
We do too. What other things do you want to do Sonarr or Radarr that you just can't do easily some other way?
**This is a work in progress and your input will make it work better!**- [Let us know how we can make your life easier](https://github.com/Notifiarr/toolbarr/issues/new).