Re: [vdr] xbmc-pvr (was - HD clients for vdr)

2009-08-29 Thread Harri Kaimio

Hi,

adding line

Recordings.Sort();

after

Recordings.Update( true );

in cConnectionVTP::CmdPLAY (in server/connectionVTP.c) fixes this 
particular problem. So the problem seems to be that streamdev reloads 
the recording list every now and then and does not sort it always.


By looking at code there seems to be a similar problem when deleting 
recordings which is of course even more worrying as it can lead to data 
loss... I haven't verified this yet though (and cannot test it before my 
kidslet me use the system again :-)


I still don't have any idea why the subtitles are not shown correctly in 
recordings. Also with some recordings from Yle's TV channels XBMC plays 
the wrong soundtrack (plain VDR works OK with them)


BR, H

Seppo Ingalsuo kirjoitti:

On Wed, 2009-08-26 at 22:02 +0300, Harri Kaimio wrote:

I have the same problem with my vdr+xbmc setup. It might be a sorting 
order problem: if I select nth recording from the list in XBMC (which is 
in alphabetical order), vdr seems to do a depth first search in the 
video directory tree without any sorting at all and plays the recording 
that is in nth position in this order.


Do you have idea where the error is, is it in
streamdev/server/recplayer.c in function scan()? Or at upper level in
connectionVTP.c? While looking the code I don't get where the bug could
be.

I really wonder how xbmc can be usable for some, is the separate patch
for an old streamdev better?

Also subtitles do not work for me when watching recordings (in live TV 
they are OK)


I haven't yet been able to randomly hit a suitable YLE recording to
check that :^)

BR,
Seppo



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] xbmc-pvr (was - HD clients for vdr)

2009-08-26 Thread Harri Kaimio

Seppo Ingalsuo wrote:


Meanwhile I ran xbmc without patched vdr 1.7.9, just cvs streamdev. The
functionality was quite okay with working channel selections, epg, list
of recordings. Recording playback didn't work. According to vdr logs
streamdev tried to start some wrong recording. 


I have the same problem with my vdr+xbmc setup. It might be a sorting 
order problem: if I select nth recording from the list in XBMC (which is 
in alphabetical order), vdr seems to do a depth first search in the 
video directory tree without any sorting at all and plays the recording 
that is in nth position in this order.


Also subtitles do not work for me when watching recordings (in live TV 
they are OK)


BR, H

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr