Stuart Morris | 1 Oct 2011 23:11

Re: eepg plugin + UK freeviewHD = }?Ln??X??Z?Z

--- On Thu, 29/9/11, Stuart Morris <stuart_morris <at> talk21.com> wrote:
> From: Stuart Morris <stuart_morris <at> talk21.com>
> Subject: Re: [vdr] eepg plugin + UK freeviewHD = }?Ln??X??Z?Z
> To: "VDR Mailing List" <vdr <at> linuxtv.org>
> Date: Thursday, 29 September, 2011, 14:15
> 
> 
> --- On Thu, 29/9/11, Dominic Evans <oldmanuk <at> gmail.com>
> wrote:
> 
> > From: Dominic Evans <oldmanuk <at> gmail.com>
> > Subject: Re: [vdr] eepg plugin + UK freeviewHD =
> }?Ln??X??Z?Z
> > To: "VDR Mailing List" <vdr <at> linuxtv.org>
> > Date: Thursday, 29 September, 2011, 13:25
> > On 29 September 2011 13:14, Dominic
> > Evans <oldmanuk <at> gmail.com>
> > wrote:
> > > On 29 September 2011 13:00, Stuart Morris <stuart_morris <at> talk21.com>
> > wrote:
> > >> Looking at the source code for Eepg it's not
> > looking for the Freeview private data descriptor tag
> > 0x0000233a.
> > >> Does anyone know where I could find
> information on
> > Freeview descriptors?
> > >> Would they be the same as Freesat?
> > >
> > > I doubt they would be the same, but perhaps
> > > http://deadpenguin.org/svn/dp/trunk/src/core_si.c is a
(Continue reading)

Andreas Brachold | 2 Oct 2011 21:22
Picon
Favicon

VDR Image Plugin migrated to projects.vdr-developer.org

Hello,

VDR Image Plugin hosting migrated from vdr-image.berlios.de to
projects.vdr-developer.org.

Please change your bookmark to reflect the new URL
http://projects.vdr-developer.org/projects/plg-image

Please report any bugs, ideas or feature requests to the project site
If you want to contribute patches, new features or whatever, post an
issue or patch to the projects issue tracker or request to join the
project. I would happily add everyone as a project member, who would
like to contribute to vdr-plugin-image.

http://projects.vdr-developer.org/projects/plg-image/issues

Enjoy,
Andreas

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Tobi | 2 Oct 2011 23:21

vdr-checkts + vdrnfofs

Hi,

Just in case someone finds them useful, I've just put two tiny tools online:

vdr-checkts: checks VDR recordings for continuity errors

http://projects.vdr-developer.org/git/vdr-checkts.git
http://projects.vdr-developer.org/git/vdr-checkts.git/tree/README
http://projects.vdr-developer.org/git/vdr-checkts.git/snapshot/vdr-checkts-0.1.tar.gz

