Skip to content

Tags: bccrew/minisatip

Tags

v1.1.60

Toggle v1.1.60's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
WEB: New progress bar & dB with DVB adapters (catalinii#918)

* progress-bar-rewrite (catalinii#29)

Progress bars rewritted to pure HTML/CSS solution.
pBar jQuery plugin removed.
Added dB display over SNR progress bar.

Co-authored-by: kellerman <[email protected]>

* Status HTML gets the dB value of the adapter

* Adapter has dB data

* Init and export the dB value

* For DVB adapters get the dB value

* Fix incorrect dB value scale

* Limit dB of the adapter to 99.9 dB

* Cosmetic: fix incorrect tabbing

* fixing dB display at status.html (catalinii#30)

Proper division of snrdb for display
Fix colorization of snr progress bar even when there is no dB value

* Cosmetic code clean

Co-authored-by: kellerman <[email protected]>

v1.1.59

Toggle v1.1.59's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Web interface improvements for CI adapters (catalinii#924)

* Add DVB-CI logo, fix missing logo for CI adapters

* Don't show bogus values for CI adapters in some columns

v1.1.58

Toggle v1.1.58's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix short options (catalinii#923)

v1.1.57

Toggle v1.1.57's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add --cache-dir, use it for bootid, ddci.conf, etc. (catalinii#921)

* Remove unused ca_quirks option

* Add --cache-dir, defaulting to /var/cache/minisatip. Use it to store various files.

- bootid
- ddci.conf
- CI+ files

When running as a systemd service, the working directory may not be set. Same thing with HOME. This ensures the application always has a dedicated place to write files to. It also prevents your home directory from being spammed with files of unknown origin.

* Remove complicated legacy symlinking of ci_auth binaries, add tests instead

v1.1.56

Toggle v1.1.56's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix DDCI platform check (catalinii#922)

* Fix DDCI platform check

Not sure why this has gone unfixed until now 🤷

* Enable DDCI whenever DVBCA on Linux is enabled

v1.1.55

Toggle v1.1.55's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
progress-bar-rewrite (catalinii#914)

Progress bars rewritted to pure HTML/CSS solution.
pBar jQuery plugin removed.
Added dB display over SNR progress bar.

v1.1.54

Toggle v1.1.54's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prints the SDT service status and CA mode (catalinii#917)

* Prints the SDT service status and CA mode

Adds support to debug the service status and CA mode (free|encrypted) described in the SDT table.

* Fix incorrect patch mask

* Remove TODO code

v1.1.53

Toggle v1.1.53's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix missing break lines in get_db_snr_map() (catalinii#913)

* Fix missing break lines in get_db_snr_map()

* Removed SYS_DVBC_ANNEX_C from get_db_snr_map()

v1.1.52

Toggle v1.1.52's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix issue catalinii#898 (catalinii#909)

Co-authored-by: Yuri666 <[email protected]>

v1.1.51

Toggle v1.1.51's commit message
increase the number of CWs to 200 catalinii#905