Menu

Changes

Ryan Strassburg

2013-03-11
0.1.5.3 Beta
Bugfixes:
- Title bug after renaming files
- Changed delimiters to use quotes around character to allow use of a space character
Changed filename sorting to not be case sensitive (was comparing descriptor as case sensitive)
Minor layout change
Added Maintenance menu to Tools
- Remove media file references
- Moved "Rename Media Files" to this menu item
Added "Copy Image to Clipboard" option in Image Viewer
- Click on Clipboard Icon
- Press CTRL+C
Code optimizations

2013-02-24
0.1.5.0 Beta
Added Rename Media Files
- Renames files using selected File Descriptor and Delimiter
- Delimiters limited to Hyphen, Period, Underscore, and Space
Added option (View --> Series List Image Size)
- Large (240x40) or Small (120x20) banner image for Series Listing
Added restore Size/Location of Main Window on Application Start
Added Season Detail view (same window as Episode Detail)
- Right-click season in Episode list and select "Show Season Detail"
- If Detail window is open, auto updates when Season or Episode item is selected
- Shows all Writers, Guest Stars, and Banners for the selected Season
Added Custom Selected/Not Selected images for menu items
Added Actors Data File to Config screen
Removed Summary View Hide/Show button
- Replace with selectable option in View menu
- Added to Config screen
Added "View" Menu Item
- Reconfigured Behavior and View items
Added "Goto Last Played Episode"
- Added to Config screen to apply on Startup
- Added to menu item in View
Code optimizations and more graceful error handling

0.1.4.0 Beta
Bug Fixes:
- Failed file add reason fix: Was showing filename as reason for failure
- Episode Detail window header information, some text fields moved with form resize
- Remove Series was not removing episodes from data file - fixed
Added Image Viewer for Series, Person, and Episode image viewing
-- Double-click the image in Main Form, Episode Detail, or Person Detail to open
Added file type lookup (in Windows Registry) before adding dropped files
-- Checks for assumed content type based on file extension (i.e. '.avi' or '.mkv')
-- Prevents un-necessary file processing
Added Sorting on Episodes list
-- Req'd change display "Season #" to be "Season ##" for > 9 seasons
Added ToolTip enable/disable
Added More Series Detail to Main Window
Added Writers selection from Episode Detail to use Person Detail window
Added Actor Profile Pictures to Person Detail Window, view all available profile pictures
Changed Main Window Actor Dropdown to Custom ListView Dropdown style
Added Series Fanart and additional Banner browsing
Optimized more code

0.1.3.4 Beta
Bug fix of Episode Data not saving

0.1.3.3 Beta
Added Series Actor and Episode Guest Star Detail (separate window)
Added Font Selection -- still a little buggy
Added Series Actors list dropdown on main window
Added dropwdown list for Writers and Guest Stars on episode detail window
Added Web Timeout Interval setting (for online searches)
Changed data load/save scheme to use JSON (was xml)
Code optimizations

0.1.2.7 Beta
Fixed Bug: On first save, file TVSeries.xml is not found causing inability to save (unless creating a file there first)
- File is created at startup if not already present

0.1.2.6 Beta
Bug Fix of drag/drop on to Series List with single file - would add to current episode selected

0.1.2.5 Beta
Changed TV Series list to use banners instead of text
Added double-click on Series banner opens Series Infromation on IMDB.com
Added configuration dialog and settings saving
Added user-defined media player (uses default if nothing defined)
Added user-defined filename descriptors for filename import comparison (see docs for available variables)
Added sizable Search and Main windows
Added icons to various parts
Added "Persistent Windows" to apply to all sub-windows of main window stay on top
More code optimizations

0.0.3.5
Changed saving scheme, save Manually from file menu or at exit.
Improved Episode Detail Updating
Changed Search display to use banners instead of text
Code Optimiztion

0.0.3.0
Changed data file path to C:\ProgramData\TVSeriesBrowser\TVSeries.xml
Changed graphics path to C:\ProgramData\TVSeriesBrowser\graphics
Added data backup copies, stores 5 copies
Added generic banner creation
Added "Clear Episode Banner Cache" option
Added "Auto Banner Download" Enable/Disable option
Added Episode Context Menu Options (Remove Media File and Remove Banner)
Improved item disabling logic for context menus
Removed "Save Data" menu item. Data is saved during changes
Some Visual Changes (Larger fonts, layout changes)
Performance Improvements

0.0.2.0
Added icons
Added descriptive icons for episodes with or without media files
Added Multiple file drag-n-drop to episodes
Added "Force Dropped Files to Selected Series" option (Series name is not included in compare)
Changed some verbage
- "Peristent Episode Detail Window" option
Cleaned up some code

0.0.1.10
Alpha Version