Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

impossible d'ouvrir certains fichiers video #32

Closed
Geress opened this issue Oct 5, 2023 · 4 comments
Closed

impossible d'ouvrir certains fichiers video #32

Geress opened this issue Oct 5, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@Geress
Copy link

Geress commented Oct 5, 2023

J'ai un problème sur l'extension Arte+7 de Kodi. Certains fichiers trouvés dans le recherche ne peuvent pas s'ouvrir.
Voici l'adresse du fichier log : paste.kodi.tv/cuwejubodu
hastebin - cuwejubodu.pdf

Pouvez-vous me dire quel est le problème, et aussi la solution.
Cordialement

@smihai
Copy link

smihai commented Oct 6, 2023

Visiblement dans le commit b1d8764 il a été oublié de passer le paramètre plugin dans la ligne:
return mapper.map_collection_as_playlist(sibling_arte_items, program_id) du fichier resources/lib/view.py.

Cela devrait être :
return mapper.map_collection_as_playlist(plugin, sibling_arte_items, program_id)

@smihai
Copy link

smihai commented Oct 6, 2023

J'ai créé la RP #33

@Geress
Copy link
Author

Geress commented Oct 8, 2023

Merci smihai. J'ai rajouté le paramètre "plugin", et les fichiers demandés s'ouvrent.

@thomas-ernest
Copy link
Owner

Hello,

Thank you for spotting this one. I integrated the fix in 1.4 release bracnh to be then delivered in 1.4.1.

PR in this repository : #36
PR so that version 1.4.1 including the fix got propagated to everyone : xbmc/repo-plugins#4401

I will aslo merge your PR into master, because cascading from release/1.4 to master is not yet configured.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants