[mythtv-users] Metadata Now Writing 1x1 to DB when it can't find a match
Mark Perkins
perkins1724 at hotmail.com
Wed Jul 16 01:47:27 UTC 2014
> On 16 Jul 2014, at 9:25 am, "Jean-Yves Avenard" <jyavenard at gmail.com> wrote:
....
> it is the case.
> S1E1 is only ever set if nothing else has been found.
> it's a fallback mechanism...
>
> and it's always been like that FWIW. nothing new here so I'm unsure
> why William was surprised by the change.
>
> I can't think of a single reason why S1E1 wouldn't have also been set earlier
I see the same behavior as William. Where no match is found the series and episode remain at the default 0 value. The only time I see S1E1 with prior versions was when a valid S1E1 match was found.
Example as follows. My '24: Live Another Day' recordings have EPG data that does not align with TTVDB data so lookup fails until I manually correct. Note the latest episode still has S0E0 even though metadata grabber runs automatically on all recordings.
mysql> select title, subtitle, season, episode, starttime from recorded
where title like "%24%" order by starttime;
+----------------------+--------------------------------------+--------+----
-----+---------------------+
| title | subtitle | season |
episode | starttime |
+----------------------+--------------------------------------+--------+----
-----+---------------------+
| 24: Live Another Day | Jack is Back | 0 |
13 | 2014-05-10 13:27:00 |
| 24: Live Another Day | Day 9: 11:00 AM - 12:00 PM | 9 |
1 | 2014-05-12 11:12:00 |
| 24: Live Another Day | Day 9: 12:00 PM - 1:00 PM | 9 |
2 | 2014-05-12 12:07:00 |
| 24: Live Another Day | Day 9: 12:00 PM - 1:00 PM | 9 |
2 | 2014-05-16 12:02:00 |
| 24: Live Another Day | Day 9: 1:00 PM - 2:00 PM | 9 |
3 | 2014-05-19 11:07:00 |
| 24: Live Another Day | Day 9: 2:00 PM - 3:00 PM | 9 |
4 | 2014-05-26 11:02:00 |
| 24: Live Another Day | Day 9: 3:00 PM - 4:00 PM | 9 |
5 | 2014-06-02 11:07:00 |
| 24: Live Another Day | Day 9: 4:00 PM - 5:00 PM | 9 |
6 | 2014-06-09 11:07:00 |
| 24: Live Another Day | Day 9: 5:00 PM - 6:00 PM | 9 |
7 | 2014-06-16 11:07:00 |
| 24: Live Another Day | Day 9: 6:00 PM - 7:00 PM | 9 |
8 | 2014-06-23 11:12:00 |
| 24: Live Another Day | Day 9: 7:00 PM - 8:00 PM | 9 |
9 | 2014-06-30 11:12:00 |
| 24: Live Another Day | Day 9: 8:00 PM - 9:00 PM | 9 |
10 | 2014-07-07 11:07:00 |
| 24 | Live Another Day:9:00 PM - 10:00 PM | 0 |
0 | 2014-07-14 12:17:00 |
+----------------------+--------------------------------------+--------+----
-----+---------------------+
13 rows in set (0.00 sec)
Note: I am yet to upgrade and am running 0.27/fixes from 3 or 4 weeks ago.
Note 2: I do not set the inetref or season / episode values at the recording rule level as I nearly exclusively use keyword style recording rules for various reasons.
...
>
> And seeing that I'm the one with commit access and who keep breaking
> stuff, I get to have my way :)
Agreed :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20140716/7364ff2d/attachment.html>
More information about the mythtv-users
mailing list