Merge branch 'cc-1799-put-airtime-storage-into-a-human-readable-file-naming-convention' of dev.sourcefabric.org:airtime into cc-1799-put-airtime-storage-into-a-human-readable-file-naming-convention
Conflicts: python_apps/media-monitor/MediaMonitor.py
This commit is contained in:
commit
a370a4e812
1 changed files with 2 additions and 1 deletions
|
@ -181,6 +181,7 @@ class MediaMonitor(ProcessEvent):
|
|||
'album':None,
|
||||
'title':None,
|
||||
'tracknumber':None}
|
||||
<<<<<<< HEAD
|
||||
|
||||
for key in metadata.keys():
|
||||
if key in file_info:
|
||||
|
@ -250,8 +251,8 @@ class MediaMonitor(ProcessEvent):
|
|||
|
||||
|
||||
def process_IN_CREATE(self, event):
|
||||
if not event.dir:
|
||||
|
||||
if not event.dir:
|
||||
#file created is a tmp file which will be modified and then moved back to the original filename.
|
||||
if self.is_temp_file(event.name) :
|
||||
self.temp_files[event.pathname] = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue