@Sebastiii ?Thanks good info! Is there a branch or changeset I can merge to Onlinevideos for MP 1.16 compatibility?
Couple of remarks for your patch:
- Instead of manually fixing the titles, there is a FileUtils.GetSaveFilename which does the job
- The xmp2 changes are not needed
The rest seems ok (unable to test, so I'll take your word for it to work )
Couple of remarks for your patch:
- Instead of manually fixing the titles, there is a FileUtils.GetSaveFilename which does the job
- The xmp2 changes are not needed
The rest seems ok (unable to test, so I'll take your word for it to work )
if (string.IsNullOrEmpty(saveItems.CurrentItem.Title)) saveItems.CurrentItem.Title = saveItems.CurrentItem.VideoInfo.Title;
// Replace illegal char
saveItems.CurrentItem.VideoInfo.Title = FileUtils.GetSaveFilename(saveItems.CurrentItem.Title);
if (!string.IsNullOrEmpty(saveItems.CurrentItem.OverrideFolder))