Education/MMTC/Projects/Bastien: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== The Project<br> == | == The Project<br> == | ||
Line 20: | Line 19: | ||
I will, of course, use Mozilla technologies ;) which includes XUL, and JavaScript, CSS.<br> | I will, of course, use Mozilla technologies ;) which includes XUL, and JavaScript, CSS.<br> | ||
== Steps<br> == | |||
First I have to include VLC in the XUL application. It should be able to play a video inside.<br> | |||
Then I will build the file explorer, in order to be able to manage the collection (rename, associate...).<br> | |||
== Studies == | |||
Here are some links I will focus on :<br> | |||
*[http://wiki.videolan.org/Libvlc http://wiki.videolan.org/Libvlc] (en) and generally the VLC wiki<br> | |||
*[http://xulfr.org/wiki/RessourcesLibs/MediaPlayer http://xulfr.org/wiki/RessourcesLibs/MediaPlayer] (fr)<br> | |||
*[http://xulfr.org/forums/read.php?1,11915 http://xulfr.org/forums/read.php?1,11915] (fr)<br> |
Revision as of 13:55, 13 August 2009
The Project
The aim of this project is to allow the user to manage his collection 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.
Steps
First I have to include VLC in the XUL application. It should be able to play a video inside.
Then I will build the file explorer, in order to be able to manage the collection (rename, associate...).
Studies
Here are some links I will focus on :
- http://wiki.videolan.org/Libvlc (en) and generally the VLC wiki
- http://xulfr.org/wiki/RessourcesLibs/MediaPlayer (fr)
- http://xulfr.org/forums/read.php?1,11915 (fr)