
Allocine plugin

=============================================================================
Description
=============================================================================

Name: allocine
Type: VideoPlugin
File: src/video/plugins/allocine.py

Description:

        A french video information grabber. Same behaviors than IMDB.PY, but 
        for frenchies (connect to allocine.fr). Works with Freevo 1.5.0 or
        greater. 

        Activation in local_config.py
            plugin.activate('video.allocine')        

	Configuration items in local_cofig.py:
            ALLOCINE_REMOVE_FROM_LABEL = ('saison[\._ -][0-9]+', 
                                          'cd[0-9]+(-[0-9]+)?')
            ALLOCINE_REMOVE_FROM_SEARCHSTRING = ('l', 'le', 'la', 'les', 
                                                 'd', 'the')
            ALLOCINE_AUTOACCEPT_SINGLE_HIT = True
            EVENTS['menu']['1'] = Event(MENU_CALL_ITEM_ACTION,
                                        arg='allocine_search_or_cover_search')

=============================================================================
Installation
=============================================================================

./src/helpers/allocine.py
./src/util/fxdallocine.py
./src/video/plugins/allocine.py

-----------------------------------------------------------------------------


Moviecovers plugin

=============================================================================
Description
=============================================================================

Name: moviecovers
Type: VideoPlugin
File: src/video/plugins/moviecovers.py

Description:

        A french video information grabber. Same behaviors than IMDB.PY, but 
        for frenchies (connect to moviecovers.fr). Works with Freevo 1.5.0 or
        greater. 

        Activation in local_config.py
            plugin.activate('video.moviecovers')        

	Configuration items in local_cofig.py:
            MOVIECOVERS_AUTOACCEPT_SINGLE_HIT = True
            EVENTS['menu']['2'] = Event(MENU_CALL_ITEM_ACTION,
                                        arg='moviecovers_search_or_cover_search')

=============================================================================
Installation
=============================================================================

./src/video/plugins/moviecovers.py

-----------------------------------------------------------------------------
