--- tmp/project_vds.orig 2008-12-13 06:57:50.000000000 +0100 +++ tmp/project_vds 2008-12-13 06:57:50.000000000 +0100 @@ -0,0 +1,129 @@ +///Table of Contents Goes Here/// + +# Introduction + +This is nearly a fresh project. Long time before, i used my custom `Microsoft +Access` database called `Video Database` to manage my videos. See [here] +(projects#VideoDatabase) for this old project. Actually i'm +rewriting this to some Pythonic version with some new features. + +The goal is to write some program to manage my video collection. In one way or +another, i want some list of all my videos, with some informations such as the +duration, time, synopsis, actors. The advantage of a web interface is that we +are able to show the video collection to some other people ... + +The `vds` isn't in a Subversion reposition yet, nor is the `vds` downloaded +yet. + +# Rules of thumbs + +There are some rules of thumbs. These rules are there in a try to standardize +some things. + +# Filling in some new informations + +For your own good and a question to avoid to forget to add some informations: +it's best to add new informations in by following these steps. + + * Adding a new movie. + * Linking, adding new actors to this newly added movie. + * Adding pictures of actors. + +## Images + + * Images of actors and movies: + * Landscape: Size may be `320x280`. + * Portrait: Size may be `280x320`. + +# Screenshots + +The "graphical" interface isn't completed yet, even has this a very very basic +interface. The vds needs to get some theme. Right now, you can see the basic +way it will go. The designed view isn't the final look it will have. I'm +planning to give it a beautiful view, but this will be probably done as last. + +So i may repeat me; please keep in mind that the interface will change: right +now this is just an ugly interface to test if the code behind is ok. + +## Main page + +This is the start page. + +![screenshot] +(http://dvm.zapto.org:8080/~dvanmosselbeen/imgs/screenshots/vds/small/capture001.png) + +[Enlarge] +(http://dvm.zapto.org:8080/~dvanmosselbeen/imgs/screenshots/vds/big/capture001.png) + +## Movies + +This is the main movies index view. With a pagination system you can easy got +to the next page. + +![screenshot] +(http://dvm.zapto.org:8080/~dvanmosselbeen/imgs/screenshots/vds/small/capture002.png) + +[Enlarge] +(http://dvm.zapto.org:8080/~dvanmosselbeen/imgs/screenshots/vds/big/capture002.png) + +Clicking on the movie name open movie view mode, this display +some more informations about this movie.Clicking on the name of the actors open the actor detailed view + +![screenshot] +(http://dvm.zapto.org:8080/~dvanmosselbeen/imgs/screenshots/vds/small/capture003.png) + +[Enlarge] +(http://dvm.zapto.org:8080/~dvanmosselbeen/imgs/screenshots/vds/big/capture003.png) + +## Actors + +This is the actors index. + +![screenshot] +(http://dvm.zapto.org:8080/~dvanmosselbeen/imgs/screenshots/vds/small/capture004.png) + +[Enlarge] +(http://dvm.zapto.org:8080/~dvanmosselbeen/imgs/screenshots/vds/big/capture004.png) + +This is the actors search result. + +![screenshot] +(http://dvm.zapto.org:8080/~dvanmosselbeen/imgs/screenshots/vds/small/capture005.png) + +[Enlarge] +(http://dvm.zapto.org:8080/~dvanmosselbeen/imgs/screenshots/vds/big/capture005.png) + +As showed on previous screenshot, clicking on the name of the actors open the +actor detailed view. + +![screenshot] +(http://dvm.zapto.org:8080/~dvanmosselbeen/imgs/screenshots/vds/small/capture006.png) + +[Enlarge] +(http://dvm.zapto.org:8080/~dvanmosselbeen/imgs/screenshots/vds/big/capture006.png) + +This is the genres index. This screenshot show the experimental datagrid with +the pagination. + +![screenshot] +(http://dvm.zapto.org:8080/~dvanmosselbeen/imgs/screenshots/vds/small/capture007.png) + +[Enlarge] +(http://dvm.zapto.org:8080/~dvanmosselbeen/imgs/screenshots/vds/big/capture007.png) + +This is the medias index. + +![screenshot] +(http://dvm.zapto.org:8080/~dvanmosselbeen/imgs/screenshots/vds/small/capture008.png) + +[Enlarge] +(http://dvm.zapto.org:8080/~dvanmosselbeen/imgs/screenshots/vds/big/capture008.png) + +## Search + +The search section is very basic at this moment. Only searching movies and +actors are possible. Both movies title and actors name fields autocomplete. + +![screenshot] (http://dvm.zapto.org:8080/~dvanmosselbeen/imgs/screenshots/vds/small/capture009.png) + +[Enlarge] (http://dvm.zapto.org:8080/~dvanmosselbeen/imgs/screenshots/vds/big/capture009.png) \ No newline at end of file