xiaodoudou / PlexIPTV

This app simulate a DVR device for Plex by providing a layer to any IPTV provider (that provide a m3u8 playlist)
Apache License 2.0
194 stars 24 forks source link

Rename channels #12

Closed jamesdisco closed 6 years ago

jamesdisco commented 6 years ago

Its great that we can allocate a channel no. to the channels. Would it be possible to change the channel name as plex isn't automatically matching the guide data to the channels. My provider puts a country code in front of the channel name eg UK: BBC ONE HD it would be good if we could strip out the UK: part so that plex could match the channel names up better.

xiaodoudou commented 6 years ago

1.0.4 has that feature.

Here an example:

    {
      "name": ">>> US News",
      "channel": "1",
      "rename": "US News"
    },