mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #6157 from thornbill/media-segment-actions
Add media segment skipping
This commit is contained in:
commit
a7185ed750
12 changed files with 340 additions and 6 deletions
|
@ -446,6 +446,7 @@
|
|||
"HeaderLyricDownloads": "Lyric Downloads",
|
||||
"HeaderMedia": "Media",
|
||||
"HeaderMediaFolders": "Media Folders",
|
||||
"HeaderMediaSegmentActions": "Media Segment Actions",
|
||||
"HeaderMetadataSettings": "Metadata Settings",
|
||||
"HeaderMoreLikeThis": "More Like This",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
|
@ -751,6 +752,7 @@
|
|||
"LabelMaxDaysForNextUpHelp": "Set the maximum amount of days a show should stay in the 'Next Up' list without watching it.",
|
||||
"LabelMaxVideoResolution": "Maximum Allowed Video Transcoding Resolution",
|
||||
"LabelMediaDetails": "Media details",
|
||||
"LabelMediaSegmentsType": "{0} Segments",
|
||||
"LabelLineup": "Lineup",
|
||||
"LabelLocalCustomCss": "Custom CSS code for styling which applies to this client only. You may want to disable server custom CSS code.",
|
||||
"LabelLocalHttpServerPortNumber": "Local HTTP port number",
|
||||
|
@ -1067,6 +1069,13 @@
|
|||
"MediaInfoTitle": "Title",
|
||||
"MediaInfoVideoRange": "Video range",
|
||||
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
|
||||
"MediaSegmentAction.None": "None",
|
||||
"MediaSegmentAction.Skip": "Skip",
|
||||
"MediaSegmentType.Commercial": "Commercial",
|
||||
"MediaSegmentType.Intro": "Intro",
|
||||
"MediaSegmentType.Outro": "Outro",
|
||||
"MediaSegmentType.Preview": "Preview",
|
||||
"MediaSegmentType.Recap": "Recap",
|
||||
"Menu": "Menu",
|
||||
"MenuOpen": "Open Menu",
|
||||
"MenuClose": "Close Menu",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue