Wolfgang Stöggl
Wolfgang Stöggl
@Hornwitser, could you please test the following build with the `iHAS124 Y` drive: [CUETools_2.1.9_2021-05-19_git_e15f35b.zip](https://github.com/gchudov/cuetools.net/files/6505835/CUETools_2.1.9_2021-05-19_git_e15f35b.zip) `SHA256: 6720ce0eca8bcf5b5109fa3b05d306dcb96fdc38f6c3e08ffe1e3637a1e715ae`
> > > The build you posted just says "Failed to load ripper module" > @Hornwitser please unblock the downloaded `CUETools_2.1.9_2021-05-20_git_ba13bf0.zip` before unpacking:  Remark: The zip file has been...
@Hornwitser OK, thanks for testing. Another question: Is ripping of other CDs (without HTOA) working properly with your `iHAS124 Y` drive in CUERipper 2.1.6 and 2.1.9? I am asking because...
OK, thanks for the confirmation. > > After some more testing I've discovered that most of my drives don't work with CDs that have Hidden Track One Audio (HTOA). >...
Remark: The currently used version in CUETools is `4.33` See e.g.: https://github.com/gchudov/MAC_SDK/blob/cc49a962073d241affa3314e038aa5ac8316d3d4/Source/Shared/All.h#L205 ```cs #define MAC_VERSION_STRING _T("4.33") #define MAC_NAME _T("Monkey's Audio 4.33") ```
Thanks for your report. I did some tests with CUETools 2.1.6, 2.1.7 and 2.1.8 and can confirm that 2.1.6 is slightly faster during verify. Depending on the speed of the...
@TokugawaHeavyIndustries Thanks for your report. So, you have got a large dataset. Is `ffmpeg` an option for you to convert the raw PCM files? See e.g. https://stackoverflow.com/questions/11986279/can-ffmpeg-convert-audio-from-raw-pcm-to-wav
@tjanas Thanks for your report. Could you please clarify, why renaming is required (what is wrong with "00 - TrackOneArtist - (HTOA)") and post an example of a renamed HTOA...
Thanks for providing the additional details. So, the filename should be e.g. "`00 - (HTOA).flac`", without metadata info like `artist` in it. - Concerning searching the library you could exclude...
@JuniorJPDJ thanks for your report concerning the CDTOC tag. The `CDTOC` tag is currently only added in method `GenerateTrackTags()`: https://github.com/gchudov/cuetools.net/blob/b108b7f90f50bbd176eb8b806535bf5914e1c585/CUETools.Processor/CUESheet.cs#L3279 Writing the `CDTOC` tag can also be added to `GenerateAlbumTags()`....