GithubHelp home page GithubHelp logo

Comments (8)

ssnjr2002 avatar ssnjr2002 commented on June 15, 2024 1

Would you be willing to contact me on telegram? My userid id is @firstwastaken

from stremio-gdrive.

ssnjr2002 avatar ssnjr2002 commented on June 15, 2024

First of all this is not libdrive. Secondly the instructions are given in the readme. If you have any doubts go ahead and ask me here

from stremio-gdrive.

hehenaice avatar hehenaice commented on June 15, 2024

First of all this is not libdrive. Secondly the instructions are given in the readme. If you have any doubts go ahead and ask me here

Okay
I have the doubts.
That is.
How is the addon suppose the know where I have kept my movies and series?
They are across multiple teamdrives.
I understand this is not Libdrive but I just guessed the plugin was based on it.
Your step by step guide was so good even a noob could do it.
But there is no documentation out there telling how to configure it.

Edit : I possibly could be dumb and totally missing something obvious, so sorry for that and my request for this would be to create a Telegram support/chat group for this cuz, we are all data hoarders ;)

from stremio-gdrive.

ssnjr2002 avatar ssnjr2002 commented on June 15, 2024

Well the addon uses the drive api to search for video files in your drive (both your teamdrives and mydrive) kinda like using the google drive web search bar.

So after setting up the addon go and search for something on stremio. When you open a search result, stremio will ask the addon if it has the video for the search result. The addon searches for the video in your google drive and if it gets any result it will give it to stremio and stremio will display the results.

For example if I want to watch a movie, say its called Pirates of the Goolag, then:

  • I will open stremio and search for Pirates of the Goolag. If its on imdb then it should appear on the stremio search results (stremio fetches search results from imdb).
  • Open the search result for Pirates of the Goolag and stremio will ask the addon if it has a video stream for Pirates of the Goolag.
  • The addon searches in your Google Drive for Pirates of the Goolag and if its anywhere on your google drive, doesnt matter where as long as the video file has the name and year of the movie (for eg: Pirates of the Goolag 2016.mkv or Pirates.of.the.Goolag.2016.UHD.BluRay.x265.mkv), the addon will return the search results for Pirates of the Goolag.
  • Stremio will then display it as a video stream and all you have to do is tap on it and enjoy.

The addon searches for:

  • Movies by searching for Videos with their filename as the name of the movie and when it was released.
    Eg video filename: Pirates of the Goolag 2016.mkv
  • Series episodes by searching for Videos with their filename as the name of the series and which episode it was by a specifier like S01E01 or 1x01.
    Eg video filename: Pirates of the Goolag S01E01.mkv

from stremio-gdrive.

hehenaice avatar hehenaice commented on June 15, 2024

2021-05-08T06:18:25.507435+00:00 app[web.1]: Fetched 51 stream(s) in 1.896s for name contains "godzilla" and name contains "vs" and name contains "kong" and name contains "2021"
2021-05-08T06:18:25.508453+00:00 app[web.1]: 10.14.24.199 - - [08/May/2021:06:18:25 +0000] "GET //stream/movie/tt5034838.json HTTP/1.1" 200 15273 "-" "Stremio/1.3.6 VersionCode/6304454 Package/com.stremio.one realme/RMX1931 Android/11 Dalvik/2.1.0 (Linux; U; Android 11; RMX1931 Build/RKQ1.200928.002)"
2021-05-08T06:19:11.643226+00:00 app[web.1]: Fetched 0 stream(s) in 0.418s for name contains "27" and name contains "dresses" and name contains "2008"

What you said seems to be working for one Movie
And not for the other. Whereas in general drive search this shows up.
Screenshot_2021-05-08-11-44-23-28_d5d9e833ce2a47bc1309ea2533a97fbc
So, either the search is inconsistent, or I am going mad

Edit : More inconsistency proof
2021-05-08T07:08:37.748021+00:00 app[web.1]: 10.15.97.180 - - [08/May/2021:07:08:37 +0000] "GET //stream/movie/tt1951266.json HTTP/1.1" 200 15 "-" "Stremio/1.3.6 VersionCode/6304454 Package/com.stremio.one realme/RMX1931 Android/11 Dalvik/2.1.0 (Linux; U; Android 11; RMX1931 Build/RKQ1.200928.002)"
2021-05-08T07:09:40.914707+00:00 app[web.1]: Fetched 0 stream(s) in 0.415s for name contains "the" and name contains "hunger" and name contains "games" and name contains "mockingjay" and name contains "part" and name contains "1" and name contains "2014"

Screenshot_2021-05-08-12-40-58-74

from stremio-gdrive.

hehenaice avatar hehenaice commented on June 15, 2024

So from my own trial and error, I deduce that the addon fails and succeeds to recognise a stream according to this image.
IMG_20210508_121319
So what remains is to know why and how to fix it.

from stremio-gdrive.

mohitjoshi155 avatar mohitjoshi155 commented on June 15, 2024

So from my own trial and error, I deduce that the addon fails and succeeds to recognise a stream according to this image.
IMG_20210508_121319
So what remains is to know why and how to fix it.

Yes libdrive also requires renaming like this for detection i m guessing libdrive code was used for some part here so its having the same issue it requires u to rename files like u suggested

from stremio-gdrive.

ssnjr2002 avatar ssnjr2002 commented on June 15, 2024

So from my own trial and error, I deduce that the addon fails and succeeds to recognise a stream according to this image.
IMG_20210508_121319
So what remains is to know why and how to fix it.

Yes libdrive also requires renaming like this for detection i m guessing libdrive code was used for some part here so its having the same issue it requires u to rename files like u suggested

Nah the libdrive code was for just proxying a file from google drive not searching. Anyway some changes have been rolled out to fix this issue. It hopefully covers everything

from stremio-gdrive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.