mateoradman / bazarr-bulk

Bazarr Bulk Actions CLI - Bulk sync your subtitles with ease
https://crates.io/crates/bazarr-bulk
MIT License
43 stars 1 forks source link

[Question] Where to find Sonarr/Radarr IDs? #37

Closed Ali-Flt closed 1 month ago

Ali-Flt commented 1 month ago

Hey there,

I can't seem to find the TV show IDs in the Sonarr GUI. I tried using the tvdb ID but didn't work

Could you help with that please? Thanks!

Ali-Flt commented 1 month ago

Btw, I know it is possible to get the IDs via the api using /api/v3/series but there must be an easier way right?

mateoradman commented 1 month ago

Hi @Ali-Flt, sonarr/radarr ids are internal IDs that are assigned incrementally for each show you add. The easiest way (at least for me) to obtain an ID of a show/movie is to:

  1. open developer tools in your browser (F12)
  2. filter for seriesId (in case of sonarr). This step is optional but filters out thousands of other network requests made.
  3. look for a seriesId query parameter in the request fired after clicking on any tv show.

Here is a screencast: Screencast from 10.09.2024 14:20:54.webm