Added the loop playback default function#7022
Added the loop playback default function#7022aziztouhami wants to merge 7 commits intoFreeTubeApp:developmentfrom
Conversation
Head branch was pushed to by a user without write access
|
i tried to do all the requested changes |
efb4f5ff-1298-471a-8973-3d47447115dc
left a comment
There was a problem hiding this comment.
Loop re-enables it self after user interaction with another player component
VirtualBoxVM_yQpxgbiUmb.mp4
Co-authored-by: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com>
Head branch was pushed to by a user without write access
Co-authored-by: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com>
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
Co-authored-by: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com>
Head branch was pushed to by a user without write access
| defaultInvidiousInstance: '', | ||
| defaultVolume: 1, | ||
| uiScale: 100, | ||
| loopPlayback: false |
There was a problem hiding this comment.
There was a problem hiding this comment.
A value of false means that by default(in the first time), looping is disabled when a video finishes, it won’t restart automatically
There was a problem hiding this comment.
That doesnt answer the question
Co-authored-by: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com>
Head branch was pushed to by a user without write access
Pull request was closed
Add playback loop default option
Pull Request Type
Description
This pull request adds a default playback loop option to FreeTube. With this feature, users can enable looping for videos automatically, improving the playback experience for those who frequently use the loop functionality.
Changes include:
Screenshots
A screen recording has been provided instead of screenshots.
Screen.Record.for.the.new.feature.mp4
Testing
The code is straightforward, and no additional testing was required.
Desktop
OS: Windows 10 Professionnel
OS Version: 22H2
FreeTube Version: 0.23.2
Additional Context
This feature enhances the user's ability to control playback behavior, making looping more accessible without requiring manual toggling for each video.