You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I added 4 new files to an album by copying from my laptop to the NFS server. Gerbera on the NFS server did not pick them up. Even after copying was finished, the files did not appear in the database view. touching them on the server and restarting gerbera multiple times did not work.
Adding them manually via the web interface's file view did not help either.
I inspected the database and saw that all 4 files were added with a mime_type of inode/x-empty to the mt_cds_object table.
They were only processed correctly after manually deleting them from the database.
To Reproduce
Not sure
Expected behavior
Items with mime type inode/x-empty should be processed correctly.
Server (please complete the following information):
This issue is hard to address by gerbera. Because we get the inotify too early and therefore tag the file so that we do not check it on updates - for performance.
Describe the bug
I added 4 new files to an album by copying from my laptop to the NFS server. Gerbera on the NFS server did not pick them up. Even after copying was finished, the files did not appear in the database view.
touch
ing them on the server and restarting gerbera multiple times did not work.Adding them manually via the web interface's file view did not help either.
I inspected the database and saw that all 4 files were added with a mime_type of
inode/x-empty
to themt_cds_object
table.They were only processed correctly after manually deleting them from the database.
To Reproduce
Not sure
Expected behavior
Items with mime type
inode/x-empty
should be processed correctly.Server (please complete the following information):
Related: #3202, #3090
The text was updated successfully, but these errors were encountered: