Jump to content

Tony

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by Tony

  1. On 5/18/2024 at 10:51 AM, Tech Support said:

    In theory this could be done in template, this is not related to a KVS version, as lazy-loading is a theme question.

    However the template code around thumbs loading is quite complicated, it is also using WebP check to decide if a browser supports webp. So I would say it is very difficult to modify this code to skip lazy-loading of the first image.

    The real solution would be to stop using JS code for WebP check and use HTML lazy-loading plus HTML webp support check (and in the nearest future AVIF support). This is what we are actually doing in a new theme version (it is far from complete anyway). So the correct template code around video thumbs should be like this (not a 100% working code, just an example):

    <picture>
    	<source srcset="..." type="image/webp"/>
    	<img loading="lazy" src="..."/>
    </picture>

    Then it would be very easy to avoid loading the first image with the lazyload.

    Got it. So I'll wait for the official support in the new theme version.

  2. Hi, 

    The docs say 

    Quote

    LA thresholds listed above can be modified in the configuration file: /admin/include/setup.php.

    However, in the file, there are no variables related to LA thresholds. How can I modify the default values?

    Thanks,
    Tony

     
  3. Hi,

    On homepage (index) I want first to show the newest videos and only then "videos being watched". What's the recommended way how to make this change, should I just edit the template or or is there some nicer way?

    Under Website UI -> Pages / Blocks -> I see the responsible blocks, but the order is not possible to change for me or I don't know how.

  4. Hi,

    I have a site, let's say domain.com with Wordpress and some text content. However, I have a video section at domain.com/videos/. KVS could do this better than Wordpress, so my question is, is it possible to install and run KVS in a folder like domain.com/videos/ without interfering with the rest of the domain?

    Thanks,

    Tony

  5. Hi,

    I run a network of sites (~30) on Wordpress. I'm used to running multiple isolated sites on one server. 

    I really like KVS, but:
    1) 1 license = 1 domain, right?
    2) Can I run multiple sites on one web server easily? Storage and conversion servers would be separate. If yes, can I just create a new site in fastpanel and 

    I know I can run one KVS instance on one server and use embed codes on the "satellites", but I get traffic only from SEO, so I don't like embedding another domain.

  6. 9 hours ago, Tech Support said:

    KVS will not grab other KVS projects, even if grabber is working via yt-dlp.

    Ok, I understand. I'd suggest writing it somewhere in the UI, so it's clear.

    Anyway, I tried with http://desivdo.com/indian-super-hot-bhabi-fuck-by-husband/ (WP site). Local yt-dlp downloads it, KVS behaves the same (no new video, empty import.txt).

    I wanted to check how it works in the demo site, but for obvious reason you have it disabled there.

  7. Hi,

    I have a fresh installation. I have Yt-dlp library installed, also the videos default grabber is added and set to download.

    If I use the manual option, I give it one URL like https://txxx.com/videos/19870983/california-adventure/, it detects it should download the video but nothing happens. If I open import.txt, it's empty. Also there is no new video in the system.

    If I give the same URL to yt-dlp library on my local machine, it works fine. What am I doing wrong?

    settings.png

    import.png

×
×
  • Create New...