Jump to content

New feature requests in KVS


Recommended Posts

Hi. In "Admin Panel -> Community -> Users" area we must have a checkbox to bypass setting "Videos with duplicate source files: Disallow" in the "Settings -> Content settings". It is to prevent adding to the MD5 filter a content from the user who sent an account removal request. Otherwise the user won't be able to upload his content again if he will be back in the future. Thank you.

Link to comment
Share on other sites

Hello, not sure I understand the issue. If you want to allow uploading the videos that were deleted, you can change the option in "Settings -> Content settings" to allow duplicates that were deleted.

 

Hello.

Of course, if we change the option in "Settings -> Content settings" we allow the user, who returned to the website, to upload same videos again. But in this case we allow many other users to re-upload the material, removed earlier (for example per DMCA requests). The "Settings -> Content settings -> Videos with duplicate source files: Disallow" is a perfect protection from reuploading of the removed content by DMCA, but with this option a removing the user who has videos and sent an account removal request we won't allow this user to upload his videos again if he will be back to website.

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

Happy new year,

Please add the "$data.X.is_favourited" indicator to all items on the videos/albums lists (videos_list.php, albums_list.php) so we can show already favourited items. And also an order for videos/albums in user's playlists and favorites doesn't work for now. Please fix it.

Thank you.

 

 

Link to comment
Share on other sites

Happy new year,

Please add the "$data.X.is_favourited" indicator to all items on the videos/albums lists (videos_list.php, albums_list.php) so we can show already favourited items. And also an order for videos/albums in user's playlists and favorites doesn't work for now. Please fix it.

Thank you.

 

If this would be technically possible we would have added it long ago. However you forget about caching, lists are heavily cached for performance. Caching means that the same HTML code is showing for many users and KVS does not generate this HTML code for each request. So with caching you cannot show user-specific info in this HTML. Disabling caching is not an option for lists, performance will be poor. In video view page it is possible, because disabling cache for members is a good balance between functionality (show member-specific info on view page) and performance (view block is lightweight in comparison to list blocks).

 

The only possible way is to output a list of all video IDs from user favorites in header and then use javascript to highlight videos with IDs from this array.

Here is the code that will print javascript array with IDs from user favourites:

 

   {{if $smarty.session.user_id>0}}
       {{query_kvs select="list" table="`$config.tables_prefix`fav_videos" assign="list_fav_videos" where_user_id=$smarty.session.user_id}}
       <script>
           var favVideos = [
           {{foreach from=$list_fav_videos item="fav_video"}}
               {{$fav_video.video_id}},
           {{/foreach}}
           0];
           // now favVideos lists all video IDs from user's favorites, you can use it to highlight the needed videos
       </script>
   {{/if}}

Link to comment
Share on other sites

Hello.

The SuperAdmin must have possibility to block a changing by admins the number of displayed items. If some admins set up a very large list of videos or users - this will make system very slow.

Thanks.

 

Hard to understand what you mean here... Please provide more info or explain more details in support ticket.

Link to comment
Share on other sites

It would be nice to create an option that allows you to join several videos in 1. For example, videos that have several scenes that can be unified in 1 single video. So you do not have to be creating Video Scene 1, Video Scene 2 Thank you.

 

Yes, we have such plans. The engine already supports this, only need to do some GUI.

Link to comment
Share on other sites

  • 2 weeks later...

I think it would be useful if the video player ads could detect mobile/desktop traffic and to let you choose if you want that video player ad to be shown for mobile/desktop traffic (on mobile, phones especially, video banners prevent starting the player).

Or as an alternative, when is detected mobile device, to display a banner that overlay on the player, with a "Continue to video" or "Click to play video" option.

Link to comment
Share on other sites

I think it would be useful if the video player ads could detect mobile/desktop traffic and to let you choose if you want that video player ad to be shown for mobile/desktop traffic (on mobile, phones especially, video banners prevent starting the player).

Or as an alternative, when is detected mobile device, to display a banner that overlay on the player, with a "Continue to video" or "Click to play video" option.

 

This is already possible in the upcoming update. You can connect player HTML ads to advertising spots configured in Website UI section. In advertising spot you can configure multiple ads, one for desktop and another one for mobiles. You can render different HTML code here. In advertising HTML code you can use 2 element classes with specific meaning:

 

class="kt-api-time-left" - will render the advertising time left

class="kt-api-btn-skip" - will act as your "Continue to video" button

 

I think we will come up with an educational article on advertising soon and try to demonstrate common scenarios. With the new advertising module its power is unlimited!

Link to comment
Share on other sites

Hello, I wanted the version by VAST advertising, but for now it does not suit me because the 2 agencies that work with KVS the ads are more for Russia than anything else.

 

:mad::mad::mad::mad:

 

We need more options, like EXOCLICK that has ads for all sites.

 

Thank you.

Link to comment
Share on other sites

Hello, I wanted the version by VAST advertising, but for now it does not suit me because the 2 agencies that work with KVS the ads are more for Russia than anything else.

 

:mad::mad::mad::mad:

 

We need more options, like EXOCLICK that has ads for all sites.

 

Thank you.

 

There will be likely more VAST advertising providers in the future. For now we will have only these 2.

 

Link to comment
Share on other sites

  • 1 month later...

Trailer creation feature would be great (see attached file). If admin and user could create their own trailers with KVS player while playing video - it would be awesome! Create trailer parts with few buttons (which do marks like start-and-end time of each part). Just imagine how it would be great to see it working with "Paysite theme 2". Model girls could great their own hot teasing trailers with few clicks! :)

 

image_165.jpg.b00d054dc88501d16307eca70b5c8f2c.jpg

Link to comment
Share on other sites

Paid Model Subscription (customer pays with tokens, recurring billing) with ability to set default price and for each model separately. With ability to set global subscription period. Ability to set percent of commission that model gets from all of her subscriptions. Automatic payment with tokens to continue subscription (if balance allow it). If balance is low, then send email notification to user. It would be great to see it working with "Paysite theme 2"!

Link to comment
Share on other sites

Trailer creation feature would be great (see attached file). If admin and user could create their own trailers with KVS player while playing video - it would be awesome! Create trailer parts with few buttons (which do marks like start-and-end time of each part). Just imagine how it would be great to see it working with "Paysite theme 2". Model girls could great their own hot teasing trailers with few clicks! :)

 

 

Yes, we have it in our feature list but not for the upcoming release.

 

Paid Model Subscription (customer pays with tokens, recurring billing) with ability to set default price and for each model separately. With ability to set global subscription period. Ability to set percent of commission that model gets from all of her subscriptions. Automatic payment with tokens to continue subscription (if balance allow it). If balance is low, then send email notification to user. It would be great to see it working with "Paysite theme 2"!

 

This was already implemented in 4.0.0:

https://www.kernel-video-sharing.com/forum/forum/general-discussion/announcements/273-kvs-4-0-implementation-previously-was-3-9-2?p=493#post493

 

But not for models. This was implemented for members and channels. Your models should be registered as members if you want to use this.

Link to comment
Share on other sites

  • 4 weeks later...
  • 5 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...