Wolfgang Stöggl
dadcf34652
Bump version to 2.1.9
...
- Substitute occurrences of "2.1.8" with "2.1.9" using:
git grep -I -l -e '2\.1\.8' | xargs \
sed -b -i -e 's/2\.1\.8/2\.1\.9/g'
2021-05-01 07:57:46 +02:00
Wolfgang Stöggl
b108b7f90f
Prepare for CUETools 2.1.8
...
- Substitute occurrences of "2.1.7" with "2.1.8" using:
git grep -I -l -e '2\.1\.7' -- ':(exclude)*.bat' | xargs \
sed -b -i -e 's/2\.1\.7/2\.1\.8/g'
- Update some outdated version entries:
2.1.4 in CUETools.CTDB.EACPlugin.Installer.vdproj
git grep -I -l -e '2\.1\.4' | xargs \
sed -b -i -e 's/2\.1\.4/2\.1\.8/g'
2.0.7 in
CUEPlayer/Properties/DataSources/Output.datasource
CUEPlayer/Properties/DataSources/frmCUEPlayer.datasource
git grep -I -l -e '2\.0\.7' | xargs \
sed -b -i -e 's/2\.0\.7/2\.1\.8/g'
1.9.4 in CUETools.Processor.CUEConfig.datasource
git grep -I -l -e '1\.9\.4' | xargs \
sed -b -i -e 's/1\.9\.4/2\.1\.8/g'
1.9.0 in frmCUERipper.datasource
git grep -I -l -e '1\.9\.0' | xargs \
sed -b -i -e 's/1\.9\.0/2\.1\.8/g'
2021-02-21 06:20:51 +01:00
Wolfgang Stöggl
d4dd402961
Bump copyright year to 2021
...
- Substitute occurrences of "-2020" with "-2021" using:
git grep -I -l -e '-2020' -- ':(exclude)*.bak' | xargs \
sed -b -i -e 's/-2020/-2021/g'
2021-01-14 02:18:32 +01:00
Wolfgang Stöggl
33f922e68f
Update copyright info in two more files
...
CUETools/License.txt
CUETools/frmCUETools.cs
2020-03-23 14:31:12 +01:00
Wolfgang Stöggl
cacc461c07
[CUETools] Update offset entry
...
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.
2020-02-28 09:50:50 +01:00
Grigory Chudov
3f121a8f9e
Fix issues with downloaded album art.
2018-11-25 15:12:51 -05:00
Grigory Chudov
dd1358f8dc
Crop, rotate and trim album art
2018-07-03 19:59:19 -04:00
Grigory Chudov
320e75d709
Removed AudioEncoderSettings/AudioDecoderSettings classes, all of their functionality is now in IAudioEncoderSettings/IAudioDecoderSettings interfaces.
2018-03-25 17:24:27 -04:00
Grigory Chudov
e1f8906170
Code cleanup; Reader classes renamed to Decoders, Writers to Encoders, every Decoder must have a corresponding Settings class now just like Encoders. UserDefinedEncoders renamed to CommandLineEncoders, etc.
2018-03-24 12:15:49 -04:00
Grigory Chudov
16fccfe5c9
Code cleanup; Reader classes renamed to Decoders, Writers to Encoders, every Decoder must have a corresponding Settings class now just like Encoders. UserDefinedEncoders renamed to CommandLineEncoders, etc.
2018-03-23 19:26:26 -04:00
Grigory Chudov
807063f4f2
Switch to the new taglib-sharp version. Add support for opus.
2018-03-11 21:35:46 -04:00
Grigory Chudov
d6ed3177aa
Version bump to 2.1.7
2018-03-11 19:17:57 -04:00
Grigory Chudov
6e6198defb
Version bump to 2.1.6
2014-12-08 23:35:43 -05:00
Grigory Chudov
c671f200df
CUETools: fix profiles
2014-11-30 18:31:07 -05:00
Grigory Chudov
5e784881f1
CUETools: removed reference to CSScriptLibrary which triggers false-positive
...
in Avast, so custom scripts are no longer supported.
2014-05-11 20:30:06 -04:00
Grigory Chudov
1aeed2e7a8
CUETools: use standard textBox control for offset, because
...
numericUpAndDown glitches with large fonts.
2013-10-14 17:04:46 -04:00
Grigory Chudov
7ecef3984d
CUETools: fixed 'non-zero offset' warning, it should no longer appear when not encoding
2013-07-07 20:02:57 -04:00
Grigory Chudov
1e502ab0b9
CUETools: CTDB verification during encoding, CTDB confidence tags
2013-06-04 00:10:33 -04:00
Grigory Chudov
35c7d012ee
When MOTD recommends an older CUETools version,
...
a newer CUETools version should ignore it.
2013-04-21 20:49:49 -04:00
Grigory Chudov
1674a977d6
CUETools: small glitch - when renaming user defined encoder,
...
cuetools wav encoder dissapeared (changed extension)
2013-04-18 22:48:48 -04:00
Grigory Chudov
7a6a42d9d2
nothing interesting
2013-04-18 22:20:33 -04:00
Grigory Chudov
1ebd9f047b
CUETools: Encoder settings button
2013-04-18 21:23:19 -04:00
Grigory Chudov
8ea3d0b544
More vestiges of lossywav removed
2013-04-12 23:07:36 -04:00
Grigory Chudov
1fe7d96ba4
When selecting "no audio", hide encoder modes
2013-04-12 22:52:02 -04:00
Grigory Chudov
ff8fd22fdf
Removed lossyWAV support from CUETools - it was outdated anyway
2013-04-12 22:40:56 -04:00
Grigory Chudov
8f842e58c1
Cleanup
2013-04-10 22:21:19 -04:00
Grigory Chudov
218dad5c45
More refactoring: UserDefinedWriter is now a more typical IAudioDest, that has it's own UserDefinedEncoderSettings
2013-04-09 20:51:13 -04:00
Grigory Chudov
e3d0c595c0
Reset encoding mode to default for codecs with dynamic modes list,
...
when settings become incompatible with the chosen mode.
E.g. for flac if -11 was selected and nonsubset modes are disabled,
-7 is chosen instead.
2013-04-08 23:11:03 -04:00
Grigory Chudov
9670c6c891
Refactoring codecs infrastructure:
...
AudioWriterSettings passed to IAdioDest constructors now
AudioWriterSettings now includes AudioPCMConfig
2013-04-07 20:41:58 -04:00
Grigory Chudov
9dd4897acc
Cleanup IAudioDest; CompressionLevel is now part of AudioEncoderSettings.
...
FLAC encoders no longer offer non-subset compression levels by default.
2013-04-01 23:03:22 -04:00
Grigory Chudov
87163fd425
Icon for .wma files
2013-03-31 16:21:47 -04:00
Grigory Chudov
f3dfb02b60
Treat batch jobs with only 1 album as non-batch, i.e. allow interactive ui, such as repair dialog
2013-03-31 00:35:34 -04:00
Grigory Chudov
dbd02d5ce1
When browsing for output folder, assume "image.cue" filename by default
2013-03-30 00:58:49 -04:00
chudov
a24cc011c9
"Correct filenames": utf8 support
2012-07-15 03:43:50 +00:00
chudov
cc682decb5
Minor bugfixes
2012-07-12 00:11:39 +00:00
chudov
8e61e9b54f
misc
2012-04-17 01:22:49 +00:00
chudov
3a50c03cef
* Better tagging with CTDB metadata
...
* Removed old LAME encoder from plugins list
* CUERipper: main window resizeable
* taglib-sharp.dll removed, taglib-sharp source code imported
2012-04-16 07:19:57 +00:00
chudov
7f07eff0a5
Version 2.0.4
...
* 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
2012-04-08 23:54:36 +00:00
chudov
7572e50bd8
version bump
2012-01-12 03:32:00 +00:00
chudov
a9ca6e2137
Preparing for next version of CTDB
2011-10-30 23:39:20 +00:00
karamanolev
6029199632
More refactoring.
2011-10-25 12:01:05 +00:00
karamanolev
a71f86b680
Commit files I missed with the previous commit.
2011-10-25 11:54:20 +00:00
karamanolev
ce79dd8641
Some refactoring in CUETools
2011-10-24 14:11:42 +00:00
karamanolev
f365e6359f
CUETools.Processor: split classes into separate files.
2011-10-24 11:38:10 +00:00
chudov
8b19665038
* support for new metadata sources via CTDB
...
* 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
2011-09-08 18:25:54 +00:00
chudov
e46800cf2f
forgotten files & freedb minor issue
2011-07-10 16:56:57 +00:00
chudov
78197894f7
Finalized 2.1.2;
...
Starting work on 2.1.3 (prioritized metadata lookup, freedb via ctdb)
2011-06-26 00:02:29 +00:00
chudov
e3b05e3e7f
* option to purge records from local DB
...
* metadata editing window size is now saved in settings
* old musicbrainz library removed, musicbrainz metadata now only comes from CTDB
* confirmation dialog before submitting to CTDB
2011-06-13 20:25:13 +00:00
chudov
6982996ab9
* removed 'submit' script
...
* added advanced options ctdb.submit, ctdb.server
* musicbrainz NGS metadata can now be used in filename templates, including %discname%, %label%, %releasedate%, %country%, %releasedateandlabel%, %discnumberandname%
* CUERipper now sends CD barcode when submitting
2011-06-11 19:26:25 +00:00
chudov
b289629143
CTDB metadata support
2011-05-21 23:28:33 +00:00