Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move recording variables to Advanced Variables section #213

Merged
merged 5 commits into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion variables/variables_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,32 @@ If you enable tagging with :doc:`Use track relationships </config/options_metada

**_recordingcomment**

Recording disambiguation comment. (*since Picard 0.15*)
The disambiguation comment for the recording associated with a track. (*since Picard 0.15*)
rdswift marked this conversation as resolved.
Show resolved Hide resolved

**_recordingtitle**

Recording title - normally the same as the Track title, but can be different.

**_recording_firstreleasedate**

The date of the earliest recording for a track in the format YYYY-MM-DD. (*Since Picard 2.6*)
rdswift marked this conversation as resolved.
Show resolved Hide resolved

**_recording_series**

The series title(s) associated with the recording (multi-value). (*since Picard 2.9*)

**_recording_seriesid**

The series MBID(s) associated with the recording (multi-value). (*since Picard 2.9*)

**_recording_seriescomment**

The series disambiguation comment(s) associated with the recording (multi-value). (*since Picard 2.9*)

**_recording_seriesnumber**

The series number(s) associated with the recording (multi-value). (*since Picard 2.9*)

**_workcomment**

Work disambiguation comment. (*since Picard 2.7*)
Expand Down
24 changes: 0 additions & 24 deletions variables/variables_basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,30 +66,6 @@ These variables are populated from MusicBrainz data for most releases, without a

Rating 0-5 by MusicBrainz users.

**_recording_comment**

The disambiguation comment for the recording associated with a track.

**_recording_firstreleasedate**

The date of the earliest recording for a track in the format YYYY-MM-DD. (*Since Picard 2.6*)

**_recording_series**

The series title(s) associated with the recording (multi-value). (*since Picard 2.9*)

**_recording_seriesid**

The series MBID(s) associated with the recording (multi-value). (*since Picard 2.9*)

**_recording_seriescomment**

The series disambiguation comment(s) associated with the recording (multi-value). (*since Picard 2.9*)

**_recording_seriesnumber**

The series number(s) associated with the recording (multi-value). (*since Picard 2.9*)

**_releaseannotation**

The annotation comment for the release. (*since Picard 2.6*)
Expand Down