How to make kareha work with webm? October 13, 2015 02:56AM |
Re: How to make kareha work with webm? October 13, 2015 07:53PM |
Admin Registered: 14 years ago Posts: 4,680 |
Language: Perluse 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 => ';.';, );
'webm' => '.',And see if that works.