menukaonline / goindex-extended

A Google Drive Index, which has a lot of extra features, running on Cloudflare Workers.
https://demo.dudoo.workers.dev
MIT License
438 stars 254 forks source link

Suggestions and Changes That Should be Done To Make this Index More Dynamic #21

Open AmirulAndalib opened 2 years ago

AmirulAndalib commented 2 years ago

You can check Bhadoos repo and Libdrive Repo for the suggestions i said above

thank you

menukaonline commented 2 years ago

First three suggestions are already in the todo list. Since I'm not familiar with any movie database api like TMDB, I cannot say it will be implemented soon.

Even though I'm interested with the 6th suggestion, it seems like the official API doesn't support that feature. But I found that calling docs.google.com/get_video_info?docid=FILE_ID returns a file which includes links to the videos in different resolutions. And probably it may be the same method that Libdrive uses. Since It doesn’t seem to be actually documented anywhere, I have to go through the source code of the repos which have mentioned the feature including the repo you have mentioned. So, it will take some time.

And also I would like to know which kind of things should be fixed when it comes to themes.

AmirulAndalib commented 2 years ago

First three suggestions are already in the todo list. Since I'm not familiar with any movie database api like TMDB, I cannot say it will be implemented soon.

Even though I'm interested with the 6th suggestion, it seems like the official API doesn't support that feature. But I found that calling docs.google.com/get_video_info?docid=FILE_ID returns a file which includes links to the videos in different resolutions. And probably it may be the same method that Libdrive uses. Since It doesn’t seem to be actually documented anywhere, I have to go through the source code of the repos which have mentioned the feature including the repo you have mentioned. So, it will take some time.

And also I would like to know which kind of things should be fixed when it comes to themes.

@cheems yes You are correct resolution selection removes the transcoding But The Main definition of transcoding Is To Make almost all video Playable in website But with lower resolution and Bad Codecs...But i think Transcoding is not needed as People Can Use External players to Play the Unaplayable Video But You shall Remove Transcoding and Add Resoultion Selection If possible....

Also For themes I think you Should Not follow Bhadoos Repo Instead I want Themes Like Tks-gindex-v4 themes etc... Which has Netflix Like Theme and also gives a Netflix feeling....

and for tmdb i think You shall Follow Tksgindex-v4 it might be easier for you ...Idk for anilist But anilist is on libdrive/server repo....

menukaonline commented 2 years ago

I will have a look. After completing the goals related to the backend, will head to experiment things related to the front end.