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 ... 3 4 5 6 7 ... 20
61
HTML & templates / Re: Responsive small screen template - addon update
« on: September 22, 2020, 04:11:02 PM »
textedit with shoutbox

textfile must end with .gb.txt (e.g. chat.gb.txt)
always prepends first line
: adds timestamp and user
autorefresh, if not focused

62
HTML & templates / Re: "Fuh v1.0" Template - Responsive - modern look
« on: September 14, 2020, 07:40:36 AM »
5: CSS file include in template file 

nice style

add custom style sheet (diff tpl):

[style.css|public|no log|cache]
{.$normalize.css.}
{.$icons.css.}
your css without @font-face

alternativly:
Code: [Select]
[+]
<style>
your css without @font-face
#menu-panel {background:white}
</style>

63
HTML & templates / Re: Tiles and Stripes, the gallery view
« on: September 11, 2020, 10:42:44 PM »
it's my "legacy" audioplayer :)
it happens, if you set shuffle=0
the player remembers last played song and position, so you can later continue with your hearbook, but it's not perfect.
to fix it, remove if(!shuffle) audio.currentTime=tmp[1];

alternativly after {audio.src=that; add audio.currentTime=0;

P.S. this player should also work with the default template

64
HTML & templates / Re: Need a movie/music template with mobile support
« on: September 10, 2020, 10:49:53 AM »
select first some or all songs

65
HTML & templates / Re: Need a movie/music template with mobile support
« on: September 10, 2020, 08:54:51 AM »
you can try mobillight

1. folder thumbnail needs some editing
   (rename 'cover.jpg' in the 'folder1' directory to 'folder1' and move it to the 'thumb' subfolder of the parent folder)
2. audio can go to next track after current track end (not shuffled)
   no buttons, use chrome or android buttons, no subtitle (without addon)
3. not possible


you can try this videoplayer with vtt subtitles

66
HTML & templates / Re: Themes with video support for modern browsers?
« on: August 24, 2020, 05:08:02 PM »
Welcome,
Flash is no longer supported in modern browsers.
Modern browsers can play newer video formats by default.

All you have todo is adding the mime-type.

HFS 2.4 beta adds the mime-type for mp4 (and mkv) by default.

67
Beta / Re: thumbnails
« on: August 19, 2020, 09:03:53 AM »
Can you change to If not available then send whole jpg file?

uncomment line14 in show the Server generated thumbnails
or use this code

68
HTML & templates / Re: Responsive small screen template - update
« on: August 12, 2020, 08:15:06 AM »
changelog:

moderner buttons
build in server thumbs (set jpgimgth=0 to disable)

additional show fullimgth, if no jpgimgth
Code: [Select]
[+]
<script>
window.addEventListener('error', (e) => {if(e.target.tagName=='IMG' && e.target.src.endsWith('?mode=thumb')) e.target.src=e.target.src.replace('?mode=thumb','') }, true)
</script>


  • A template that can open a document and let several users (clients) edit it cooperatively.
see updated textedit

69
Beta / Re: version 2.4
« on: August 12, 2020, 04:59:33 AM »
RC7 Bugs (I used the default template(def 3.0)):
Upload works, but is not counted (Uploaded: 0)
Delete doesn't work (redirects to undefined (temporary fix: replace undefined with ''))

Since removed jquery dependency from default tpl (Latest working template).

Archive also don't work (redirects to ~lib.js?mode=archive&recursive)

70
Beta / Re: thumbnails
« on: August 11, 2020, 12:15:46 AM »
I tried it first server side.

{.load|smallpic.jpg|var=mytext.}
{.save|test.jpg|var=mytext.}

test.jpg is saved, but not readable (format not supported)

71
Beta / Re: thumbnails
« on: August 07, 2020, 10:33:28 AM »
show the Server generated thumbnails (for now without saving)



jpgimgthumb_Store.diff.tpl works only with mobillight for now
I can't get the 'load' macro to run with images

72
Beta / Re: thumbnails
« on: August 02, 2020, 05:47:41 PM »
I recommend to store it in a subfolder thumb on Upload (similar mobillight).
I will write the addon, when I'm Back from Holidays.

73
HTML & templates / Re: VLC Blue 1.4.1a full displayes corrupt
« on: July 22, 2020, 05:36:20 PM »
The author of this template was 2012 last online.
The support of the Adobe Flash plugin (.swf) is going to end in the year 2020, and that is for all major web browsers.

HFS2.4 adds the mime-types for mp3, mp4 and mkv, so you can play them in the browser.

To play a folder in vlc, open network stream and enter a folder adding /~files.lst.m3u (http://127.0.0.1/audio/~files.lst.m3u)

P.S. https://wiki.videolan.org/Control_VLC_via_a_browser/

Chrome force open link not download (or adding Header Content-Disposition: inline should also do, but don't (possible a bug))

74
Beta / Re: 2.4 template-making guide
« on: July 14, 2020, 08:23:02 AM »
{ if | {and | A | B} | C  | D }
wiki

75
Beta / Re: 2.4 translation
« on: July 12, 2020, 06:26:02 PM »
I removed The import from takeback and used the file from 2.3m default
and added Logout, Username, Password (from Takeback).
So almost all is translated. :)

Pages: 1 ... 3 4 5 6 7 ... 20