WWBN / AVideo

Create Your Own Broadcast Network With AVideo Platform Open-Source. OAVP OVP
https://avideo.tube/AVideo_OpenSource
Other
1.91k stars 972 forks source link

Shorts #8151

Open mrgodgiven opened 1 year ago

mrgodgiven commented 1 year ago

Greetings Mr @DanielnetoDotCom could you please make the shorts like on youtube where we have to scroll down for the next video and a reaction button. Please see the link below. https://www.youtube.com/shorts/Uomag8cuLmQ

DanielnetoDotCom commented 1 year ago

I am using https://flickity.metafizzy.co/ to scroll. I did not see an option for vertical display

mrgodgiven commented 1 year ago

can you try http://scrollmagic.io/

mrgodgiven commented 1 year ago

I think youtube or tiktok use http://scrollmagic.io/

DanielnetoDotCom commented 1 year ago

sorry not now

mrgodgiven commented 1 year ago

ok

On Mon, Jul 3, 2023 at 2:21 PM Daniel Neto @.***> wrote:

sorry not now

— Reply to this email directly, view it on GitHub https://github.com/WWBN/AVideo/issues/8151#issuecomment-1619163534, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARMSFZ4WC6665RFUH5IWIMDXOMZW3ANCNFSM6AAAAAAZ44BRKU . You are receiving this because you authored the thread.Message ID: @.***>

JoshWho commented 1 year ago

I like the side scroll. Why not be different from them

walt93 commented 1 year ago

I'm with Josh if we're voting, lol (doom scrolling is doom scrolling, which ever way you're flicking it…)

mrgodgiven commented 1 year ago

atleast the reaction buttons guys and view as well. and views to show how many has view and lastly a share button.

On Mon, Jul 3, 2023 at 7:13 PM walt93 @.***> wrote:

I'm with Josh if we're voting, lol (doom scrolling is doom scrolling, which ever way you're flicking it…)

— Reply to this email directly, view it on GitHub https://github.com/WWBN/AVideo/issues/8151#issuecomment-1619362330, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARMSFZZALCVL3TA4XWAKJALXON34FANCNFSM6AAAAAAZ44BRKU . You are receiving this because you authored the thread.Message ID: @.***>

JoshWho commented 1 year ago

atleast the reaction buttons guys and view as well. and views to show how many has view and lastly a share button. On Mon, Jul 3, 2023 at 7:13 PM walt93 @.> wrote: I'm with Josh if we're voting, lol (doom scrolling is doom scrolling, which ever way you're flicking it…) — Reply to this email directly, view it on GitHub <#8151 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARMSFZZALCVL3TA4XWAKJALXON34FANCNFSM6AAAAAAZ44BRKU . You are receiving this because you authored the thread.Message ID: @.>

Yes we do need reactions. That is important to the engagement. The more animated the better.

DanielnetoDotCom commented 1 year ago

what are reactions?

like / dislike?

JoshWho commented 1 year ago

Yes The react emojis likes DIslikes ROFL SAD ANGRY etc... The bouncy animated ones are addicting to use. Heart makes it rain hearts

mrgodgiven commented 1 year ago

yes and a comment box please sir

DanielnetoDotCom commented 1 year ago

this update will add the share and like/dislike buttons.

JoshWho commented 1 year ago

Is there a way to randomize the shorts view. I see the same order of shorts every day I have noticed.

mrgodgiven commented 1 year ago

Thanks so much @DanielnetoDotCom I like it. How much would you charge me for custom work if i need the vertical scroll like tiktok ?

DanielnetoDotCom commented 1 year ago

Is there a way to randomize the shorts view. I see the same order of shorts every day I have noticed.

currently, this is ordered by creation date, I cannot randomize because there is a pagination when you scroll left, I am thinking to change it to order by trending

Thanks so much @DanielnetoDotCom I like it. How much would you charge me for custom work if i need the vertical scroll like tiktok ?

Currently, I am limited because I think flickity does not support vertical. once they support we can talk about it.

JoshWho commented 1 year ago

currently, this is ordered by creation date, I cannot randomize because there is a pagination when you scroll left, I am thinking to change it to order by trending

That will be kewl by trend should do it

DanielnetoDotCom commented 1 year ago

Check this update

JoshWho commented 1 year ago

Trending order works perfect, Im still seeing video longer than 60 seconds though

Nevermind it was cache looks great now

mrgodgiven commented 1 year ago

ok thanks

eitanwa commented 1 year ago

hey the addition of the shorts is excellent, thank you Question: I did not understand how a video is added to the shorts I thought that every short video (according to the definition in the plugin) would be added automatically But it is not so, how is the video added?

Another important thing: when sharing a video from the shorts The link leads to the video itself only And not for all the shorts.

Thank you very important and useful addition

DanielnetoDotCom commented 1 year ago

I thought that every short video (according to the definition in the plugin) would be added automatically But it is not so, how is the video added?

If the video length is <= shortMaxDurationInSeconds it is a short.

it will be based on the trending

Another important thing: when sharing a video from the shorts The link leads to the video itself only And not for all the shorts.

correct, for now it is like this, but maybe in the future I will share as a short.

eitanwa commented 1 year ago

Great, I got it, thanks

guymass commented 1 year ago

Maybe allow it to take a playlist as a list of shorts.

JoshWho commented 1 year ago

Not sure what changed, but now it crashes the pwa when you click the next arrow right on my android motorola @DanielnetoDotCom

mypride-Fortis commented 1 year ago

@DanielnetoDotCom Hello guys. Good work you are doing there. For me the Shorts worked fine until late when I updated my site. After the git pull and updated some plugins it stopped It does not add automatically to the Short Category again. The uploaded short files are less than or equal to 60seconds.

I observed that I could not do direct upload, the error message was file size is above maximum upload value in php.ini. I checked the compatibilty area in site configuration it showed that post_max_size is 8M and upload_max_filesize is 2M I Changed the values: max_execution_time = 30 to 7200 memory_limit = 128M to 512M post_max_size = 8M to 1024M upload_max_filesize = 2M to 6000M Now direct upload work fine but shorts are not automatically added to Short category at the front page.

Can you please tell me the configuration that is best for the shorts to work well.

JoshWho commented 1 year ago

It should just add any video under 60 seconds I think

mypride-Fortis commented 1 year ago

Unfortunately it did not. I'm so confused. I checked settings on gallery, it's okay.

On Sat, Jul 8, 2023, 4:18 AM JoshWho @.***> wrote:

It should just add any video under 60 seconds I think

— Reply to this email directly, view it on GitHub https://github.com/WWBN/AVideo/issues/8151#issuecomment-1626642643, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKBHMUGT4XSE3WEEB5VNUULXPDGOTANCNFSM6AAAAAAZ44BRKU . You are receiving this because you commented.Message ID: @.***>