Difference between revisions of "Documentation:Modules/cdda"
Jump to navigation
Jump to search
m (→Source code: New section) |
(Expand, misc.) |
||
Line 1: | Line 1: | ||
− | {{Module|name=cdda|type=Access|description=Read a [[CD]]}} | + | {{See also|CD}} |
+ | {{Module|name=cdda|type=Access|first_version=≤ 0.8|description=Read a [[CD]]|sc=cdda|sc2=cddasimple}} | ||
The option <code>--cd-audio</code> is new as of {{Commitdiff|98dd4c30db57f88a92be16aa694f5d9fda08c15c}} (2016). The option <code>--cdda-caching</code> (seems) to be deprecated as of {{Commitdiff|43bb27d91ce344eee93df3c956cd2513e3eecc3c}} (2018). | The option <code>--cd-audio</code> is new as of {{Commitdiff|98dd4c30db57f88a92be16aa694f5d9fda08c15c}} (2016). The option <code>--cdda-caching</code> (seems) to be deprecated as of {{Commitdiff|43bb27d91ce344eee93df3c956cd2513e3eecc3c}} (2018). | ||
Line 13: | Line 14: | ||
|name=cdda-track | |name=cdda-track | ||
|value=integer | |value=integer | ||
+ | |default=0 | ||
+ | |description=NULL | ||
}} | }} | ||
{{Option | {{Option | ||
|name=cdda-first-sector | |name=cdda-first-sector | ||
|value=integer | |value=integer | ||
+ | |default=-1 | ||
+ | |description=NULL | ||
}} | }} | ||
{{Option | {{Option | ||
|name=cdda-last-sector | |name=cdda-last-sector | ||
|value=integer | |value=integer | ||
+ | |default=-1 | ||
+ | |description=NULL | ||
}} | }} | ||
{{Option | {{Option | ||
|name=cddb-server | |name=cddb-server | ||
|value=string | |value=string | ||
− | |||
|default=freedb.videolan.org | |default=freedb.videolan.org | ||
+ | |description=Address of the CDDB server to use | ||
}} | }} | ||
{{Option | {{Option | ||
|name=cddb-port | |name=cddb-port | ||
|value=integer | |value=integer | ||
− | | | + | |min=1 |
+ | |max=65535 | ||
|default=80 | |default=80 | ||
+ | |description=CDDB Server [[port]] to use | ||
}} | }} | ||
Line 38: | Line 47: | ||
* {{VLCSourceFile|modules/access/cdda.c}} | * {{VLCSourceFile|modules/access/cdda.c}} | ||
− | {{Documentation | + | {{Documentation}} |
Latest revision as of 03:32, 18 May 2019
See also: CD
Module: cdda | |
---|---|
Type | Access |
First VLC version | ≤ 0.8 |
Last VLC version | - |
Operating system(s) | all |
Description | Read a CD |
Shortcut(s) | cdda , cddasimple
|
The option --cd-audio
is new as of [98dd4c30db57f88a92be16aa694f5d9fda08c15c] (2016). The option --cdda-caching
(seems) to be deprecated as of [43bb27d91ce344eee93df3c956cd2513e3eecc3c] (2018).
The options --cdda-track
plays a particular track (like @track
does). --cdda-first-sector
and cdda-last-sector
seem to be hints to VLC to skip disk sectors at the beginning or end.
- cd-audio <string> : Audio CD device
- cdda-track <integer> : NULL default value: 0
- cdda-first-sector <integer> : NULL default value: -1
- cdda-last-sector <integer> : NULL default value: -1
- cddb-server <string> : Address of the CDDB server to use default value: freedb.videolan.org
- cddb-port <integer [1 .. 65535]> : CDDB Server port to use default value: 80
Source code
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.