Kodi Community Forum
[RELEASE] Logo Downloader Script - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] Logo Downloader Script (/showthread.php?tid=74912)



- ppic - 2010-08-05

mcborzu Wrote:Other than changing icon.png to be 256x256 and changing xbmc.python.script to xbmc.python.library shouldn't anything else to do. Unless you were planning to tweak the script....

well, no needs of icon.png (in my mind it's already 256*256) if changing to xbmc.python.library Big Grin it will not appear in addons !

i've planned a little change, use the http api to get rid of library platform problems ! no change on your side.
also i'll find a way to clear cache.


- theuni - 2010-08-05

ppic Wrote:i've planned a little change, use the http api to get rid of library platform problems ! no change on your side.
also i'll find a way to clear cache.

If by that you mean removing the sqlite dep, that would be great. Otherwise you would need to set your script to depend on sqlite rather than bundling it.

TheUni


- Flomaster - 2010-08-05

just installed this last night and it worked a treat.

found all 13 shows I have.

-=Jason=-


- ppic - 2010-08-06

theuni Wrote:If by that you mean removing the sqlite dep, that would be great. Otherwise you would need to set your script to depend on sqlite rather than bundling it.

TheUni

yes, removing sqlite dependancie is the goal !
i've noticed problem with x64 os.

i've got some problem with my htpc under linux, sqlite module don't seem to be compiled by default, it would be rather for user, i've already migrate my tvshow next-aired script with that and seems to work like a charm Wink

holidays are coming to end Sad so i should give you some news soon, i've subscribed to mailing list, but don't really understand how to submit, i'll see that Wink


- djdafreund - 2010-08-06

Good luck buddy!!! We are having to remove it as well from Back Row and use yours as a dependency (Sharpe is making those code changes), but not before yours gets included into the repo, or it all won't work well. But i do like the advantages out of doing it this way (1-Not keeping up with changes in our own inclusions, 2-Being able to have it forced to grab and install with a simple command, 3-XBMC will auto-update any new versions of ya'll stuff due to the new nature.) So it's worth dealing with the pickiness, it has it's reason's Smile

And thanks for all your hard work with making this. Nicely integrates things together. And works very well!!!


- spiff - 2010-08-06

ppic Wrote:i've got some problem with my htpc under linux, sqlite module don't seem to be compiled by default, it would be rather for user, i've already migrate my tvshow next-aired script with that and seems to work like a charm Wink

we will be bundling them properly in the ppa etc, but it will not be made part of the standard build system. it's downloading shit and stuff. simply run

make -C lib/addons/script.module.pil
make -C lib/addons/script.module.pysqlite


- ppic - 2010-08-06

thanks Spiff, i'll try this when coming back home !


- ppic - 2010-08-08

hum i'm not sure where to do this command, i've to download the source no?


- ppic - 2010-08-08

Code:
xbmc@media:~/sources/xbmc$ make -C lib/addons/script.module.pil
make: Entering directory `/home/xbmc/sources/xbmc/lib/addons/script.module.pil'
Makefile:40: ../../../Makefile.include: No such file or directory
make: *** No rule to make target `../../../Makefile.include'.  Stop.
make: Leaving directory `/home/xbmc/sources/xbmc/lib/addons/script.module.pil'

it seems i'm not doing it the good way Sad


- spiff - 2010-08-08

i was assuming you built from source. you have to build xbmc before the modules. however, it *should* be fixed in ppa / win-nightly / osx-nightly now.


- ppic - 2010-08-08

ok i'll try to update Wink thx


- ppic - 2010-08-10

some update on my progress Wink

Code:
09-08-10 :     v1.3.1 adding licence.txt
            start adaptation for official repository
            
09-08-10 :  v1.3.5 change sqlite to http api to hit bd.

10-08-10 :  v1.4 refetch a single logo now replace cache (will reload skin to take change immediately).



- mcborzu - 2010-08-10

refrech a single logo now replace cache (will reload skin to take change immediately)

Sounds great!


- ppic - 2010-08-10

now available in official repo
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=3b833c746f1ec8e0b68661da464ca2162e9b0f34

you can now include it in your dependency


- isamu.dragon - 2010-08-12

ppic Wrote:now available in official repo
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=3b833c746f1ec8e0b68661da464ca2162e9b0f34

you can now include it in your dependency

Can't find it in the Addon Manager