From: Mark Clarkstone Date: Thu, 13 Oct 2016 20:16:30 +0000 (+0100) Subject: mdhelp: add note about importing enigma2 to bouquets + update example X-Git-Tag: v4.2.1~226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19d95e41b9c4a80b9fc0b928e4a1fb5f4d4807f8;p=thirdparty%2Ftvheadend.git mdhelp: add note about importing enigma2 to bouquets + update example --- diff --git a/docs/class/bouquet.md b/docs/class/bouquet.md index b31c19583..ea959b994 100644 --- a/docs/class/bouquet.md +++ b/docs/class/bouquet.md @@ -5,8 +5,8 @@ Bouquets are broadcaster-defined groupings and orders of channels. To use bouquets, ensure to add and scan all available muxes using the predefined muxes or manual configuration. -The bouquets are obtained automatically from the DVB source during the -mux scan period. Note that bouquets may use more muxes and only services +Bouquets are usually obtained automatically from the DVB source during the +mux scan period. Note that bouquets may use more muxes and only services from scanned muxes are added. The mux with bouquets might require another scan when all muxes are discovered (manually using the rescan checkbox). @@ -15,6 +15,8 @@ The fastscan bouquets are pre-defined in the configuration tree. These bouquets must be manually enabled to let Tvheadend to subscribe and listen to the specific MPEG-TS PIDs. +You may import your own bouquet using enigma2 (.tv) formatted files. + --- inc/common_button_table_start @@ -31,8 +33,12 @@ Button | Function inc/add_grid_entry +####Example + !['Add Bouquet Dialog'](static/img/doc/bouquetadd.png) +Note that the URL must begin with `file://` or `http(s)://`. + --- inc/edit_grid_entries diff --git a/src/webui/static/img/doc/bouquetadd.png b/src/webui/static/img/doc/bouquetadd.png index e396597c5..98113ad15 100644 Binary files a/src/webui/static/img/doc/bouquetadd.png and b/src/webui/static/img/doc/bouquetadd.png differ