Release Digital Clock Screensaver 6.0.5 (Update 2.1.2024) - 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: Look and feel (https://forum.kodi.tv/forumdisplay.php?fid=178) +---- Thread: Release Digital Clock Screensaver 6.0.5 (Update 2.1.2024) (/showthread.php?tid=237338) |
RE: Digital Clock Screensaver 6.0.0 (Update 30.12.2020) - vdb86 - 2021-01-15 Thank you for the kind words. Unfortunately the reality is that it's not as simple as that. All developers here do not get paid for any of this, they do it purely for love for Kodi and the users as well. Some of them are not even developers (like myself). They all have their personal lives with all sorts of problems and obligations in them, so at the end of the day they might just not have enough energy to keep on doing this. My addon wasn't updated for 3 years, due to some personal issues I suffered deprecion and was barely managing my personal life and marriage. I'm partially past that so I was able to invest time in getting this back on track. There are skins and addons that I miss as well, I'm thankful to the people that created them as they made my life better while I had them and I wish them the best of luck with their busy lives. Maybe some day, a gust of wind brings them back to us and they come carrying new gifts. In the mean time new people will show up and create new things, or continue working on older things. RE: Digital Clock Screensaver 6.0.0 (Update 30.12.2020) - Klojum - 2021-01-15 @vdb86 Just a quick tip: you can also hand over your email address details via a PM to other forum visitors, so that the details won't be public and fall into the wrong hands. I'll remove them for now in your earlier post. RE: Digital Clock Screensaver 6.0.0 (Update 30.12.2020) - vdb86 - 2021-01-15 Yeah I was concentrated on getting the issue resolved and I wasn't thinking clearly about other stuff. Thank you Digital Clock Screensaver 6.0.1 (Update 15.1.2021) - MoreBloodWine - 2022-01-31 Any chance of adding an option to make a 12 hr format that doesn't have the 0 for single digit hrs ? 01:23pm > 1:23pm RE: Digital Clock Screensaver 6.0.1 (Update 15.1.2021) - vdb86 - 2022-01-31 Unfortunately no, as this info is being received from Kodi in the current format. Digital Clock Screensaver 6.0.1 (Update 15.1.2021) - MoreBloodWine - 2022-01-31 Shouldn't be but a few lines of code I would think, toggle to show or hide, but ok... I mean we can custom code a date display... Ex DDD m/d/yy Or some such junk. Custom time functions under the same set of code with i's and m's etc. Digital Clock Screensaver 6.0.1 (Update 15.1.2021) - MoreBloodWine - 2022-01-31 https://www.w3schools.com/php/php_date.asp RE: Digital Clock Screensaver 6.0.1 (Update 15.1.2021) - vdb86 - 2022-01-31 I'm not a developer, and I barely managed to make this If you know how to code this, please create a pull request and I'll gladly merge it. Digital Clock Screensaver 6.0.1 (Update 15.1.2021) - MoreBloodWine - 2022-01-31 If I knew specifically where the time display was I probably could. But you can literally change time 20 times over just flipping tags, at that point it just becomes redundant useless code but proves the point none the less that anything and everything is easily manipulated with php qhen it comes to date and time stamps. So to specifically say it's not possible because of how kodi itself handles time is in fact a completely inaccurate statement. Digital Clock Screensaver 6.0.1 (Update 15.1.2021) - MoreBloodWine - 2022-01-31 To be clear I'm not a developer by any means. I just know enough PHP, Linux and HTML Etc to manipulate certain displays as needed but not go into Apps and change things by adding menu options and switches etcetera. I mean I do but it's a little more difficult when it comes to changing apps. Not so much so when you're developing a web page. Like I was saying, if I knew specifically where the time display was. I'm sure I can manipulate it with a php tag or two to drop that damn 0 on single digit hrs on a 12 hr clock. Digital Clock Screensaver 6.0.1 (Update 15.1.2021) - MoreBloodWine - 2022-01-31 But ya, if you can tell me specifically where the time display is, I can easily write the if/else statement for you. But adding the actual menu option would be up to you. RE: Digital Clock Screensaver 6.0.1 (Update 15.1.2021) - PowaBanga - 2022-02-28 it seem that the diaporama do not use the exif data of photos. So, very much photo from smarphones are oriented in the wrong direction. It should be great to fix that ! RE: Digital Clock Screensaver 6.0.1 (Update 15.1.2021) - pcextreme - 2022-03-05 Hi! Thank You for this great screensaver. I have been using it for a long time. Recently I started using the skin Mimic-LR ( https://forum.kodi.tv/forumdisplay.php?fid=218 ), and on that skin my layout looks like this : On any other skin with the same screensaver settings it looks like this : I have noticed, that in the folder "addons\screensaver.digitalclock\resources\skins\default\720p\" there is only "skin.mimic.xml" ... but the skin is called "mimic-lr" also all the changes I make in the screensaver settings page are saved in "userdata\addon_data\skin.mimic.lr\settings.xml" file ... not in "userdata\addon_data\screensaver.digitalclock\settings.xml" I have contacted the maintaner of the skin and this is the reply I have got : Quote:These are questions that probably should be asked of the screensaver plugin maintainer.Could You please take a look at this problem? Thanx! RE: Digital Clock Screensaver 6.0.1 (Update 15.1.2021) - vogtuh - 2022-04-10 Following error dedected for skin mimic.lr: 1. Filename wrong C:\Users\xxxx\AppData\Roaming\Kodi\addons\screensaver.digitalclock\resources\skins\default\720p Instead skin.mimic.xml it shall be skin.mimic.lr.xml 2. Name of the refeenced fonts Instead WeatherTemp it shall be WeatherTempFont see: C:\Users\xxxx\AppData\Roaming\Kodi\addons\skin.mimic.lr\1080i\fonts RE: Digital Clock Screensaver 6.0.1 (Update 15.1.2021) - DiMag - 2022-06-15 @vdb86 Feature Requests: 1. Make font (-)scaleable (reduceable by %). It would help (a) improve looks and (b) reduce energy consumption. Plus it would be (I suppose) easy to implement since (+)scaleability is already a feature. 2. A more granular weather information:
Other than that no other information is needed (although many are indeed provided). This is an excellent and very much essential add-on: the screensaver screen as a giant clock/weather panel. |