• 1
  • 8
  • 9
  • 10(current)
  • 11
  • 12
  • 49
[FRODO release] Skin Widgets
(2012-11-05, 22:40)Hitcher Wrote: ...Episode.%d.Art(tvshow.landscape) ie landscape.jpg

Jep. Forgot to add it in the code. Will fix Tongue



@Everyone
http://forum.xbmc.org/showthread.php?tid...pid1231228
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
So, this should pull a logo from the webz? i'm not seeing it, poster and tumb ect work.
Code:
<texture>$INFO[Window(Home).Property(RecentEpisode.1.Art(tvshow.clearlogo))]</texture>
In trying to figure this out. Does it try to write anything to the tv show folder?
Or did i understand correct that it writes to the library? Because XBMC can't write to my source, trying to rule that out as problem.

-edit-
I can find the links in the database though.
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
(2012-11-05, 22:43)Martijn Wrote:
(2012-11-05, 22:40)Hitcher Wrote: ...Episode.%d.Art(tvshow.landscape) ie landscape.jpg

Jep. Forgot to add it in the code. Will fix Tongue



@Everyone
http://forum.xbmc.org/showthread.php?tid...pid1231228

Uploaded new one. Fixed some labels and added
PHP Code:
Art(tvshow.landscape
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
(2012-11-05, 19:31)Hitcher Wrote: LatestMovie > RecentMovie

Doh, sorry ... now i see ...

Thanx Hitcher ...

Reply
0.0.13

Added a "Play" label as extra since starting through using .File is wrong.
This will trigger playing the actual library item instead of just a "file". Fixes possible missing artwork in the OSD while playing a video when directly started from the widget. Also displays the library "title" of the file instead of the filename in the OSD

PHP Code:
foo.Play 

Example:
PHP Code:
<onclick>$INFO[Window(Home).Property(RecommendedMovie.4.Play)]</onclick

Downloads
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
sweet it was driving me nuts!

So we got

RecommendedEpidsode.%d.Play

too?

EDIT: yes we do... just tested.

thanks.
Image Image
Did I Help? Add to my reputation
Reply
I have a query.
What is difference between this service and the native XBMC support for the Recently added items ?

Cheers
Nessus
Reply
(2012-11-07, 04:27)nessus Wrote: I have a query.
What is difference between this service and the native XBMC support for the Recently added items ?

Cheers
Nessus

the script has more properties + can be configured to only show unwatched items.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Latest version solved my problem Smile
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
(2012-11-07, 05:19)phil65 Wrote: the script has more properties + can be configured to only show unwatched items.

I see... thanks Phil Wink
Reply
uploaded a new .zip file which has a small change that should stop spamming the log because of a bug in XBMC
(only happens when enabling "refresh on homescreen")
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
(2012-11-06, 21:33)Martijn Wrote: 0.0.13
Fixes possible missing artwork in the OSD while playing a video when directly started from the widget. Also displays the library "title" of the file instead of the filename in the OSD

What it does not fix is the disappearing cover and fanart for music if you change the rating in the osd. Is that fixable?

Image
Reply
(2012-11-07, 13:22)`Black Wrote:
(2012-11-06, 21:33)Martijn Wrote: 0.0.13
Fixes possible missing artwork in the OSD while playing a video when directly started from the widget. Also displays the library "title" of the file instead of the filename in the OSD

What it does not fix is the disappearing cover and fanart for music if you change the rating in the osd. Is that fixable?

Think that's a XBMC bug. Script only uses JSON to trigger album play, after that it's all XBMC.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
So, do the entries have now have to be hardcoded again like RecommendedEpisode.%d.Title?

I implemented the Watchlist add-on more like a regular library listing (in it's own window), instead of widgets on the homescreen

so I used something like:

PHP Code:
<label>$INFO[Container(52).ListItem.Property(Title)]</label

Is this not possible anymore?
Reply
Nothing changed compared to Watchlist regarding that so if it worked there it should still work.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
  • 1
  • 8
  • 9
  • 10(current)
  • 11
  • 12
  • 49

Logout Mark Read Team Forum Stats Members Help
[FRODO release] Skin Widgets8