[RELEASE] Artwork Downloader - Skin support

  Thread Rating:
  • 3 Votes - 4.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
mikebzh44 Offline
Posting Freak
Posts: 1,069
Joined: Nov 2011
Reputation: 19
Location: Nantes - France
Post: #261
Bas news.

Using xbmc.exe from Frostbox + Glass + Artwork downloader : freeze each time I call addon Sad

Maybe I will be able to produce traceback file on my PC with VC++ this evening (France time).

Sorry for my english, but, you know, I'm French so ...

find quote
Balinus Offline
Posting Freak
Posts: 1,018
Joined: Jul 2011
Reputation: 17
Location: Montréal
Post: #262
(2012-03-20 06:25)giftie Wrote:  ID 13 is a built in function, try using a higher ID number.

Thanks! Using ID 14 solved the problem. Smile

edit - Where could I see a list of ID associated with built-in functions? Is is here? : http://wiki.xbmc.org/index.php?title=Window_IDs
This would mean that ID 14 is also associated with a built-in function? In this case "weathersettings" ?
(This post was last modified: 2012-03-20 15:30 by Balinus.)
find quote
jfcarroll Offline
Team-XBMC Developer
Posts: 392
Joined: Dec 2006
Reputation: 2
Location: Philadelphia area, US
Post: #263
(2012-03-20 13:59)FrostBox Wrote:  
It's OK for me.
I tested 10 times and no freeze append. Wink
I will retested later, but actually work perfectly.

If any guys want testing... http://passion-xbmc.org/gros_fichiers/frost/XBMC.exe

frost

(2012-03-20 14:23)mikebzh44 Wrote:  Bas news.

Using xbmc.exe from Frostbox + Glass + Artwork downloader : freeze each time I call addon Sad

Maybe I will be able to produce traceback file on my PC with VC++ this evening (France time).

Ok. Did it fix it or not? Sounds like it did something. Should I submit the PR?
find quote
Wanilton Offline
Fan
Posts: 659
Joined: Jun 2010
Reputation: 13
Location: Florianópolis - Brazil
Post: #264
Update translate for portuguese (Brazil)
link for download here:
http://dl.dropbox.com/u/25170804/Artwork...trings.xml

Addon run fine for me with new xbmc.exe, don´t crash..

http://www.xbmcbrasil.net
XBMC Brazilian Community Forum
find quote
jfcarroll Offline
Team-XBMC Developer
Posts: 392
Joined: Dec 2006
Reputation: 2
Location: Philadelphia area, US
Post: #265
https://github.com/xbmc/xbmc/pull/790
find quote
butchabay Offline
Skilled Skinner
Posts: 3,426
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #266
(2012-03-20 15:25)Balinus Wrote:  
(2012-03-20 06:25)giftie Wrote:  ID 13 is a built in function, try using a higher ID number.

Thanks! Using ID 14 solved the problem. Smile

edit - Where could I see a list of ID associated with built-in functions? Is is here? : http://wiki.xbmc.org/index.php?title=Window_IDs
This would mean that ID 14 is also associated with a built-in function? In this case "weathersettings" ?

No these are window id's ...

here a list of built in controls ... in your case DialogVideoInfo.xml

http://wiki.xbmc.org/index.php?title=Lis...n_Controls
find quote
mikebzh44 Offline
Posting Freak
Posts: 1,069
Joined: Nov 2011
Reputation: 19
Location: Nantes - France
Post: #267
1 - For XBMC freezing when using Artwork Download, it's finally a Glass problem, even if patch is usefull for other issues. Fmronan and Frostbox are working on skin.

2 - When using mode=gui, is it possible to display only valid items for the movie instead of default list :

Poster
Fanart
Logo
Clearart
Disc art

For exemple, when using Artwork Downloader in GUI mode on Avatar movie, you can only download 3 items for the moment (1 clearlogo and 2 cdart) so items list should be :

Logo
Disc art

Sorry for my english, but, you know, I'm French so ...

find quote
Martijn Online
Team-XBMC
Posts: 7,719
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #268
(2012-03-20 18:49)mikebzh44 Wrote:  For exemple, when using Artwork Downloader in GUI mode on Avatar movie, you can only download 3 items for the moment (1 clearlogo and 2 cdart) so items list should be :

Logo
Disc art
I already thought about that Wink

Maybe next update. Need some code cleaning first

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
Martijn Online
Team-XBMC
Posts: 7,719
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #269
(2012-03-20 15:50)Wanilton Wrote:  Update translate for portuguese (Brazil)
link for download here:
http://dl.dropbox.com/u/25170804/Artwork...trings.xml

Addon run fine for me with new xbmc.exe, don´t crash..

XML contains English strings

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
Balinus Offline
Posting Freak
Posts: 1,018
Joined: Jul 2011
Reputation: 17
Location: Montréal
Post: #270
(2012-03-20 17:49)butchabay Wrote:  
(2012-03-20 15:25)Balinus Wrote:  
(2012-03-20 06:25)giftie Wrote:  ID 13 is a built in function, try using a higher ID number.

Thanks! Using ID 14 solved the problem. Smile

edit - Where could I see a list of ID associated with built-in functions? Is is here? : http://wiki.xbmc.org/index.php?title=Window_IDs
This would mean that ID 14 is also associated with a built-in function? In this case "weathersettings" ?

Great, thanks a lot! Smile

No these are window id's ...

here a list of built in controls ... in your case DialogVideoInfo.xml

http://wiki.xbmc.org/index.php?title=Lis...n_Controls

Thanks!
(This post was last modified: 2012-03-20 21:24 by Balinus.)
find quote
Post Reply