Birger Jesch
Birger Jesch
Users who only use Kodi to listen to music and don't turn their TV on can no longer simply switch off their equipment using the power button. For me, this...
> Anyone who doesn't like the default configuration can easily adjust it so I have no idea why there's so much fuzz about it. Define anyone. My wife can't, my...
The label of the dialog window is not as problematic, the `` irritates some people and avoid them to click/navigate onto this input field. They often mix up `` with...
No, but I have some forums threads where people are suspicious about the naming of the pre-assignment of this input field. Example? See: https://www.kodinerds.net/thread/77503-magicsee-n5max-vs-bqeel-s1max-vs-nokia-8010/?postID=741265#post741265 Sorry for german, use the builtin...
The datetime.datetime issue can easy catched by including at line 62 in YoutubeDLWrapper.py ``` try: return datetime.datetime(*(time.strptime(dstring, dformat)[0:6])) except AttributeError: return datetime(*(time.strptime(dstring, dformat)[0:6])) ```
I know that you can abbretivave the use of datetime.datetime.function with `from datetime import datetime` so you end with datetime.strptime() instead of datetime.datetime.strptime(). May be there's some import statement anywhere....
We have tried to fix this issue several times in the past, but have not come to a solution yet. The problem is due to the different behavior of the...
You'll find the code templates within the skin code (https://github.com/b-jesch/skin.estuary.modv2/tree/master/shortcuts). The final code will generated by the skin shortcuts addon if the main menu of the skin was modified and...
This seems related to this issue (transport protocol udp): https://github.com/b-jesch/plugin.video.ipcams/issues/9
Your log holds a lot of banned repositories and addons and massive entries of ``` 2024-03-20 19:41:32.350 T:4955 error : Repository add-on repository.Fishenzon uses old schema definition for the repository...