Gtk2 Catalogue de films

Application useful to manage a movie collection
More information available on http://home.gna.org/gcfilms/

Install
-------

You need to have Gtk2, perl and perl-gtk2 on your system.

Then launch install script (being root for a system wide installation).
Here are available options:

Graphic mode installation:
./install

Text mode installation:
./install --text

Automatic installation in a directory
./install --prefix=/path/to/directory

GCfilms Plugins development
---------------------------

You can contribute to GCfilms with plugins submission. There are different kind
of plugins:

- Export plugin:
    It is a plugin used to export GCfilms movies list in another file format

- Search plugin:
    Such a plugin is used to get movie information on web site.

- Translations:
    For each language, there is a file containing translations of all
    messages displayed in GCfilms

For 2 first ones, you can find some examples in templates directory. Once
the file has been created, you have to copy it in
(GCFILMS_ROOT)/lib/gcfilms/GCExport or
(GCFILMS_ROOT)/lib/gcfilms/GCPlugins
Depending on your plugin type. You need to follow naming conventions. You
can also used provided plugins as an example.

Concerning translations, copy from (GCFILMS_ROOT)/lib/gcfilms/GCLang the file
corresponding to the language you speak. Rename it using 2 letters language
code. Then you can modify it.

For all plugins, you need to restart GCfilms to have them auto-detected.

Then you can use this form to submit your plugin:

https://gna.org/patch/?func=additem&group=gcfilms
