From LedHed's Wiki
(Created page with "Google Play Music hosts your music in the cloud and you can stream or sync that music to your mobile device.<br> == Music (Cache) on SD Card == By default Google Play Music c...") |
|||
Line 5: | Line 5: | ||
If you want to move the cache to an external SD card then you need to create a symbolic link to your SD Card.<br> | If you want to move the cache to an external SD card then you need to create a symbolic link to your SD Card.<br> | ||
+ | |||
+ | === Move or Clear Cache === | ||
+ | From the information I've gathered, you need to clear the cache before moving the cache to the SD Card. But I suspect that you can just move the cache to the new location. | ||
+ | |||
+ | |||
+ | === Create Music Directory on SD Card === | ||
Create the following folder on your SD Card: | Create the following folder on your SD Card: | ||
mkdir -p /storage/sdcard1/gMusic/music | mkdir -p /storage/sdcard1/gMusic/music | ||
+ | |||
+ | === Create the Symbolic Link === | ||
Create a symlink to it in the following folder: | Create a symlink to it in the following folder: | ||
cd /data/data/com.google.android.music/files | cd /data/data/com.google.android.music/files |
Revision as of 17:00, 24 May 2013
Google Play Music hosts your music in the cloud and you can stream or sync that music to your mobile device.
Contents
Music (Cache) on SD Card
By default Google Play Music caches music to your internal storage.
If you want to move the cache to an external SD card then you need to create a symbolic link to your SD Card.
Move or Clear Cache
From the information I've gathered, you need to clear the cache before moving the cache to the SD Card. But I suspect that you can just move the cache to the new location.
Create Music Directory on SD Card
Create the following folder on your SD Card:
mkdir -p /storage/sdcard1/gMusic/music
Create the Symbolic Link
Create a symlink to it in the following folder:
cd /data/data/com.google.android.music/files ln -s /storage/sdcard1/gMusic/music