Kodi Community Forum
Release gdrive - Google Drive Video/Music Add-on - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Release gdrive - Google Drive Video/Music Add-on (/showthread.php?tid=177557)



RE: gdrive - Google Drive Video/Music Add-on - raycekar - 2018-08-01

@dmdsoftware if the kodi team states they want everyone to use the other google drive addon, why wont you contribute what you have implemented in this one to the other? (If its due to the amount of work I understand)  I will say I do love your features that you came up with such as saving resume times to google sheets, automatic strm export, and encryption.  I know currently the other google drive addon is adding automatic strm support here soon but one thing it is missing is the google sheets resume points that I love so much.


RE: gdrive - Google Drive Video/Music Add-on - clockwerk - 2018-08-05

(2018-07-15, 16:22)dmdsoftware Wrote:
(2018-07-15, 10:44)clockwerk Wrote: @dmdsoftware 

How do I keep original file names for "save offline"? They save in a jumbled mess. Would prefer it retains the saved filenames.

https://imgur.com/a/5pVWWky

Image
It has do to a different naming convention because you can save different qualities locally for each file.  Also, naming conventions in Google allow for all kinds of filenames that would not be valid names on a local filesystem, so to avoid this, I use the resource ID.  It also is most helpful to link to the original resource ID so that the file is always associated with the correct video file.  A video file in Google can be renamed and moved to different folders, and if I didn't tie it to it's resource ID, the two would become disconnected.  A resource ID can never change. 
Tbh when I download locally, I would not like it to be associated to the plugin in any way. Is it possible to download the filename as is and ignore the resource ID? When I download locally, kodi can be used to play it, don't necessary need the plugin anymore.


RE: gdrive - Google Drive Video/Music Add-on - iorifly - 2018-08-06

Hi, is not the addon prepared for team drive? I can not login....


RE: gdrive - Google Drive Video/Music Add-on - iorifly - 2018-08-06

I managed to log in with file enroll.

    However, it does not display movie art during playback .... Is it broken?

This addon meets what I needed !!! It is only necessary to pull the information of the synopsis, art and type = movie !!!!


@dmdsoftware,

   Help me, just pull the information from the movie ... You already helped me with this a few years ago ... I think now with a new version, you need something else...

https://forum.kodi.tv/showthread.php?tid=177557&pid=1729144#pid1729144     <<<-- reading more calmly was a different problem.


RE: gdrive - Google Drive Video/Music Add-on - audioce0 - 2018-08-07

@dmdsoftware

Would it be possible for you to make a standalone script that works outside of Kodi where you select a folder in your Google Drive and it will output all the Strms into a local folder that you choose? Sorry if this is an odd request but it would be really helpful for my setup. I would be willing to pay to have this made.

Thanks for your awesome Addon and all the work you put into it!


RE: gdrive - Google Drive Video/Music Add-on - dmdsoftware - 2018-08-07

(2018-08-07, 07:42)audioce0 Wrote: @dmdsoftware

Would it be possible for you to make a standalone script that works outside of Kodi where you select a folder in your Google Drive and it will output all the Strms into a local folder that you choose? Sorry if this is an odd request but it would be really helpful for my setup. I would be willing to pay to have this made.

Thanks for your awesome Addon and all the work you put into it!
Yes, it already exists.

https://github.com/ddurdle/Python-GoogleDrive-VideoStream

It is a web version of the plugin.  Download it, run it, enroll an account, then setup a scheduled job to your specifications to extract and auto-update a directory with STRM files.  Leave the script running as a background process.


RE: gdrive - Google Drive Video/Music Add-on - delboy666 - 2018-08-07

(2018-08-07, 13:38)dmdsoftware Wrote:
(2018-08-07, 07:42)audioce0 Wrote: @dmdsoftware

Would it be possible for you to make a standalone script that works outside of Kodi where you select a folder in your Google Drive and it will output all the Strms into a local folder that you choose? Sorry if this is an odd request but it would be really helpful for my setup. I would be willing to pay to have this made.

Thanks for your awesome Addon and all the work you put into it!
Yes, it already exists.

https://github.com/ddurdle/Python-GoogleDrive-VideoStream

It is a web version of the plugin.  Download it, run it, enroll an account, then setup a scheduled job to your specifications to extract and auto-update a directory with STRM files.  Leave the script running as a background process. 
 Will the created strm files then be playable in Kodi? or is this mostly going to be useful for those wanting to use Emby?


RE: gdrive - Google Drive Video/Music Add-on - audioce0 - 2018-08-08

(2018-08-07, 13:38)dmdsoftware Wrote:
(2018-08-07, 07:42)audioce0 Wrote: @dmdsoftware

Would it be possible for you to make a standalone script that works outside of Kodi where you select a folder in your Google Drive and it will output all the Strms into a local folder that you choose? Sorry if this is an odd request but it would be really helpful for my setup. I would be willing to pay to have this made.

Thanks for your awesome Addon and all the work you put into it!
Yes, it already exists.

https://github.com/ddurdle/Python-GoogleDrive-VideoStream

It is a web version of the plugin.  Download it, run it, enroll an account, then setup a scheduled job to your specifications to extract and auto-update a directory with STRM files.  Leave the script running as a background process.
Wow thanks, just what I needed! I will give this a shot.


RE: gdrive - Google Drive Video/Music Add-on - audioce0 - 2018-08-24

So I did end up getting the Python script to work out for what I was trying to do. I had to make a few tweaks but it was exactly what I was looking for!
Just wanted to say thanks again! Really appreciate the work you put into this add-on and everything else. It's made my setup work out better than it could ever be.
I sent you a little donation, not much but it's what I could spare. Wish I could send more!


RE: gdrive - Google Drive Video/Music Add-on - keithcq71 - 2018-08-25

(2018-08-07, 13:38)dmdsoftware Wrote:
(2018-08-07, 07:42)audioce0 Wrote: @dmdsoftware

Would it be possible for you to make a standalone script that works outside of Kodi where you select a folder in your Google Drive and it will output all the Strms into a local folder that you choose? Sorry if this is an odd request but it would be really helpful for my setup. I would be willing to pay to have this made.

Thanks for your awesome Addon and all the work you put into it!
Yes, it already exists.

https://github.com/ddurdle/Python-GoogleDrive-VideoStream

It is a web version of the plugin.  Download it, run it, enroll an account, then setup a scheduled job to your specifications to extract and auto-update a directory with STRM files.  Leave the script running as a background process. 



RE: gdrive - Google Drive Video/Music Add-on - keithcq71 - 2018-08-25

How do I run this ?


RE: gdrive - Google Drive Video/Music Add-on - audioce0 - 2018-08-25

You need to download Python 2.7, then when you run default.py, you open your web browser and navigate to:

http://localhost:9988/

___________________

https://github.com/ddurdle/Python-GoogleDrive-VideoStream/blob/master/README.md


RE: gdrive - Google Drive Video/Music Add-on - audioce0 - 2018-08-25

(Double post)


RE: gdrive - Google Drive Video/Music Add-on - keithcq71 - 2018-08-25

Thanks


RE: gdrive - Google Drive Video/Music Add-on - keithcq71 - 2018-08-25

Downloaded python .Opened defaut py . Localhost wont connect. Im new to this so excuse my stupidty