Index: /trunk/install/perl/updatem2pfiletable.pl =================================================================== --- /trunk/install/perl/updatem2pfiletable.pl (リビジョン 1) +++ /trunk/install/perl/updatem2pfiletable.pl (リビジョン 54) @@ -48,10 +48,9 @@ $sth->execute(); -@mp4filelist = `find $recfolderpath | grep MP4`; -# find /home/foltia/php/tv | grep MP4 +@mp4filelist = `find ${recfolderpath}/ | grep MP4`;#by foltia dev ticket #5 http://www.dcc-jpl.com/foltia/ticket/5 +# find /home/foltia/php/tv/ | grep MP4 #/home/foltia/php/tv/1057.localized/mp4/M4V-1057-14-20061016-2345.MP4 #/home/foltia/php/tv/1057.localized/mp4/M4V-1057-15-20061023-2345.MP4 - foreach (@mp4filelist) { @@ -68,5 +67,4 @@ $sth->execute(); - #print "$filetid;$fileline[2];$query\n" # http://www.atmarkit.co.jp/fnetwork/rensai/sql03/sql1.html