Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

🎧 A Java NIO FileSystem implementation for Google Play Music

Notifications You must be signed in to change notification settings

umjammer/vavi-nio-file-googleplaymusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release Java CI with Maven Parent

vavi-nio-file-googleplaymusic

A Java NIO FileSystem implementation for Google Play Music.

Status

fs list upload download copy move rm mkdir cache watch library
googleplaymusic ✅ - ✅ - - - - - - gplaymusic

Install

https://jitpack.io/#umjammer/vavi-nio-file-googleplaymusic

Usage

prepare 2 property files.

  • application credential
$ cat ${HOME}/.vavifuse/googleplaymusic.properties
googleplaymusic.androidId=your_android_id
  • user credential
$ cat ${HOME}/.vavifuse/credentials.properties
googleplaymusic.password.xxx@yyy.zzz=your_password

Sample

https://github.com/umjammer/vavi-nio-file-googleplaymusic/blob/master/src/test/java/vavi/nio/file/googleplaymusic/GPMFileSystemProviderTest.java

Test

$ cp local.properties.sample local.properties
$ vi local.properties
test.account=your_account@gmail.com
test.password=your_password
test.android_id=your_android_id
test.filter=*Your Artist Name*
$ mvn test

About

🎧 A Java NIO FileSystem implementation for Google Play Music

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages