• 1
  • 111
  • 112
  • 113(current)
  • 114
  • 115
  • 309
Release skin helper service
Is it possible to use Window(Home).Property(SkinHelper.MovieSet.X.Poster) with multiimage ? to show posters in a slideshow ?
 Estuary MOD V2 
Reply
(2016-03-13, 21:58)marcelveldt Wrote:
(2016-03-13, 18:36)Angelinas Wrote: http://forum.kodi.tv/showthread.php?tid=...pid2266710

Just to clear is any solution for movieset cast... Or to remove code in skin..
Tnx

Should now be fixed on Git. Please test
No error but not working...dont have icons ,label and label2 for moviset as widget....(all other working movies and tvshow,even as widget from extendedinfoscript-non library info)

this animated poster dont working always showing regular poster..
Code:
http://localhost:52307/getanimatedposter&imdbid=$INFO[Listitem.IMDBID]&fallback=$INFO[Listitem.Art(poster)]

Code:
23:17:29 T:1928  NOTICE: Skin Helper Service --> Webservice --> AUI - - [13/Mar/2016 23:17:29] "GET /getanimatedposter&action=getanimatedposter&imdbid=&fallback=http%3A%2F%2Fimage.tmdb.org%2Ft%2Fp%2Foriginal%2F6qsdft7YQJuLfI1joGI5ZIJy4s3.jpg HTTP/1.1" 200 -
23:17:29 T:1928  NOTICE: Skin Helper Service --> found image for request /getanimatedposter&action=getanimatedposter&imdbid=&fallback=http%3A%2F%2Fimage.tmdb.org%2Ft%2Fp%2Foriginal%2F6qsdft7YQJuLfI1joGI5ZIJy4s3.jpg  --> http://image.tmdb.org/t/p/original/6qsdft7YQJuLfI1joGI5ZIJy4s3.jpg
23:17:29 T:1928  NOTICE: Skin Helper Service --> WebService -- sending image for --> /getanimatedposter&action=getanimatedposter&imdbid=&fallback=http%3A%2F%2Fimage.tmdb.org%2Ft%2Fp%2Foriginal%2F6qsdft7YQJuLfI1joGI5ZIJy4s3.jpg
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
(2016-03-13, 22:49)Guilouz Wrote: Is it possible to use Window(Home).Property(SkinHelper.MovieSet.X.Poster) with multiimage ? to show posters in a slideshow ?
Yes, you can use a normal muliimage control for that, just set multiple paths in the control
Reply
(2016-03-13, 23:58)Angelinas Wrote: this animated poster dont working always showing regular poster..
Code:
http://localhost:52307/getanimatedposter&imdbid=$INFO[Listitem.IMDBID]&fallback=$INFO[Listitem.Art(poster)]

Your imdbid is empty... did you try this with regular movie content ?
You may also try to use ListItem.Property(IMDBID) instead of ListItem.IMDBID
Reply
(2016-03-14, 02:17)marcelveldt Wrote:
(2016-03-13, 22:49)Guilouz Wrote: Is it possible to use Window(Home).Property(SkinHelper.MovieSet.X.Poster) with multiimage ? to show posters in a slideshow ?
Yes, you can use a normal muliimage control for that, just set multiple paths in the control

I have tried this but it return only the first poster (only the first imagepath line)

Code:
<control type="multiimage">
                <top>10</top>
                <posx>121</posx>
                <height>410</height>
                <width>288</width>
                <imagepath>$INFO[Window(Home).Property(SkinHelper.MovieSet.0.Poster)]</imagepath>
                <imagepath>$INFO[Window(Home).Property(SkinHelper.MovieSet.1.Poster)]</imagepath>
                <imagepath>$INFO[Window(Home).Property(SkinHelper.MovieSet.2.Poster)]</imagepath>
                <imagepath>$INFO[Window(Home).Property(SkinHelper.MovieSet.3.Poster)]</imagepath>
                <imagepath>$INFO[Window(Home).Property(SkinHelper.MovieSet.4.Poster)]</imagepath>
                <imagepath>$INFO[Window(Home).Property(SkinHelper.MovieSet.5.Poster)]</imagepath>
                <imagepath>$INFO[Window(Home).Property(SkinHelper.MovieSet.6.Poster)]</imagepath>
                <imagepath>$INFO[Window(Home).Property(SkinHelper.MovieSet.7.Poster)]</imagepath>
                <imagepath>$INFO[Window(Home).Property(SkinHelper.MovieSet.8.Poster)]</imagepath>
                <imagepath>$INFO[Window(Home).Property(SkinHelper.MovieSet.9.Poster)]</imagepath>
                <timeperimage>2000</timeperimage>
                <fadetime>200</fadetime>
                <loop>yes</loop>
                <aspectratio>stretch</aspectratio>
            </control>
 Estuary MOD V2 
Reply
Another request here.

would be great if we could point Skin Helper to the "CdArtManager" Folder, and use the lokal Artist logo.png folder.jpg and so on

CDartFolder/
.........ArtistName/
...........................logo.png
Reply
(2016-03-13, 22:00)marcelveldt Wrote:
(2016-03-12, 18:20)Mike_Doc Wrote: Hi Angelinas,

