KotatsuApp / Kotatsu

Manga reader for Android
https://kotatsu.app
GNU General Public License v3.0
3.18k stars 144 forks source link

Migration Search Through Disabled sources #891

Closed mogodo closed 1 month ago

mogodo commented 1 month ago

Brief summary

When I'm searching for alternatives sources for a manga with the "Alternatives" option in the manga screen it search through all sources even disabled onces witch make the process way too slow.

Steps to reproduce

  1. Open a manga in your Library
  2. Click on the three dots in the top right to show more options
  3. Click on "Alternatives" in the option list

Kotatsu version

7.0.1

Android version

13

Device

No response

Acknowledgements

Koitharu commented 1 month ago

Enabled sources are processed first so search through disabled sources isn't slow down the search

mogodo commented 1 month ago

Enabled sources are processed first so search through disabled sources isn't slow down the search

Sorry I made a mistake here, It was manga that was not available in the majority of my enabled sources witch give me the sensation that it was just searching through all the app manga sources in the alphabetical order.

Koitharu commented 1 month ago

The priority is:

  1. Enabled sources with same language
  2. Enabled sources with other languages
  3. Disabled sources same language
  4. Disabled sources other languages
mogodo commented 1 month ago

Understood