Add playlist name and video name to playlist sharing content (#10427)
- Currently, only a list of videos separated by newline are added in the share content. - This makes it difficult to identify a specific video in a list of Urls. - Used string resources for the sharing content formats. - Added a confirmation dialog for users to choose between sharing playlist formats. - Added Playlist name as the header and corresponding video name for each video url in following format. Playlist - Music1: https://media-url1 - Music2: https://media-url2 - Music3: https://media-url3 Co-authored-by: TobiGr <tobigr@users.noreply.github.com>
This commit is contained in:
parent
9c86afe40d
commit
e80b6b3057
2 changed files with 49 additions and 7 deletions
|
|
@ -832,4 +832,10 @@
|
|||
<string name="image_quality_medium">Medium quality</string>
|
||||
<string name="image_quality_high">High quality</string>
|
||||
<string name="question_mark">\?</string>
|
||||
</resources>
|
||||
<string name="share_playlist">Share Playlist</string>
|
||||
<string name="share_playlist_with_titles_message">Share playlist with details such as playlist name and video titles or as a simple list of video URLs</string>
|
||||
<string name="share_playlist_with_titles">Share with Titles</string>
|
||||
<string name="share_playlist_with_list">Share URL list</string>
|
||||
<string name="video_details_list_item">- %s: %s</string>
|
||||
<string name="share_playlist_content_details">%s\n%s</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue