Python daemon to watch a folder and update a database

后端 未结 3 1267
予麋鹿
予麋鹿 2021-02-06 15:08

This is specifically geared towards managing MP3 files, but it should easily work for any directory structure with a lot of files.

I want to find or write a daemon (pref

3条回答
  •  日久生厌
    2021-02-06 15:36

    If you use Linux, you can use PyInotify.

    inotify can notify you about filesystem events when your program is running.

提交回复
热议问题