Results 24 comments of sdaqo

Support for a new stream provider will be somewhat a big thing. I will postpone that for now since looks like that isn't really on a lot of eps and...

Will this PR make it possible to have one source import folder and another destination import folder where the files don't get moved but linked or copied instead? If yes...

`Downloads are stored in: /home/anime/{show_name}` Your path to the downloads may not have {show_name} in the name as a format field (or any format field for that matter, this only...

Hi! The api side of things is not perfect, I know. I am planning to rewrite parts of the core functionality as I did with the player and cli, trying...

@Bratah123 Soooo, after a considerable amount of time I have finally finished the api rewrite. Please read the docs: https://sdaqo.dev/anipy-cli/getting-started-api/ because the new api is completely different. I will close...

Do you think something like this will do? ```diff private fun registerUpdatedExtension(extension: Extension.Installed) { val mutInstalledExtensions = _installedExtensionsFlow.value.toMutableList() val oldExtension = mutInstalledExtensions.find { it.pkgName == extension.pkgName } if (oldExtension !=...

I guess removing the sources from the list when the extension is uninstalled is also a good idea, else we would have a bunch of orphan source ids that do...

Bumping, because I wanted to know if there is anything you want me to do else, or if this is only stalled because you want to implement other stuff before...

1. Check your system setting, maybe you deactivated mobile data for the app. 2. Do you mean reading or downloading? If downloading there is also a setting in the app...

Refer to this: https://mihon.app/docs/faq/browse/extensions#what-are-some-recommended-extensions-and-sources and this: https://mihon.app/docs/guides/getting-started#adding-sources (under "External Repositorys").