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

Feature: Youtube / Youtube music #34

Closed
OmgImAlexis opened this issue Oct 12, 2021 · 6 comments
Closed

Feature: Youtube / Youtube music #34

OmgImAlexis opened this issue Oct 12, 2021 · 6 comments
Labels
enhancement New feature or request

Comments

@OmgImAlexis
Copy link

Would love to see Youtube and/or Youtube music integration.

@FoxxMD
Copy link
Owner

FoxxMD commented Oct 13, 2021

Hi there!

Unfortunately the outlook for a youtube integration are not good.

In 2016 google fully deprecated retrieving your own watch history through the yt api.

ytmusicapi exists and could potentially fill this gap but:

  • its unofficial and seems to be plagued by inconsistent results
  • is a standalone python project without an HTTP api so multi-scrobbler cannot connect to it

I'll keep looking for alternatives but it's slim pickens

@FoxxMD
Copy link
Owner

FoxxMD commented Oct 13, 2021

To add a little more to this...

You can use platform-specific scrobble clients to scrobble youtube/YTM, such as:

Both of these are compatible with scrobbling directly to Maloja.

Or, you can scrobble to Last.fm and then use Last.fm as a source in multi-scrobble in order to scrobble to other/multiple scrobble clients.

@OmgImAlexis
Copy link
Author

Okay that'll be good enough for now. At least with the chrome extension I can get music.youtube.com tracks scrobbled.

@FoxxMD FoxxMD added the enhancement New feature or request label Feb 22, 2023
@FoxxMD
Copy link
Owner

FoxxMD commented Feb 22, 2023

Revisting this...it might be doable with ytmusicapi now.

There are also some js libraries that may be a better fit:

EDIT: Should have a working implementation using youtube-music-ts-api with my PR soon

@FoxxMD
Copy link
Owner

FoxxMD commented Feb 23, 2023

@OmgImAlexis if you'd like to give it a try its available on foxxmd/multi-scrobbler:develop image. Config instructions here

@FoxxMD
Copy link
Owner

FoxxMD commented Feb 27, 2023

Implemented in v0.4.1

@FoxxMD FoxxMD closed this as completed Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants