onedrive-vercel-index icon indicating copy to clipboard operation
onedrive-vercel-index copied to clipboard

Play video as audio

Open myl7 opened this issue 3 years ago • 3 comments

The PR updates the preview selection system and adds a switching button to allow users to switch from video preview to audio preview. With <audio>, one of the most important features is to allow to play audios on the background after locking mobile device screens, as <video> would stop immediately at that time. The control flag will be reset after path changes.

DRAWBACK: While ordinary audio covers are square, the video thumbnails may be rectangular, which causes round CD-like spinning covers become oval ones that looks strange.

myl7 avatar Feb 19 '22 05:02 myl7

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/spencerwoo/onedrive-vercel-index/EyZiNKrH7bz11tkPj58LWmjUGkRw
✅ Preview: https://onedrive-vercel-index-git-fork-myl7-video-as-audio-spencerwoo.vercel.app

vercel[bot] avatar Feb 19 '22 05:02 vercel[bot]

to be honest, I personally don't think this is necessary ;)

spencerwooo avatar Feb 24 '22 07:02 spencerwooo

One example is music videos. As original music files often contain DRM, many people choose to download the MV version. To selfhost the MV files on the app and listen them on background, they need a way to play the video files on background.

myl7 avatar Feb 24 '22 08:02 myl7