- added orange theme (its like yellow but slightly darker)
- added enforce keyframes at cuts preferences (it will also apply when you remove sponsorblock items)
- fixed cookies not getting saved on older droids
- fixed app making new folder instead of merging when moving files
- added ability to put multiple preferred format ids separated by commas for both audio and video
- added support for piped links
- fixed bug where if an item has no formats and you update audio formats and then go to video tab it will not show the video formats too
- made terminal share icon hidden by default
//move file from internal to set download directory
setProgressAsync(workDataOf("progress"to100,"output"to"Moving file to ${FileUtil.formatPath(downloadLocation)}","id"todownloadItem.id,"log"tologDownloads))
setProgressAsync(workDataOf("progress"top,"output"to"Moving file to ${FileUtil.formatPath(downloadLocation)}","id"todownloadItem.id,"log"tologDownloads))
}
if(finalPaths.isNotEmpty()){
setProgressAsync(workDataOf("progress"to100,"output"to"Moved file to $downloadLocation","id"todownloadItem.id,"log"tologDownloads))
}else{
CoroutineScope(Dispatchers.IO).launch{
varfinalPaths:List<String>?
//move file from internal to set download directory
setProgressAsync(workDataOf("progress"to100,"output"to"Moving file to ${FileUtil.formatPath(downloadLocation)}","id"todownloadItem.id,"log"tologDownloads))
setProgressAsync(workDataOf("progress"top,"output"to"Moving file to ${FileUtil.formatPath(downloadLocation)}","id"todownloadItem.id,"log"tologDownloads))
}
}
if(finalPaths.isNotEmpty()){
setProgressAsync(workDataOf("progress"to100,"output"to"Moved file to $downloadLocation","id"todownloadItem.id,"log"tologDownloads))