madpatrick wrote: > Hello Erland, > > Thanks for replying. > Your complete were right. My webserver redirects to HTTPS. This has been > so since a few years, but propobly the font was in the cache of my touch > or something. > Move the fonts to another HTTP location and it is working > > Is it possible to placve the font on the Touch locally and link it this > ?
I think you should be able to put the ttf file in /usr/share/jive/applets/CustomClock/fonts/ or /usr/share/jive/fonts/ This is the code that handles the download and if I read it correctly it checks the above directories before it tries to download the font. https://github.com/erland/squeezebox-customclock/blob/0b6b488a609898e10ae19e9aef64e1637a87e1f8/src/CustomClockApplet.lua#L1532 Erland Isaksson ('My homepage' (http://erland.isaksson.info)) Developer of 'many plugins/applets' (https://wiki.slimdevices.com/index.php/User_Erland.html) *Starting with LMS 8.0 I no longer support my plugins/applets* ('see here for more information' (https://forums.slimdevices.com/showthread.php?49483-Announce-New-versions-of-erlands-plugins&p=998836&viewfull=1#post998836) ) ------------------------------------------------------------------------ erland's Profile: http://forums.slimdevices.com/member.php?userid=3124 View this thread: http://forums.slimdevices.com/showthread.php?t=49483 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
