|
| 1 | +-- @operation: export |
| 2 | +-- @entity: batch |
| 3 | +-- @name: Reduce 2160p DSNP Score / Better to Raise it with IMAX CF for those who want it |
| 4 | +-- @exportedAt: 2026-04-25T19:06:18.619Z |
| 5 | +-- @opIds: 7688, 7689, 7690, 7691, 7692, 7693, 7694, 7695 |
| 6 | + |
| 7 | +-- --- BEGIN op 7688 ( update quality_profile "2160p Balanced" ) |
| 8 | +DELETE FROM quality_profile_custom_formats |
| 9 | +WHERE quality_profile_name = '2160p Balanced' |
| 10 | + AND custom_format_name = 'Disney+ Enhancement' |
| 11 | + AND arr_type = 'radarr' |
| 12 | + AND score = -1000; |
| 13 | +-- --- END op 7688 |
| 14 | + |
| 15 | +-- --- BEGIN op 7689 ( update quality_profile "2160p Balanced" ) |
| 16 | +UPDATE quality_profile_custom_formats |
| 17 | +SET score = 2000 |
| 18 | +WHERE quality_profile_name = '2160p Balanced' |
| 19 | + AND custom_format_name = 'DSNP' |
| 20 | + AND arr_type = 'radarr' |
| 21 | + AND score = 3000; |
| 22 | +-- --- END op 7689 |
| 23 | + |
| 24 | +-- --- BEGIN op 7690 ( update quality_profile "2160p Efficient" ) |
| 25 | +DELETE FROM quality_profile_custom_formats |
| 26 | +WHERE quality_profile_name = '2160p Efficient' |
| 27 | + AND custom_format_name = 'Disney+ Enhancement' |
| 28 | + AND arr_type = 'radarr' |
| 29 | + AND score = -1000; |
| 30 | +-- --- END op 7690 |
| 31 | + |
| 32 | +-- --- BEGIN op 7691 ( update quality_profile "2160p Efficient" ) |
| 33 | +UPDATE quality_profile_custom_formats |
| 34 | +SET score = 2000 |
| 35 | +WHERE quality_profile_name = '2160p Efficient' |
| 36 | + AND custom_format_name = 'DSNP' |
| 37 | + AND arr_type = 'radarr' |
| 38 | + AND score = 3000; |
| 39 | +-- --- END op 7691 |
| 40 | + |
| 41 | +-- --- BEGIN op 7692 ( update quality_profile "2160p Quality" ) |
| 42 | +DELETE FROM quality_profile_custom_formats |
| 43 | +WHERE quality_profile_name = '2160p Quality' |
| 44 | + AND custom_format_name = 'Disney+ Enhancement' |
| 45 | + AND arr_type = 'radarr' |
| 46 | + AND score = -1000; |
| 47 | +-- --- END op 7692 |
| 48 | + |
| 49 | +-- --- BEGIN op 7693 ( update quality_profile "2160p Quality" ) |
| 50 | +UPDATE quality_profile_custom_formats |
| 51 | +SET score = 2000 |
| 52 | +WHERE quality_profile_name = '2160p Quality' |
| 53 | + AND custom_format_name = 'DSNP' |
| 54 | + AND arr_type = 'radarr' |
| 55 | + AND score = 3000; |
| 56 | +-- --- END op 7693 |
| 57 | + |
| 58 | +-- --- BEGIN op 7694 ( update quality_profile "2160p Remux" ) |
| 59 | +DELETE FROM quality_profile_custom_formats |
| 60 | +WHERE quality_profile_name = '2160p Remux' |
| 61 | + AND custom_format_name = 'Disney+ Enhancement' |
| 62 | + AND arr_type = 'radarr' |
| 63 | + AND score = -1000; |
| 64 | +-- --- END op 7694 |
| 65 | + |
| 66 | +-- --- BEGIN op 7695 ( update quality_profile "2160p Remux" ) |
| 67 | +UPDATE quality_profile_custom_formats |
| 68 | +SET score = 2000 |
| 69 | +WHERE quality_profile_name = '2160p Remux' |
| 70 | + AND custom_format_name = 'DSNP' |
| 71 | + AND arr_type = 'radarr' |
| 72 | + AND score = 3000; |
| 73 | +-- --- END op 7695 |
0 commit comments