feat(downloads): editable details with clickable channel and extra links
The edit (pencil) action now edits a download's full display metadata — title, channel name, channel link and any number of extra reference URLs — instead of just the name. The channel and links render as clickable links on the library card, and the channel link is auto-filled from the source (yt-dlp channel_url) when available. Shared watch pages resolve the same per-download overrides, so a rename/channel/link edit is reflected on the public /watch page too, with every link clickable. Adds migration 0049 (media_assets.uploader_url; download_jobs.display_uploader, display_uploader_url, extra_links) and generalizes the rename endpoint into a metadata update with URL validation. EN/HU/DE strings included.
This commit is contained in:
parent
04d35375ed
commit
8c86c6b4a8
12 changed files with 327 additions and 41 deletions
|
|
@ -56,6 +56,7 @@
|
|||
"retry": "Erneut",
|
||||
"download": "Auf mein Gerät speichern",
|
||||
"rename": "Umbenennen",
|
||||
"editDetails": "Details bearbeiten",
|
||||
"share": "Teilen",
|
||||
"edit": "Bearbeiten / schneiden",
|
||||
"removeShared": "Aus meiner Liste entfernen"
|
||||
|
|
@ -83,6 +84,17 @@
|
|||
"hint": "Ändert nur den angezeigten und beim Speichern verwendeten Namen — die gespeicherte Datei behält ihren Namen.",
|
||||
"save": "Speichern"
|
||||
},
|
||||
"edit": {
|
||||
"title": "Details bearbeiten",
|
||||
"name": "Titel",
|
||||
"channel": "Kanal",
|
||||
"channelUrl": "Kanal-Link",
|
||||
"extraLinks": "Weitere Links",
|
||||
"addLink": "Link hinzufügen",
|
||||
"removeLink": "Link entfernen",
|
||||
"hint": "Nur Anzeige — die gespeicherte Datei behält ihren Namen. Kanal und Links erscheinen auch auf der Karte und auf geteilten Wiedergabeseiten.",
|
||||
"save": "Speichern"
|
||||
},
|
||||
"share": {
|
||||
"title": "Download teilen",
|
||||
"label": "E-Mail des Empfängers",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue