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 - dj

Pages: 1 ... 9 10 11 12 13 ... 20
151
HTML & templates / Re: Responsive small screen template
« on: September 13, 2019, 04:44:22 PM »
same as V.4.6
Add hfs.filelist.tpl from zip to folder, that contains hfs.exe

which browser?

152
HTML & templates / Re: Responsive small screen template - update
« on: September 13, 2019, 11:11:43 AM »
changelog: (thaks danny for the hints)

stream filelist (for slow connections)
blank file size for virtual folder
higher contrast for dark theme

Add hfs.filelist.tpl from zip to folder, that contains hfs.exe


changelog audioplayer: reduce traffic (load from cache)

153
HTML & templates / Re: Responsive small screen template
« on: September 11, 2019, 04:03:31 PM »
Otherwise, there could be need of progress indicator after click, such as "Please Wait" or perhaps a whirl animation.

you can use waiting_cssonly
the streaming load can possibly be done with the streaming API, but this is a greater thing (Edit: a first test sounds promising)

154
HTML & templates / Re: Responsive small screen template - modified by danny
« on: September 11, 2019, 04:16:27 AM »
a bug: the month is not displayed: 21.01.2019 18
it should be displayed like this

be carefully with cutting the date. It depends on OS. What's your OS language? En?
use ISO-dateformat in HFS to remove seconds

155
HTML & templates / Re: Responsive small screen template
« on: September 08, 2019, 05:04:26 PM »
On PC screen, item.size makes a zigzag down the center of the screen.  A possible fix is to remove </span><span> from in-

replace li span {margin-left:auto}
with li a+span {margin:0px 10px 0px auto}


Edit:
perhaps this line is not needed:
#upload {width:74px; background: no-repeat -74px linear-gradient(#cde,#cde), #f0f0f0; transition:none}
it's for upload progress

N/A is displayed as file size for virtual folder.  Need blank instead of N/A. (I didn't figure out how to do that)
will be fixed in next version

Edit:
the #FFF0D4 gradient background is nice
you have two more themes, if you set OS color to light

what is margins="0" in the body tag?

156
HTML & templates / Re: Responsive small screen template
« on: September 07, 2019, 05:29:05 AM »
the filelist.tpl ist not installed in your screenshot

I couldn't figure out how to put the [files] section back inside the template (so there's no separate filelist.tpl). 
So, howabout "click-once-go," a 1 file instantly ready-to-use template?

version 4 never reloads the page. It's fast because it only updates the filelist and not the template.


Maybe CSS isn't working; because, text and background same/similar, is so hard to read

you use the dark theme
you can change the theme with rightclick on files

the css for dark theme you find in line 31 and 32
Code: [Select]
.dark {background:#555; color:white}
@media (prefers-color-scheme: dark) {  body {   background-color: #555;   color: white;  }}

todo: better contrast for dark theme
update: replace body with body, a
this will go to mobil-light_V4.6.4:
Code: [Select]
@media (prefers-color-scheme: dark) {  body, li a, li span, small a {   background-color: #555;   color: white;  }}

157
HTML & templates / Re: Responsive small screen template
« on: September 06, 2019, 04:27:11 AM »
I would like to see your template and accessories all in One file.  This method could help: 

yes, you can also run the batchfile in the zip
it creates a template with viewthumbs included

158
HFS ~ HTTP File Server / Re: How to show thumbnail of JPG image file?
« on: August 23, 2019, 11:30:20 AM »
It's not so easy to do that with Live template.

I recommend to try jpgimgthumbs.
Only change the style of the image.

159
HFS ~ HTTP File Server / Re: How to show thumbnail of JPG image file?
« on: August 13, 2019, 04:44:05 PM »
No.
In Explorer add the hfs.diff.tpl in your test folder
Then in your test folder create a new subfolder named thumb
Then put the thumbnail image in the folder thumb.

If you don't have a thumbnail image, you need to create one (search in forum).
Delete your New Folder (not necessary)

161
HTML & templates / Re: Video player to watch with friends.
« on: August 10, 2019, 04:54:04 PM »
Is there a way to get HEVC, X265 playing?

https://caniuse.com/#feat=hevc and http://rejetto.com/forum/index.php?topic=11773.msg1061512#msg1061512
It works for me in Edge
I think, the future is AV1, because it's free

162
HTML & templates / Re: Video player to watch with friends.
« on: August 07, 2019, 06:16:32 AM »
Does the video play, if you press play in the videocontrolls? -> If no, put the video in same folder as video5.htm
After pressing Start, do you see the Get requests in hfs-Log? -> If no, extract zip and add the folder (incl. subfolder server) to hfs
Tested with FF/chrome. Doesn't work with IE/Edge(<76).
What does the web-console say?

163
HTML & templates / Re: Responsive small screen template - audioplayer
« on: August 03, 2019, 07:37:44 AM »
@danny
code from audioplayer:
Code: [Select]
  //audioplayer for all (click on audio icon)
if I understand the question, have you tryed to click on any audio file icon?
it already exists

164
time to present your vacation photos

update: v2.2 swipe to next image
update: v3 works with mobil-light_4.6 & viewthumbs|audioplayer

@bmartino1 latest template here
changelog: fixed multiple urlvars

update: videoplayer_addon only useful if you want to show subtitles
subtitle must have the same name (tuxi9.ogg.vtt)
you also need video5.htm

165
HTML & templates / Re: Video player to watch with friends.
« on: July 24, 2019, 02:51:20 AM »
use server push

update: v2 minimizes delay

1. you and your friends open video2.htm with querystring video (video2.htm?mov_bbb.mp4)
2. you and your friends click on Start (to listen to server)
3. someone click on Play and wait 5 sec (then the video starts playing with you and your friends)

update: v3 can also pause
update: v4 can multiple rooms, v5 can also add subtitles

Pages: 1 ... 9 10 11 12 13 ... 20