Hddtemp Plugin For Ipbox9000/Cuberevo

Status
Not open for further replies.

tani1

Staff member
Super Moderator
Messages
17,767
hddtemp-plugin-0.0.8 (ONLY FOR NEW OSD) ...

hddtemp plugin for ipbox9000/cuberevo
=====================================
This is a very simple plugin for the ipbox9000, which displays the current
temperature from the SATA disk.
This plugin is basically a wrapper which executes the hddtemp binary with
pfopen system call, and display the result in OSD from ipbox.

INSTALL:
========
copy the files to the following directories on your box:
binaries/hddtemp -> /var/bin/hddtemp
binaries/hddtemp.db -> /var/etc/hddtemp
hddtemp.plugin -> /var/plug-in
OPTIONAL:
bg-hddtemp.png -> /var/plug-in/bg-hddtemp.png

COPYRIGHT
=========
This software is distributed under the GPL license.

CREDITS:
========
The hddtemp tool is written by Emmanuel Varagnat
crash/zbigzbig20 / Gman2006 for contributing background images
m_auro1 for sending disk state patch

Release-notes:
==============
0.0.1:
- initial release

0.0.2:
- added support for background picture (/var/plug-in/bg-hddtemp.bmp)
- display output from hddtemp on multiple lines
- only execute hddtemp command twice if we have "no sensor" message

0.0.3:
- check if all necessary files are installed, otherwise report on screen
- setup execute bit on /var/bin/hddtemp if it is not set

0.0.4:
- added new background image contributed by Gman2oo6
- added remote controller code, plugin now exits when you press exit button
- removed trailing doublepoints on hddtemp output
- display filesystem type (ext2/ext3) from harddisk

0.0.5
- added background image contributed by crash and zbigzbig20, so it seamless
integrates in skins from crash
- replaced background image contributed by Gman2006 with new version
- changed text position for new background
- you have now two background images (galaxy-man-bg-hddtemp.bmp and crash-bg-hddtemp.bmp)
and can choose one of them and copy it as /var/plug-in/bg-hddtemp.bmp on the box
- replaced hddtemp binary with stripped version from timelord

0.0.6
- does not crash anymore, when bg image is missing
- changed parse method from hddtemp to strtok
- use new JPEG_convert_to_BMP_plugin function to convert background image from
from jpg to bmp on the fly (This function was added by Taehoon.Koo from
DGSTATION on my request).
Thanks to Taehoon.Koo for the quick implementation from this function

0.0.7
- display harddisk state (sleep/active) thanks to m_auro1 for sending a patch
(keep in mind that hddtemp plugin does wake up the disk if you start plugin twice)
- display output in simple osd window if no /var/plug-in/bg-hddtemp.jpg is present
- use colors of current skin if no /var/plug-in/bg-hddtemp.jpg is present

0.0.8
- adapted for new DGS OSD
 
Status
Not open for further replies.
Top