* [CUERipper] Add access key shortcuts
So far, there have not been any access key shortcuts in CUERipper.
- Add the following access key shortcuts:
Alt+G ... Go
Alt+P ... Pause
Alt+A ... Abort
Alt+M ... Meta
Alt+T ... Tracks
Alt+R ... Reload
Alt+E ... Eject
Alt+V ... V/A
Alt+C ... Codepage
Alt+S ... Submit
Alt+O ... Options
- Add corresponding access key shortcuts to the German translation
* [CUETools] Update access key shortcuts
- Update the access key for "Encode" to Alt+c, because Alt+E is
also used for "Embedded"
- Add access keys:
Alt+O ... Output:
Alt+I ... Input:
Alt+S ... Settings
Alt+l ... Batch log
Alt+w ... CUETools website
Alt+A ... About
* [CUETools] Make settings accessible using Alt+S
- Change the DisplayStyle from Image to ImageAndText for the
following buttons:
toolStripButtonShowLog
toolStripButtonSettings
toolStripButtonHelp
toolStripButtonAbout
- This shows the text in addition to the images, makes them
accessible and improves readability
- The settings can now be accessed by Alt+S using the keyboard
Restore the ImageScalingSize to default settings, which is (16, 16).
As a side effect of commit 16fccfe, the ImageScalingSize was set to
(24, 24), which led to over-sized images. In case of toolStripInput
and toolStripOutput the images were scaled non-proportionally and
looked squashed.
- CUETools:
- Reset the ImageScalingSize of:
statusStrip1
toolStripCorrectorFormat
toolStripInput
toolStripOutput
toolStripMenu
contextMenuStripFileTree
- Restore toolStripProgressBar2.Size to 120, 23
- Restore $this.MinimumSize to 699, 537
- CUERipper:
- Reset the ImageScalingSize of: statusStrip1
- Restore $this.MinimumSize to 680, 487
- The above mentioned modifications were applied and the rest of the
changes result from saving the forms with Visual Studio
- The CUETools and CUERipper forms are restored like they
looked in 2.1.7
A check of textBoxOffset.Text for invalid values (empty or '-' only)
is now done in a textBoxOffset_Validating() event instead of
previously textBoxOffset_TextChanged().
This avoids observed difficulties, when entering negative offsets,
where the zero could be in the way.
* Better handling of metadata for playstation type CDs
* HTOA filename now starts with 00 instead of 01.00
* CUETools: local database: when the folder is already in database, you can now refresh it instead of removing/adding it
* CUETools: local database: added sort category "by CTDB confidence"
* CUETools: local database: new menu item: locate in explorer
* CUERipper: Option to disable gaps detection
* CUERipper: now correctly submits CDs with data tracks to Freedb
* EAC plugin: now fixes codepage for freedb entries
* CUETools: GUI tweaks for large screen resolutions on windows 7
* CUETools.Codecs.LAMEEncoder: fix VBR header update for filenames with unicode characters
* CUERipper: more string messages for SCSI errors when ripping
* ArCueDotNet: don't search for cover art
* 'Silent track' diagnostics in AR log
* LAME.dll: settings were not used
* libwavpack: settings were not used (MD5Sum & extra mode)
* workarounds for various Mono bugs
* Path formatting: %discnumber% produces two-digit numbers if %totaldiscs% > 9
* Overwrite dialog: list files, 'remember the choice' option
* Doesn't abort on broken Artwork files
* Better locates files in some complicated cases, e.g. when only some tracks have tracknumber tags
* Folder browser now sorts contents, because OS didn't do it when browsing external drives etc
2) Better support for zip archives, which previously worked only with flac/wav files
3) More reliable tag handling, using taglib-sharp. Pictures are now preserved.
4) ALAC decoder bug fixed
2) Fixed a glitch in filename corrector - it sometimes didn't replace underscores with spaces.
3) Fixed a bug when a broken cue sheet was created if artist, title or genre contained comma character.
3) Added .zip archive support
4) Added support for cue sheets which start with data track (mixed mode or "playstation type" cds)
* All output formats allow for 24-bit audio
* ALAC (Apple Lossless) input support (preliminary)
* AccurateRip PartialContent error fixed
* 'pause' button switches to 'resume' button when pressed
* option to add md5 checksum to wavpack files
* option to generate .m3u playlists
* option to export .cue even when embedding it