Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YouTube Music tracks with subtitles are being edited without my consent. #4602

Open
FNCRNG opened this issue Mar 21, 2024 · 3 comments
Open
Labels
bug Something isn't working

Comments

@FNCRNG
Copy link

FNCRNG commented Mar 21, 2024

Describe the bug
A clear and concise description of what the bug is.

Any track with an artist in the title (feat. XYZ) is being tracked as if the section in parenthesis doesn't exist. This has clearly been done on purpose because if the track title is Abc (xyz Remix) that will track perfectly fine.

How to reproduce
Steps to reproduce the behavior:

Scrobble any track with (feat. ) in the track title and it will not show up unless you edit each song.

Expected behavior
A clear and concise description of what you expected to happen.

I expect the extension to take the song title and track it. If I want it to be different to how it appears I will edit it. Don't make automatic edits on my behalf.

@FNCRNG FNCRNG added the bug Something isn't working label Mar 21, 2024
@yayuyokitano
Copy link
Member

Thank you for reporting!

For clarification:

There is no automatic edit being applied from our side and it has not been done on purpose. In response to youtube music connector breaking quite often, we moved to using mediasession api for youtube music.

It seems that youtube music itself is stripping the featured artist out of the track tag.

We will probably have to revert to DOM for title then, even though it's less reliable.

@hornbuckle
Copy link
Contributor

hornbuckle commented Mar 25, 2024

Seeing a possibly related issue where the album title is being changed from the name of the album being played in YouTube Music.

Example: Young MC "Principal's Office" from the album Stone Cold Rhymin' is scrobbling as being on The Music Machine!, which seems to be the most recent "album" on which it appears: https://www.last.fm/music/Young+M.C./_/Principal%27s+Office/+albums
Same thing happens for "I Come Off" which scrobbles as being on The Best of Young MC instead of Stone Cold Rhymin': https://www.last.fm/music/Young+M.C./_/I+Come+Off/+albums

EDIT: This incorrect album selection seems to be occurring due to the "album guessing" setting. However, it does indicate that the album title isn't being captured by the extension despite being part of the metadata associated with the track in YouTube Music. With "album guessing" disabled, no album is shown with the track in the extension.

(Unfortunately, I've been unable to build this project since it moved to 3.0, or I would try to help fix the issue myself.)

@Tortillas-IT
Copy link

same issue here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants