Difference between revisions of "Useful Tools"
Bakerboy448 (talk | contribs) m (remove : →Radarr & Sonarr Companion - Android App) |
Bakerboy448 (talk | contribs) m (reorder) |
||
Line 2: | Line 2: | ||
Please direct any specific support questions to the respective application development team. | Please direct any specific support questions to the respective application development team. | ||
− | == Jackett == | + | == Common Software == |
+ | === 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]. | ||
+ | |||
+ | == Other Projects and Programs == | ||
+ | === Jackett === | ||
[https://github.com/Jackett/Jackett Jackett] works as a proxy server: it translates queries from apps ([https://github.com/Sonarr/Sonarr Sonarr], [https://github.com/Radarr/Radarr Radarr], [https://sickrage.github.io/ SickRage], [https://couchpota.to/ CouchPotato], [https://github.com/evilhero/mylar 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. | [https://github.com/Jackett/Jackett Jackett] works as a proxy server: it translates queries from apps ([https://github.com/Sonarr/Sonarr Sonarr], [https://github.com/Radarr/Radarr Radarr], [https://sickrage.github.io/ SickRage], [https://couchpota.to/ CouchPotato], [https://github.com/evilhero/mylar 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 === |
[https://github.com/tidusjar/Ombi/ Ombi] gives users the ability to request movies, tv shows (series, seasons or single episodes) and music albums. | [https://github.com/tidusjar/Ombi/ Ombi] gives users the ability to request movies, tv shows (series, seasons or single episodes) and music albums. | ||
− | == 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 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]. | ||
− | = | + | === Radarr & Sonarr Companion - Android App === |
− | |||
− | |||
− | |||
− | == 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 Google Play] | Add new movies/shows to your system easily with your phone. App available at [https://play.google.com/store/apps/details?id=easy.radarr Google Play] | ||
− | == Tdarr == | + | === 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. | [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. | ||
+ | |||
+ | == Scripts & Things == |
Revision as of 01:53, 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 Sonarr Appdata Directory, Sonarr Appdata Directory, Lidarr Appdata Directory, or Readarr 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.