Ticket #4557: nuvexport-subtitleseparator.patch
| File nuvexport-subtitleseparator.patch, 892 bytes (added by , 18 years ago) |
|---|
-
nuv_export/ui.pm
313 313 $query .= ' ' if ($num_episodes > 100 && $count < 100); 314 314 $query .= "$count. "; 315 315 # Print out the show name 316 $query .= "$episode->{'title'}:$newline"; 316 $query .= "$episode->{'title'}"; 317 $query .= ":" if ($episode->{'subtitle'} && $episode->{'subtitle'} ne 'Untitled'); 318 $query .= "$newline"; 317 319 $query .= "$episode->{'subtitle'} " if ($episode->{'subtitle'} && $episode->{'subtitle'} ne 'Untitled'); 318 320 $query .= "($episode->{'showtime'}) ".$episode->{'finfo'}{'width'}.'x'.$episode->{'finfo'}->{'height'} 319 321 .' '.$episode->{'finfo'}{'video_type'}.' ('.$episode->{'finfo'}{'aspect'}.')';
