Simple log file viewer

This forum can be used to post any topics related to general broadcast questions, tech stuff, informations etc.
This forum is unmoderated!
Post Reply
User avatar
hdradio
Posts: 625
Joined: 10 Apr 2012 17:36
Location: Crete, Hellas
Simple log file viewer

Post by hdradio »

I 'd like to share with other users a very simple tool I created to read a custom log file pf can create.
I needed a simple way of finding what was on air a specific time without having to search inside the log files.

What I did is:
In Events/Commands Streaming I added the following command at OnSongTitleChange:

Code: Select all

Action: EXEC_WRITE_FILE
Parameter: d:\pflog\${yyyy}${MM}${dd}.log|au|${now};${filenameandpath}${CRLF}
You can change the d:\pflog\ with the folder you wish to save the log files.
You can also change the variable ${filenameandpath} with any variable you wish.
screenshot4.jpg
screenshot4.jpg (19.49 KiB) Viewed 7777 times
http://goo.gl/2CfA9m

Tip:
Right click on the tool screen to set the path of the log files.

Updates:
2014-09-18 v1.0.2.3
Rewrote some parts of the code and fixed a small bug.

2014-05-30 v1.0.1.1
Replaced listbox with memo
Added option to go to last line after refresh
Form width and position are now saved.
Additional options are saved too.

2014-05-29 v1.0.0.0
Option to change theme. (right click on the top panel)
Option to save list to text file (right click into the list)

Post Reply