enable Mythweb to download files imported by mythnettv

I found out, that mythweb does not allow me to download the imported mythnettv files. This is due to the fact, that they have no file suffix (.avi etc). To make it work, just edit

/var/www/mythweb/modules/stream/stream_raw.pl

to include the following code in the section “# File type”

elsif ($basename =~ /tmp/) {
$type   = 'video/avivideo';
$suffix = '.avi';
}

I am pretty sure not all files are really “avi”, but for all intended purposes (downloading, playing) it’s fine with me.


Vorheriger Beitrag
Nächster Beitrag