Questions tagged [google-music]

Google Play Music is a music streaming service and online music locker operated by Google.

Users with standard accounts can upload and listen to up to 50,000 songs at no cost. An "All Access" subscription, available for US$9.99 per month, entitles users to on-demand streaming of any song in the Google Play Music catalogue and the ability to create custom radio stations.

Users can purchase individual tracks through the music store section of Google Play. In addition to offering music streaming for Internet-connected devices, the Google Play Music mobile app allows music to be stored and listened to offline.

29 questions
7
votes
2 answers

Is it possible to connect to Spotify's MediaBrowserService?

I am writing a voice assistant and would like to be able to launch search results in Spotify. To understand how to connect to Spotify and other apps, I am playing with the Google's Media Controller Test app, which is described as doing the…
7
votes
1 answer

Android Google Music API - All Access

This is only a day after Google released All Access for Google Music but the URL array in the JSON response for streamed (not owned) media contains URLs that wont stream. Has anybody looked into this? They play for a fraction of a second and then…
milleph
  • 462
  • 5
  • 20
4
votes
0 answers

Intent to play a playlist in Google Music

I want to play a playlist in the Google Music Application from another application that I develop. I use this code : public void play5(String id, String playlistId, String playlistName) { Intent intent = new…
2
votes
1 answer

Get music preview - Google Play Music API

Is there a way to get preview from songs of Google Play Music? I have checked a couple of unofficial APIs: GMUSICAPI Unofficial Google Music API Project I need: Open Google Play page for buying selected song. But most importantly: Get songs preview.
2
votes
0 answers

Google Music with .NET - Fetch a Track

I am building a mini music player in .net for google music. I can get the playlist(s) from here. And I can see the playlist id, but how can I get the individual tracks from the playlist? { "kind": "sj#playlistList", "data": { "items": [ { …
2
votes
1 answer

Google Music API: how to request the next 1000 songs?

I'm trying to figure out how to use Google Music API. I managed to get the auth token as described in http://dpogue.ca/gmusic.html: $ curl -d accountType=GOOGLE -d Email=jondoe@gmail.com -d Passwd=<> -d service=sj …
Pavel
  • 7,436
  • 2
  • 29
  • 42
1
vote
1 answer

Play song from Google Music in app

I have been developing an app that allows users to do certain activities to gain points, one of which is tracking exercise. I have a media player that plays content from the device, that was easy enough, but most people use cloud based storage like…
Neglected Sanity
  • 1,770
  • 6
  • 23
  • 46
1
vote
0 answers

Android: Search and play a song (not radio) in Google Play Music

I am having trouble searching and playing a song in Google Play Music. Every time Google Play Music opens, it starts playing a radio with the queried song on top of the list. Is there a way to play just the song? Here is my intent: Intent…
Ivan Mihov
  • 11
  • 2
1
vote
3 answers

Music Files not getting visible in Google Play music

I am developing an app that is used to download the songs. I am able to download the songs and as the download is completed I am moving that song to a different folder programmatically. The issue that I am facing is that if I am moving song to…
Arpit
  • 604
  • 5
  • 17
1
vote
2 answers

Is there a way to get the Current Song being listened to by a Google Music Member?

I wanted to append to my website a "what is he listening to now!" functionality for my website, which will say something like off-air, or whatever the current song is. I didnt know if there is a way to do that. I wanted to find a way to spread…
Fallenreaper
  • 10,222
  • 12
  • 66
  • 129
1
vote
0 answers

Google Play Music API and unsupported countries

I certainly discovered unofficial Google Music API, written in C# (the latest is located here). However, I have no clue how to test it, cause I live in Ukraine, and Google Play Music is unavailable here. Different proxy services are inefficient.…
Oleksandr Zolotarov
  • 919
  • 1
  • 10
  • 20
0
votes
3 answers

How to launch android music store from ap?

Right now I'm using Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("market://music")); startActivity(intent); to launch the music store in the android market which seems to crash. Also how could I include a search string in this. If it is…
ghostbust555
  • 2,040
  • 16
  • 29
0
votes
1 answer

Getting error "AttributeError: module 'tensorflow' has no attribute 'contrib'"

I am trying to install ai duet in Windows 10, I already installed all the requirements (TensorFlow, Magenta, Flask, Gunicorn and iPython), I am doing python server.py but don't work. I was already looking at solutions on the internet but they do not…
0
votes
1 answer

Does new Google Music Beta support end user selection of songs via intents

I have an application that uses ACTION_PICK to allow the user to pick a song. Once that song is picked, the application uses the cursor location and does another intent later on to show the NOW_PLAYING interface. The application worked fine until…
d_surround
  • 38
  • 3
0
votes
1 answer

How To Play Specified Google Play Music Resources (Albums) via Sonos API

I have ~300 vinyl records which I want to attach RFID tags to so I can place one on an RFID reader and trigger playback of the album on my home Sonos (using Google Play Music). Is there a way to load a specified resource from a service into a group?…
Seth Glickman
  • 21
  • 1
  • 2
1
2