Fetch Information about the movies from local disk

Hi all,

I have create a small utility to traverse a folder for movies files in it and fetch its ratings, summary, year etc. from the internet using omdbapi's. Exe is share on Google Drive.

(Latest version is available on Google drive : MovieInfo v3.2.0

NOTE: OMDBAPI are not free anymore so app will not work till further update. Sorry for inconvenience. Thanks
Features :

Multiple Searches :

           1. Search whole computer for media file.
           2. Search multiple custom folders separated by semicolon like :
                "D:\Movies;E:\Movies:\M:\Media;"
           3. Search text file containing file name or paths like :
              D:\Movies\Azhar_2016_DvD_SCR_Rip_by_-Filmywap.mp4
              D:\Movies\Captain America Civil WarCaptain America Civil War.srt
              D:\Movies\Hate Story 2012.mkv
              D:\Movies\Love Punjab 2016.dat
              D:\Movies\Main Meri Patni Aur Woh.mkv

 Use below batch command to extract the file names from any folder :
  cd /d K:
  for /f "eol=: delims=" %%F in ('dir /b /s /a-d') do @echo %%F>>ListMy.txt

Exporting data :
  • As XML (Recommended as it is lightning fast)
  • As Excel
Importing data (for offline uses):
  • From XML (Recommended as it is lightning fast)
  • From Excel
Reload last search :
  • There is one back up file updated every time when you search for movie details so that next time details can be picked from this local file rather than internet.
  • You can reload this file using "Reload last session" option available.
UI Options (Movie details) :
  • Zoom is available through CTRL + Mouse Wheel
  • By default, UI shows all the info available for the movie but you can show/hide any column you want. Just click on column header and mark you selection.
  • Play movies from context menu or double click on any row
  • Open file location from context menu
  • Single click to get movie details
  • Delete file if you want
  • Download subtitles in the respective folder found on internet
  • Find duplicates bases on movie title
  • You can also group the UI, based on scan date to help to find new addition to your movie collections
  • You can sort movies based on any column.
  • You can rearrange movies.
  • You can filter movies using filters available on bottom of the screen.

Latest Version :


3.2.0 version is 
available on Google drive : MovieInfo v3.2.0

Features Added :

  • Minor defect fixing
Previous Versions :

3.1.0 version is available on Google drive : MovieInfo v3.1.0

Features Added :


  • Revamp whole UI
  • Give more space to data 
  • Added merge option to current selection
  • Fixed few defects in scrolling

2.2.3.1 version is available on Google drive : MovieInfo v2.2.3.1 

Features Added :


  • Added Already Watched Field
  • Added Already Watched Filter
  • Added delete Already Watched Movie
  • Fixed few defects in Column Selection

2.2.2 version is available on Google drive : MovieInfo v2.2.2 

Features Added :


  • Fixed few of crashes
  • Fixed row details issue
  • Refined searches
2.2.1 version is available on Google drive : MovieInfo v2.2.1 

Features Added :

  • Fixed issue with filters.
2.2 version is available on Google drive : MovieInfo v2.2 

Features Added :


  • Added Row details features.
  • Download movie posters
  • Show/Hide columns
  • Enhanced UI

2.1 version is available on Google drive : MovieInfo v2.1 


Features Added :

  • Resolved Performance Issues
  • Added Filters
  • Added time stamps
  • Enhanced UI

2.0 version is available on Google drive : MovieInfo v2.0 


Features Added :

  • Added support exporting data to XML & Excel file
  • Importing data from XML, Excel and text file.
  • Added support for iterate whole PC
  • Added support for iterate files name in a text file
  • Added support for iterate semicolon separated files
  • Added support to find duplicate entries
  • Enhanced search algo
  • Fixed hand issue on launch
  • Added zoom to the window
  • And many small fixes


Its is just a beginning so if something is not working as you expect, or if you have thoughts on improvement of the features please let me know.


Thanks for your time & enjoy.
Vivek 

Comments

  1. Thant is amazing Vivek. Good work. I will try it out soon. :)

    ReplyDelete

Post a Comment

Popular Posts