Difference between revisions of "EAC freedb/Database Options (Legacy)"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Changes concerning EAC 0.99pb4)
(Added "EAC guides" template to page; some reformatting.)
Line 1: Line 1:
 +
{{EAC guides}}
 
The '''freedb/Database options''' dialog in [[EAC]] (shortcut: F12) offers several options concerning [[freedb]].
 
The '''freedb/Database options''' dialog in [[EAC]] (shortcut: F12) offers several options concerning [[freedb]].
 
  
 
<small>''Used EAC version: V0.99 prebeta 4''</small>
 
<small>''Used EAC version: V0.99 prebeta 4''</small>
  
 
+
==freedb==
 
+
=freedb=
+
 
[[Image:EAC_freedb_Database_options_freedb.png|thumb|right|Recommended settings '''freedb/Database options''', '''freedb''' tab]]
 
[[Image:EAC_freedb_Database_options_freedb.png|thumb|right|Recommended settings '''freedb/Database options''', '''freedb''' tab]]
 
This tab includes settings for accessing freedb.
 
This tab includes settings for accessing freedb.
 
  
 
: '''Your e-mail address'''
 
: '''Your e-mail address'''
  
 
To be able to retrieve or submit data from/to freedb, you have to specify an e-mail address. Otherwise, EAC will only show an error dialog when trying to submit or retrieve data to/from freedb. This e-mail address will be used to inform you in case of errors during submissions. If these messages are not important for you, you can enter a fake e-mail address here and you will never receive e-mails from freedb.
 
To be able to retrieve or submit data from/to freedb, you have to specify an e-mail address. Otherwise, EAC will only show an error dialog when trying to submit or retrieve data to/from freedb. This e-mail address will be used to inform you in case of errors during submissions. If these messages are not important for you, you can enter a fake e-mail address here and you will never receive e-mails from freedb.
 
  
 
: '''Freedb server'''
 
: '''Freedb server'''
Line 20: Line 16:
 
With this option the freedb server to be used can be specified. Before selecting a server, an up-to-date server list can be retrieved with the button ''Get active freedb server list'' below. In general, it is not important which server is used, because all freedb server are hosting the same content.
 
With this option the freedb server to be used can be specified. Before selecting a server, an up-to-date server list can be retrieved with the button ''Get active freedb server list'' below. In general, it is not important which server is used, because all freedb server are hosting the same content.
 
   
 
   
 
 
: '''Use Proxy Server for HTTP access'''
 
: '''Use Proxy Server for HTTP access'''
 
:: ''(Default: disabled)''
 
:: ''(Default: disabled)''
  
 
EAC uses HTTP for communication with a freedb server. When you want to use a proxy server, just enable this option and enter the proxy server's address and port below.
 
EAC uses HTTP for communication with a freedb server. When you want to use a proxy server, just enable this option and enter the proxy server's address and port below.
 
  
 
: '''Use authentication for Proxy Server'''
 
: '''Use authentication for Proxy Server'''
Line 31: Line 25:
  
 
When using a proxy server for communication with freedb and this server requires authentication, you have to enable this option and specify your username and password in the text boxes below.
 
When using a proxy server for communication with freedb and this server requires authentication, you have to enable this option and specify your username and password in the text boxes below.
 
  
 
: '''On a connction error, retry query using a different server from the list'''
 
: '''On a connction error, retry query using a different server from the list'''
Line 38: Line 31:
 
When there is a connection error while communication with a freedb server (while submitting or retrieving data), EAC can try to use another server from the ''Freedb server list''.
 
When there is a connection error while communication with a freedb server (while submitting or retrieving data), EAC can try to use another server from the ''Freedb server list''.
  
 
+
==Local freedb==
 
+
=Local freedb=
+
 
[[Image:EAC_freedb_Database_options_Local_freedb.png|thumb|right|Recommended settings '''freedb/Database options''', '''Local freedb''' tab]]
 
[[Image:EAC_freedb_Database_options_Local_freedb.png|thumb|right|Recommended settings '''freedb/Database options''', '''Local freedb''' tab]]
 
This tab offers options to use a local freedb database.
 
This tab offers options to use a local freedb database.
  
 +
;Use local freedb databse
 +
:''(Default: disabled)''
 +
:When this option gets enabled, EAC supports storing freedb data on the local hard disk. Then CD information can be submitted to the local database by selecting ''Database'' -> ''Export CD Information To''/''Export Whole Database To'' -> ''Local freedb'' from EAC's menu. Only the actual disc information or the whole EAC database (contents of "CDDB.DAT" file in the root directory of EAC) is submitted respectively. The local freedb contents can be queried with ''Database'' -> ''Get CD Information From'' -> ''Local freedb''.
  
: '''Use local freedb databse'''
+
;Local freedb path
:: ''(Default: disabled)''
+
:This setting specifies the absolute path of the local freedb files.
 
+
When this option gets enabled, EAC supports storing freedb data on the local hard disk. Then CD information can be submitted to the local database by selecting ''Database'' -> ''Export CD Information To''/''Export Whole Database To'' -> ''Local freedb'' from EAC's menu. Only the actual disc information or the whole EAC database (contents of "CDDB.DAT" file in the root directory of EAC) is submitted respectively. The local freedb contents can be queried with ''Database'' -> ''Get CD Information From'' -> ''Local freedb''.
+
 
+
 
+
: '''Local freedb path'''
+
 
+
This setting specifies the absolute path of the local freedb files.
+
 
+
 
+
: '''Format options'''
+
 
+
EAC supports two different file formats for storing local freedb content:
+
* '''Windows freedb file format''' (''Default: enabled)'': This is a Windows-optimized file format with the advantage that a new file is not created for every entry in the database resulting in less waste of hard disk space. Unfortunately, this particular function does not seem to work properly in EAC. There is always a new file created for every CD entry.
+
* '''Unix freedb file format''': This is the native freedb file format which uses one file per CD entry. This results in many small files possibly wasting hard disk space (if file size is smaller than cluster size of the file system).
+
 
+
  
 +
;Format options
 +
:EAC supports two different file formats for storing local freedb content:
 +
:;Windows freedb file format
 +
::(''Default: enabled)''
 +
::This is a Windows-optimized file format with the advantage that a new file is not created for every entry in the database resulting in less waste of hard disk space. Unfortunately, this particular function does not seem to work properly in EAC. There is always a new file created for every CD entry.
 +
:;Unix freedb file format
 +
::This is the native freedb file format which uses one file per CD entry. This results in many small files possibly wasting hard disk space (if file size is smaller than cluster size of the file system).
  
=Export=
+
==Export==
 
[[Image:EAC_freedb_Database_options_Export.png|thumb|right|Recommended settings '''freedb/Database options''', '''Export''' tab]]
 
[[Image:EAC_freedb_Database_options_Export.png|thumb|right|Recommended settings '''freedb/Database options''', '''Export''' tab]]
 
This tab only offers one option for the construction of database export lines.
 
This tab only offers one option for the construction of database export lines.
  
 +
;Construction of database export lines
 +
:''(Default: %A;%N;%T;%L)''
 +
:This option only affects the functions ''Database'' -> ''Export CD Information To''/''Export Whole Database To'' -> ''DB Text File...'' and specifies which information is written to the exported database text files.
  
: '''Construction of database export lines'''
+
==External links==
:: ''(Default: %A;%N;%T;%L)''
+
 
+
This option only effects the functions ''Database'' -> ''Export CD Information To''/''Export Whole Database To'' -> ''DB Text File...'' and specifies which information is written to the exported database text files.
+
 
+
 
+
 
+
=External links=
+
 
* [http://www.freedb.org/ freedb]
 
* [http://www.freedb.org/ freedb]
 
 
[[Category:EAC Guides]]
 

Revision as of 19:54, 14 July 2019

The freedb/Database options dialog in EAC (shortcut: F12) offers several options concerning freedb.

Used EAC version: V0.99 prebeta 4

freedb

Recommended settings freedb/Database options, freedb tab

This tab includes settings for accessing freedb.

Your e-mail address

To be able to retrieve or submit data from/to freedb, you have to specify an e-mail address. Otherwise, EAC will only show an error dialog when trying to submit or retrieve data to/from freedb. This e-mail address will be used to inform you in case of errors during submissions. If these messages are not important for you, you can enter a fake e-mail address here and you will never receive e-mails from freedb.

Freedb server

With this option the freedb server to be used can be specified. Before selecting a server, an up-to-date server list can be retrieved with the button Get active freedb server list below. In general, it is not important which server is used, because all freedb server are hosting the same content.

Use Proxy Server for HTTP access
(Default: disabled)

EAC uses HTTP for communication with a freedb server. When you want to use a proxy server, just enable this option and enter the proxy server's address and port below.

Use authentication for Proxy Server
(Default: disabled)

When using a proxy server for communication with freedb and this server requires authentication, you have to enable this option and specify your username and password in the text boxes below.

On a connction error, retry query using a different server from the list
(Default: disabled, Recommended: enabled)

When there is a connection error while communication with a freedb server (while submitting or retrieving data), EAC can try to use another server from the Freedb server list.

Local freedb

Recommended settings freedb/Database options, Local freedb tab

This tab offers options to use a local freedb database.

Use local freedb databse
(Default: disabled)
When this option gets enabled, EAC supports storing freedb data on the local hard disk. Then CD information can be submitted to the local database by selecting Database -> Export CD Information To/Export Whole Database To -> Local freedb from EAC's menu. Only the actual disc information or the whole EAC database (contents of "CDDB.DAT" file in the root directory of EAC) is submitted respectively. The local freedb contents can be queried with Database -> Get CD Information From -> Local freedb.
Local freedb path
This setting specifies the absolute path of the local freedb files.
Format options
EAC supports two different file formats for storing local freedb content:
Windows freedb file format
(Default: enabled)
This is a Windows-optimized file format with the advantage that a new file is not created for every entry in the database resulting in less waste of hard disk space. Unfortunately, this particular function does not seem to work properly in EAC. There is always a new file created for every CD entry.
Unix freedb file format
This is the native freedb file format which uses one file per CD entry. This results in many small files possibly wasting hard disk space (if file size is smaller than cluster size of the file system).

Export

Recommended settings freedb/Database options, Export tab

This tab only offers one option for the construction of database export lines.

Construction of database export lines
(Default: %A;%N;%T;%L)
This option only affects the functions Database -> Export CD Information To/Export Whole Database To -> DB Text File... and specifies which information is written to the exported database text files.

External links