You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
input = <<-EOL
# comments can go after a # on any line.
"mutes" => [
"00:00:01.0", "00:00:02.0", "da..",
],
"blank_outs" => [
"01:01:00.0" , "01:02:00.0", "violent scene of some sort"
],
"disk_unique_id" => "#{md5}",
"title" => "#{volume}",
"dvd_title_track" => "1" # most DVD's use title 1 for the main film. Some don't though. The correct number is discoverable by opening the film in VLC and choosing "playback -> title" while watching the main feature. If its not 1, then change this here.
EOL
The text was updated successfully, but these errors were encountered:
answer = JOptionPane.showConfirmDialog(nil, "Appears that you need to install a dependency: mencoder.
Its license is at: http://www.gnu.org/licenses/gpl-2.0.html.
Also this will download 7z locally (license: http://www.7-zip.org/license.txt).
Click yes if you accept the terms of the several license agreements mentioned. The programs will then be downloaded.
Or click no to cancel and exit.", "Lacking dependency", JOptionPane::YES_NO_OPTION)
The text was updated successfully, but these errors were encountered: