Posts: 1,016
Joined: Sep 2012
Reputation:
55
janbar
Posting Freak
Posts: 1,016
2018-11-17, 16:36
(This post was last modified: 2018-11-17, 16:46 by janbar.)
Since the release 5.9.0, the addon no longer handles caching (by default).
This feature existed since the first release (XBMC Gotham, 2012), to manage throughput of downloaded data during playback or startup. At that time, XBMC had the bad habit of downloading content massively and without flow control. This behavior caused the stuttering of the playback, and worse the total blocking of the interface when your backend shared many channels and contents. So, we implemented the "FileOps" feature to manage the content download instead of XBMC and store all these files in a local cache.
Since Leia (v18), Kodi manages these things better and does not seem to download the content in a burst or in advance. As a result, I disabled this historical feature that seems useless today. If you encounter any problems caused by the removal of this feature then express yourself here.
The benefits are:
- Automatic refreshing of channel icons with a normal channel update
- Drastic reduction of disk space requirement for Kodi user data (divide by 2)
Posts: 137
Joined: Feb 2017
Reputation:
4
These errors have been mentioned a few times. They don't cause a performance issue.
Posts: 167
Joined: Jan 2007
Reputation:
6
FYI, I've installed 5.9.2 and everything continues to perform well.
Posts: 1,016
Joined: Sep 2012
Reputation:
55
janbar
Posting Freak
Posts: 1,016
Thanks, good to hear. Here I haven't so much channels as guys from UK or US, and I can't realize the perf. In 5.10 I will remove the old code for image caching now unused.
Now recording artworks are updated on the fly each times your backend refresh the metadata. Same for icons when the guide grabber update them with channels guide.
Posts: 45
Joined: Feb 2014
2018-11-24, 05:22
(This post was last modified: 2018-11-24, 05:26 by User 206796.)
Forgive my ignorance but I'm assuming this thread is related to what I notice the addon doing upon startup which is searching for channel icons. So far, the only way I can set icons to channels is to manually assign the icon to each channel via the Kodi channel manager which is a long arduous process and if Kodi crashes, sometimes all channel customization is lost. If this provides a more automated solution, I'd like to utilize it. My question is: Where does it search for the icons? On the mythtv backend, the channel icons folder specified in Kodi settings or an external website? And how does it match the channel? Via file name?
Posts: 1,016
Joined: Sep 2012
Reputation:
55
janbar
Posting Freak
Posts: 1,016
@jsnj , all channels icons are provided by the backend itself. You have two ways to setup them:
1 - Using "myth-setup" on the channels screen you should be invited to download missed icons for channels. See MythTV documentation or wiki.
2 - You can configure the xmltv grabber for your region/country. Once done it will update channels icons when running "mythfilldatabase". See MythtTV doc... or wiki.
Posts: 45
Joined: Feb 2014
(2018-11-24, 13:32)janbar Wrote: @jsnj , all channels icons are provided by the backend itself. You have two ways to setup them:
1 - Using "myth-setup" on the channels screen you should be invited to download missed icons for channels. See MythTV documentation or wiki.
2 - You can configure the xmltv grabber for your region/country. Once done it will update channels icons when running "mythfilldatabase". See MythtTV doc... or wiki.
Thanks. I downloaded the icons and set it up in mythtv awhile ago, but the icons never showed. That's why I went the arduous kodi route of setting them. Anyway turns out the problem was this that I found in a post at the mythtv forums:
"
The icons must be in the .mythtv/channels directory of the user that the backend runs as. If they're in your own directory (and the backend isn't running as your user) they won't be found."
So I just copied the channel icons folder from my user directory to the mythtv user directory. Now all's well.
Posts: 6
Joined: Jul 2018
Reputation:
0
Hello,
I updated to the latest release of this addon while on Kodi Krypton 17.6 and I no longer have my channel icons that were loaded from my mythtv backend (version 29.1). With the recent change per the announcement, does this mean that the only way to get the channel icons to load will be to update to Kodi Leia?
Posts: 1,016
Joined: Sep 2012
Reputation:
55
janbar
Posting Freak
Posts: 1,016
Maybe your backend is miss configured. You should check mythtv wiki about your issue.
Also you could check your addon settings are not configured to disable icons or artworks. There is a setting for that.