The tvhmeta program allows lookups of metadata for recordings.
The tv_meta_tmdb.py is the underlying file that does lookups
and is both an executable and a library.
install: ${PROG} ${MAN}
install -d ${DESTDIR}${bindir}
install ${PROG} ${DESTDIR}${bindir}/tvheadend
+ install support/tvhmeta ${DESTDIR}${bindir}/tvhmeta
+ install lib/py/tvh/tv_meta_tmdb.py ${DESTDIR}${bindir}/tv_meta_tmdb.py
install -d ${DESTDIR}${mandir}/man1
install ${MAN} ${DESTDIR}${mandir}/man1/tvheadend.1