Skip to content

Commit

Permalink
Update readme for 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DougMac committed Sep 14, 2018
1 parent 64bcf54 commit 213abf0
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Latest release can be downloaded from [releases](https://github.com/su1s/e2m3u2b
usage: e2m3u2bouquet.py [-h] [-m M3UURL] [-e EPGURL]
[-u USERNAME] [-p PASSWORD] [-i] [-sttv STTV]
[-stvod STVOD] [-M] [-a] [-P] [-q ICONPATH] [-xs]
[-b BOUQUETURL] [-bd] [-bt] [-U] [-V]
[-b BOUQUETURL] [-bd] [-bt] [-U] [-V]
e2m3u2bouquet.e2m3u2bouquet -- Enigma2 IPTV m3u to bouquet parser
Expand Down Expand Up @@ -44,15 +44,15 @@ optional arguments:
-bd, --bouquetdownload
Download providers bouquet (use default url) - to map
custom service references
-bt, --bouquettop Place IPTV bouquets at top
-bt, --bouquettop Place IPTV bouquets at top
-U, --uninstall Uninstall all changes made by this script
-V, --version show program's version number and exit
URL Based Setup:
-m M3UURL, --m3uurl M3UURL
URL to download m3u data from (required)
-e EPGURL, --epgurl EPGURL
URL source for XML TV epg data sources
URL source for XML TV epg data sources
Config file based setup
No parameters required
Expand Down Expand Up @@ -137,7 +137,7 @@ Default is DVB stream types for live channels and IPTV for VOD, all IPTV type st
* Kick off a manual EPG import

## Updating Channels
To update the channels simply run this script again. A scheduled script can
To update the channels simply run this script again. A scheduled script can
be set up to automate this process (see below)

## Automate channel updates (set up from SSH)
Expand Down Expand Up @@ -227,7 +227,7 @@ which makes editing the crontab easier)
* Reorder bouquets
* Reorder channels within bouquets
* Disable entire bouquet or individual channels
* Ability to change service reference (so that EPG from existing satellite service can be used)
* Ability to change service reference (so that EPG from existing satellite service can be used)
* Change tvg-id to match other xml epg feeds
* Support unicode characters in playlist
* Xml override file can set-up EPG-Importer config for different xmltv feeds
Expand All @@ -236,7 +236,7 @@ which makes editing the crontab easier)
#### v0.5.1
* Stream Url no longer output to xml (replaced by clearStreamUrl). This means that custom override
maps can be shared as they no longer contain username and passwords

#### v0.5.2
* Fix bug where delimiter arguments weren't getting converted to ints

Expand Down Expand Up @@ -288,7 +288,7 @@ which makes editing the crontab easier)
* Make sure comments are xml safe
* Extract username and password from m3u url if they are not passed in
* Set services to stream type '1' in epg config so that the epg can be imported if
serviceapp is overriding stream type '4097' to exteplayer3
serviceapp is overriding stream type '4097' to exteplayer3
* Minor fixes & tidy
* Option for custom stream type for TV and VOD
* Allow https & rtmp services
Expand All @@ -306,4 +306,8 @@ which makes editing the crontab easier)
### v0.7.5
* Additional stream url type checking (e.g. live or VOD)

### v0.8
* When providers boquet is downloaded (-b or -bd option) use full service references
instead of just the epg releveant part incase it's used for picon naming

Visit https://www.suls.co.uk/enigma2-iptv-bouquets-with-epg/ for further information on the script

0 comments on commit 213abf0

Please sign in to comment.