2012-02-24, 20:03
i'm sure it can be done in some way, but i have no time to look into it.
ronie Wrote:ok, misunderstood your question.
i think it should be possible, but i'm not interested in adding it.
if you're looking for speed improvements, enable dds compressin in advanced settings.xml (if you haven't already done so)
and look into if it's possible to have xbmc cache your fanart to your ssd drive.
Raytestrak Wrote:I now have a .dds and a .tbn file for EVERY fanart/thumbnail/poster/etc. This causes a massive growth in files. I've noticed that for every new image, a .tbn is created first and after I've seen the .tbn in xbmc, it creates a .dds on the side. So when xbmc accesses the .tbn it creates the .dds. Removing the .tbn causes the fanart to disappear so it looks like both are needed.
Raytestrak Wrote:The artwork organizer script ONLY copies .dds fanart and my multimage homescreen work just fine with just those files. I just don't understand how it works.the script does basically the same, if a .dds file exists it will copy that one,
ronie Wrote:no clue why that's happening.
xbmc really needs only one.
once a .dds version is created, it should use it one instead of the .tbn.
(2012-03-23, 22:56)RavenNL Wrote: Since this week this addon has stopped working for me, i seriously don't know why tbh. When I start the script i see it trying to copy the files but it goes so fast that I instantly receive an error message "script failed"For me all add-ons relating to fanart.tv or that use fanart.tv have stopped working properly. Not only Artwork Organizer which fails to download anything, but also cdART manager is not working properly for me. I have a sneaky suspicion it may be the recent changes to fanart.tv that are causing this.
Can anybody see what is going wrong here? Wasn't this script updated this week? I tried to rollback but the option was grayed out so i tried to uninstall it and install it agian but same problem persists
http://pastebin.com/0eKYy97C
(2012-03-23, 22:59)gibxxi Wrote: For me all add-ons relating to fanart.tv or that use fanart.tv have stopped working properly. Not only Artwork Organizer which fails to download anything, but also cdART manager is not working properly for me. I have a sneaky suspicion it may be the recent changes to fanart.tv that are causing this.
(2012-03-23, 23:04)gibxxi Wrote: Yes, I mean Artwork Downloader, not Artwork Organizer.
(2012-03-23, 22:56)RavenNL Wrote: Since this week this addon has stopped working for me, i seriously don't know why tbh. When I start the script i see it trying to copy the files but it goes so fast that I instantly receive an error message "script failed"
Can anybody see what is going wrong here? Wasn't this script updated this week? I tried to rollback but the option was grayed out so i tried to uninstall it and install it agian but same problem persists
http://pastebin.com/0eKYy97C
(2012-03-23, 23:12)Martijn Wrote:(2012-03-23, 23:04)gibxxi Wrote: Yes, I mean Artwork Downloader, not Artwork Organizer.
Then you might want to post your issues in the correct thread
The reason why there's nothing downloaded from fanart.tv site:
http://forum.xbmc.org/showthread.php?tid...pid1053539
(2012-03-23, 23:21)ronie Wrote:(2012-03-23, 22:56)RavenNL Wrote: Since this week this addon has stopped working for me, i seriously don't know why tbh. When I start the script i see it trying to copy the files but it goes so fast that I instantly receive an error message "script failed"
Can anybody see what is going wrong here? Wasn't this script updated this week? I tried to rollback but the option was grayed out so i tried to uninstall it and install it agian but same problem persists
http://pastebin.com/0eKYy97C
it's failing on the musicvideo library.. i assume you don't have any musicvideos in your library?
i can't explain why it suddenly would fail on that as nothing was changed in this regard....
for now you can disable the musicvideo items in addon settings while i work on a fix.
it's correct the addon was updated last week and a new version is already on it's way,
that one will fix the fetching of season thumbs that's currently broken.
(2012-03-24, 09:03)RavenNL Wrote: Thanks that worked, I indeed don't have any music vids in my library.
(2012-03-25, 13:36)Jeroen_JRP Wrote: A tip for lazy people like me:
Placing the following line in the addon.xml (after <addon ...> and before </addon>)
<extension point="xbmc.service" library="default.py" start="[login|startup]"></extension>
will run the script on XBMC startup.
<extension point="xbmc.service" library="default.py" start="login"></extension>