Closed Nanomani closed 3 years ago
Are the releated "MusicPlayer" infolabels filled by the addon?
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
Then it is up to the addon developer
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
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) :/
for podcast audio this works well :
$INFO[VideoPlayer.Plot] => Plot $INFO[VideoPlayer.Title] => Title
It is an addon for audio and video podcasts?
Ah okay, i have seen in the OT in kodi forum.
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
I m only use audio podcasts
no clean or correct solution : /
Sadly not :I
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"
with "play now info" or "Music Visualisation" there is no info at all
any advice are welcome :) thanks