Posts by emveepee
-
-
Depending on your profile it will be under /storage/.kodi/userdata/ the default would be in Database
Martin
-
What I do in development is when Kodi is stopped I delete EPG*.db and it gets recreated on startup. Maybe consider other things. IPTV works best with a stable provider but some users normalize their data with xteve. Reducing the channel list to the stations you actually watch is also going to help.
Martin
-
Yes the data from the URL would be stored in the database. With a lot of changes it can be very slow even on fast machines
Martin
-
Do you use an EPG with the changed m3u? Because of a change in Matrix where the EPG is saved in a database, any change in an EPG entry will cause a database rewrite and there can be many thousands of these updates. The most efficient way to deal with many changes is actually deleting the EPG database with Kodi stopped and let it recreate it from the new source.
Martin
-
Can't you use different destination directories? I know I get asked where to save.
Martin
-
I referred you back to NextPVR because you have a habit of leaving these threads dangling. If two threads deal with problems at 47 minutes they are linked no matter what you feel and as I posted on the Kodi forum I do not relate this problem to 720p. It certainly might be the addon or possibly LE the but this takes logs to investigate which you don't include.,
Sorry if I take defensive to your continued references to Krypton but were are working on Nexus now. Both the server and Kodi API's have changed completely, and there is no going back. My involvment
Thanks for the kind words and I have adjusted my attitude by changing my user block lists.
Martin
-
For problem #1 I've already told you the timeshift logic has changed https://forums.nextpvr.com/showthread.php…56141#pid556141 I am not sure why you don't get it and keep asking this question. Did you follow my suggestion here https://forums.nextpvr.com/showthread.php…56458#pid556458 to reduce the timeshift buffer size? You never responded.
The other problem clearly requires your Kodi debug logs. However this seems to be a duplicate post of this problem https://forums.nextpvr.com/showthread.php…58166#pid558166 and it is not clear why you don't pursue it there because that problem was a backend problem.
Martin
-
Is there are way to run a script like this automatically after a system update so that Estuary stays current?
Martin
-
I could not play live TV because the EPG time was off by one hour. It was as though the system did not realize we are in DST.
Are you sure you have the correct timezone? It is working fine here with 8.2.3.1 and ssh shows EDT. Also problems are supposed to be reported in a new thread.
-
Ok thanks. It doesn't break HDMI audio but I did note rebooting could generate awful HDMI noise so I would have to enable HDMI audio and then switch back to analog to silence it.
Martin
-
I am reporting that this setting is not in config.txt and I feel it should be, Klojum made it sound like it was a question of not enough reports, it doesn't seem like a bad thing to include.
Martin
-
Add me as the second to report having to add this, testing with LE10 Beta3. I use lcdproc with internet radio and my HDMI screen off.
Martin
-
Kodi master is now V20N you probably want to use the stable Matrix branch.
Martin
-
Trying that setting for libjpeg-turbo didn't work
Code../libtool: line 7486: cd: libjpeg-turbo: No such file or directory libtool: error: cannot determine absolute directory name of 'libjpeg-turbo'
Since it is found during configure I suspect it is a link error and their build process doesn't know about libjpeg-turbo.
Martin
-
The reason libgdipluis is needed is some GDI primitives are not implemented in netcore itself (except in Windows) so netcore looks for the library and fails.
Thanks for the readme instructions that would have save save me time yesterday. I don't use giflib so I will leave it out,it seems to complicated.
Installing to the addon should work, I will check that out. I can just move in libtiff and libexif to match the build
For libjpeg-turbo configure finds it for the build but it is missing at link time. I'll try your settings.
Martin
-
A couple days ago I asked a question a question on documentation but it was overlooked or wasn't related enough to the original post so there was no replies
I want to make GitHub - mono/libgdiplus: C-based implementation of the GDI+ API to go with the Netcore binaries. Since that time and after searching through many other packages I know found out how to use PKG_TOOLCHAIN="autotools" and have started with this commit that I hope to submit as a PR
Add libgdiplus · emveepee/LibreELEC.tv@64b9b77 · GitHub
But I still have other questions.
1 This is a binary to go with netcore so rather then the /usr/lib the lib for netcore might make more sense however there are potentially multiple netcore LTS versions so that becomes complicated. What is the best location for libraries like this? I can use LD_LIBRARY_PATH to find it.
2. There are a other libraries that can be use with libgdiplus, (right now I only need and can test libjpeg and libpng but I figure make it complete)
- libexif is not installed by default how do I force it?
- giflib is a manual build, how can I compile it?
- What location should be used for these libraries that are also not in /usr/lib
3. Is there a better way of finding libjpeg-turbo in the package?
Thanks in advance
Martin -
Delete please.