inotifywait command exemple

This commit is contained in:
qo-op 2021-02-16 23:52:47 +01:00
parent 495adb6116
commit 6b7c43828d
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@
# Index File Format (could be enhanced) is using Kodi TMDB enhancement
# https://github.com/Kodi-vStream/venom-xbmc-addons/wiki/Voir-et-partager-sa-biblioth%C3%A8que-priv%C3%A9e#d%C3%A9clarer-des-films
########################################################################
## RUN BY inotifywait process ~/astroport/ NEW FILE DETECT
## RUN inotifywait process ~/astroport/ NEW FILE DETECT
# /usr/bin/inotifywait -r -e close_write -m /home/$YOU/astroport | while read dir flags file; do ~/.zen/astrXbian/zen/new_file_in_astroport.sh "$dir" "$file"; done &
# mkdir -p ~/astroport/youtube
# mkdir -p ~/astroport/mp3
########################################################################