mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
webtv: create necessary data directories at build time and put sample file in it
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
installdir = $(WEBTVDIR)
|
||||
installdir = $(WEBTVDIR_VAR)
|
||||
|
||||
install_DATA = \
|
||||
filmon.lua \
|
||||
filmon.xml \
|
||||
yt_live.lua \
|
||||
yt_live.xml
|
||||
webtv_usr.xml
|
||||
|
||||
install-data-hook:
|
||||
$(INSTALL) -d $(DESTDIR)/$(WEBTVDIR)
|
||||
|
4
data/webtv/webtv_usr.xml
Normal file
4
data/webtv/webtv_usr.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<webtvs name="[WebTV]">
|
||||
<!-- <webtv title="Title" urlkey="0" url="http://url.to/your/favorite/webtv.m3u8" description="Description" genre="Genre" /> -->
|
||||
</webtvs>
|
Reference in New Issue
Block a user