mirror of
https://github.com/YouG-o/YouTube-No-Translation.git
synced 2026-04-24 17:46:05 +03:00
[GH-ISSUE #90] Feature Request : Improve compatibility with KDE Plasma #64
Labels
No labels
ToDo
bug
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/YouTube-No-Translation#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @D3SOX on GitHub (Aug 31, 2025).
Original GitHub issue: https://github.com/YouG-o/YouTube-No-Translation/issues/90
Originally assigned to: @YouG-o on GitHub.
Problem
The video titles transmitted via the Browser integration addon to MPRIS are still the translated ones. See the part in the source code responsible.
It looks to me like it's getting it from some metadata. Maybe it's also a timing problem because it only updates the title once?
Proposed Solution
Somehow set it that it grabs/updates to the "correct" title
Additional Context
I tried fiddling around and running
fixed it but the thumbnail as cover art was gone
@YouG-o commented on GitHub (Sep 1, 2025):
I'll see what I can do.
But, I'm considering intercepting the request to YouTube and forcing it to return original titles directly in the API response. This should solve the issue everywhere, including MPRIS, without needing to patch the DOM or response afterwards.
Can't promise any ETA though.