pipelka / xbmc-addon-xvdr

DISCONTINUED - Standalone XVDR addon for XBMC
GNU General Public License v2.0
43 stars 16 forks source link

thumbnail and timeshift support #70

Closed ghost closed 11 years ago

ghost commented 12 years ago

Will you be adding thumbnail and timeshift support to the addon, wich was made possible by the following?

https://github.com/xbmc/xbmc/pull/1455 https://github.com/xbmc/xbmc/pull/1504 if I understand correctly...

Thanks keep up the good work

jzvc commented 12 years ago

I test it, bat I have some problem with req pic name - it's not correspond with channel and ... what is worst ... change with remove profile and xbmc restart.

Ie: ... 1_0_2_4105_111_20CB_7080000_0_0_0.png

I have 7080000 in all req, bat this is one of three dvb-t mux.

before profile remove, all req begins with 1_01 ... after, most of them begin with 1_02 ...

guyrichie commented 11 years ago

Hello All,

RE: DVB-T UK-CrystalPalace

https://github.com/ocram/picons/issues/88

The above is in progress...

Many thanks, Guy.

AndreyPavlenko commented 11 years ago

Hi,

What is the correct format of the file: urls to picons? I have the follwing configuration:

PiconsURL = file:///usr/share/xvdr/picons

XBMC draws all icons with this configuration, however there are many warnings in xbmc.log:

WARNING: CreateFile, successfuly opened </usr/share/xvdr/picons/1_0_1_3EED_10_70_1680000_0_0_0.png> instead of <usr/share/xvdr/picons/1_0_1_3EED_10_70_1680000_0 _0_0.png>

pipelka commented 11 years ago

Hi Andrey,

the latest "master" has a configuration option for client-side picons.

I didn't try the server-side configuration for client-only picons but it I think it should be:

PiconsURL = /usr/share/xvdr/picons
AndreyPavlenko commented 11 years ago

Thanks, Alexander! It works without warnings.