• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 30
[CLOSED] Amazon Cloud Drive for KODI
#31
I was looking through the documentation here:

https://developer.amazon.com/public/apis...tent/nodes

and it seems as though tempLinks allow the content to be exposed for a limited period of time. The downside would be that adding media to a playlist in kodi would probably involve the tempLinks potentially expiring before the content was accessed. (I believe that they stay active while the content is being accessed, but expire after a certain period of time after the last access -- that's completely anecdotal, however.)
Reply
#32
(2015-09-28, 01:14)rufustfirefly Wrote: I was looking through the documentation here:

https://developer.amazon.com/public/apis...tent/nodes

and it seems as though tempLinks allow the content to be exposed for a limited period of time. The downside would be that adding media to a playlist in kodi would probably involve the tempLinks potentially expiring before the content was accessed. (I believe that they stay active while the content is being accessed, but expire after a certain period of time after the last access -- that's completely anecdotal, however.)

The plugin doesn't bother with tempLinks, but they may have purpose in the future for sharing what you are viewing, for a small period of time.

The plugin should be posted for testing in < 24 hours. I'm just testing a few things around OAUTH2 process.
Reply
#33
Release for testing:

v0.1.1
http://dmdsoftware.net/repository.ddurdl...-0.1.1.zip

- Support playback of video and audio
- no SRT playback support for now (coming soon)
- no search (coming soon)
- no thumnail support (coming soon)
- no image support (coming soon)
- Support STRM file generation
Reply
#34
(2015-09-28, 04:28)dmdsoftware Wrote: Release for testing:

v0.1.1
http://dmdsoftware.net/repository.ddurdl...-0.1.1.zip

- Support playback of video and audio
- no SRT playback support for now (coming soon)
- no search (coming soon)
- no thumnail support (coming soon)
- no image support (coming soon)
- Support STRM file generation

After finishing the auth process, nothing showed up in the "Videos" section -- are there any particular directions required after completing the oauth flow?
Reply
#35
(2015-09-28, 06:45)rufustfirefly Wrote:
(2015-09-28, 04:28)dmdsoftware Wrote: Release for testing:

v0.1.1
http://dmdsoftware.net/repository.ddurdl...-0.1.1.zip

- Support playback of video and audio
- no SRT playback support for now (coming soon)
- no search (coming soon)
- no thumnail support (coming soon)
- no image support (coming soon)
- Support STRM file generation

After finishing the auth process, nothing showed up in the "Videos" section -- are there any particular directions required after completing the oauth flow?

Try Video plugins. Click enroll within the plugin and follow the prompts for authorization.
Reply
#36
(2015-09-28, 11:43)dmdsoftware Wrote:
(2015-09-28, 06:45)rufustfirefly Wrote:
(2015-09-28, 04:28)dmdsoftware Wrote: Release for testing:

v0.1.1
http://dmdsoftware.net/repository.ddurdl...-0.1.1.zip

- Support playback of video and audio
- no SRT playback support for now (coming soon)
- no search (coming soon)
- no thumnail support (coming soon)
- no image support (coming soon)
- Support STRM file generation

After finishing the auth process, nothing showed up in the "Videos" section -- are there any particular directions required after completing the oauth flow?

Try Video plugins. Click enroll within the plugin and follow the prompts for authorization.

I did all of that -- after selecting the account afterwards (in the Videos section, under the plugin), it shows no folder structure or files.
Reply
#37
(2015-09-28, 11:43)dmdsoftware Wrote:
(2015-09-28, 06:45)rufustfirefly Wrote:
(2015-09-28, 04:28)dmdsoftware Wrote: Release for testing:

v0.1.1
http://dmdsoftware.net/repository.ddurdl...-0.1.1.zip

- Support playback of video and audio
- no SRT playback support for now (coming soon)
- no search (coming soon)
- no thumnail support (coming soon)
- no image support (coming soon)
- Support STRM file generation

After finishing the auth process, nothing showed up in the "Videos" section -- are there any particular directions required after completing the oauth flow?

Try Video plugins. Click enroll within the plugin and follow the prompts for authorization.

For the sake of debugging, I spun up a copy on my Ubuntu workstation, and found this:

Code:
20:42:13 T:139930907899840   DEBUG: ------ Window Init (DialogBusy.xml) ------
20:42:14 T:139929405343488   ERROR: Amazon Cloud Drive-testing: HTTP Error 404: Not Found
20:42:14 T:139929405343488    INFO: CPythonInvoker(2, /home/user/.kodi/addons/plugin.video.acd-testing/default.py): script successfully run
20:42:14 T:139930043787008   DEBUG: WaitOnScriptResult- plugin returned successfully
20:42:14 T:139929690564352  NOTICE: Thread BackgroundLoader start, auto delete: false
20:42:14 T:139929405343488    INFO: Python script stopped
20:42:14 T:139929405343488   DEBUG: Thread LanguageInvoker 139929405343488 terminating
20:42:14 T:139929690564352   DEBUG: Thread BackgroundLoader 139929690564352 terminating
20:42:14 T:139930907899840   DEBUG: ------ Window Deinit (DialogBusy.xml) ------

(specifically the 404)
Reply
#38
(2015-09-29, 02:45)rufustfirefly Wrote:
Code:
20:42:13 T:139930907899840   DEBUG: ------ Window Init (DialogBusy.xml) ------
20:42:14 T:139929405343488   ERROR: Amazon Cloud Drive-testing: HTTP Error 404: Not Found
20:42:14 T:139929405343488    INFO: CPythonInvoker(2, /home/user/.kodi/addons/plugin.video.acd-testing/default.py): script successfully run
20:42:14 T:139930043787008   DEBUG: WaitOnScriptResult- plugin returned successfully
20:42:14 T:139929690564352  NOTICE: Thread BackgroundLoader start, auto delete: false
20:42:14 T:139929405343488    INFO: Python script stopped
20:42:14 T:139929405343488   DEBUG: Thread LanguageInvoker 139929405343488 terminating
20:42:14 T:139929690564352   DEBUG: Thread BackgroundLoader 139929690564352 terminating
20:42:14 T:139930907899840   DEBUG: ------ Window Deinit (DialogBusy.xml) ------

I think I've tracked down the issue ; the code doesn't seem to be fetching the endpoint url metadata, as specified in the Amazon Cloud Drive API documentation. It looks like it's hardcoded in resources/lib/acd_api.py.
Reply
#39
Ubuntu Vivid & Kodi 15.1
I can browse the library & video streams ok.
Cheers! Big Grin

(2015-09-28, 04:28)dmdsoftware Wrote: Release for testing:

v0.1.1
http://dmdsoftware.net/repository.ddurdl...-0.1.1.zip

- Support playback of video and audio
- no SRT playback support for now (coming soon)
- no search (coming soon)
- no thumnail support (coming soon)
- no image support (coming soon)
- Support STRM file generation
Reply
#40
I can browse all my cloud in Windows 10 + Kodi 15.1. Thank you Smile

I have one folder with a 14.7GB mkv file, it's not showing. If I download the file all looks fine.
Reply
#41
(2015-09-29, 12:56)tim4k Wrote: I can browse all my cloud in Windows 10 + Kodi 15.1. Thank you Smile

I have one folder with a 14.7GB mkv file, it's not showing. If I download the file all looks fine.

Is it showing up as a video file on the Amazon cloud drive website?
Reply
#42
All my mkv files are not identified as videos in website interface. The icon its just a "blank page".
Reply
#43
(2015-09-29, 13:06)tim4k Wrote: All my mkv files are not identified as videos in website interface. The icon its just a "blank page".

It doesn't look as though there's any logic in getPublicStream to handle Matroska files ... yet.
Reply
#44
(2015-09-29, 18:18)rufustfirefly Wrote:
(2015-09-29, 13:06)tim4k Wrote: All my mkv files are not identified as videos in website interface. The icon its just a "blank page".

It doesn't look as though there's any logic in getPublicStream to handle Matroska files ... yet.

All my mkv stream fine. But one doesn't show in Kodi.
Reply
#45
(2015-09-29, 18:26)tim4k Wrote:
(2015-09-29, 18:18)rufustfirefly Wrote:
(2015-09-29, 13:06)tim4k Wrote: All my mkv files are not identified as videos in website interface. The icon its just a "blank page".

It doesn't look as though there's any logic in getPublicStream to handle Matroska files ... yet.

All my mkv stream fine. But one doesn't show in Kodi.

Any weird characters in the file name?
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 30

Logout Mark Read Team Forum Stats Members Help
[CLOSED] Amazon Cloud Drive for KODI7