diff -Naur upnp_orig/plugins/profiler/vdrDVBProfiler/channelTitle.conf upnp/plugins/profiler/vdrDVBProfiler/channelTitle.conf --- upnp_orig/plugins/profiler/vdrDVBProfiler/channelTitle.conf 2012-11-05 00:20:14.000000000 +0100 +++ upnp/plugins/profiler/vdrDVBProfiler/channelTitle.conf 2012-11-04 23:55:32.000000000 +0100 @@ -36,4 +36,7 @@ # # Thank you. -%no;3% %chan% %- |title% \ No newline at end of file + +# Example: +# +# %no;3% %chan% %- |title% diff -Naur upnp_orig/plugins/profiler/vdrDVBProfiler/Makefile upnp/plugins/profiler/vdrDVBProfiler/Makefile --- upnp_orig/plugins/profiler/vdrDVBProfiler/Makefile 2012-11-05 00:20:14.000000000 +0100 +++ upnp/plugins/profiler/vdrDVBProfiler/Makefile 2012-11-04 23:51:20.000000000 +0100 @@ -22,6 +22,7 @@ install: @$(MAKE) -f ../../../Makefile.plugins -C "$(shell pwd)" _install + cp --remove-destination channelTitle.conf $(VDRCFGDIR) uninstall: @$(MAKE) -f ../../../Makefile.plugins -C "$(shell pwd)" _uninstall