1
F.A.Q.s / Re: .m3u or rss templates for HFS (customize MIME needed)
« on: July 07, 2009, 01:37:36 PM »> Is there a way to define MIME in HFS template?
switch to expert mode
menu > other options > mime types
> Or more advanced, customize a HTTP header?
in HFS 2.3 you can use command {.add header.}
refer official documentation for details
thanks rejetto
place this filelist.tpl under the same dir as hfs242.exe,
Code: [Select]
#EXTM3U
%files%
[style]
[files]
{.mime|audio/x-mpegurl.}
%list%
[file]
%item-url%
[folder]
%item-name%/
http://localhost/mp3/~files.lst.m3u
works great!