Results 108 comments of Odd Stråbø

On mobile, so missed the pastebin link initially. Only error I could spot right now is `ERROR::jellyfin_kodi/library.py:435 time data '22 Apr 2020 14:18:21 GMT' does not match format '%d %b...

What `strftime`/`strptime` outputs/expects for `%b` depends on the language of the locale set in `LC_TIME`. The [`RFC 5322`](https://tools.ietf.org/html/rfc5322#section-3.3) date format is not suitable for software communication, only human display. [`ISO...

After having had a proper look at the code regarding the date, it is a handled error which is getting printed, and is thus unrelated to the actual issue at...

I am fairly certain this isn't a bug in the jellyfin-kodi addon (happy to be proven wrong so we can fix it tho). It could be Kodi handling buffer-underrun poorly?...

https://github.com/xbmc/xbmc/pull/14972 is relevant to this feature request

I would like to note that this is working fine in my setup, and that media file swapping occurs quite often. If you are still having this problem, please provide...

No news on this front, I would like to remove Python2 support so I can add proper type annotations as a minimum before starting on larger features such as this,...

The `latest` tag is not suitable as a version reference, as it is a moving tag. Right now, it corresponds to [`release-10.8.11-1`](https://hub.docker.com/layers/hotio/jellyfin/release-10.8.11-1/images/sha256-9687877c585897fcfadb25d578263349ad16c6115c0b6828242b96e1d6305576?context=explore), but that is subject to change at any...

Please review https://jellyfin.org/docs/general/contributing/development#pull-request-guidelines Pull-request titles will eventually end up in the release change-log, so make sure it's short and descriptive :smiley_cat:

Before --------- ![image](https://github.com/jellyfin/jellyfin-web/assets/638706/3b637270-14bc-4361-a4be-e1c079d93fa5) After ------- ![image](https://github.com/jellyfin/jellyfin-web/assets/638706/feb8dbb8-6985-40a8-b582-2212c29261aa) ![image](https://github.com/jellyfin/jellyfin-web/assets/638706/487b8a76-71fd-4309-954e-c54e5353058a) #### TV mode ![image](https://github.com/jellyfin/jellyfin-web/assets/638706/1e600de4-6466-41de-b011-e30f27463556) #### Mobile ![image](https://github.com/jellyfin/jellyfin-web/assets/638706/e1ab0094-72fd-41de-bc86-92eb6caf2668) ![image](https://github.com/jellyfin/jellyfin-web/assets/638706/a67b54f8-ede4-4116-88af-a705c013fa69) #### Experimental ![image](https://github.com/jellyfin/jellyfin-web/assets/638706/79a5211f-7cfd-47b8-879f-c81ef3a5f458) ![image](https://github.com/jellyfin/jellyfin-web/assets/638706/9d256c42-2097-4732-88db-89b56d382ae0) --- The optimal number of entries seem to be highly dependent...