Page 1 of 1

[App] libShowSatFreq K

Posted: Wed Feb 21, 2018 11:48 am
by zoelechat
Lib shows more accurate channel info than simply "Satellite" or "DTV ..." in info banner and on channel change.
  • Satellite name, azimuth, frequency and polarity
  • Video resolution, scan type, fps and codec
    satfreq_info_sat.png
    satfreq_chswitch.png
    satfreq_info_air.png

Usage:
  • Extract attached archive
  • Copy 50_ShowSatFreq.init to SYSROOT/etc/init.d
  • Copy libShowSatFreq.so to SYSROOT/usr/so
  • Reboot TV or start script manually:

    Code: Select all

    $SYSROOT/etc/init.d/50_ShowSatFreq.init start

Notes:
  • Optional fields to show can be adjusted at the beginning of script, according to that scheme:

    Code: Select all

    ARGS="rsf"
    satfreq_detail.png

    Code: Select all

      -a	Append sat azimuth to sat name, e.g: Astra + "19.2E"
      -r	Show additional channel resolution field, e.g. 1280x720
      -s	Append scan type to resolution (p/i) e.g. 1920x1080i (to be used with -r)
      -f	Append framerate to resolution and scan type, e.g. 3840x2160p50 (to be used with -r and -s)
      -c	Show video codec (MPEG2, H264, H265)
  • Script can be started/stopped/restarted at will without reboot, from terminal or webif
  • Not tested at all on T-HKMFK, as usual :)

Logfile is written to /tmp/ShowSatFreq.log
ChangelogShow

Code: Select all

21/2/2018
v0.1.6 - First release