You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
### By Todd Roberts
5
5
https://github.com/toddrob99/searcharr
6
6
7
-
This bot allows users to add movies to Radarr and series to Sonarr via Telegram messaging app.
7
+
This bot allows users to add movies to Radarr, series to Sonarr, and books to Readarr via Telegram messaging app.
8
8
9
9
## Setup & Run
10
10
@@ -20,6 +20,7 @@ You are required to update the following settings, at minimum:
20
20
* Telegram Bot > Token (see [Telegram Bot Setup Instructions](https://core.telegram.org/bots#6-botfather))
21
21
* Sonarr > URL, API Key, Quality Profile ID
22
22
* Radarr > URL, API Key, Quality Profile ID
23
+
* Readarr > URL, API Key, Quality Profile ID, Metadata Profile ID
23
24
24
25
### Docker & Docker-Compose
25
26
@@ -45,9 +46,9 @@ Send a private message to your bot saying `/start <password>` where `<password>`
45
46
46
47
**Double Caution**: Do not authenticate as an admin in a group chat. Always use a private message with your bot.
47
48
48
-
### Search & Add a Series to Sonarr or a Movie to Radarr
49
+
### Search & Add a Series to Sonarr, a Movie to Radarr, or a Book to Readarr
49
50
50
-
Send the bot a (private or group) message saying `/series <title>`or `/movie <title>` (replace with custom command aliases, as configured in `settings.py`). The bot will reply with information about the first result, along with buttons to move forward and back within the search results, pop out to tvdb, TMDB, or IMDb, add the current series/movie to Sonarr/Radarr, or cancel the search. When you click the button to add the series/movie to Sonarr/Radarr, the bot will ask what root folder to put the series/movie in, then what quality profile to use--unless you have only one root folder or quality profile enabled in Searcharr settings, in which case it will skip those steps and add the series/movie straight away.
51
+
Send the bot a (private or group) message saying `/series <title>`, `/movie <title>`, or `/book <title>` (replace with custom command aliases, as configured in `settings.py`). The bot will reply with information about the first result, along with buttons to move forward and back within the search results, pop out to tvdb, TMDB, or IMDb, or Goodreads for books, add the current series/movie/book to Sonarr/Radarr/Readarr, or cancel the search. When you click the button to add the series/movie/book to Sonarr/Radarr/Readarr, the bot will ask what root folder to put the series/movie/book in, then what quality profile to use--unless you have only one root folder or quality profile enabled in Searcharr settings, in which case it will skip those steps and add the series/movie straight away.
Copy file name to clipboardExpand all lines: lang/ca-es.yml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ language_label: Català
4
4
movie: pel·lícula
5
5
series: sèrie
6
6
season: temporada
7
+
book: llibre
7
8
title: títol
8
9
title_here: títol aquí
9
10
password: contrasenya
@@ -25,6 +26,7 @@ convo_not_found: He rebut la teva ordre, però no reconec la conversa. Sisplau,
25
26
search_canceled: Cerca cancel·lada!
26
27
no_root_folders: "Error afegint {kind}: no hi han carpetes arrel per {app}! Sisplau, comprova la teva configuració de Searcharr i torna a intentar-ho."
27
28
no_quality_profiles: "Error afegint {kind}: no hi han perfils de qualitat activats per {app}! Sisplau, comprova la teva configuració de Searcharr i torna a intentar-ho."
29
+
no_language_profiles: "Error afegint {kind}: no hi han perfils de llenguatge activats per {app}! Sisplau, comprova la teva configuració de Searcharr i torna a intentar-ho."
@@ -57,3 +60,9 @@ help_sonarr: Utilitza {series_commands} per afegir una sèrie a Sonarr.
57
60
help_radarr: Utilitza {movie_commands} per afegir una pel·lícula a Radarr.
58
61
no_features: Ho sento, però totes les meves funcions estàn desactivades temporalment.
59
62
admin_help: Com que ets administrador, també pots utilitzar {commands} per gestionar els usuaris.
63
+
readarr_disabled: Ho sento, però el suport per llibres està desactivat.
64
+
include_book_title_in_cmd: Sisplau, inclou el títol del llibre en la ordre, per exemple {commands}
65
+
no_matching_books: Ho sento, però no he trobat cap llibre que compleixi el criteri de cerca.
66
+
help_readarr: Utilitza {book_commands} per afegir una llibre a Readarr.
67
+
no_metadata_profiles: "Error afegint {kind}: no hi han perfils de metadata activats per {app}! Sisplau, comprova la teva configuració de Searcharr i torna a intentar-ho."
Copy file name to clipboardExpand all lines: lang/de-de.yml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ language_label: German
4
4
movie: Film
5
5
series: Serie
6
6
season: Staffel
7
+
book: Buchen
7
8
title: Title
8
9
title_here: Titel hier
9
10
password: Kennwort
@@ -25,6 +26,7 @@ convo_not_found: Ich habe Ihren Befehl erhalten, aber ich erkenne das Gespräch
25
26
search_canceled: Suche abgebrochen!
26
27
no_root_folders: "Fehler beim Hinzufügen {kind}: keine Root-Ordner aktiviert für {app}! Bitte überprüfen Sie Ihre Searcharr-Konfiguration und versuchen Sie es erneut."
27
28
no_quality_profiles: "Fehler beim Hinzufügen {kind}: keine Qualitätsprofile aktiviert für {app}! Bitte überprüfen Sie Ihre Searcharr-Konfiguration und versuchen Sie es erneut."
29
+
no_language_profiles: "Fehler beim Hinzufügen {kind}: keine Sprachprofil aktiviert für {app}! Bitte überprüfen Sie Ihre Searcharr-Konfiguration und versuchen Sie es erneut."
@@ -57,3 +60,9 @@ help_sonarr: Verwenden Sie {series_commands} um Sonarr eine Serie hinzuzufügen.
57
60
help_radarr: Verwenden Sie {movie_commands} um einen Film zu Radarr hinzuzufügen.
58
61
no_features: Tut mir leid, aber alle meine Funktionen sind derzeit deaktiviert.
59
62
admin_help: Da Sie ein Administrator sind, können Sie auch {commands} verwenden, um Benutzer zu verwalten.
63
+
readarr_disabled: Tut mir leid, aber die Buchunterstützung ist deaktiviert.
64
+
include_book_title_in_cmd: Bitte geben Sie den Buchtitel in den Befehl ein, z.b. {commands}
65
+
no_matching_books: Tut mir leid, aber ich habe keine passenden Buchen gefunden.
66
+
help_readarr: Verwenden Sie {book_commands} um einen Buchen zu Readarr hinzuzufügen.
67
+
no_metadata_profiles: "Fehler beim Hinzufügen {kind}: keine Metadatenprofil aktiviert für {app}! Bitte überprüfen Sie Ihre Searcharr-Konfiguration und versuchen Sie es erneut."
Copy file name to clipboardExpand all lines: lang/es-es.yml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ language_label: Español
4
4
movie: película
5
5
series: serie
6
6
season: temporada
7
+
book: libro
7
8
title: título
8
9
title_here: título aquí
9
10
password: contraseña
@@ -25,6 +26,7 @@ convo_not_found: He recibido tu comando, pero no he reconocido la conversación.
25
26
search_canceled: ¡Búsqueda cancelada!
26
27
no_root_folders: "¡Error añadiendo {kind}: no se han encontrado carpetas raíz para {app}! Por favor, consulta tu configuración de Searcharr e inténtalo de nuevo."
27
28
no_quality_profiles: "¡Error añadiendo {kind}: no se han encontrado perfiles de calidad activados para {app}! Por favor, consulta tu configuración de Searcharr e inténtalo de nuevo."
29
+
no_language_profiles: "¡Error añadiendo {kind}: no se han encontrado perfiles de idioma activados para {app}! Por favor, consulta tu configuración de Searcharr e inténtalo de nuevo."
@@ -57,3 +60,9 @@ help_sonarr: Usa {series_commands} para añadir serie a Sonarr.
57
60
help_radarr: Usa {movie_commands} para añadir película a Radarr.
58
61
no_features: Lo siento, pero todas mis funciones están actualmente desactivadas.
59
62
admin_help: Ya que eres administrador, también puedes usar {commands} para gestionar los usuarios.
63
+
readarr_disabled: Lo siento, pero el soporte para libros está desativado.
64
+
include_book_title_in_cmd: Por favor, incluye el título del libro en el comando, por ejemplo {commands}
65
+
no_matching_books: Lo siento, no he encontrado ninguna libro que cumpla el criterio de búsqueda.
66
+
help_readarr: Usa {book_commands} para añadir libro a Readarr.
67
+
no_metadata_profiles: "¡Error añadiendo {kind}: no se han encontrado perfiles de metadata activados para {app}! Por favor, consulta tu configuración de Searcharr e inténtalo de nuevo."
Copy file name to clipboardExpand all lines: lang/fr-fr.yml
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ language_label: Français
4
4
movie: film
5
5
series: séries
6
6
season: saison
7
+
book: livre
7
8
title: titre
8
9
title_here: titre ici
9
10
password: mot de passe
@@ -23,8 +24,9 @@ no_matching_series: Désolé, mais je n'ai pas trouvé de série correspondante.
23
24
no_users_found: Désolé, mais je n'ai pas trouvé d'utilisateurs. Cela semble être une erreur...
24
25
convo_not_found: J'ai reçu votre commande, mais je ne reconnais pas la conversation. Veuillez recommencer.
25
26
search_canceled: Recherche annulée !
26
-
no_root_folders: "Error adding {kind} : no root folders enabled for {app} ! Veuillez vérifier votre configuration Searcharr et réessayer."
27
-
no_quality_profiles: "Error adding {kind} : no quality profiles enabled for {app} ! Veuillez vérifier votre configuration Searcharr et réessayer."
27
+
no_root_folders: "Erreur lors de l'ajout {kind} : aucun dossier racine activé pour {app} ! Veuillez vérifier votre configuration Searcharr et réessayer."
28
+
no_quality_profiles: "Erreur lors de l'ajout {kind} : aucun profil de qualité activé pour {app} ! Veuillez vérifier votre configuration Searcharr et réessayer."
29
+
no_language_profiles: "Erreur lors de l'ajout {kind} : aucun profil de langue activé pour {app} ! Veuillez vérifier votre configuration Searcharr et réessayer."
@@ -57,3 +60,9 @@ help_sonarr: Utilisez {series_commands} pour ajouter une série à Sonarr.
57
60
help_radarr: Utilisez {movie_commands} pour ajouter un film à Radarr.
58
61
no_features: Désolé, mais toutes mes fonctions sont actuellement désactivées.
59
62
admin_help: Puisque vous êtes un administrateur, vous pouvez également utiliser les {commands} pour gérer les utilisateurs.
63
+
readarr_disabled: Désolé, mais le support des livres est désactivé.
64
+
include_book_title_in_cmd: "Veuillez inclure le titre du livre dans la commande, par exemple : {commands}"
65
+
no_matching_books: Désolé, mais je n'ai pas trouvé de livres correspondants.
66
+
help_readarr: Utilisez {book_commands} pour ajouter un livre à Readarr.
67
+
no_metadata_profiles: "Erreur lors de l'ajout {kind} : aucun profil de metadata activé pour {app} ! Veuillez vérifier votre configuration Searcharr et réessayer."
0 commit comments