Skip to content

Commit

Permalink
v3.0.0 - [new] set alarm and timer; and a stopwatch panel; dropped AH…
Browse files Browse the repository at this point in the history
…K_H in favor for MCI to play multiple audios at once; much faster, much fewer resources; various bug fixes
  • Loading branch information
marius-sucan committed Sep 20, 2021
1 parent 222ba25 commit 51524fa
Show file tree
Hide file tree
Showing 10 changed files with 43,792 additions and 33,801 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p>An application that can toll quarters, on the hour, show random Bible verses, remind the user of Christian feasts and... reproduce semantron drumming sounds. Dedicated to bell lovers and Christians.</p>

<p width="610" height="500"><img width="610" height="500" alt="Church Bells Tower - screenshot" src="https://marius.sucan.ro/media/files/blog/ahk-scripts/images/bells-tower-screenshot.jpg"></p>
<p width="620" height="490"><img width="620" height="490" alt="Church Bells Tower - screenshot" src="https://marius.sucan.ro/media/files/blog/ahk-scripts/images/bells-tower-screenshot.jpg"></p>

<h2><a href="https://marius.sucan.ro/media/files/blog/ahk-scripts/bells-tower.zip">Downloaded latest version</a> (compiled for x64/x32, Windows binary)</h2>

Expand All @@ -16,19 +16,21 @@
<li>strike quarter-hours</li>
<li>strike on the hour once... or the number of hours</li>
<li>toll distinctively every six hours [early morning, at noon, in the evening and at midnight]</li>
<li>tick/tock background sound</li>
<li>options to automatically limit chimes if music is playing in the background or if videos play in full-screen</li>
<li>easy to configure intervals to chime or to keep silent</li>
<li>option to display time when it chimes/strikes/toll ;-)</li>
<li>... with an analog clock display (optional)</li>
<li>display a random Bible verse in English, French or Spanish, at a specified interval (e.g., every three hours)</li>
<li>informs you about equinoxes and solstices, and how much of the current day or year has elapsed</li>
<li>tick/tock background sound</li>
<li>display a Bible verse in English, French or Spanish, at a specified interval (e.g., every three hours)</li>
<li>informs you about moon phases, equinoxes and solstices, and how much of the current day or year has elapsed</li>
<li>option to display / observe Christian feast days - for Orthodox and Catholic worshippers; automatically calculates the dates for Easter and related celebrations</li>
<li>options to set an alarm or a timer</li>
<li>stopwatch - dedicated panel to help you track activities</li>
<li>secular list of celebrations and option to add personal events to the list</li>
<li>option to regularly play semantron drumming sounds on days of feast in Christianity</li>
<li>option to start at boot [if compiled]</li>
</ul>

<p>Developed by <a href="https://marius.sucan.ro/">Marius Șucan</a>.</p>

<p>I coded the application as an <a href="https://autohotkey.com/">AHK script</a> for AutoHotkey_H v1.1.27. To execute/compile the source code one needs <a href="https://hotkeyit.github.io/v2/">AutoHotkey_H v1.1+</a>.</p>
<p>I coded the application as an <a href="https://autohotkey.com/">AHK script</a> for AutoHotkey_L v1.1.30. To execute/compile the source code one needs <a href="https://www.autohotkey.com/">AutoHotkey_L v1.1.3+</a>.</p>
Loading

0 comments on commit 51524fa

Please sign in to comment.