 |
30-09-2008, 02:45 AM
|
#1 (permalink)
|
|
Still Shining!
Join Date: Nov 2006
Location: Up 'n' above
Posts: 1,174
|
My Creation: Movie Disk Indexer
MOVIE DISK INDEXER
Movie Disk Indexer is an application for storing the information about the CD/DVD Movie Collection you have and index the movies in them.
Some weeks ago, our forum member jal_desai had released a similar app called "Movie Collection " in this thread which had similar functionalities. It was a very good app. This made me redesign my once-abandoned-project on Movie Disk Indexing, added some new features and presented it here.
With Movie Disk Indexer you can
- Add New Disks(DVD/CD) to the Collection.
- Add/Remove unlimited number of movies to each disk.
- Fetch/Save information about the movie from imdb including Title, Plot, Genre, Posters etc..
- Add Custom Movies if Imdb info not available.
- Edit Movie details later.
- Keep track of the Disks (Rent Status)
- Search **
This software will be useful to those having a huge collection of DVDs with movies.
A Small Tutorial:
Using this app is simple.
The main window is like this when opened for the first time:
 
Click on "Add Disk" to add a new disk to the collection. Details include Number, Name, Type. Click Ok and this will be added to the collection.
Now right click this newly added disk in the treeview and Select "Add Movie". Next Select"From imdb" if you want to grab the movie straight from imdb, or Select "Custom Movie" for a adding movie without imdb info.
If "From imdb" context menu is clicked, this will be the window:
 
Currently the search results are from the "Popular Titles" section of the imdb search only. If no results are found, but you know that the imdb page for the movie exists, then copy that movie's imdb page address from your browser and drop it in the second textbox for directly loading that movie. It should be in the given format.
Double Click on the appropriate movie in the Search Results Pane to load that movie's info from imdb. Allow 1-2 seconds for loading the next window:
 
Make the necessary changes if needed and save. This movie will be added to the disk.
Click "Refresh Tree" to see any immediate changes made to the collection.
Now you can double click the movie in the collection to see its info in the right pane like this:
 
If the movie is saved from imdb, then a link will appear in the movie info pane, clicking on which, a browser window will open with the selected movie's imdb page.
Want to rent a disk to friends?
Double click the disk which you wanna rent(Double Clicking on any of the disk's movies will also do). Next, click the Checkbox named "Rented" to activate the rest of the fields. Fill the details(Name, date) and hit "Save". Next time double clicking on any disk will show its current rent status. When the disk is returned, remove the tickmark on the checkbox and save.
Added to these there are many other functions like Editing a movie, Removing a movie, Removing disks etc. Remember: while removing disks, all its movies will also be lost forever.
**More features like a "Search by" will be added later in future releases.
I am a newbie in .net programming. So the coding may be rough and not optimized everywhere. Bugs may popup somewhere.
Feedbacks appreciated.
Requirements:
.net Framework 2.0
Internet Connection( For imdb data fetch)
Download (Setup File in zipped package) - 529 KB
Link 1
Link 2 (Rapidshare Mirror)
__________________
Simplicity is the ultimate Sophistication
HP dv6 6121tx: Core i7 2630 QM | 4GB | AMD 6770M 2GB GDDR5 | 640 GB
Nokia N86 8MP
Last edited by Lucky_star; 03-10-2008 at 09:12 PM.
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
02-10-2008, 07:14 AM
|
#2 (permalink)
|
|
In The Zone
Join Date: May 2006
Posts: 426
|
Re: My Creation: Movie Disk Indexer
hey dude.. very nice. i m impressed with the fetching stuff. i would like to just point out some glitches (not mistakes). the installation is taking very long. it progressbar remains empty for a long time. it just sits there. second is the "Search IMDB window" i feel the option where u have asked "enter the url of IMDB if u know it" is somewat useless. if a user is knowing the url, he/she would directly paste it in the browser. r u getting me? ok.. overall a very very nice software and i can see tht u have done a lot to remove all types of redundancies... very good keep it up.
__________________
TechExplorer.in
|
|
|
02-10-2008, 11:36 PM
|
#3 (permalink)
|
|
Still Shining!
Join Date: Nov 2006
Location: Up 'n' above
Posts: 1,174
|
Re: My Creation: Movie Disk Indexer
Thanx for trying. The installer was created from Visual Studio's own msi deployment installer. I don't know, why its stopping for a long time towards the end of the installation. I will change the installer next time.
As I have mentioned in the search window, the search results are from the "Popular Titles" heading of the imdb search page. In some cases you may notice that a imdb profile exists for the movie, but its still not showing up in the results. In such a case, you can have the search done through the browser, open the imdb page for the movie, and paste its address here. In the next version, I will remove this option "enter the url of IMDB if u know it" and refine the search to show all the results
__________________
Simplicity is the ultimate Sophistication
HP dv6 6121tx: Core i7 2630 QM | 4GB | AMD 6770M 2GB GDDR5 | 640 GB
Nokia N86 8MP
|
|
|
02-10-2008, 11:40 PM
|
#4 (permalink)
|
|
Apprentice
Join Date: Jun 2008
Posts: 55
|
Re: My Creation: Movie Disk Indexer
you have used visual basic for the whole project?
which database?
|
|
|
02-10-2008, 11:58 PM
|
#5 (permalink)
|
|
Still Shining!
Join Date: Nov 2006
Location: Up 'n' above
Posts: 1,174
|
Re: My Creation: Movie Disk Indexer
vb.net (VS 05)
Database: access
__________________
Simplicity is the ultimate Sophistication
HP dv6 6121tx: Core i7 2630 QM | 4GB | AMD 6770M 2GB GDDR5 | 640 GB
Nokia N86 8MP
|
|
|
03-10-2008, 08:06 AM
|
#6 (permalink)
|
|
Host4Cheap.org
Join Date: May 2005
Location: Digit Forum
Posts: 2,102
|
Re: My Creation: Movie Disk Indexer
Source Code Please
__________________
★ Want to start your Website, No worries - here is how ★
http://www.thinkdigit.com/forum/showthread.php?t=66717
★ Host4Cheap - cPanel Webhosting & Reseller Plans ★
http://www.host4cheap.org/
|
|
|
03-10-2008, 07:28 PM
|
#7 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,673
|
Re: My Creation: Movie Disk Indexer
use xml as database
|
|
|
03-10-2008, 09:17 PM
|
#8 (permalink)
|
|
Still Shining!
Join Date: Nov 2006
Location: Up 'n' above
Posts: 1,174
|
Re: My Creation: Movie Disk Indexer
^^ I will try using xml.
@Sukhdeep:
__________________
Simplicity is the ultimate Sophistication
HP dv6 6121tx: Core i7 2630 QM | 4GB | AMD 6770M 2GB GDDR5 | 640 GB
Nokia N86 8MP
|
|
|
03-10-2008, 09:31 PM
|
#9 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,673
|
Re: My Creation: Movie Disk Indexer
^^very nice.
You may need to parse the XML and create a DOM tree. As far as there must be some APIs to handle this.
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|