[mythtv-users] mythupchuk -- another script for maintaining UK channels

Stephen Robertson stephengrobertson at gmail.com
Fri Nov 9 18:05:13 UTC 2012


The invalid data lines is caused by callsign and/or name being blank.  I
got round that error by putting something in for those fields.  As I
was deleting them anyway it didn't matter what.  I was/am planning on
updating it to cope with that which I will push back.(Chris incorporated a
couple of minor changes I made previously).

The other lines suggest that you have duplicates in your database.

Possibly see
http://www.gossamer-threads.com/lists/mythtv/users/264034#264034 and try
"Delete all video sources" before doing a rescan.


On Fri, Nov 9, 2012 at 2:38 PM, Chris Lewis <chrislewis915 at gmail.com> wrote:

> Well I started by deleting all my channels and performing a fresh scan.
>  This is a FTA scan of 28.2E only.
>
> so i cloned the latest guthub mythypchuk and ran:  ./mythupchuk
> --fileupdate channels.list
>
> This gave the output below
>
> New file 'channels.list' has been created
>
> 566 new channels added to file
> 0 channels newly marked as deleted in file
>
> So i tried to update the channels.list and set a number of channels to be
> deleted and when i ran
>
> ./mythupchuk --dbupdate channels.list i got a number of messgaes.  So i
> recreated the channles.list (deleted the modified one) and then tried to
> just to the dbupdate with an unmodified channels.list and i get the
> following errors.
>
>
> ERROR: Invalid data at line 15: '3      2       -2      1       0
> 58526   '
> ERROR: Line 19 specifies the same channel as line 18 (both have sourceid 3
> and serviceid 4148)
> ERROR: Line 45 specifies the same channel as line 18 (both have sourceid 3
> and serviceid 4148)
> ERROR: Line 46 specifies the same channel as line 20 (both have sourceid 3
> and serviceid 4121)
> ERROR: Invalid data at line 56: '3      3896    3896    1       0
> 6896    '
> ERROR: Invalid data at line 57: '3      3897    3897    1       0
> 6897    '
> ERROR: Line 58 specifies the same channel as line 20 (both have sourceid 3
> and serviceid 4121)
> ERROR: Line 59 specifies the same channel as line 47 (both have sourceid 3
> and serviceid 4122)
> ERROR: Line 60 specifies the same channel as line 21 (both have sourceid 3
> and serviceid 4123)
> ERROR: Line 67 specifies the same channel as line 33 (both have sourceid 3
> and serviceid 4139)
> ERROR: Line 68 specifies the same channel as line 17 (both have sourceid 3
> and serviceid 4141)
> ERROR: Line 71 specifies the same channel as line 34 (both have sourceid 3
> and serviceid 4145)
> ERROR: Line 72 specifies the same channel as line 18 (both have sourceid 3
> and serviceid 4148)
> ERROR: Invalid data at line 125: '3     6751    6751    1       0
> UNKNOWN-2047-6751       '
> ERROR: Invalid data at line 126: '3     6752    6752    1       0
> UNKNOWN-2047-6752       '
> ERROR: Invalid data at line 133: '3     6760    6760    1       0
> UNKNOWN-2047-6760       '
> ERROR: Invalid data at line 136: '3     6766    6766    1       0
> UNKNOWN-2047-6766       '
> ERROR: Invalid data at line 140: '3     6770    6770    1       0
> UNKNOWN-2047-6770       '
> ERROR: Line 535 specifies the same channel as line 22 (both have sourceid
> 3 and serviceid 55001)
> ERROR: Line 536 specifies the same channel as line 23 (both have sourceid
> 3 and serviceid 55002)
> ERROR: Line 537 specifies the same channel as line 24 (both have sourceid
> 3 and serviceid 55003)
> ERROR: Line 538 specifies the same channel as line 25 (both have sourceid
> 3 and serviceid 55004)
> ERROR: Line 539 specifies the same channel as line 26 (both have sourceid
> 3 and serviceid 55005)
> ERROR: Line 540 specifies the same channel as line 27 (both have sourceid
> 3 and serviceid 55007)
> ERROR: Line 541 specifies the same channel as line 28 (both have sourceid
> 3 and serviceid 55008)
> ERROR: Line 542 specifies the same channel as line 29 (both have sourceid
> 3 and serviceid 55009)
> ERROR: Line 543 specifies the same channel as line 30 (both have sourceid
> 3 and serviceid 55010)
> ERROR: Line 544 specifies the same channel as line 31 (both have sourceid
> 3 and serviceid 55011)
> ERROR: Line 545 specifies the same channel as line 32 (both have sourceid
> 3 and serviceid 55012)
> ERROR: Invalid data at line 546: '3     55020   55020   1       0
> 58020   '
> ERROR: Line 556 specifies the same channel as line 35 (both have sourceid
> 3 and serviceid 55232)
> ERROR: Invalid data at line 557: '3     55233   55233   1       0
> 58233   '
> ERROR: Line 560 specifies the same channel as line 36 (both have sourceid
> 3 and serviceid 55236)
> ERROR: Line 561 specifies the same channel as line 37 (both have sourceid
> 3 and serviceid 55238)
> ERROR: Line 564 specifies the same channel as line 38 (both have sourceid
> 3 and serviceid 55246)
> ERROR: Invalid data at line 565: '3     55248   55248   1       0
> 58248   '
> ERROR: Line 566 specifies the same channel as line 39 (both have sourceid
> 3 and serviceid 55249)
> ERROR: Line 567 specifies the same channel as line 40 (both have sourceid
> 3 and serviceid 55250)
> ERROR: Line 569 specifies the same channel as line 41 (both have sourceid
> 3 and serviceid 55252)
> ERROR: Line 571 specifies the same channel as line 42 (both have sourceid
> 3 and serviceid 55271)
> ERROR: Line 572 specifies the same channel as line 43 (both have sourceid
> 3 and serviceid 55272)
> ERROR: Line 574 specifies the same channel as line 44 (both have sourceid
> 3 and serviceid 55274)
>
> ERROR: One or more problems found in the input file -- see messages above.
>
>
> Basically im stuck now.  I also wanted to add in a DVB-T tuner i have but
> wanted to get this working first!
>
> Chris
>
>
>
> On 9 November 2012 07:26, Martin Moores <moores.martin at gmail.com> wrote:
>
>> On 8 November 2012 22:41, Chris Lewis <chrislewis915 at gmail.com> wrote:
>>
>>> HI
>>>
>>> Do you still maintain the mythupchuk script?  I'm having a few problems
>>> and was hoping you may be able to help.
>>>
>>> Chris
>>>
>>
>> Not sure if Chris is, there have been a few threads on the list regarding
>> mythupchuk, but no input from Chris.D.
>>
>> I also dropped him an email with a few problems I came across, but no
>> reply.
>>
>> What issues are you having?
>>
>> Martin
>>
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users at mythtv.org
>> http://www.mythtv.org/mailman/listinfo/mythtv-users
>>
>>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20121109/f32294fa/attachment.html>


More information about the mythtv-users mailing list