rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bomz

Pages: 1
1
HTML & templates / Re: specilal Template
« on: September 23, 2019, 04:35:53 PM »
dj variant is working
Thank a lot

change windows encoding to UTF-8
Code: [Select]
<head>
<meta charset=UTF-8">
</head>
#EXTM3U

%list%

[file]
#EXTINF:-1 group-title="FILES",%item-name%
%item-full-url%



2
HTML & templates / Re: specilal Template
« on: September 23, 2019, 04:28:13 PM »
VLC translate video only with transcoding.
I want use on my Sony TV only one application Perfect Player
and watch all with it: IPTV and files

3
HTML & templates / Re: specilal Template
« on: September 23, 2019, 03:27:09 PM »
it's too complicated for my purposes.
I want my TV Perfect Player download HFS Template in m3u playlist form.

Now I handly add video file to HFS, and change it name to 1.mkv,
and watch it on TV using the same url http://192.168.1.69/1.mkv
Template generate playlist for all files with it real names,
but I can't download it without real file name

4
HTML & templates / Re: specilal Template
« on: September 23, 2019, 01:24:48 PM »
I built M3U file, but can't download it without direct file name.
of course it will work if I create m3u list manualy, you will see it 1.m3u
but I need file what mirror dynamic content

5
HTML & templates / Re: specilal Template
« on: September 23, 2019, 07:04:40 AM »
http://192.168.1.69/1/~hfs.tpl
download filelist, not hfs.tpl

I add index.htm to URL, and HFS open nothing
http://192.168.1.69/1/ not equal http://192.168.1.69/1/index.htm


6
HTML & templates / Re: specilal Template
« on: September 23, 2019, 02:00:21 AM »
playlist generate correctly,
HFS I use long to watch movies on TV.
But IPTV Player don't download playlist without filename.
and HFS don't allow such URL's - http://ip/index.htm

7
HTML & templates / Re: specilal Template
« on: September 22, 2019, 05:59:46 PM »
how make to donwload with URL http://192.168.1.69/1/index.htm  ?
without filename IPTV Player don't want download :(

8
HTML & templates / Re: specilal Template
« on: September 22, 2019, 04:24:47 PM »
Thanks!!!

9
HTML & templates / specilal Template
« on: September 22, 2019, 02:58:40 PM »
Hi, can somebody help me.
I need template to generate file list in IPTV playlist form. Very simple but I don't know html codes
Quote
#EXTM3U
 
#EXTINF:-1 group-title="Files", FileName1
h_tp://serverip/FileName1
#EXTINF:-1, FileName2
h_tp://serverip/FileName2
....

Pages: 1