Hechtus wrote: 
> Could you please give a full report or how to about installing it on the
> ready nas.
OK. Here's what I did on the ReadyNAS Pro. I expect these instructions
should be almost exactly right for ReadyNAS Duo/NV+/Ultra as well.

*Note:* These instructions are not for the newer 1xx/2xx/3xx. However,
those may not require special instructions, since they are not on such
an ancient version of Linux.
*Warning:* This is fairly major surgery (e.g., changing Python versions,
etc.) and has some risk of messing up your system. Appropriately image
your system and only proceed if you are comfortable with the risk.
  
- This requires a recent build of LMS 7.9.  Download Logitech Media
  Server: NETGEAR ReadyNas Pro Installer Package (i386)  from
  http://downloads.slimdevices.com/nightly/index.php?ver=7.9 and install
  using ReadyNAS FrontView. (If you don't have a ReadyNAS Pro, choose
  the appropriate ReadyNAS installer for your hardware).
- Install the' Enable Root SSH Access'
  (http://www.readynas.com/?p=4203) add-on. Verify by make sure you can
  now ssh into your ReadyNAS.
- As installed, the ReadyNAS will only look for software from
  readynas.com, we will need to enable the Debian repository. When
  logged into your readyNAS as root, remove the '#' from in front
  of the repository entry in /etc/apt/sources.list, so it reads.
    >   deb http://archive.debian.org/debian etch main    
-   >   apt-get install curl    
- You will need a newer version of Python than is in the Debian Etch
  repository. Although I built Python 2.7 from the sources, I now see
  that there is a ReadyNAS add-on for Python 2.7 'here'
  (http://www.readynas.com/forum/viewtopic.php?f=48&t=50691), which
  looks much simpler than building your own (although I can't vouch for
  it). If you want to install Python yourself, google for Python 2.7 and
  Etch, and you should find some relatively straightforward
  instructions. I did something similar to Peter's answer 'here'
  
(http://unix.stackexchange.com/questions/110014/how-to-install-the-latest-python-version-on-debian-separately-or-upgrade),
  although I ignored Braiam's warning on the same page that it might
  break existing python scripts.
-  Now, install Python pip using the instructions 'here'
  (https://pip.pypa.io/en/latest/).
-  Install the Unofficial Google Play Music API. Note that I changed
  the protocol used in the pip install command, which seemed necessary
  on the ReadyNAS. (Hechtus, you may want to consider changing this in
  your instructions)/
    >   sudo pip install gmusicapi
>   pip install
>   git+git://github.com/simon-weber/Unofficial-Google-Music-API.git@develop    
- Follow the remaining steps from the 'plugin site'
  (https://github.com/hechtus/squeezebox-googlemusic) starting from step
  4.
- Enjoy Google Play!


------------------------------------------------------------------------
mps's Profile: http://forums.slimdevices.com/member.php?userid=36351
View this thread: http://forums.slimdevices.com/showthread.php?t=99482

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to