11th Mar, 2013, 01:00 AM
Hi ,
i install gmusicfs from here
https://github.com/EnigmaCurry/GMusicFS
To install, i've done :
Install Pip
Install dependencies
Instal gmusicfs
after create file /home/xbian/.gmusicfs
with your credential :
create folder, add xbian in fuse group and change mode of fusermount
Mount the dir
i install gmusicfs from here
https://github.com/EnigmaCurry/GMusicFS
To install, i've done :
Install Pip
Terminal
sudo apt-get install python-pip
Install dependencies
Terminal
Instal gmusicfs
Terminal
after create file /home/xbian/.gmusicfs
with your credential :
Quote:[credentials]and
username = your_username@gmail.com
password = your_password
Terminal
chmod 600 ~/.gmusicfs
create folder, add xbian in fuse group and change mode of fusermount
Terminal
mkdir -p $HOME/google_music
sudo usermod -G fuse -a xbian
sudo chmod 4755 /bin/fusermount
sudo usermod -G fuse -a xbian
sudo chmod 4755 /bin/fusermount
Mount the dir
Terminal
gmusicfs $HOME/google_music