Tim Moore

Results 13 comments of Tim Moore

Also my current mapping is broken for some obvious languages, e.g. Dutch. See #39 Did some investigation and finally filed http://forum.xbmc.org/showthread.php?tid=163023. There wasn't a way, but they are adding one...

API `xbmc.convertLanguage` exists but it is broken for English (US) / Portuguese (Brazil) / ..., so I'm not using it. Raised an issue with xbmc http://trac.kodi.tv/ticket/17231

Sounds sensible, thanks for the tip. OK, I admit defeat. How? :)

Is this something Kodi, or some other addon, supports? Assuming the subtitle timings are synced you might be able to hack this up by concatenating them with a newline, but...

I just played a video, and it seemed to mark it watched (with a tick). Reopen if this isn't the desired behavior.

Ah I see, it remembers only until the list of talks is refreshed. I _think_ YouTube does this by storing something in the settings: YouTubePlayer.py ``` self.__settings__.setSetting( "vidstatus-" + video['videoid'],...

Well that's very interesting. I'm confident in what I've seen as the `clearMocks` trick fixed it, and I debugged through `ClearMocksTestExecutionListener.clearMocks` to see that they weren't cleared. Given that you...

OK, I think I see what the difference is. The bean I'm spying has `@Repository` stereotype. This seems to mean that the bean has an extra `$$EnhancerBySpringCGLIB` proxy around it....

Now that JUnit 5 is getting [proper parameterized tests](https://junit.org/junit5/docs/current/user-guide/#writing-tests-parameterized-tests), I think this project isn't going to get much attention (as useful as it has been). I know Eclipse has some...

@lukaseder - just discovered this change, I ran into it while adopting the plugin, and we ended up using the system property approach. However, we have a multi-service build and...