• 1
  • 16
  • 17
  • 18(current)
  • 19
  • 20
  • 49
[FRODO release] Skin Widgets
(2012-12-20, 19:11)Martijn Wrote:
(2012-12-20, 19:11)ronie Wrote:
(2012-12-20, 19:09)Martijn Wrote: but I just copied this part of code from watchlist Wink

that's no excuse ;-p

Yes it is Big Grin

no it's not ;-)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
(2012-12-20, 17:39)Martijn Wrote:
(2012-12-20, 04:45)winestock Wrote: I am getting the following error:
Code:
Code:
13:19:33 T:4625797120   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'MyPlayer' object has no attribute 'type'
                                            Traceback (most recent call last):
                                              File "/Volumes/iMac_27 HD/Users/mwinestock/Library/Application Support/XBMC/addons/service.skin.widgets/default.py", line 685, in onPlayBackStopped
                                                if self.type == 'movie':
                                            AttributeError: 'MyPlayer' object has no attribute 'type'
                                            -->End of Python script error report<--

Debug Log: http://pastebin.com/CNFv6Lwp

Not a debug log and NEVER post snippets

DEBUG LOG
Kodi 17, Transparency Skin
PogoPlug v4 running Arm Linux 4.4.63 as MySQL (mariadb) server.
Mac OS 10.12.5
2015 27" iMac 3.3 GHz Quad, 16GB RAM, 1TB SSD
2015 13" Macbook Pro, 8GB RAM, 256GB SSD
AppleTV 4 TV OS 10
Reply
(2012-12-20, 19:12)ronie Wrote:
(2012-12-20, 19:11)Martijn Wrote:
(2012-12-20, 19:11)ronie Wrote: that's no excuse ;-p

Yes it is Big Grin

no it's not ;-)

The same like you c/p your bugs Wink
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-12-20, 20:32)Martijn Wrote:
(2012-12-20, 19:12)ronie Wrote:
(2012-12-20, 19:11)Martijn Wrote: Yes it is Big Grin

no it's not ;-)

The same like you c/p your bugs Wink
i do not! :-)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
(2012-12-18, 11:42)Vinnie85 Wrote: So I'm still getting script error for the skin widget. im running Ubuntu 12.04 LTS with xbmc RC1. Here is my debug file. http://pastebin.com/qt6pUDw0

(2012-12-20, 04:45)winestock Wrote: I am getting the following error:
Debug Log: http://pastebin.com/CNFv6Lwp
Should both be fixed in new version
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-12-20, 22:53)Martijn Wrote:
(2012-12-18, 11:42)Vinnie85 Wrote: So I'm still getting script error for the skin widget. im running Ubuntu 12.04 LTS with xbmc RC1. Here is my debug file. http://pastebin.com/qt6pUDw0

(2012-12-20, 04:45)winestock Wrote: I am getting the following error:
Debug Log: http://pastebin.com/CNFv6Lwp
Should both be fixed in new version

Just verified that the error message is no longer showing up in Frodo RC-2. Thanks.
Kodi 17, Transparency Skin
PogoPlug v4 running Arm Linux 4.4.63 as MySQL (mariadb) server.
Mac OS 10.12.5
2015 27" iMac 3.3 GHz Quad, 16GB RAM, 1TB SSD
2015 13" Macbook Pro, 8GB RAM, 256GB SSD
AppleTV 4 TV OS 10
Reply
Same here...Great job guys
Reply
Thanks works fine in RC1 and RC2 for me, though i am missing some eye candy.

In Eden when i went to the latest added movie widget and pressed down on a movie the screen flipped and gave me info about the movie right in the home screem and the possibility to view a trailer. Will that return? I liked Eden for being so smooth with this as well.

Great work Smile
Reply
(2012-12-22, 11:42)Infinion Wrote: Thanks works fine in RC1 and RC2 for me, though i am missing some eye candy.

In Eden when i went to the latest added movie widget and pressed down on a movie the screen flipped and gave me info about the movie right in the home screem and the possibility to view a trailer. Will that return? I liked Eden for being so smooth with this as well.

Great work Smile

Ask in skin thread
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
Hi Martijn, Ronie,

what is wrong with this onclick Code ? It does nothing.

Code:
<onclick>$INFO[Window(Home).Property(RandomArtist.1.LibraryPath)]</onclick>


Icons, Labels and Thumbs are visible, trigger refreshing works also fine.

Error Codes:
Quote:13:27:23 T:704 ERROR: Keymapping error: no such action 'musicdb://2/820/' defined
13:27:24 T:704 ERROR: Keymapping error: no such action 'musicdb://2/624/' defined
13:27:27 T:704 ERROR: Keymapping error: no such action 'musicdb://2/149/' defined

Nightly xbmc with addon vers. 0.0.18
Image
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
Reply
@djtoll: you need to add ActivateWindow(MusicLibrary,$INFO[....]) to the <onclick>
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
Would it be possible to add something like this so we could show album tracks instead of playing it ?

Code:
<onclick>ActivateWindow(musiclibrary,$INFO[Window.Property(RecentAlbum.1.LibraryPath)])</onclick>
Reply
Not according to the wiki -

http://wiki.xbmc.org/index.php?title=Add...ay_or_open
Reply
Could be added i guess. Should work the same as artist I think
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-12-22, 15:58)Hitcher Wrote: Not according to the wiki -

http://wiki.xbmc.org/index.php?title=Add...ay_or_open
yes I know there is not such option yet so I was asking would it possible to add this
(sorry if was not clear enough)


(2012-12-22, 16:05)Martijn Wrote: Could be added i guess. Should work the same as artist I think
IMO make sense to have this. Also would it be possible for movies and episodes to open video details ?
Reply
  • 1
  • 16
  • 17
  • 18(current)
  • 19
  • 20
  • 49

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