[mythtv-users] liveTV ok, recording fails

John jksjdevelop at gmail.com
Wed Dec 12 18:44:31 UTC 2018


On 12/12/2018 18:28, Tim Draper wrote:
>
>
>   ---- On Wed, 12 Dec 2018 16:17:06 +0000 John <jksjdevelop at gmail.com> wrote ----
>   > On 12/12/2018 13:18, Tim Draper wrote:
>   > >   ---- On Tue, 11 Dec 2018 22:18:22 +0000 jksjdevelop <jksjdevelop at gmail.com> wrote ----
>   > >   > a quick test shows that that channel does not work for me either
>   > >   >
>   > >   > run a query like this
>   > >   >
>   > >   > mysql -umythtv -ppassword --database mythconverg
>   > >   > select serviceid,channum,sourceid,callsign,mplexid from channel order by
>   > >   > mplexid,channum;
>   > >
>   > > +-----------+---------+----------+-------------+---------+
>   > > | serviceid | channum | sourceid | callsign    | mplexid |
>   > > +-----------+---------+----------+-------------+---------+
>   > > ...
>   > > |      8315 | 100001   |        5 | Bloomberg TV       |     172 |
>   > > |      8316 | 100001   |        5 | Bloomberg TV       |     172 |
>   > > |      8311 | 100001   |        5 | Bloomberg TV       |     172 |
>   > > |      8312 | 100001   |        5 | Bloomberg TV       |     172 |
>   > > |      8314 | 100001   |        5 | Bloomberg TV       |     172 |
>   > > |      8313 | 100001   |        5 | Bloomberg TV       |     172 |
>   > > |      9225 | 100001   |        5 | Bloomberg TV       |     172 |
>   > > |      9208 | 122      |        5 | E4                 |     172 |
>   > > |      8305 | 122      |        5 | E4                 |     172 |
>   > > |      8300 | 123      |        5 | E4+1               |     172 |
>   > > |      8340 | 124      |        5 | More4              |     172 |
>   > > |      8341 | 301      |        5 | Film4+1            |     172 |
>   > > ...
>   > >
>   > > results are on all the 172 multiplex.
>   > > ignore the 'bloombergTV' results - my channel script had an oversight on it so any of my disabled channels (channum >10000 ) got its callsign changed to bloomberg! based on your example & digitalspy forums, they should be channel4+1.
>   > >
>
> have to wait for the weekend on rescan. not sure that will work since livetv works fine, it's just recording of the channel fails. worth a go though eh?
> channelscan_channel, channelsca_dtv_multiplex and dtv_multiplex tables all look right with (digitalspy's info)  "More 4 UK on 10.936 V, 22.000, 5/6, DVB-S, QPSK". just a freq change from 10729000.
>
> i'll have to work on a new channel script too, start using the SID/ServiceID rather than the way the wiki sugests using callsign to filter the changes. i'd image working from SID's will be less hassle and more accurate. Since i use digitalspy changelogs to keep me in the loop, probably be easier to script changes than it is go poking around with phpMyAdmin.
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://lists.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org
> if it works in live tv a rescan is a waist of time.
so if you run

mysql> select frequency from dtv_multiplex where mplexid=172;
+-----------+
| frequency |
+-----------+
|  10936000 |
+-----------+
1 row in set (0.00 sec)

You get the correct frequency?

If you are already on the correct frequency - the channel editor allows 
you to scan a single mux 'transponder' which minimizes the subsequent 
filtering. The only difference between live and recorded is if you have 
quick tune set for live. I can't remember the default setting.



More information about the mythtv-users mailing list