vdr-nfofs: A Fuse file system for VDR recordings, mapping them to
*.mpg/*.nfo files

http://projects.vdr-developer.org/git/vdrnfofs.git/
http://projects.vdr-developer.org/git/vdrnfofs.git/tree/README
http://projects.vdr-developer.org/git/vdrnfofs.git/snapshot/vdrnfofs-0.7.tar.gz

Have fun,

Tobias

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Stuart Morris | 3 Oct 2011 11:39

Re: vdr-checkts + vdrnfofs

--- On Sun, 2/10/11, Tobi <listaccount <at> e-tobi.net> wrote:

> From: Tobi <listaccount <at> e-tobi.net>
> Subject: [vdr] vdr-checkts + vdrnfofs
> To: "VDR Mailing List" <vdr <at> linuxtv.org>
> Date: Sunday, 2 October, 2011, 22:21
> Hi,
> 
> Just in case someone finds them useful, I've just put two
> tiny tools online:
> 
> vdr-checkts: checks VDR recordings for continuity errors
> 
> http://projects.vdr-developer.org/git/vdr-checkts.git
> http://projects.vdr-developer.org/git/vdr-checkts.git/tree/README
> http://projects.vdr-developer.org/git/vdr-checkts.git/snapshot/vdr-checkts-0.1.tar.gz
> 
> 
> 
> vdr-nfofs: A Fuse file system for VDR recordings, mapping
> them to
> *.mpg/*.nfo files
> 
> http://projects.vdr-developer.org/git/vdrnfofs.git/
> http://projects.vdr-developer.org/git/vdrnfofs.git/tree/README
> http://projects.vdr-developer.org/git/vdrnfofs.git/snapshot/vdrnfofs-0.7.tar.gz
> 
> Have fun,
> 
> Tobias
(Continue reading)

Tobi | 3 Oct 2011 12:16

Re: vdr-checkts + vdrnfofs

On 03.10.2011 11:39, Stuart Morris wrote:

> vdr-nfofs looks interesting. Can it be used in conjunction with a DLNA server like MiniDLNA? 

Should work. Just make MiniDLNA's config point to the vdrnfofs file
system. But I have no idea, if the *.nfo files are of any use to DLNA
devices. And it might be a little bit slow if you have a lot of VDR
recordings.

> Does it support H264 vdr recordings?

It supports VDR 1.6 (001.vdr) and VDR 1.7.x (0001.ts). It doesn't care
about the encoding. The VDR files are just virtually concatenated and
presented as a single *.mpg file.

Tobias

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

tyger@gmx.com | 3 Oct 2011 12:28
Picon
Picon

Re: vdr-checkts + vdrnfofs

I tried to set up a dlna server with an earlier version of vdr-nfofs a few months ago. It kinda worked but there were some performance problems in regard to file system operations. I hacked a file descriptor cache into the python code which helped a bit. Tobi might have included this in the new version.

Cya, Ed
--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.



Tobi <listaccount <at> e-tobi.net> schrieb:
On 03.10.2011 11:39, Stuart Morris wrote:

> vdr-nfofs looks interesting. Can it be used in conjunction with a DLNA server like MiniDLNA?

Should work. Just make MiniDLNA's config point to the vdrnfofs file
system. But I have no idea, if the *.nfo files are of any use to DLNA
devices. And it might be a little bit slow if you have a lot of VDR
recordings.

> Does it support H264 vdr recordings?

It supports VDR 1.6 (001.vdr) and VDR 1.7.x (0001.ts). It doesn't care
about the encoding. The VDR files are just virtually concatenated and
presented as a single *.mpg file.

Tobias


vdr mailing list
vdr <at> linuxt v.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Ed Hein | 3 Oct 2011 18:08
Picon
Picon

Re: vdr-checkts + vdrnfofs

Hi,

> I tried to set up a dlna server with an earlier version of vdr-nfofs a few
> months ago. It kinda worked but there were some performance problems in
> regard to file system operations. I hacked a file descriptor cache into the
> python code which helped a bit. Tobi might have included this in the new
> version.

Looks like my patches haven't been accepted for 0.7. You can try my patchset but I haven't worked on that for
some months now. Patch is not minimal and not cleanly separated, so you should pick the tidbits you like.

Cya, Ed
_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Tobi | 3 Oct 2011 19:26

Re: vdr-checkts + vdrnfofs

On 03.10.2011 18:08, Ed Hein wrote:

> Looks like my patches haven't been accepted for 0.7.

No they haven't. Sorry! But it's on the todo list. Just need to fix the
merge conflicts first, because the patch doesn't apply to 0.7.

Tobias

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Manfred Schmidt-Voigt | 3 Oct 2011 20:12
Picon

Re: vdr-checkts + vdrnfofs

Am 02.10.2011 23:21, schrieb Tobi:
> Hi,
>
> Just in case someone finds them useful, I've just put two tiny tools online:
>
> vdr-checkts: checks VDR recordings for continuity errors
>
> http://projects.vdr-developer.org/git/vdr-checkts.git
> http://projects.vdr-developer.org/git/vdr-checkts.git/tree/README
> http://projects.vdr-developer.org/git/vdr-checkts.git/snapshot/vdr-checkts-0.1.tar.gz
>
>
>
> vdr-nfofs: A Fuse file system for VDR recordings, mapping them to
> *.mpg/*.nfo files
>
> http://projects.vdr-developer.org/git/vdrnfofs.git/
> http://projects.vdr-developer.org/git/vdrnfofs.git/tree/README
> http://projects.vdr-developer.org/git/vdrnfofs.git/snapshot/vdrnfofs-0.7.tar.gz
>
> Have fun,
>
> Tobias
>
> _______________________________________________
> vdr mailing list
> vdr <at> linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
>

Hi Tobi,

I like this vdrnfofs. But I miss one thing. When you create the filename 
you include the Recording-Timestamp at the end of the filename. So you 
can only sort these files in the browser alphabetically. But it would be 
nice to have these timestamps as the creation time of the mpeg-file and 
not only "1.1.1970 1:00". Then you it would be possible to sort also 
based on the date column. I would prefer this because I normaly look the 
oldest unseen recordings first.

Is it possible to include this in one of the next versions?

Kind regards
Manfred

--

-- 
-------                   Manfred Schmidt-Voigt                  -------
-----                        www.mannitec.de                       -----
-------          mailto:manfred.schmidt-voigt <at> mannitec.de        -------

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Tobi | 3 Oct 2011 20:26

Re: vdr-checkts + vdrnfofs

On 03.10.2011 20:12, Manfred Schmidt-Voigt wrote:

> Is it possible to include this in one of the next versions?

Good suggestion! Added to the todo list.

Tobias

_______________________________________________
vdr mailing list
vdr <at> linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Gmane