#!/bin/bash
# extract all logo sizes from markad.log

VIDEO="/media/Video/VDR"

grep --text -r "ERROR: " --include "markad.log" $VIDEO | sort
