Posts: 6,810
Joined: Jul 2010
Reputation:
198
Could you please post this question in the general pvr section
Posts: 6,810
Joined: Jul 2010
Reputation:
198
Nice. How should vnsi know where those EPG images are stored?
Posts: 562
Joined: Jan 2013
Reputation:
9
I thought vdr respectively epgd and epg3vdr merged the images into the epg.data or refered a event-id to a symlink for
the image... so that vnsi knows what image match to the "epg-event"
I think epgd stored all infomation in a sql-db and epg2vdr writes this infos back to the epg.data...
but as I told, I don't much about pvr...
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Posts: 562
Joined: Jan 2013
Reputation:
9
2015-01-15, 16:01
(This post was last modified: 2015-01-15, 16:01 by sveni_lee.)
I've talked to louis, he is one of the developer of epgd...
he explained me that vdr2epg stored the epgimages in a db with the name that will mach to the event-ID.
so it will be possible to find a image for a event-id.
if it would be interesting to implement this in vnsi, he would explain in details....
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Posts: 6,810
Joined: Jul 2010
Reputation:
198
pvr accepts a path to the image, not the image itself. assume you have a remote backend, how should pvr access the image?
Posts: 6,810
Joined: Jul 2010
Reputation:
198
the problem is that Kodi can't access this images if the backend is remote.
Posts: 562
Joined: Jan 2013
Reputation:
9
so if i understand you right, Kodi can't accsess if i run vdr on a headless tv-server and the client
is on a second computer ot what remote mean...
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Posts: 6,810
Joined: Jul 2010
Reputation:
198
correct. assume a user runs Kodi on a Windows machine and vdr on some other Linux box. Sure, you can make this work somehow by using a webserver or samba but this is kind of ugly.
I am just thinking loud. Maybe somebody has a good idea.
Posts: 562
Joined: Jan 2013
Reputation:
9
I talked again to louis.
he thought: on the Tv-Server must rum VDR with vnsi-Server-plugin and epg2vdr-plugin.
the pvr-vnsi-client must pickup the images via vnsi-server and chach them on the local machine (like it is with the epg.db)
so the vnsi-server-plugin allways has acces to the images because they are on the same machine and pvr-vnsi-client has
"contact" with the vnsi-server-plugin...
on the other hand, I have stored the channel-icons on my Tv-Server and set the path on every kodi to the server folder...
I know for this you need samba. But if I've changes I only had to to this one time for all clients...
I think if somebody wants to have the images in kodi, he can do in this way like it is with channel-icons...
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Posts: 78
Joined: Feb 2012
Reputation:
0
2015-01-22, 10:09
(This post was last modified: 2015-01-22, 10:18 by magicamun.)
Interesting discussion.
from the event the vnsi-plugin inside vdr could provide path's to images to the client inside kodi. EPG-Images are stored locally (from vdr's perspective) - so the plugin inside vdr has acess to it.
Either it passes the path to kodi's vnsi-plugin - then kodi needs to have access to the path given or it passes binary structures with the image inside.
Both would require protocol change i guess.
kodi3: LE 7.93.5 on Pi3
kodi4: LE 7.93.5 on Wetek Play 2
Server vdr 2.2.0, vnsi,...