Difference between revisions of "Useful Tools"

From Servarr
m (mentioned not officially supported; add Tdarr and GAPS; add all app data dirs)
m (linkfix →‎Pulsarr)
Line 12: 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 Pulsarr].
  
 
== DB Browser for SQLite ==
 
== DB Browser for SQLite ==

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 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.