Difference between revisions of "Useful Tools"

From Servarr
m (reorder)
(link fix)
Line 5: Line 5:
 
=== DB Browser for SQLite ===
 
=== 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].
+
Open the <code>{arr}.db</code> which can be found in the [[Lidarr Troubleshooting#AppData Directory|Lidarr Appdata Directory]], [[Radarr Troubleshooting#AppData Directory|Radarr Appdata Directory]], [[Readarr Troubleshooting#AppData Directory|Readarr Appdata Directory]], or [[Sonarr Troubleshooting#AppData Directory|Sonarr Appdata Directory]]  using [[Useful_Tools#DB_Browser_for_SQLite|DB Browser for SQLite]].
  
 
== Other Projects and Programs ==
 
== Other Projects and Programs ==

Revision as of 01:55, 5 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.

Common Software

DB Browser for SQLite

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

Other Projects and Programs

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.

Radarr & Sonarr Companion - Android App

Add new movies/shows to your system easily with your phone. App available at Google Play

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.

Scripts & Things