beatmasterRS / skin.arctic.zephyr.mod

Welcome to Arctic: Zephyr - Reloaded. A clean, minimal, elegant, simple, light skin, based on the original Arctic: Zephyr skin by jurialmunkey.
Other
164 stars 60 forks source link

[plugin.video.itunes_podcasts] improvement with "Play Now Info" or "Music Visualisation" #383

Closed Nanomani closed 3 years ago

Nanomani commented 3 years ago

for myself :)

plugin.video.itunes_podcasts

GIT : https://github.com/A600/plugin.video.itunes_podcasts/ ZIP : https://github.com/A600/plugin.video.itunes_podcasts/archive/refs/heads/Matrix.zip

I don't know if something is possible ?

"plugin.video.itunes_podcasts" with Widgets (script.skinshortcuts) all works very fine there are "title", "plot", "thumb"

screenshot00000

with "play now info" or "Music Visualisation" there is no info at all

screenshot00002

screenshot00001

any advice are welcome :) thanks

beatmasterRS commented 3 years ago

Are the releated "MusicPlayer" infolabels filled by the addon?

Nanomani commented 3 years ago

With all the tests I have done, it looks like it's not or not correctly.

eg : $INFO[MusicPlayer.Title] => "https://url/file.mp3 $INFO[Player.Art(thumb)] => EMPTY

beatmasterRS commented 3 years ago

Then it is up to the addon developer

Nanomani commented 3 years ago

Then it is up to the addon developer

You are right. thanks for your advice. I'm going to ask him the question. :)

wait and see in any case it allows me to learn ...

EDIT : post to the addon developper : https://forum.kodi.tv/showthread.php?tid=143064&pid=3048566#pid3048566

Nanomani commented 3 years ago

for podcast audio this works well :

$INFO[VideoPlayer.Plot] => Plot $INFO[VideoPlayer.Title] => Title

no solution for the thumbnail :

$INFO[Player.Icon] => EMPTY $INFO[Player.Art(thumb)] => EMPTY

only this :

System.AddonIcon(plugin.video.itunes_podcasts) :/

beatmasterRS commented 3 years ago

for podcast audio this works well :

$INFO[VideoPlayer.Plot] => Plot $INFO[VideoPlayer.Title] => Title

It is an addon for audio and video podcasts?

beatmasterRS commented 3 years ago

Ah okay, i have seen in the OT in kodi forum.

Nanomani commented 3 years ago

for podcast audio this works well : $INFO[VideoPlayer.Plot] => Plot $INFO[VideoPlayer.Title] => Title

It is an addon for audio and video podcasts?

audio and video

1

I m only use audio podcasts

Nanomani commented 3 years ago

no clean or correct solution : /

beatmasterRS commented 3 years ago

Sadly not :I