Hallo everyone, The new video section (with tvshow and film) is amazing :) But it's not easy to name the file well. As my experience people use to name file as: [DivX - ITA] Film Title
so I haked the code of elisa/plugins/database/video_parser.py :)
Just add the following after line 66
# remove anything between [ and ]
p = re.compile('\[.*\]')
video_name = p.sub('', video_name)
In this way all my movie library is well detected.
Hope this will be usefull for others.
Dave
