Last modified by Tobias Wintrich on 2024/06/27 17:49

From version 6.1
edited by Tobias Wintrich
on 2024/06/27 15:30
Change comment: There is no comment for this version
To version 7.1
edited by Tobias Wintrich
on 2024/06/27 15:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -41,10 +41,10 @@
41 41  ln -sf /mnt/config/vlc/config ~/.config/vlc
42 42  
43 43  #Beispiel 1: Starte VLC im Fullscreen mit Loop und ohne Titelanzeige
44 -vlc --fullscreen --no-osd --no-video-title --loop /mnt/shares/all/#NamederFreigabe#/#Namedes Videos#
44 +vlc --fullscreen --no-osd --no-video-title -q --loop /mnt/shares/all/#NamederFreigabe#/#Namedes Videos#
45 45  
46 46  #Beispiel 2: Starte eine Bildershow aller Dateien im Verzeichnis im Fullscreen mit Loop
47 -vlc --fullscreen --no-osd --no-video-title --loop --image-duration=60 /mnt/shares/all/#NamederFreigabe#/*
47 +vlc --fullscreen --no-osd --no-video-title -q --loop --image-duration=60 /mnt/shares/all/#NamederFreigabe#/*
48 48  }}}
49 49  
50 50  Ersetzen Sie hier noch: