Education/MMTC/Projects/Bastien
I'll add more information as soon as I can.
The Project
The aim of this project is to allow the user to manage hiscollection of TV serials, with subtitles.
The application will be able to rename all the files of a directory using a pattern, defined by the user (for example "SxxEyy - nameOfTheEpisode" where "xx" is the season number and "yy" the number of the episode). It will be possible to "associate" a subtitle file to a video, that means, when you have a video file named "S02E11 - Title.avi" and a subtitle file named "s1x02 - title - by SRTeam.srt", the application will "associate" the .srt file to the .avi one by renaming it.
The application will include a VLC client, allowing the user to check if the subtitle file corresponds to the video one, and if it's well synchronized.
Ideas/Evolutions
Depending on the time I'll have and the problems I'll encounter, I could improve this application adding some features I thought about.
Technologies
I will, of course, use Mozilla technologies ;) which includes XUL, and JavaScript, CSS.
Similar works
You can have a look at Guillermo's project. He works on a XUL application able to open a Theora video and edit subtitles in different languages. I think we will have some features in common.