putdotio / putio-kodi

Official Put.io Kodi addon
GNU General Public License v3.0
10 stars 2 forks source link

List and load all available subtitles #11

Closed joelpurra closed 4 years ago

joelpurra commented 4 years ago

Previous implementation handles only a single subtitle per video. The api url of the list of all subtitles is passed directly to kodi. The returned api contents doesn't match kodi's expectations, so it picks one url and downloads only that subtitle.

This implementation uses the put.io api to list all subtitles available for a video, then downloads them individually to a temporary directory before passing the file paths to kodi. Fixes #10.

Notes

Improvements

Testing

See

cenkalti commented 4 years ago

Thank you @joelpurra. I am going to upload the new version to Kodi official add-on repository.

cenkalti commented 4 years ago

You can track the status of new release from https://github.com/xbmc/repo-plugins/pull/2474