Version History
version 1.0.1
- Removed bug where only 3 letter extensions where reconised by the scan, you can add extensions of any length to the .ini file now.
version 1.0.0
- Added check for updates
- Removed some minor bugs and created a final stable version
- Did a complete overhaul on the look and feel of the program and the website
- Moved the AviSynth Batch Scipter websites to a different location
version 0.5.2
- Added a setting only show if .avs does not exists
- Added mode One for all and All for one to settings.ini
version 0.5.1
- Put the settings button back on the form
- Clicking on the splash screen no longer causes unload
- Added a statusbar at the bottom of the screen with the number of files found and the current set template
version 0.5.0
- Added One for all and All for one modes:
- One for all is the normal mode, creates one script using the template for each of the selected files, so outputs MULTIPLE scripts.
- All for one is the batch mode, creates one script using the template and repeats this for each of the selected files, so outputs ONE script.
- Changed splash screen in optional setting
- Rearranged some controls
version 0.4.1
- Re-wrote %PATH% generation code, should work properly now
- Added a splash screen
- Added consequent errorhandling (does not crash anymore and on error writes a errorlog in the application directory)
- Fixed bug where program crashes when comming across a "permission denied" folder
- Fixed bug where intellisense became visible when moving up from a filter word
- Menu option build script now initializes disabled
version 0.4.0
- Added intellisense listbox.
Now recognises AviSynth filter words in Scriptbox - suggests and completes your filter word
- Added function to expand script window, for more room when scripting
- Added functional variable %PATH% (replaced by path of clipfile when auto-building scripts) as variable in script template
- If template path setting in settings.ini is non existant, now load default.avt in Templates directory
- Moved setting to separate screen (available in menu file > settings or settings button)
version 0.3.2
- Removed a bug that causes a lost "|" in the settings.ini when adding and removing directories
version 0.3.1
- Created a new setup (smaller and safe)
- Moved .avt templates to .\templates directory
version 0.3.0
- You can now let the scripts build in the same folder as your clip or into all in a specific selected .avs folder
- Added script extensions, you can now choose for batch generating e.a. AVS, BAT, CMD, JOBS (extendable)
- When opening the 'folder' dialog, it now opens in a previously selected directory
- Added a menu on the top of the screen
- Added logical tab index
- Added extension .mkv .ogm .mp4 .m1v and .m2v to extension in the settings.ini file
- Added a logo to about screen
- Moved settings to a collapsable settings frame to create more room
- Added functionality to choose more then one scanfolder
version 0.2.0
- Added avisynth filters, comment and parameter syntax colouring in scriptbox
- Added list with avisynth filters (for syntax colour scheme) to filters.txt (extendable)
- Changed aboutbox appeareance
- Added movie extensions to settings.ini (extendable)
- Added last used script template to inifile (now load last used on startup)
version 0.1.1
- Added 2 example templates (.avt) to setup (installed in application directory)
version 0.1.0
- Scan harddrive for movie files (extentions: AVI, MOV, MPEG, MPG, DIVX)
- Batch write AviSynth scripts for chosen movie files
- Load AviSynth Batch Scripting files from templates
- Save AviSynth Batch Scripting files as template
- Functional variable %CLIP% (replaced by moviename when auto-building scripts) as variable in script template
- Functional variable %EXT% (replaced by movie extension when auto-building scripts) as variable in script template