Adrian Stutz

Results 18 comments of Adrian Stutz

Yeah, there's no retrying or offline tracking. You have to refresh the page to get TraktRoller to try again. I'm planning some bigger refactorings to allow overriding the episode lookup,...

Crunchyroll's HTML5 player uses the [PlayerJS](http://playerjs.io) standard to expose generic player controls and events to JavaScript and that's what I'm currently using. Either crunchyroll-html5 could adopt PlayerJS, which would also...

What problem are you encountering? Did you try both the binary and running from the source? I don't really us Windows and can only provide limited help. If you manage...

Yeah, I'm aware and have been working slowly on an update. Unfortunately, the new page is now generated by JavaScript. This makes injecting elements and scraping the episode information more...

The [Options and Features](https://sttz.ch/trimmer/manual/using_trimmer.html#options-and-features) section in the documentation tries to explain it and gives some examples. But it ultimately comes down to how an Option is implement and what exactly...

It seems variants with children are a bit broken. The child options should be shown as part of the default variant, not a level higher up as they are now...

`install-unity` is using Unity's pkg packages to install the editor and build support packages. Those always install to `/Applications/Unity/` and will overwrite anything already at that path. `install-unity` has to...

Thanks for the PR! Which versions of Unity are you seeing this with? Unity regularly has issues with paths containing space or non-ASCII characters but those are usually accepted as...