Re: [vdr] Trying to run satip w/ Geniatech EyeTV Netstream 4Sat

2023-03-29 Thread Martin Dummer

Am 29.03.23 um 18:09 schrieb Harald Milz:

Initially, all seems to look good:



Hello Harald,


I miss lines like these:

Mar 28 19:28:25 vdr vdr: [21100] SATIP: Adding server
'192.168.166.129|DVBC-4|FRITZ!Box 6490 Cable' Bind: default Filters:
none CI: no Quirks: n
one

These lines give you the information with which name the SAT>IP device
has been detected and added.

Some SATIP devices have not-standard behaviour and need "quirks" to work
properly.

For example, the "GSSBOX"Grundig Sat Systems GSS.box DSI 400 has a
"SessionID Bug" and there is a "quirk" to fix this.

run "vdr -h" and read what options your satip plugin has and try if
"0x01: Fix session id bug" helps you.

Looking into the source code

https://github.com/rofafor/vdr-plugin-satip/blob/02a842f95a09a74d7eba90648c97693638007141/server.c#L130

there is a comment

// Elgato EyeTV Netstream 4Sat ?

which is an indication that your receiver may need this quirk, but its
not coded in the source yet.

If yes, please report your results here.


Bye

Martin





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


Re: [vdr] Running VDR from systemd on Raspberry Pi OS

2022-12-27 Thread Martin Dummer


Am 27.12.22 um 21:49 schrieb Marko Mäkelä:


First, I removed the custom /etc/fstab entry. Everything will be
controlled by systemd as follows:



On systemd-systems, each line  in /etc/fstab is automatically converted
by a binary "systemd-fstab-generator" into "xxx.mount" units. So what
you do here



sudo tee /etc/systemd/system/video.mount << "EOF"
[Unit]
BindsTo=dev-disk-by\x2dlabel-VDR.device
After=dev-disk-by\x2dlabel-VDR.device
Requires=systemd-fsck@dev-disk-by\x2dlabel-VDR.service
After=systemd-fsck@dev-disk-by\x2dlabel-VDR.service
[Mount]
Where=/video
What=/dev/disk/by-label/VDR
Type=ext4
Options=defaults,noatime,nofail
[Install]
WantedBy=dev-disk-by\x2dlabel-VDR.device
EOF


is more or less the same as one line in /etc/fstab.

see "man systemd.mount" and "man systemd-fstab-generator"

Just a hint

Martin


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


Re: [vdr] irc/matrix/mastodon

2022-11-14 Thread Martin Dummer

Am 14.11.22 um 10:55 schrieb Mikko Tuumanen:

Are there any vdr-related irc channels or matrix rooms?



I know about #gentoo-vdr on libera.chat but it's a quiet place


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


Re: [vdr] projects.vdr-developer.org might come to an end

2022-07-07 Thread Martin Dummer

Am 07.07.22 um 17:02 schrieb Richard F:

Has code been copied to github ?  Who's owning / maintaining it there ?


Please use this

https://vdr-projects.github.io/

as a first info page. Although this list has not been updated,
vdr-convert has been mirrored to https://github.com/vdr-projects/vdr-convert

If you want to add more code etc.. place a pull request, or "want your
repo back", tell us on

https://www.vdr-portal.de/forum/index.php?thread/135173-migration-von-projects-vdr-developer-org-auf-alternative-plattformen/

what your plans are.


Bye

Martin


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