id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,mlocked 5480,Patch for ipodexport.pl to use Storage Groups,Shawn Flynn ,Rob Smith,"The storagegroup code in ipodexport.pl attempts to grab the storagegroup path without first initializing the value of $basename. The following patch will grab the correct $basename value from the 'recorded' table before attempting to find the file path from storagegroup. {{{ 36c36 < $usage = ""\nHow to use dvbradioexport.pl : \n"" --- > $usage = ""\nHow to use ipodexport.pl : \n"" 122a123,128 > > $query = ""SELECT basename FROM recorded WHERE chanid=$chanid AND starttime=$starttime""; > $query_handle = $connect->prepare($query); > $query_handle->execute() || die ""Unable to query recorded table""; > my ($basename) = $query_handle->fetchrow_array; > }}} ",patch,closed,minor,unknown,contrib,head,medium,worksforme,,,0