Skip to content

Commit cebb9a1

Browse files
committed
Tweak 2160p MA Score
1 parent f255bc3 commit cebb9a1

1 file changed

Lines changed: 95 additions & 0 deletions

File tree

ops/193.tweak-2160p-ma-score.sql

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Tweak 2160p MA Score
4+
-- @exportedAt: 2026-07-01T18:47:46.133Z
5+
-- @opIds: 11624, 11625, 11626, 11627, 11628, 11629, 11630, 11631, 11632, 11633
6+
7+
-- --- BEGIN op 11624 ( update quality_profile "2160p Balanced" )
8+
UPDATE quality_profile_custom_formats
9+
SET score = 6000
10+
WHERE quality_profile_name = '2160p Balanced'
11+
AND custom_format_name = 'MA'
12+
AND arr_type = 'radarr'
13+
AND score = 5000;
14+
-- --- END op 11624
15+
16+
-- --- BEGIN op 11625 ( update quality_profile "2160p Balanced" )
17+
UPDATE quality_profile_custom_formats
18+
SET score = -3000
19+
WHERE quality_profile_name = '2160p Balanced'
20+
AND custom_format_name = 'Movies Anywhere Enhancement'
21+
AND arr_type = 'radarr'
22+
AND score = -2000;
23+
-- --- END op 11625
24+
25+
-- --- BEGIN op 11626 ( update quality_profile "2160p Efficient" )
26+
UPDATE quality_profile_custom_formats
27+
SET score = 6000
28+
WHERE quality_profile_name = '2160p Efficient'
29+
AND custom_format_name = 'MA'
30+
AND arr_type = 'radarr'
31+
AND score = 5000;
32+
-- --- END op 11626
33+
34+
-- --- BEGIN op 11627 ( update quality_profile "2160p Efficient" )
35+
UPDATE quality_profile_custom_formats
36+
SET score = -3000
37+
WHERE quality_profile_name = '2160p Efficient'
38+
AND custom_format_name = 'Movies Anywhere Enhancement'
39+
AND arr_type = 'radarr'
40+
AND score = -2000;
41+
-- --- END op 11627
42+
43+
-- --- BEGIN op 11628 ( update quality_profile "2160p Quality" )
44+
UPDATE quality_profile_custom_formats
45+
SET score = 7000
46+
WHERE quality_profile_name = '2160p Quality'
47+
AND custom_format_name = 'BCORE'
48+
AND arr_type = 'radarr'
49+
AND score = 6000;
50+
-- --- END op 11628
51+
52+
-- --- BEGIN op 11629 ( update quality_profile "2160p Quality" )
53+
UPDATE quality_profile_custom_formats
54+
SET score = 6000
55+
WHERE quality_profile_name = '2160p Quality'
56+
AND custom_format_name = 'MA'
57+
AND arr_type = 'radarr'
58+
AND score = 5000;
59+
-- --- END op 11629
60+
61+
-- --- BEGIN op 11630 ( update quality_profile "2160p Quality" )
62+
UPDATE quality_profile_custom_formats
63+
SET score = -3000
64+
WHERE quality_profile_name = '2160p Quality'
65+
AND custom_format_name = 'Movies Anywhere Enhancement'
66+
AND arr_type = 'radarr'
67+
AND score = -2000;
68+
-- --- END op 11630
69+
70+
-- --- BEGIN op 11631 ( update quality_profile "2160p Remux" )
71+
UPDATE quality_profile_custom_formats
72+
SET score = 7000
73+
WHERE quality_profile_name = '2160p Remux'
74+
AND custom_format_name = 'BCORE'
75+
AND arr_type = 'radarr'
76+
AND score = 6000;
77+
-- --- END op 11631
78+
79+
-- --- BEGIN op 11632 ( update quality_profile "2160p Remux" )
80+
UPDATE quality_profile_custom_formats
81+
SET score = 6000
82+
WHERE quality_profile_name = '2160p Remux'
83+
AND custom_format_name = 'MA'
84+
AND arr_type = 'radarr'
85+
AND score = 5000;
86+
-- --- END op 11632
87+
88+
-- --- BEGIN op 11633 ( update quality_profile "2160p Remux" )
89+
UPDATE quality_profile_custom_formats
90+
SET score = -3000
91+
WHERE quality_profile_name = '2160p Remux'
92+
AND custom_format_name = 'Movies Anywhere Enhancement'
93+
AND arr_type = 'radarr'
94+
AND score = -2000;
95+
-- --- END op 11633

0 commit comments

Comments
 (0)