issues
search
JerloPH
/
HomeCinema
Organize your local collection of Movies and TV Shows
Other
17
stars
0
forks
source link
RELEASE: v0.5
#6
Closed
JerloPH
closed
3 years ago
JerloPH
commented
3 years ago
Moved logs to subfolder 'logs'.
Country is based on Production country.
Use ListBox for Genre and Country, instead of Checkboxes.
Fix cover image sometimes not downloading properly.
Additional message on app loading for inserting database.
Target x64 on Build.
Use Path.Combine to create filepaths.
Create empty log files, when it doesn't exist.
Log to ErrorLog at the same folder, when there's no log existing in logs subfolder.
Make building array from text file case-insensitive.
Add countries to FILE_COUNTRY everytime Movie is edited and saved.
Replace FILE_COUNTRY from frmMain cbCountry comboBox.
Add genre to FILE_GENRE everytime Movie is edited and saved.
Replace FILE_GENRE from frmMain cbGenrecomboBox.
Optimize by Disposing Loading form properly.
Optimize app by disposing images after loading into memory and adding to ImageList.
Optimize Search, preventing ImageList from being re-created everytime.
Allow only one instance of App with Mutex.
Refactor query filter on button press: btnSearch.
Refactor btnFetchData for optimization.
Changed Genre and Country textbox control in frmSetting to ListBox.
Add buttons: 'Add, Edit, Remove, Clear' to frmSetting Tags tab.
Sort alphabetically Country and Genre before saving to text file.
Add 'Studio' to media movie info.
Add Selection for search results on Imdb search.
Added codes for easy debugging.
Fix strings not padded with zeroes, on displaying Items with Season/Episode count.
Automatically fetch move info, after searching on Imdb.
Clean all logs on button press, instead of only specific files.
Changed 'Episode name' to 'Original' on Movie Info display.
Changed color of Imdb Id on Movie Info display.
Added new setting to limit search on Imdb.
Major code refactors.
Minor refactors.