Difference between revisions of "Useful Tools"

From Servarr
m (mentioned not officially supported; add Tdarr and GAPS; add all app data dirs)
Line 1: Line 1:
 +
The following apps are companions to the ARR Suite of Applications.  They are neither maintained, developed, nor supported by the ARR Dev Teams.
 +
Please direct any specific support questions to the respective application development team.
 +
 
== Jackett ==
 
== Jackett ==
  
Line 9: Line 12:
 
== Pulsarr ==
 
== Pulsarr ==
  
A browser extension (currently [https://chrome.google.com/webstore/detail/pulsarr/dcildkalkckjjdfpgagmnbbfooogopkd Chrome] and [https://addons.mozilla.org/firefox/addon/ffpulsarr/ Firefox]) for adding movies to Radarr while browsing IMDB. The project is at [https://github.com/roboticsound/Pulsarr github/roboticsound/Pulsarr].
+
A browser extension (currently [https://chrome.google.com/webstore/detail/pulsarr/dcildkalkckjjdfpgagmnbbfooogopkd Chrome] and [https://addons.mozilla.org/firefox/addon/ffpulsarr/ Firefox]) for adding movies to [[Radarr[[ while browsing IMDB. The project is at [https://github.com/roboticsound/Pulsarr github/roboticsound/Pulsarr].
  
 
== DB Browser for SQLite ==
 
== DB Browser for SQLite ==
  
Open the <code>nzbdrone.db</code> which can be found in the [[Radarr Troubleshooting#AppData Directory|Appdata Directory]] using [http://sqlitebrowser.org/ DB Browser for SQLite].
+
Open the <code>{arr}.db</code> which can be found in the [[Radarr Troubleshooting#AppData Directory|Sonarr Appdata Directory]], [[Radarr Troubleshooting#AppData Directory|Sonarr Appdata Directory]], [[Lidarr Troubleshooting#AppData Directory|Lidarr Appdata Directory]], or [[Readarr Troubleshooting#AppData Directory|Readarr Appdata Directory]]  using [http://sqlitebrowser.org/ DB Browser for SQLite].
<!-- Chose to use Radarr for appdata directory link unless we change otherwise -->
 
  
 
== Radarr &amp; Sonarr Companion - Android App ==
 
== Radarr &amp; Sonarr Companion - Android App ==
  
 
Add new movies/shows to your system easily with your phone. App available at : https://play.google.com/store/apps/details?id=easy.radarr
 
Add new movies/shows to your system easily with your phone. App available at : https://play.google.com/store/apps/details?id=easy.radarr
 +
 +
== Tdarr ==
 +
[https://github.com/HaveAGitGat/Tdarr Tdarr] is a self hosted web-app for automating media library transcode/remux management and making sure your files are exactly how you need them to be in terms of codecs/streams/containers etc. Designed to work alongside [[Sonarr]]/[[Radarr]] and built with the aim of modularisation, parallelisation and scalability, each library you add has its own transcode settings, filters and schedule. Workers can be fired up and closed down as necessary, and are split into 3 types - 'general', 'transcode' and 'health check'. Worker limits can be managed by the scheduler as well as manually.

Revision as of 18:24, 4 September 2020

The following apps are companions to the ARR Suite of Applications. They are neither maintained, developed, nor supported by the ARR Dev Teams. Please direct any specific support questions to the respective application development team.

Jackett

Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches.

Ombi

Ombi gives users the ability to request movies, tv shows (series, seasons or single episodes) and music albums.

Pulsarr

A browser extension (currently Chrome and Firefox) for adding movies to [[Radarr[[ while browsing IMDB. The project is at github/roboticsound/Pulsarr.

DB Browser for SQLite

Open the {arr}.db which can be found in the Sonarr Appdata Directory, Sonarr Appdata Directory, Lidarr Appdata Directory, or Readarr Appdata Directory using DB Browser for SQLite.

Radarr & Sonarr Companion - Android App

Add new movies/shows to your system easily with your phone. App available at : https://play.google.com/store/apps/details?id=easy.radarr

Tdarr

Tdarr is a self hosted web-app for automating media library transcode/remux management and making sure your files are exactly how you need them to be in terms of codecs/streams/containers etc. Designed to work alongside Sonarr/Radarr and built with the aim of modularisation, parallelisation and scalability, each library you add has its own transcode settings, filters and schedule. Workers can be fired up and closed down as necessary, and are split into 3 types - 'general', 'transcode' and 'health check'. Worker limits can be managed by the scheduler as well as manually.