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 - scofield272 - 2018-02-26

it's like that :
step1 : https://ibb.co/fOZZAx
step2 : https://ibb.co/c1QwOH
step 3 : https://ibb.co/doU1qx    (the .mkv displayed in the strm file)


RE: gdrive - Google Drive Video/Music Add-on - dmdsoftware - 2018-02-26

(2018-02-26, 09:09)scofield272 Wrote: it's like that :
step1 : https://ibb.co/fOZZAx
step2 : https://ibb.co/c1QwOH
step 3 : https://ibb.co/doU1qx    (the .mkv displayed in the strm file)
 I see from your options that you are using the stable rather then testing, since there is no save TV/Movie STRM option.  Regardless, since the file doesn't have a year in it, it would have been detected as a "other" and it wouldn't have had it's file extension stripped off.

I'll add an option to explicitly let the user to strip the extensions off


RE: gdrive - Google Drive Video/Music Add-on - scofield272 - 2018-02-26

(2018-02-26, 17:38)dmdsoftware Wrote:
(2018-02-26, 09:09)scofield272 Wrote: it's like that :
step1 : https://ibb.co/fOZZAx
step2 : https://ibb.co/c1QwOH
step 3 : https://ibb.co/doU1qx    (the .mkv displayed in the strm file)
 I see from your options that you are using the stable rather then testing, since there is no save TV/Movie STRM option.  Regardless, since the file doesn't have a year in it, it would have been detected as a "other" and it wouldn't have had it's file extension stripped off.

I'll add an option to explicitly let the user to strip the extensions off 
 you the best


RE: gdrive - Google Drive Video/Music Add-on - delboy666 - 2018-03-02

Any rough eta on the automated strm creation?


RE: gdrive - Google Drive Video/Music Add-on - beljim7419 - 2018-03-02

(2018-03-02, 08:56)delboy666 Wrote: Any rough eta on the automated strm creation?
 +1


RE: gdrive - Google Drive Video/Music Add-on - keithcq71 - 2018-03-12

Getting it to update in Kodi will be awesome


RE: gdrive - Google Drive Video/Music Add-on - vtwin0001 - 2018-03-13

(2018-02-15, 01:00)dmdsoftware Wrote:
(2018-02-13, 07:03)vtwin0001 Wrote:
(2018-01-18, 06:16)thall72 Wrote: I can’t seem to get it to enroll my account. I’ve done it the same exact way I’ve done it on all the other platforms I’ve ran kodi on but for some reason on the Xbox it just keeps giving me a error.   

I’m on a MiBox and for the past couple of days I have been having that exact same bahviour
Now I can’t seem to be able to re-enroll my account
I’m using gdrive-testing though

This one said (whilst enrolling) to enter a local web address, I complete steps 1 (sometimes step 1 fails) and then step 2
Then after I submit I get a 400 error at the same local server 🤔🤔   
 Do you get the code from the Google site part?

Sorry for the delay

Yes I do, but then on the next screen (after submitting the data) there’s appears to be an error

I fixed it by copying all the settings and the whole addon from another installation (from a windows computer) to the android installation
Although when I start kodi, kodi says there was an “error” with gdrive addon, it works pretty well and as expected so, so far I’m ignoring this error


RE: gdrive - Google Drive Video/Music Add-on - beljim7419 - 2018-03-17

Can we please have access to the auto strm update test edition. I'd rather take a chance and give it a go than wait months more for it. If it doesn't work I'll focus on my Plex setup.


RE: gdrive - Google Drive Video/Music Add-on - dmdsoftware - 2018-03-20

I'll spend time this week transferring updating the gdrive-testing plugin with the scheduler.

I have been testing the code via my Emby plugin, hosted on a private media server for 28 users and it seems to be working well enough to be considered stable.

There were some third party users who were testing the code and reported issues with "save STRM" functionality not working properly on their media folder, but they never followed up with details.


gdrive - Google Drive Video/Music Add-on - delboy666 - 2018-03-21

Awesome news. I cannot wait to try it out. As I have mentioned..... Probably repeatedly last piece of the Jigsaw for me. Great work. Thanks


RE: gdrive - Google Drive Video/Music Add-on - SirMoai - 2018-03-28

Hi!
I had use this addon a lot of time in Android. Now, I'm testing the puglin in libreelec but it doesn't works fine. When I enrroll an account it shows an error. 
This is the log error that the kodi.log brings:
02:02:08.881 T:4118607760 WARNING: Skin has invalid include:
02:02:39.590 T:3479225248 WARNING: Previous line repeats 4 times.
02:02:39.590 T:3479225248   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'ssl.SSLError'>
                                            Error Contents: ('The read operation timed out',)
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.gdrive/default.py", line 320, in <module>
                                                service = cloudservice2(PLUGIN_URL,addon,instanceName, user_agent, settings)
                                              File "/storage/.kodi/addons/plugin.video.gdrive/resources/lib/gdrive_api2.py", line 119, in __init__
                                                self.getToken(self.addon.getSetting(self.instanceName+'_code'))
                                              File "/storage/.kodi/addons/plugin.video.gdrive/resources/lib/gdrive_api2.py", line 198, in getToken
                                                response = urllib2.urlopen(req)
                                              File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
                                              File "/usr/lib/python2.7/urllib2.py", line 429, in open
                                              File "/usr/lib/python2.7/urllib2.py", line 447, in _open
                                              File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
                                              File "/usr/lib/python2.7/urllib2.py", line 1241, in https_open
                                              File "/usr/lib/python2.7/urllib2.py", line 1201, in do_open
                                              File "/usr/lib/python2.7/httplib.py", line 1121, in getresponse
                                              File "/usr/lib/python2.7/httplib.py", line 438, in begin
                                              File "/usr/lib/python2.7/httplib.py", line 394, in _read_status
                                              File "/usr/lib/python2.7/socket.py", line 480, in readline
                                              File "/usr/lib/python2.7/ssl.py", line 766, in recv
                                              File "/usr/lib/python2.7/ssl.py", line 653, in read
                                            SSLError: ('The read operation timed out',)
                                            -->End of Python script error report<--
