Uwe Trottmann

Results 68 comments of Uwe Trottmann

- [x] Change United States base time zone to Eastern time (see [Effects of time zones on North American broadcasting](http://en.wikipedia.org/wiki/Effects_of_time_zones_on_North_American_broadcasting)) _with trakt v2_

New development: themoviedb is considering to add [per-country release dates for episodes](http://tmdb.lighthouseapp.com/projects/83076-website/tickets/756-allow-per-country-episode-air-dates).

It is saved globally right now.

#874 is available with SeriesGuide 65, now also rolling out to everyone.

It's running on a virtual server (KVM), the used storage driver is SCSI. File system is `ext4`. And yes, it's weird because I can see and open the file as...

Looking at the error this might actually be #1595. ~Should the `nodejs` package be installed (because it isn't)?~ Edit: it is installed, but the `nodejs` command does not exist. Should...

The Travis script expects the legacy `nodejs` command to exist, so I guess there is some legacy code that does, too. https://github.com/Countly/countly-server/blob/cc74cb28dcf9f2be57ebca2fdbbbef7dc73aba2e/.travis.yml#L20 Workaround: add a symlink from `nodejs` to `node`...

The installation script is then stuck at `Installing views plugin` I guess support for Ubuntu 20.04 isn't ready (and I right now don't want to look into why it's stuck...

It looks like in `buster` the `node` binary name was restored. E.g. see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862051. You can also read about this in the `README.Debian` of [the buster nodejs package](https://packages.debian.org/buster/nodejs): ``` /usr/bin/node,...

Since the switch to TMDB **all** episodes are updated when updating a show, making this much less of an issue.