Skip to content

0.1.26

Compare
Choose a tag to compare
@bertbert72 bertbert72 released this 09 Oct 11:51
· 4 commits to master since this release
4ad8775
  • Change channel source to CSV
  • Allow 4-digit channel numbers for non-Virgin users

This release moves away from the hacked TVChannelList HTML to a much cleaner CSV format. This can be found in channels/channels.csv. This should be much simpler for people to update. Each channel has 3 attributes.

  • ID
    The channel number. Also has an optional suffix to denote the region, e.g. E for England, S for Scotland, W for Wales and N for Northern Ireland. An example would be
    .
    113EW,ITV,Mixit
    113N,UTV,Mixit
    .
    Which is ITV in England and Wales, but UTV in Northern Ireland.

  • Channel Name

  • Package

The default region is England, but this can be changed within your configuration file, e.g.

tvchannellists:
  enable: True
  region: N

Which changes the region to Northern Ireland