FilmAffinity plugin doesn't work
Bug #888347 reported by
Juan Simón
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Griffith |
Fix Committed
|
Medium
|
Michael |
Bug Description
Ubuntu 11.10 64 bits
Griffith svn version (compiled today)
When I select a movie to import data from FilmAfffinity, it only imports the title.
Changed in griffith: | |
milestone: | none → 0.13 |
To post a comment you must log in.
The trace:
$ griffith -D
(griffith:10654): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
(griffith:10654): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
(griffith:10654): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
(griffith:10654): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", 10T00:36: 52: D: Griffith( gconsole: 82): Starting Griffith 0.12.1 10T00:36: 52: D: Griffith( gconsole: 83): Platform: Linux-3. 0.0-12- generic- x86_64- with-Ubuntu- 11.10-oneiric (posix) 10T00:36: 52: D: Griffith( gconsole: 84): Dependencies: 10T00:36: 52: D: Griffith( griffith: 1476): config file used: /home/simon/ .griffith/ griffith. cfg 10T00:36: 52: I: Griffith( initialize: 101): Using Griffith directory: /home/simon/ .griffith griffith/ lib/initialize. py:140: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated widgets( self, gtk.glade.XML(gf)) 10T00:36: 53: D: Griffith(sql:279): SELECT movies.number, movies.o_title, movies.title, movies.director, movies.poster_md5, movies.genre, movies.seen, movies.year, movies.runtime, movies.rating, movies.created, movies.updated 10T00:36: 53: I: Griffith( initialize: 873): Spellchecker is not available 10T00:37: 28: D: Griffith(add:284): reloading PluginMovieFilm Affinity 10T00:37: 29: I: Griffith(add:152): selected id: 551964 10T00:37: 40: D: Griffith(sql:279): SELECT movies.movie_id, movies.number, movies. collection_ id, movies.volume_id, movies.medium_id, movies.ratio_id, movies.vcodec_id, movies.poster_md5, movies.loaned, movies.seen, movies.rating, movies.color, movies.cond, movies.layers, movies.region, movies.media_num, movies.runtime, movies.year, movies.width, movies.height, movies.barcode, movies.o_title, movies.title, movies.director, movies.screenplay, movies.cameraman, movies.o_site, movies.site, movies.trailer, movies.country, movies.genre, movies.studio, movies. classification, movies."cast", movies.plot, movies.notes, movies.image, movies.created, movies.updated 10T00:37: 41: D: Griffith(sql:279): SELECT movies.movie_id, movies.number, movies. collection_ id, movies.volume_id, movies.medium_id, movies.ratio_id, movies.vcodec_id, movies.poster_md5, movies.loaned, movies.seen, movies.rating, movies.color, movies.cond, movies.layers, movies.region, movies.media_num, movies.runtime, movies.year, movies.width, movies.height, movies.barcode, movies.o_title, movies.title, movies.director, movies.screenplay, movies.cameraman, movies.o_site, movies.site, movies.trailer, movies.country, movies.genre, movies.studio, movies. classification, movies."cast", movies.plot, movies.notes, movies.im...
2011-11-
2011-11-
2011-11-
gtk :: 2.24.0
gtk.glade :: 2.24.0
sqlalchemy :: 0.6.8
sqlite3 :: 2.6.0 (sqlite-lib 3.7.7)
reportlab :: 2.5
PIL :: True
psycopg2 :: False
MySQLdb :: False
chardet :: 2.0.1
sqlite :: 1.0.1
lxml :: True
2011-11-
2011-11-
/usr/share/
define_
2011-11-
FROM movies ORDER BY movies.title ASC
2011-11-
2011-11-
2011-11-
2011-11-
FROM movies
WHERE movies.director LIKE ? OR movies.title LIKE ? OR movies.o_title LIKE ? OR movies.cameraman LIKE ? OR movies."cast" LIKE ? OR movies.year LIKE ? ORDER BY movies.title ASC
2011-11-