CC-2419: Media monitor does not import files that already existed in /srv/airtime/stor
-work in progress
This commit is contained in:
parent
3335ff703a
commit
4ab7523a84
4 changed files with 45 additions and 27 deletions
|
@ -104,6 +104,13 @@ class AirtimeNotifier(Notifier):
|
|||
mm.watch_directory(new_storage_directory)
|
||||
|
||||
|
||||
#update airtime with information about files discovered in our
|
||||
#watched directories. Pass in a dict() object with the following
|
||||
#attributes:
|
||||
# -filepath
|
||||
# -mode
|
||||
# -data
|
||||
# -is_recorded_show
|
||||
def update_airtime(self, d):
|
||||
|
||||
filepath = d['filepath']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue