Posts: 234
Joined: Nov 2009
Reputation:
4
Thanks for your work on this plugin. When can be expect HD/UHD content to be available in this plugin?
Posts: 9
Joined: Nov 2021
Reputation:
0
Hi,
use libreelec 10.0.1
if I try to install the plugin.video.amazon-test-0.9.5_beta3.zip
got a depenency error: script.module.mechanicalsoup Version 0.12.0 could not be resolved
How to fix this ?
Posts: 145
Joined: Nov 2019
Reputation:
4
problem solved. I installed the last beta plugin.video.amazon-test-0.9.5_beta3 saving watchlist in Osmosis already working.
Posts: 15
Joined: Apr 2018
Reputation:
0
2022-03-13, 16:01
(This post was last modified: 2022-03-13, 16:02 by louis_nichols.)
So I had this issue where some shows would show empty seasons (e.g. Mrs Maisel season 4, Reacher season 1).
I installed the beta 3 and activated the web API. It worked well for a few days (there was a little glitch, but it was essentially functional, so I will leave that for later).
But after a few days, whenever I try to open the add-on while the web api is active, it shows the loading animation indefinitely. If I disable the web api, it starts working again, but obviously with the initial issue back.
Any suggestions?
Later edit: Kodi 18.9 on an RPi 400.
Posts: 2
Joined: Mar 2022
Reputation:
0
Something else which seemed to work for me, for items failing to open.
Search for the show/film or navigate to it on your watchlist.
At either the season or very top level folder right click select refresh.
Also noticed that there was a load of what appears to be cached metadata for the old/non-webapi addon which I removed.
Metadata was stored in the TV and Movies sub-folders, under the addon_data folder.
```
rm -fr ~/.kodi/userdata/addon_data/plugin.video.amazon-test/TV
rm -fr ~/.kodi/userdata/addon_data/plugin.video.amazon-test/Movies
```