02:02:39.763 T:4118607760   ERROR: GetDirectory - Error getting plugin://plugin.video.gdrive/?content_type&instance=gdrive1&mode=main
02:02:39.764 T:4118607760   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.gdrive/?content_type&instance=gdrive1&mode=main) failed
02:02:44.214 T:3435885472   ERROR: Unable to find plugin
02:02:44.215 T:4118607760   ERROR: GetDirectory - Error getting plugin://
02:02:44.216 T:4118607760   ERROR: CGUIMediaWindow::GetDirectory(plugin://) failed


Could you help me?

Regards!


RE: gdrive - Google Drive Video/Music Add-on - beljim7419 - 2018-03-29

(2018-03-20, 15:19)dmdsoftware Wrote: I'll spend time this week transferring updating the gdrive-testing plugin with the scheduler.

I have been testing the code via my Emby plugin, hosted on a private media server for 28 users and it seems to be working well enough to be considered stable.

There were some third party users who were testing the code and reported issues with "save STRM" functionality not working properly on their media folder, but they never followed up with details.
 Any chance this test update will get uploaded for this weekend for our testing? Cheers.


RE: gdrive - Google Drive Video/Music Add-on - dmdsoftware - 2018-03-29

(2018-03-28, 02:12)SirMoai Wrote: Hi!
I had use this addon a lot of time in Android. Now, I'm testing the puglin in libreelec but it doesn't works fine. When I enrroll an account it shows an error. 
This is the log error that the kodi.log brings:
02:02:08.881 T:4118607760 WARNING: Skin has invalid include:
02:02:39.590 T:3479225248 WARNING: Previous line repeats 4 times.
02:02:39.590 T:3479225248   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'ssl.SSLError'>
                                            Error Contents: ('The read operation timed out',)
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.gdrive/default.py", line 320, in <module>
                                                service = cloudservice2(PLUGIN_URL,addon,instanceName, user_agent, settings)
                                              File "/storage/.kodi/addons/plugin.video.gdrive/resources/lib/gdrive_api2.py", line 119, in __init__
                                                self.getToken(self.addon.getSetting(self.instanceName+'_code'))
                                              File "/storage/.kodi/addons/plugin.video.gdrive/resources/lib/gdrive_api2.py", line 198, in getToken
                                                response = urllib2.urlopen(req)
                                              File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
                                              File "/usr/lib/python2.7/urllib2.py", line 429, in open
                                              File "/usr/lib/python2.7/urllib2.py", line 447, in _open
                                              File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
                                              File "/usr/lib/python2.7/urllib2.py", line 1241, in https_open
                                              File "/usr/lib/python2.7/urllib2.py", line 1201, in do_open
                                              File "/usr/lib/python2.7/httplib.py", line 1121, in getresponse
                                              File "/usr/lib/python2.7/httplib.py", line 438, in begin
                                              File "/usr/lib/python2.7/httplib.py", line 394, in _read_status
                                              File "/usr/lib/python2.7/socket.py", line 480, in readline
                                              File "/usr/lib/python2.7/ssl.py", line 766, in recv
                                              File "/usr/lib/python2.7/ssl.py", line 653, in read
                                            SSLError: ('The read operation timed out',)
                                            -->End of Python script error report<--
02:02:39.763 T:4118607760   ERROR: GetDirectory - Error getting plugin://plugin.video.gdrive/?content_type&instance=gdrive1&mode=main
02:02:39.764 T:4118607760   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.gdrive/?content_type&instance=gdrive1&mode=main) failed
02:02:44.214 T:3435885472   ERROR: Unable to find plugin
02:02:44.215 T:4118607760   ERROR: GetDirectory - Error getting plugin://
02:02:44.216 T:4118607760   ERROR: CGUIMediaWindow::GetDirectory(plugin://) failed


Could you help me?

Regards!

The device has a SSL issue and you can look around on the web for command line instructions to fix the problem.  Search for "SSL verify failed python"


RE: gdrive - Google Drive Video/Music Add-on - dmdsoftware - 2018-03-29

(2018-03-29, 12:51)beljim7419 Wrote:
(2018-03-20, 15:19)dmdsoftware Wrote: I'll spend time this week transferring updating the gdrive-testing plugin with the scheduler.

I have been testing the code via my Emby plugin, hosted on a private media server for 28 users and it seems to be working well enough to be considered stable.

There were some third party users who were testing the code and reported issues with "save STRM" functionality not working properly on their media folder, but they never followed up with details.
 Any chance this test update will get uploaded for this weekend for our testing? Cheers. 
 I would have said no way, considering the progress made regression testing (running into a few test cases that are failing) but tomorrow is Good Friday and the weekend doesn't start until the day after.  Anything can happen on Good Friday, so I can't rule out whether or not a build will be ready for Saturday.  I will definitely not push it to the testing branch for auto-update, but will post here.  I don't want to push a rotten easter egg out to the mainstream user.


RE: gdrive - Google Drive Video/Music Add-on - scofield272 - 2018-03-31

hii  dmdsoftware
i'm using the last stable version,
i noticed that when i click to play strm files from gdrive (or stream directly from gdrive addon ) with .srt subs attached to the files takes a long time to load the stream, and not always it takes the .srt file on the first attempt, if the sub doesn't load on the first attempt  i need to stop the movie and click on it again and its always works on the second attempt (the srt subs loads well )  

is it something you can work on to improve ?
thanks alot.