[VDR*ELEC] Warum wird Aufnahmepfad beim schneiden gekürzt?

  • Hallo,


    betreibe einen vdr 2.6.9 auf einem Odroid N2+. Als Distribution verwende ich VDR*ELEC.


    Der Aufnahme Massenspeicher hat XFS Dateisystem und wird automatisch unter /media/2TB_XFS eingebunden. Aufnahmen liegen unter /media/2TB_XFS/vdr/video

    Es existiert einen symlink unter /storage dahin.


    lrwxrwxrwx 1 root root 25 Nov 26 2023 recordings -> /media/2TB_XFS/vdr/video/


    vdr Startoptionen sind:


    --video=/storage/recordings

    --dirnames=,,1

    --vfat


    Das funktioniert soweit wunderbar.


    Nun zu meiner Frage: Wenn ich ein Video schneide, wird der Name am Ende abgeschnitten - z.B. hier über der markierten Aufnahme zu sehen.



    Der Pfad zur Aufnahme:

    Code
    vdr1:~/recordings/ bzw. /media/2TB_XFS/vdr/video
    ...
    drwxr-xr-x    6 root     root           138 Aug 11 23:17 %Veteranen_der_Lüfte_-_Alte_Flügel,_neu
    drwxrwxr-x    3 root     root            39 Aug 11 23:15 Veteranen_der_Lüfte_-_Alte_Flügel,_neuer_Glanz
    ...
    
    komplett: /media/2TB_XFS/vdr/video/%Veteranen_der_Lüfte_-_Alte_Flügel,_neu


    Benutze ich die Optionen --dirnames=,,1 oder --vfat falsch?


    Danke


    p.s. Der verpixelte Hintergrund ist eine andere Baustelle.

  • --vfat übersteuert --dirnames=,,1, was dann dazu führt, dass der VDR effektiv mit --dirnames= 250,40,1 läuft. Also einfach --vfat weglassen.

    yaVDR-Dokumentation (Ceterum censeo enchiridia esse lectitanda.)

  • Super, danke.


    Und wie verhält sich das ohne --vfat mit Sonderzeichen im Dateinamen? Verschiebe auch Aufnahmen auf meine Archivplatte mit exFAT Dateisystem...

  • Code
    --dirnames=path[,name[,enc]]
    Set the maximum directory path length to path (default is the maximum value allowed on the system). If name is also given, it defines the maximum directory name length (default is the maximum value allowed on the system). The optional enc can be 0 or 1, and controls whether special characters in directory names are encoded as hex values (default: 0). If path or name are left empty (as in ",,1" to only set enc), the defaults apply. The length of the video directory name and that of the actual recording directory is subtracted from path, to make sure the directory path will never become too long.

    Also die 1 am Ende sorgt für keine Sonderzeichen :)

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!