[mythtv-users] Channel Editor

Mike Bibbings mike.bibbings at gmail.com
Wed Jun 6 10:51:57 UTC 2018


On 06/06/18 11:05, Klaus Becker wrote:
> Hi,
>
> I try to use "Channel Editor" from https://www.mythtv.org/wiki/Channel_Editor.
>
> But I get an error message:
>
> chedit2.pl
> syntax error at ./chedit2.pl line 7, near "<"
> Excessively long <> operator at ./chedit2.pl line 18.
>
> The first 18 lines are
>
>        1 #!/usr/bin/perl -w
>        2
>        3
>        4 <!DOCTYPE html>
>        5 <html lang="en">
>        6   <head>
>        7     <meta charset="utf-8">
>        8   <link rel="dns-prefetch" href="https://assets-cdn.github.com">
>        9   <link rel="dns-prefetch" href="https://
> avatars0.githubusercontent.com">
>       10   <link rel="dns-prefetch" href="https://
> avatars1.githubusercontent.com">
>       11   <link rel="dns-prefetch" href="https://
> avatars2.githubusercontent.com">
>       12   <link rel="dns-prefetch" href="https://
> avatars3.githubusercontent.com">
>       13   <link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com">
>       14   <link rel="dns-prefetch" href="https://user-images.githubusercontent.com/">
>       15
>       16
>       17
>       18   <link crossorigin="anonymous" media="all" integrity="sha512-
> PkbtxdWDpLChpxtWQ0KbvJoef4XMYPq5pfd/ZmylYZTzXYpCfGwN9d
> +bsSKcmOJLwTkfjFkfj5wz3poDrhJoSQ==" rel="stylesheet" href="https://assets-cdn.github.com/assets/frameworks-f6e6ce21346c0d2eb22def1e8534afcb.css" />
>
> The entire file is at https://github.com/PBrady43/Channel-Editor. I just
> addited "#!/usr/bin/perl -w" at the first line.
>
> I would like to contact the author.
> At https://www.mythtv.org/wiki/Channel_Editor, he says: " See help>version for
> the email address".
>
> How to do that ?
>
> Sincerely
>
> Klaus
>
>
>
Assuming you are using *Ubuntu (16.04 or 18.04) or Debian Stretch, try 
the following in a terminal session:

sudo apt install  git perl-tk libwww-perl

git clone https://github.com/PBrady43/Channel-Editor.git

cd Channel-Editor/

chmod +x chedit2.pl

Now you can run the Channel Editor at any time  by

./chedit2.pl <options>                        #where <options> are 
whatever you want.

Mike



More information about the mythtv-users mailing list