Comment 9 for bug 432440

Revision history for this message
Olivier Tilloy (osomon) wrote : Re: Video files not added to Video Library

The video files named "flight_of_the_conchords_season_<n>_episode_<m>.avi" should be recognized as TV episodes and categorized as such.
I can confirm that they are not.
Here is a sample log with ELISA_DEBUG=*parser:5 :

DEBUG MainThread database_parser nov. 20 10:25:00 parsing video /home/osomon/Vidéos/aaa/flight_of_the_conchords_season_2_episode_1.avi (elisa/plugins/database/database_parser.py:467)
INFO MainThread video_parser nov. 20 10:25:00 Possible Movie at u'/home/osomon/Vid\xe9os/aaa/flight_of_the_conchords_season_2_episode_1.avi' (elisa/plugins/database/video_parser.py:427)
INFO MainThread video_parser nov. 20 10:25:00 original video name: u'flight_of_the_conchords_season_2_episode_1' (elisa/plugins/database/video_parser.py:77)
INFO MainThread video_parser nov. 20 10:25:00 cleanup name: u'flight of the conchords season 2 episode 1' (elisa/plugins/database/video_parser.py:100)
DEBUG MainThread video_parser nov. 20 10:25:00 Could not find a match (('http://api.themoviedb.org/2.0/Movie.search?title=flight%20of%20the%20conchords%20season%202%20episode%201&api_key=90e058d75a94c5b92cd32260a9666b38', "Your query didn't return any results.")) (elisa/plugins/database/video_parser.py:208)

It seems that the video parser wrongly detects the file as a movie, and the query issued to themoviedb, as is to be expected, doesn't return any result.