Closed bensteUEM closed 1 year ago
must be in file_delete method
downloads all files that should be kept
Problem is API use of /files/{domainType}/{domainIdentifier} // Deleting all files for arrangement vs. /files/{id} // only one file
method needs to check for file ID on delete instead of deleting everything
IDs are part of the file list and can be accessed using
[file[0] for file in online_files if file[1] == filename_for_selective_delete]
lines 354-366 maybe even further need adjustment..
Using SongbeamerQS uploading all files takes very long. looking at the log files each song attachment seems to be downloaded before overwritten.
This might be required because of an overwrite option - check that it's implemented the most efficient way when overwrite=True