Support #1123 ยป vdr-upnp-20121104_chanTitleCfg-install.diff
| upnp/plugins/profiler/vdrDVBProfiler/channelTitle.conf 2012-11-04 23:55:32.000000000 +0100 | ||
|---|---|---|
|
#
|
||
|
# Thank you.
|
||
|
%no;3% %chan% %- |title%
|
||
|
# Example:
|
||
|
#
|
||
|
# %no;3% %chan% %- |title%
|
||
| upnp/plugins/profiler/vdrDVBProfiler/Makefile 2012-11-04 23:51:20.000000000 +0100 | ||
|---|---|---|
|
install:
|
||
|
@$(MAKE) -f ../../../Makefile.plugins -C "$(shell pwd)" _install
|
||
|
cp --remove-destination channelTitle.conf $(VDRCFGDIR)
|
||
|
uninstall:
|
||
|
@$(MAKE) -f ../../../Makefile.plugins -C "$(shell pwd)" _uninstall
|
||