morpheus65535 / bazarr

Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
https://www.bazarr.media
GNU General Public License v3.0
2.78k stars 218 forks source link

Unable to mass edit language profile for radarr and sonarr #1533

Closed sho-87 closed 3 years ago

sho-87 commented 3 years ago

Describe the bug When I click mass edit and select all movies/TV shows, changing the profile to the one I created and saving doesn't seem to do anything. This is confirmed when clicking on the movie/TV show and seeing that no language profile has been set for any of them

When I try to set the language profile for a single movie/TV show, it seems to work correctly and I gain access to all the subtitle search features

Log: bazarr.log

To Reproduce Steps to reproduce the behavior:

  1. Install Bazarr through unraid docker. Image: https://hub.docker.com/r/linuxserver/bazarr
  2. Create language profile
  3. Enable Sonarr and Radarr integration using the api key
  4. Go to System > Tasks and run each of them once
  5. Once tasks are all finished, Series and Movies screens are now populated
  6. Go to either Series or Movies > Mass Edit > Select all > Change profile to English > Save.
  7. Go back to Series/Movies, and there is nothing in the Languages Profile column

Expected behavior Languages Profile column should say English for all movies/TV shows after mass edit

Screenshots language profile

Software (please complete the following information):

TRaSH- commented 3 years ago

Fixed in the latest dev version It's only a GUI issue, if you refresh the page it should show up.

sho-87 commented 3 years ago

it seems to be more than a GUI issue. Ive tried refreshing, using a different device, restarting bazarr, but I still cant mass edit anything

morpheus65535 commented 3 years ago

However, it's fixed in 0.9.9-beta

RuneMason1 commented 3 months ago

This issue seems to have reared its head again

anderson-oki commented 3 months ago

@RuneMason1

This issue seems to have reared its head again

Can you provide some video of reproducing the issue?

Also do you have any errors in the developer console you can spot?

RuneMason1 commented 3 months ago

Here ya go. Also, not sure about dev console, not sure where to find that.

https://github.com/morpheus65535/bazarr/assets/78815068/ca153d81-33d4-4ede-930a-02039ee207f2

anderson-oki commented 3 months ago

Here ya go. Also, not sure about dev console, not sure where to find that.

Recording.2024-06-11.220601.mp4

https://help.vivaldi.com/desktop/tools/developer-tools/ This is how you open it, can you check if you have some error message.

RuneMason1 commented 3 months ago

Oh, I was thinkin you meant a console in bazarr

RuneMason1 commented 3 months ago

Not sure what i'm looking for in the dev tools. Is there a specific tab or section? the default is just a code elements viewer

anderson-oki commented 3 months ago

Not sure what i'm looking for in the dev tools. Is there a specific tab or section? the default is just a code elements viewer

Console tab, check for any error message.

RuneMason1 commented 3 months ago

Request entity too large is what it says to explain the 413 error.

RuneMason1 commented 3 months ago

Is there any way to clear all the movies from bazarr, and rescan/re-sync and have the desired profile automatically assigned? Or something LIKE that? Like a default profile

anderson-oki commented 3 months ago

Request entity too large is what it says to explain the 413 error.

This is fixed on the current beta.

RuneMason1 commented 3 months ago

Gotcha. is that available to grab now, or is it in the works?