mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #317] [Question] Ready to use CLI client? #246
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#246
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 @cprn on GitHub (Nov 13, 2022).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/317
Hello. Anyone aware of projects using this API? Preferably a CLI client with simple commands (e.g.
ytm play,ytm next,ytm list playlists,ytm select <song|artist|playlist>, etc) so these could be called somewhere higher in the system, e.g. from launchers (likedmenuorrofi) or by events like pressing multimedia keys or custom keyboard shortcuts.I'm looking for a lightweight alternative to those electron wrapped websites that claim to be "desktop players".
@sigma67 commented on GitHub (Nov 14, 2022):
I think there's a few CLI clients for YouTube like MPS, but none for YouTube Music that I'm aware of.
There's ytube_music_player for Home Assistant and other players like mopidy-ytmusic
@map7 commented on GitHub (Nov 22, 2022):
There is https://github.com/cfangmeier/tuijam but I cannot get it to work
https://mopidy.com/ext/ytmusic/ - works
@sigma67 commented on GitHub (Nov 22, 2022):
Well yes, because tuijam is made for Google Play Music. It could definitely be adapted for YouTube Music by swapping out the API calls and setup for ytmusicapi's, but it would be quite the effort I suppose.
@cprn commented on GitHub (Nov 22, 2022):
Yeah, I used to use it for Google Music but they finally made me switch to YTM last week.
Thanks, didn't know about
mopidy, looks promissing - seems like it might work with something likencmpcpp. If so, you've solved my issue. Thank you very much! [edit] They work together very very nicely!