- Mitglied seit
- 30. Dez 2012
- Beiträge
- 13.432
- Punkte für Reaktionen
- 5.663
- Punkte
- 524
https://github.com/Pavion/tvstreamrecord/issues/45
Postprocessing will be called with following parameters: | |
['synoindex', '-a', '/volume1/common/20210328165900 - Test_T1_View.ts'] | |
Exception calling postprocessing, please check your command line |
Postprocessing will be called with following parameters: | |
2021-04-02 18:56:57.629 | ['perl', '/home/Scripts/update-syno-video.sh', '/volume1/common/'] |
2021-04-02 18:56:57.632 | Exception calling postprocessing, please check your command line |
synoindex -A /meinVideoPfad
sed -i "$ a\%file%" /volume1/common/list.txt
#bin/sh
file="/meinVideoPfad/list.txt"
if test -f $file; then
while read p; do
synoindex -a "$p"
done < $file
rm $file
fi
/volume1/@appstore/VideoStation/bin/ffmpeg
Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.
Als Dankeschön schalten wir deinen Account werbefrei.