Forum
Google Music Fs - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Additional Packages (/forum-22.html)
+--- Thread: Google Music Fs (/thread-607.html)



Google Music Fs - belese - 11th Mar, 2013 01:00 AM

Hi ,

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

Instal gmusicfs

after create file /home/xbian/.gmusicfs
with your credential :
Quote:[credentials]
username = your_username@gmail.com
password = your_password
and
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

Mount the dir

Terminal
gmusicfs $HOME/google_music



RE: Google Music Fs - CurlyMo - 11th Mar, 2013 01:05 AM

Can you do a ls -Al /dev/fuse?


RE: Google Music Fs - belese - 11th Mar, 2013 01:06 AM

Terminal

ls -Al /dev/fuse
crwxrwxrwx 1 root fuse 10, 229 Jan 1 1970 /dev/fuse



RE: Google Music Fs - CurlyMo - 11th Mar, 2013 01:12 AM

Can you add the user xbian to the fuse group?


RE: Google Music Fs - belese - 11th Mar, 2013 01:18 AM

i've done :
sudo usermod -G fuse -a xbian

and now :

fusermount: mount failed: Operation not permitted

i've done it
sudo chmod 4755 /bin/fusermount

and now it work
Thanks

ps : edit first post to havce the complete solution


RE: Google Music Fs - CurlyMo - 11th Mar, 2013 01:22 AM

What does this actually do?


RE: Google Music Fs - belese - 11th Mar, 2013 01:27 AM

I've a part of my music on google music
https://play.google.com/music/

it mount this music on local file system.
Think it will not work in library mode (i don't use it for music) as there is no tag (don't try yet)
but work in file mode.


RE: Google Music Fs - ws6an - 22nd Mar, 2013 04:41 AM

Why don't you just install the Google Music Plugin, it works great:

Install these add ons in this order (to satisfy dependencies):

1.script.module.mutagen-1.21.0.zip
2.script.module.gmusicapi-2013.02.28.zip
3.plugin.audio.googlemusic-0.8.2.zip


RE: Google Music Fs - XBianUser - 17th Apr, 2013 01:49 AM

(22nd Mar, 2013 04:41 AM)ws6an Wrote:  Why don't you just install the Google Music Plugin, it works great:

Install these add ons in this order (to satisfy dependencies):

1.script.module.mutagen-1.21.0.zip
2.script.module.gmusicapi-2013.02.28.zip
3.plugin.audio.googlemusic-0.8.2.zip

Hello,

Thanks for the information and links, really appreciate it. I've downloaded the files but I can't seem to install the add-ons, so I presume I'm not doing it right. Which menu system do I have to be in to install these add-ons. I've tried installing the add-ons through Music and System but to no avail.

Thanks,
Matt