diff options
author | Bob Igo <bob@stormlogic.com> | 2009-08-25 16:17:35 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-08-25 16:17:35 (GMT) |
commit | 8a9438599b6a623814702b625d11a96e8bbdad69 (patch) | |
tree | 13fc870f432e49ad48a92f9b9bd8f4e53aefcd18 /abs/core-testing/tweaker/bin | |
parent | d630a6ae3ada088453209270791ae281e2d5e393 (diff) | |
download | linhes_pkgbuild-8a9438599b6a623814702b625d11a96e8bbdad69.zip linhes_pkgbuild-8a9438599b6a623814702b625d11a96e8bbdad69.tar.gz linhes_pkgbuild-8a9438599b6a623814702b625d11a96e8bbdad69.tar.bz2 |
made mythvideo ignore php files, for fresh installs
Diffstat (limited to 'abs/core-testing/tweaker/bin')
-rwxr-xr-x | abs/core-testing/tweaker/bin/twk_general.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/tweaker/bin/twk_general.pl b/abs/core-testing/tweaker/bin/twk_general.pl index 7b0f1c7..23572bc 100755 --- a/abs/core-testing/tweaker/bin/twk_general.pl +++ b/abs/core-testing/tweaker/bin/twk_general.pl @@ -90,7 +90,7 @@ sub implement_option { foreach my $video_ext ("mp2", "tp", "ts", "m2p", "nuv", "mkv", "ogg", "theora") { change_or_make_entry("videotypes", [["playcommand", "Default"], ["f_ignore", "0"], ["use_default", "1"]], [["extension", $video_ext]]); } - foreach my $non_video_ext ("jpg", "par2") { + foreach my $non_video_ext ("jpg", "par2", "php") { change_or_make_entry("videotypes", [["f_ignore", "1"]], [["extension", $non_video_ext]]); } |