Yes, saw you post in my thread, thanks. But this

$INFO[Window(home).Property(SkinHelper.AnimatedPoster)]

Doesn't work in layouts (item/focused)? well for me anyway?

Hi Mike,

I've now added the animatedposters to the webservice too:

https://github.com/marcelveldt/script.sk...nal-params

Please check latest Git.

Can you also add it for the backgrounds too when you get an oppurtunity.

Also do you know if it is possible to get the rotten tomatoes etc ratings for a now playing item? And is it possible to get the channel logo of a pvr item from the webservice? I want to look it up on DialogSeekBar.xml and could not get it to work with the window home property.

Thanks
Reply
(2016-03-14, 02:19)marcelveldt Wrote:
(2016-03-13, 23:58)Angelinas Wrote: this animated poster dont working always showing regular poster..
Code:
http://localhost:52307/getanimatedposter&amp;imdbid=$INFO[Listitem.IMDBID]&amp;fallback=$INFO[Listitem.Art(poster)]

Your imdbid is empty... did you try this with regular movie content ?
You may also try to use ListItem.Property(IMDBID) instead of ListItem.IMDBID
You write wrong code in readme right code for IMD is IMDBNumber https://github.com/marcelveldt/script.sk...ted-poster
Code:
http://localhost:52307/getanimatedposter&amp;imdbid=$INFO[Listitem.IMDBNumber]&amp;fallback=$INFO[Listitem.Art(poster)]
Have Image in list like for Window(Home).Property(SkinHelper.AnimatedPoster),but static image.
Is this Kodi limitation for showing gif in list,or your code showing just cahed image.
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
(2016-03-13, 21:59)marcelveldt Wrote:
(2016-03-13, 16:56)Bumpaneer Wrote: The latest git fixes the issue on both of my boxes that were experiencing slow loading. Also, the log file looks much cleaner. Thanks for the quick response!

OK, great.
Just wanted to say I was experiencing extremely slow loading of the default widget list, latest git seems to have fixed it. Looks like the select dialog no longer shows a thumbnail for each widget (guessing that was causing a slowdown?), I'm ok with the icons though. Thanks for this great script!
Reply
its possible to get unwatched items from an specific source ?

Ex. your structure:


Movies:
---------Movie 1
---------Movie 2
-------- Movie 3...etc.

KidsMovies:
-------------Kid movie1
-------------Kid movie2

Usually unwatched movies gets you the total unwatched movies in library but what if i have add another source for Ex. kids movies that is in another folder/share , I would like to get unwatched items from that specific source/path/share/folder/etc...
clearArt Concept
cdArt Concept

*If like, thank user
Reply
(2016-03-15, 00:15)reaven Wrote: its possible to get unwatched items from an specific source ?

Yes, that is possible to add. For example I can add an optional tag parameter to the various endpoints to get a listing filtered by tag.
Reply
(2016-03-15, 00:19)marcelveldt Wrote:
(2016-03-15, 00:15)reaven Wrote: its possible to get unwatched items from an specific source ?

Yes, that is possible to add. For example I can add an optional tag parameter to the various endpoints to get a listing filtered by tag.

that would be cool you could add various movies source to home like kids | Foreign | etc.. and show unwatched movies for each source
clearArt Concept
cdArt Concept

*If like, thank user
Reply
@marcelveldt love the progress you have made with this script, Keep up the great work Smile
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
(2016-03-15, 00:19)marcelveldt Wrote:
(2016-03-15, 00:15)reaven Wrote: its possible to get unwatched items from an specific source ?

Yes, that is possible to add. For example I can add an optional tag parameter to the various endpoints to get a listing filtered by tag.

the same could be add for total/unwatched even recently added per source Big Grin
clearArt Concept
cdArt Concept

*If like, thank user
Reply
Hi marcelveldt,

A few query's;

For the music widgets these property's are not available
ListItem.Property(Album_Mood)
ListItem.Property(Album_Style)
ListItem.Property(Album_Label)

1st image is kodi's recently added.
2nd is Skin helper recently added.
watch gallery



When using property's on the home screen such as 'Window(Home).Property(SkinHelper.MovieSet.Count)' it takes a second or two for the info the appear.
If I open a dialog like the shutdownmenu the properties become empty until I scroll to the next item in the container.

Not really sure what I can do about this as I use <onfocus> to set the container. <onfocus>SetProperty(SkinHelper.WidgetContainer,$PARAM[id],home)</onfocus>

1st image - property's loaded
2nd image - property's after opening a dialog (when I move to second item the info then loads)
watch gallery




The other problem is I would very much like to use more skin helper properties on the home screen.This has been an issue for me as there could be multiple widget containers on the home screen at once. For example in view below is not possible to do using the skin helper properties as I cannot show the same property twice from different containers.

Image

Cheers
Mr. V
Madnox 2.0
Forum / Source
Reply
  • 1
  • 111
  • 112
  • 113(current)
  • 114
  • 115
  • 309

Logout Mark Read Team Forum Stats Members Help
skin helper service18