Actually you can solve this in the present version.
Let's say you have everything under c:\videos e.g.
c:\videos\Farscape season 1\S01E01.avi
c:\videos\Farscape season 1\S01E02.avi
...
c:\videos\Farscape season 2\S02E01.avi
....
c:\videos\somemovie.avi
Hit F2-> databases ->import and set "Import to DB" to movies.
Set Import type to "Custom" and folder to "Container".
Add c:\videos to your path.
Enter these metamasks:
\\(?<genre>.*)\\(?<sorttitle>(?<name>.*))
\\(?<sorttitle>(?<name>.*))
The first line picks up your subdirs and uses the directory name for genre
The second line picks up your root folder movies.
Press import and finally edit DB. Select one of the movies and place a check mark in sorttitle and genre (this enables filtering using those).
You're done. Now just refresh once in a while
As for cover images just name them exactly as the movie/video and place it in the same dir. put a blank/default jpg with _.jpg as the name for giving movies without cover a default image.
/Cosworth