Skip to content
Snippets Groups Projects
Commit 3d42d0ef authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- minor: updated comments

parent b6024d73
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# needs a geckodriver and the Selenium::Remote::Driver module # needs a geckodriver and the Selenium::Remote::Driver module
# see http://www.seleniumhq.org/ # see http://www.seleniumhq.org/
# #
# tested against Rosetta 7.1 using ChromeDriver 99.0.4758.102 and Chrome 98 in Debian 11 # tested against Rosetta 7.1 using ChromeDriver 98.0.4758.102 and Chrome 98 in Debian 11
# #
# ensure, that the plugin is assigned to a classification, for example to "Video" # ensure, that the plugin is assigned to a classification, for example to "Video"
...@@ -269,7 +269,7 @@ foreach my $mediainfo_property (sort keys %mediainfo2dnx) { ...@@ -269,7 +269,7 @@ foreach my $mediainfo_property (sort keys %mediainfo2dnx) {
add_dnx_property($dnx_property, "$dnx_property <- Mediainfo '$mediainfo_property'"); add_dnx_property($dnx_property, "$dnx_property <- Mediainfo '$mediainfo_property'");
} }
# include dnx property to classification group (Image(MIX)) # include dnx property to classification group
printf colored("Step 4 of 7: join dnx property to classification group \n", 'bold green'); printf colored("Step 4 of 7: join dnx property to classification group \n", 'bold green');
foreach my $mediainfo_property (sort keys %mediainfo2dnx) { foreach my $mediainfo_property (sort keys %mediainfo2dnx) {
my $dnx_property = $mediainfo2dnx{ $mediainfo_property }; my $dnx_property = $mediainfo2dnx{ $mediainfo_property };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment