Back to Peertube

Video Main Info.Component

client/src/app/+videos-publish-manage/shared-manage/main-info/video-main-info.component.html

8.1.52.3 KB
Original Source

Main information

Video title @if (formErrors.name) { {{ formErrors.name }} }

Description

You can format your description using the Markdown Language:

  • For example, to put text in bold (**text in bold**) or text in italic (*text in italic*)
  • You can also create a link to a specific timecode of the video (e.g. 00:05 by simply writing 00:05) or a classic link (title of my link)

Tags Maximum of 5 tags to suggest relevant recommendations. @if (formErrors.tags) { {{ formErrors.tags }} }

Support button This is text that helps people watching your video understand how to support you. You can use Markdown Language, including links to your fundraising tools.

Do you want to use the same text for all your videos? You can define a default text and support button in your channel settings.

@for (pluginSetting of getPluginsFields('main'); track pluginSetting) { } @for (pluginSetting of getPluginsFields('plugin-settings'); track pluginSetting) { }

Channel @if (manageType === 'update') { You can also transfer this video to another account }

Thumbnail

Privacy @if (formErrors.privacy) { {{ formErrors.privacy }} } @if (passwordProtectionSelected) { Password } @if (schedulePublicationSelected) { Schedule publication ({{ calendarTimezone }}) @if (formErrors.schedulePublicationAt) { {{ formErrors.schedulePublicationAt }} } } Licence Choose the appropriate licence for your work. @if (formErrors.licence) { {{ formErrors.licence }} }

Category @if (formErrors.category) { {{ formErrors.category }} }

Language @if (formErrors.language) { {{ formErrors.language }} } @if (!hideWaitTranscoding) { Publish video after transcodingThe video may be unplayable during the transcoding process. It's the reason why we prefer to publish publicly the video after transcoding. }

@if (canBeDeletedOrTransferred()) {

DANGER ZONE

Change ownership of your video A modal window will open for you to specify the local account to which you want to transfer your video Transfer ownership @if (ownershipRequestSent) { Ownership change request sent to {{ ownershipRequestSent }} }

Delete your video Warning: this is a definitive action! Delete

}