Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Recent Posts
11
CD Hardware/Software / Re: EAC crashes on error - secure vs. burst mode?
Last post by korth -
Still a few strange things like I just tried to insert a cd with eac running and it kept kicking out the disk.  I exited eac, inserted the disk and then started eac and all was fine.

EAC options > General > Disable 'CD Autostart' for audio and data CDs while EAC running > enabled

Quote
I was just using what was recommended on the guide page for adding tags but that seems to cause the errors:
https://wiki.hydrogenaud.io/index.php?title=EAC_and_Lame

That page also recommends using 'User Defined Encoder' instead of 'LAME MP3 Encoder' preset.

Quote
I also noticed a truncated string on this page:
https://wiki.hydrogenaud.io/index.php?title=EAC_and_FLAC
under:
"If you are using EAC 1.0b1 or earlier, then in the Additional command line options box, copy and paste the following string: "
Doesn't affect me but just noticed the error.

That text is correct for legacy versions. The newer versions use longer strings and the text runs off the page but can be copied in full.
12
3rd Party Plugins - (fb2k) / Re: [fb2k v2] SQLite Utilities (foo_sqlite)
Last post by regor -
Thanks!
Quote
Yes, with the tagging functionality of foo_sqlite by defining the tag as an SQLite tag.
Ok, just seen it. Will try experimenting with it.

Quote
Only indirectly by using the possibility to materialize the virtual media library table. You could add one ore more triggers to the materialized table which are doing the calculation. Not only when adding new files to the library, also when updating the rating tag. But these triggers need to be carefully designed to avoid endless recursions or too long running updates.
Too complex for me at this moment; I barely understand the basics right now. I appreciate the component capabilities but functionality/docs are abstract as hell (for me).

Quote
A better solution would be to use the format() function:
Code: [Select]
...
       format('%.2f',round(sum(rating*length_seconds)/sum(length_seconds),2)) as albumrating
...

I tried the format function as first solution and it didn't work at all for me. Maybe I didn't use it properly though.
In docs I always find that SQL format works like this:
FORMAT (value, format [, culture])

Buy you are reversing the args there (?) Just checking now, the reversed version works xd so that was the problem.
13
CD Hardware/Software / Re: EAC crashes on error - secure vs. burst mode?
Last post by JimLS -
Interesting.  I thought it was the flac encoder that was causing trouble but deleting the command line for mp3 seems to have eliminated the error.  Still a few strange things like I just tried to insert a cd with eac running and it kept kicking out the disk.  I exited eac, inserted the disk and then started eac and all was fine.
I was just using what was recommended on the guide page for adding tags but that seems to cause the errors:
https://wiki.hydrogenaud.io/index.php?title=EAC_and_Lame

I also noticed a truncated string on this page:
https://wiki.hydrogenaud.io/index.php?title=EAC_and_FLAC
under:
"If you are using EAC 1.0b1 or earlier, then in the Additional command line options box, copy and paste the following string: "
Doesn't affect me but just noticed the error.
14
CD Hardware/Software / Re: EAC crashes on error - secure vs. burst mode?
Last post by JimLS -
Here is the External compression tab:

My command line options:
Code: [Select]
-T "artist=%artist%" -T "title=%title%" -T "album=%albumtitle%" -T "date=%year%" -T "tracknumber=%tracknr%" -T "genre=%genre%" -5 %source% 
And my mp3 compression:


To start the process I insert the cd, press F4 to get the gaps.  Alt-G to get the album data.  Then press the CMP icon to start.
15
General Audio / Re: Why do DSF files not sound as good as the SACDs they were made from?
Last post by Lodum007 -
I put the original SACD disk into the Oppo 205.  I recorded the analog output into Pro Tools to make a WAV file.

Without changing any settings or cabling or any levels, I put a USB drive into the Oppo 205 and played the DSF file (which I had extracted from the SACD disk).  I recorded the analog output into Pro Tools to make a WAV file.

The levels are the same.  I loaded the two resulting WAV files into Foobar2000 to do the ABX tests. 

(Unless one had two identical Oppo players to play back both sources and could switch between them, I don't have another practical way to conduct this test,)
16
3rd Party Plugins - (fb2k) / Re: [fb2k v2] SQLite Utilities (foo_sqlite)
Last post by fbuser -
- As far as I have tested this saves the tag to the files; is it possible to save them on the database only?
Yes, with the tagging functionality of foo_sqlite by defining the tag as an SQLite tag.

- Is it possible to automatically re-calculate this tag when new files are added to the library?
Only indirectly by using the possibility to materialize the virtual media library table. You could add one ore more triggers to the materialized table which are doing the calculation. Not only when adding new files to the library, also when updating the rating tag. But these triggers need to be carefully designed to avoid endless recursions or too long running updates.

Code: [Select]
...
       padr(round(sum(rating*length_seconds)/sum(length_seconds),2),4,'0') as albumrating
...
A better solution would be to use the format() function:
Code: [Select]
...
       format('%.2f',round(sum(rating*length_seconds)/sum(length_seconds),2)) as albumrating
...
17
foobar2000 mobile / Re: Crash when creating/adding to playlist
Last post by leonelcardoso -
Do you have archive files (ZIP/RAR/7Z) in folders being added?
I have all the files (24551) in folders and sub folders "artist/several albums" 
 (2571 albums) in mp3 format and folder.jpg in each folder, no cue files or any other kind of files. all of those files are in a 500GB SD card, in a folder called 'Music' ocupying about 400GB, hope this helps.... and 62 playlists...
18
General Audio / Re: Why do DSF files not sound as good as the SACDs they were made from?
Last post by Porcus -
In order to create files to do an ABX test I ran the analog output of the Oppo 205 SACD and DSF file into a digital recorder. 
But, how did you feed the Oppo the DSF file? By a USB memory stick ... ?

I used Pro Tools running at 96 kHz, 24-bit to capture the analog output of the Oppo 205. 
OK, so the difference isn't due to 60 to 80 kHz noise then.

This is getting weird. Were the WAVE files equally loud?
20
CD Hardware/Software / Re: EAC crashes on error - secure vs. burst mode?
Last post by korth -
I was able to duplicate the 1st error.
Set 'Parameter passing scheme' to
Code: [Select]
User Defined Encoder
if you want to use 'Additional command-line options'.

If you want to use the 'LAME MP3 Encoder' preset, leave 'Additional command-line options' blank.

Set 'Use file extension' to
Code: [Select]
.mp3
.

Edit: How do you start the extraction (copy)?