[mythtv-commits] Ticket #2302: mythvideo crash on fillgenres() or fillCountries()

MythTV mythtv at cvs.mythtv.org
Wed Sep 13 20:23:40 UTC 2006


#2302: mythvideo crash on fillgenres() or fillCountries()
-----------------------+----------------------------------------------------
 Reporter:  skamithi   |        Owner:  awithers
     Type:  defect     |       Status:  reopened
 Priority:  minor      |    Milestone:  0.20    
Component:  mythvideo  |      Version:  head    
 Severity:  medium     |   Resolution:          
-----------------------+----------------------------------------------------
Comment (by Matt Piermarini):

 Start with empty tables [[BR]]
 and then use videomanager to search IMDB for 1 movie to populate the
 tables.  Here is data from specific tables to reproduce error from my
 system.

 select * from videometadata;

 | intid | title | director | plot
 | rating | inetref | year | userrating | length | showlevel | filename
 | coverfile| childid | browse | playcommand | category |

 |   744 | 16 Blocks | Richard Donner | An aging cop (Willis) is assigned
 the ordinary task of escorting a fast-talking witness (Def) from police
 custody to a courthouse. There are however forces at work trying to stop
 prevent them from making it.  | Rated PG-13 for violence, intense
 sequences of action, and some strong language. | 0450232 | 2006 |
 6.6 |      0 |         1 | /media/fs/video/movies/16 blocks.img |
 /home/mythtv/.mythtv/MythVideo/0450232.jpg |      -1 |      1 | NULL
 |        0 |

 select * from videometadatacountry;[[BR]]

 +---------+-----------+[[BR]]
 | idvideo | idcountry |[[BR]]
 +---------+-----------+[[BR]]
 |     744 |         1 | [[BR]]
 |     744 |         2 | [[BR]]
 +---------+-----------+[[BR]]

 2 rows in set (0.00 sec)[[BR]]


 select * from videometadatagenre;[[BR]]

 +---------+---------+[[BR]]
 | idvideo | idgenre |[[BR]]
 +---------+---------+[[BR]]
 |     744 |       1 | [[BR]]
 |     744 |       2 | [[BR]]
 |     744 |       3 | [[BR]]
 +---------+---------+[[BR]]
 3 rows in set (0.00 sec)[[BR]]
 [[BR]]
 [[BR]]

 select * from videocountry;[[BR]]

 +-------+---------+[[BR]]
 | intid | country |[[BR]]
 +-------+---------+[[BR]]
 |     1 | Germany | [[BR]]
 |     2 | USA     | [[BR]]
 +-------+---------+[[BR]]

 2 rows in set (0.02 sec)[[BR]]

 [[BR]]

 select * from videogenre;[[BR]]

 +-------+----------+[[BR]]
 | intid | genre    |[[BR]]
 +-------+----------+[[BR]]
 |     1 | Action   | [[BR]]
 |     2 | Drama    | [[BR]]
 |     3 | Thriller | [[BR]]
 +-------+----------+[[BR]]

 3 rows in set (0.00 sec)[[BR]]

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2302#comment:5>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list