Skip to content

nickvane/GoogleMusic-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoogleMusic-Api

C# API for using Google Music features.

I used https://github.com/taylorfinnell/GoogleMusicAPI.NET which is a port of https://github.com/simon-weber/Unofficial-Google-Music-API as starting point, but switched to using async await instead of callbacks to simplify code. The project references portable .net framework, so should be usable in mono.

Current features:

  • Authentication
  • Get all songs
  • Get all playlists
  • Get stream url for song
  • Add playlist
  • Delete playlist
  • Rename playlist

About

C# API for using Google Music features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages