Hi Pal and thanks for a quick reply. The plugin is active. Running the command, or, in my case since I must specify the proper Python package each time I run Freevo I use a script containing the PYTHONPATH (as mentioned earlier), it looks like:
> sh freevo.sh plugins -l | grep imdb video.imdb (active) You can add IMDB information for video i... At startup, with logging enabled, I can see that the plugin loads properly: DEBUG: loading video.plugins.imdb as plugin video.plugins.imdb.PluginInterface Regarding the IMDB plugin not appearing for a movie with an existing .fxd file, believe me, I've tried, it makes no difference in my case, it's always missing I'm afraid... Regards, Magnus. Pal Szasz wrote: > Check that the plugin is active: run > > $ freevo plugins -l | grep imdb > > and check the output, it should be > > video.imdb (active) You can add IMDB information for video i... > > If the text "(active)" is missing, then the plugin is not activated. > > Also check the logs when you start up freevo, there might be an error > message related to the imdb plugin. > > And also I noticed that the plugin doesn't appear, if an fxd file for > that movie already exists. > > /Pal Szasz > On Sun, Aug 17, 2008 at 12:35 PM, Magnus Harrysson > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: > > Hello Freevoers! > > Been using this product for a whole day now and it seems to work just > fine. Well, except... like the subject says, in Freevo 1.8.1 > 'out-of-the-box' when I press the 'e' button there's no IMDB search > option to find in the menu. Anyone seen this before with the same > setup > or got any ideas? Maybe it is Python related since I'm running > Freevo on > a 64-bit OS? To be able to start Freevo I must use the following > command > line from the installation directory: > > > PYTHONPATH=~/freevo-1.8.1/lib/python2.5/site-packages:/usr/lib/python2.5/site-packages/oldxml > bin/freevo > > (which by the way works fine even though I can't find any 'oldxml' > directory in the 'site-packages' directory..?) > > Some more information, useful or not, if I create a .fxd file and > put it > in one of the movie directories it is picked up properly, I can then > even choose from the 'e' menu to view full description or create a > thumbnail, something I guess is from the IMDB plugin? Further more, I > don't know if it's related but I enabled logging in local_conf.py and > mapped a keyboard key to 'imdb_search_or_cover_search' like so: > > EVENTS['menu']['q'] = Event(MENU_CALL_ITEM_ACTION, > arg='imdb_search_or_cover_search') > > which results in the following output: > > DEBUG: calling action imdb_search_or_cover_search > DEBUG: action imdb_search_of_cover_search not found > > Let me know if any more logs or tests or commands are needed to solve > this. Any help is appreciated. > > Best regards, > Magnus. > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > <http://moblin-contest.org/redirect.php?banner_id=100&url=/> > _______________________________________________ > Freevo-users mailing list > [email protected] > <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/freevo-users > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ------------------------------------------------------------------------ > > _______________________________________________ > Freevo-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-users > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
