itszechs / DriveStream

Stream video files from Google drive
Apache License 2.0
283 stars 29 forks source link

Playlist feature #51

Open Learner00100 opened 2 years ago

Learner00100 commented 2 years ago

Thanks for the wonderful app. Some good feature missing out are: 1.auto playlist parsing of all file in same folder(in drive folder), next and previous button feature to switch between files in the playlist.

Mpv have built-in parsing from legacy picker or this Lua script can also be used https://github.com/mpv-player/mpv/blob/master/TOOLS/lua/autoload.lua

Nplayer also have this playlist feature in gdrive which is more look neat but don't know how they implemented.

So kindly implement playlist feature in exoplayer(more efficient because of h/w decoder) or else in mpv

2.sorting the files in folder by size(larger,smaller), date(older,newer) this is useful to stream the recently added file in folder having more number of files.

Thanks