How to make kareha work with webm?

Posted by Anonymous 
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Now, this forum is in read-only mode. You find details Details hereContinue on /r/PirateBox
Hello guyz, how i can enable webm's image preview support in kareha?hot smiley



Edited 1 time(s). Last edit at 10/13/2015 07:50PM by Matthias.
Re: How to make kareha work with webm?
October 13, 2015 07:53PM
Good question.

Try to find the following section in /opt/piratebox/share/board/config.pl

Language: Perl
use constant FILETYPES => ( # # Audio files mp3 => ';icons/audio-mp3.png';, ogg => ';icons/audio-ogg.png';, aac => ';icons/audio-aac.png';, m4a => ';icons/audio-aac.png';, mpc => ';icons/audio-mpc.png';, mpp => ';icons/audio-mpp.png';, mod => ';icons/audio-mod.png';, it => ';icons/audio-it.png';, xm => ';icons/audio-xm.png';, fla => ';icons/audio-flac.png';, flac => ';icons/audio-flac.png';, sid => ';icons/audio-sid.png';, mo3 => ';icons/audio-mo3.png';, spc => ';icons/audio-spc.png';, nsf => ';icons/audio-nsf.png';, # Archive files zip => ';icons/archive-zip.png';, rar => ';icons/archive-rar.png';, lzh => ';icons/archive-lzh.png';, lha => ';icons/archive-lzh.png';, gz => ';icons/archive-gz.png';, bz2 => ';icons/archive-bz2.png';, ';7z'; => ';icons/archive-7z.png';, # Other files swf => ';icons/flash.png';, torrent => ';icons/torrent.png';, # To stop Wakaba from renaming image files, put their names in here like this: # gif => ';.';, # jpg => ';.';, # png => ';.';, );

And add a line like
'webm' => '.',
And see if that works.


This is only my signature.