tmancill

Results 20 comments of tmancill

Hi @WJCFerguson. I run in a docker container for this reason. You can use https://github.com/larsks/docker-image-logitech-media-server as a functioning starting point. I ended up using `FROM debian:stretch` as the base image...

@WJCFerguson I also should have mentioned that I'm using version 0.7.1 of squeezebox-googlemusic available here: https://github.com/squeezebox-googlemusic/squeezebox-googlemusic

Hi. Please consider incorporating this into master. My login was broken until updating both gmusicapi and and merging this PR.

+1. Home > Google Music > My Music > Playlists simply says "Empty"

Hi Drew - thank you for the suggestion to update. I didn't think it was a login problem because I could see/play the files in my library and access All...

Thanks to all for the helpful thread. I ran into this issue during an update from 2.10.0 -> 2.12.5. #### 2.10.0: default behavior ```java final Instant instant = Instant.ofEpochSecond(42, 0);...

I just wanted to chime in and say *thank you* to @unbehagen and @Riddlr for the patches and for linking this back to the root cause discovered by @abusenius in...

The readme now refers to 0.4.0, but there isn't a corresponding tag in the repo. Could you create one? That will make it easier to release an update for the...

I ran into the error `ImportError: No module named setuptools` on Ubuntu 16.04 LTS, but was easily able to get around it by installing the `python-setuptools` package: ``` sudo apt-get...