ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

Done: AMDER: Actor Missing Dialogue Error Report release: v1.3.0.0

(1/2) > >>

Ath:
As this was requested from a private irc chat I think it's most appropriate to post this in the Coding Snacks section. And because I already finished it, the Finished Programs section seemed best fitting...

Application Name AMDER Version 1.3.0.0 Short Description Actor Missing Dialogue Error Report: Register and store missing dialogues to be reported Supported OSes Windows XP SP3 and later (.NET 4.0 required) Web Page This DCmembers page Download Link (Available from the above page) System Requirements
* .NET 4.0 runtimeVersion History
* 2012-06-12, v1.3.0.0: Update release, added multi-select for importing .csv files
* 2012-06-12, v1.2.3.0: Update release, relaxed parsing the pagenumber from .csv files
* 2012-05-06, v1.2.2.0: Update release, added option for parsing Episode nr and fixed a bug
* 2012-05-05, v1.2.1.0: Update release, adds installer, makes AMDER single-instance, and fixes an issue
* 2012-05-04, v1.2.0.0: Update release, details in the release history on the site
* 2012-04-30, v1.1.0.0: First public releaseAuthor Ath

Description
This application was requested by Saira, on irc, for recording and storing the timecodes and some other parameters per actor, to be filed as an error report to the script supplier for correction.

Features
Record 'Actor Missing Dialogues' and produce an Error Report from them in form of an Excel .xls or .xlsx file.
The list can be pre-filled by importing (File/Open) a .csv file.

Planned Features
- What is requested by a (potential) user...
- Add multi-select for importing .csv files (1.3.0.0)
- Create an Inno Setup installer (1.2.1.0)
- Batch processing for .csv files with a similar name (1.2.0.0)

Screenshots
The Application in action:
Done: AMDER: Actor Missing Dialogue Error Report release: v1.3.0.0

The User-settings screen:
Done: AMDER: Actor Missing Dialogue Error Report release: v1.3.0.0

Usage
Installation
Portable edition:
- Download, then unpack the zip-file into it's own directory
- Run the executable directly, or create a shortcut in a convenient place and use that
Installer edition:
- Download the installer, then run it. It'll check if .NET 4.0 is installed, and offer to download and install if it's missing
- Run the application from the optionally created Desktop-shortcut or from the Start menu

Using the Application
- Start a new Error report by either using the 'Add New error' button or using 'File/New'
- Type (or select) an Episode name/number, (the list will be automatically extended with what is typed)
- Type (or select) an Actor name, (the list will be automatically extended with what is typed)
- Select the feature(s) that is/are wrong with the Dialogue (use Up/Down arrow keys to select)

Uninstallation
Both editions:
- Optionally remove any files created
- Optionally remove any usersettings file(s): {UserAppData}\AMDER\UserSettings.xml
Portable edition:
- Remove the directory created earlier
Installer edition:
- Run the un-installer from the Windows Configuration screen

Known Issues
- None known
- Fixed a bug that the Episode number wasn't taken from the Episode name (since 1.2.0.0)
- Error message when closing AMDER because the settings directory doesn't exist

Ath:
AMDER was updated to version 1.2.0.0, because of a feature request I received, and while at it, I also made a few minor improvements.

Download available from the first post in this thread.

skwire:
Nicely done, Ath.  Looks like you put quite a bit of work into it.   :Thmbsup:

Ath:
Nicely done, Ath.  Looks like you put quite a bit of work into it.   :Thmbsup:
-skwire (May 04, 2012, 10:35 PM)
--- End quote ---
Thanks :D
Yeah, well, I've been talking on irc with Saira about this, and over a few weeks it eventually grew into what it's now. Using VS2010, C# and WinForms (much lighter than a WPF UI) and a few OSS libraries (.xls and .xlsx/.csv handling) its quite easy to mock up first, then fill in the missing pieces (objects), and re-using a few snippets I've crafted over the years makes some tasks easy peasy ;)

Ath:
AMDER was updated to version 1.2.1.0. Created an Inno Setup installer, added a Mutex to detect a running instance that also makes AMDER single-instance, and made a few minor improvements.

Download available from the first post in this thread.

Navigation

[0] Message Index

[#] Next page

Go to full version