LNReader / lnreader

Light novel reader for Android.
https://lnreader.github.io
MIT License
1.71k stars 183 forks source link

The tracking search can't find a specific light novel. #809

Open MerkKey opened 11 months ago

MerkKey commented 11 months ago

Steps to reproduce

  1. Add MyAnimeList tracking for "I'm in Love with the Villainess", "Watashi no Oshi wa Akuyaku Reijou.: Revolution"
  2. Enter the series title in the search.

Expected behavior

The series should show up in the results

Actual behavior

No results / Other series show up

https://streamable.com/fxh2j3

LNReader version

1.1.18

Android version

Android 13

Device

Samsung Galaxy A22 5G

Other details

No response

Acknowledgements

rajarsheechatterjee commented 10 months ago

The MyAnimeList API doesn't seem to return the novel.

Endpoint

https://api.myanimelist.net/v2/manga?q=I’m in Love with the Villainess&fields=id,title,main_picture,media_type 

Response

[
  {
    "node": {
      "id": 107566,
      "title": "Otome Game no Hametsu Flag shika Nai Akuyaku Reijou ni Tensei shiteshimatta...",
      "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/manga/2/207950.jpg",
        "large": "https://cdn.myanimelist.net/images/manga/2/207950l.jpg"
      },
      "media_type": "manga"
    }
  },
  {
    "node": {
      "id": 147728,
      "title": "Villainess in Love",
      "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/manga/2/270238.jpg",
        "large": "https://cdn.myanimelist.net/images/manga/2/270238l.jpg"
      },
      "media_type": "manhwa"
    }
  },
  {
    "node": {
      "id": 147394,
      "title": "When the Villainess Is in Love",
      "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/manga/2/263114.jpg",
        "large": "https://cdn.myanimelist.net/images/manga/2/263114l.jpg"
      },
      "media_type": "manhwa"
    }
  },
  {
    "node": {
      "id": 148410,
      "title": "Kill the Villainess",
      "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/manga/4/291250.jpg",
        "large": "https://cdn.myanimelist.net/images/manga/4/291250l.jpg"
      },
      "media_type": "manhwa"
    }
  },
  {
    "node": {
      "id": 147767,
      "title": "The Villainess's Maker",
      "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/manga/2/262207.jpg",
        "large": "https://cdn.myanimelist.net/images/manga/2/262207l.jpg"
      },
      "media_type": "manhwa"
    }
  },
  {
    "node": {
      "id": 146912,
      "title": "Beware the Villainess!",
      "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/manga/2/260779.jpg",
        "large": "https://cdn.myanimelist.net/images/manga/2/260779l.jpg"
      },
      "media_type": "manhwa"
    }
  },
  {
    "node": {
      "id": 149161,
      "title": "The Villainess Flips the Script!",
      "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/manga/3/288109.jpg",
        "large": "https://cdn.myanimelist.net/images/manga/3/288109l.jpg"
      },
      "media_type": "manhwa"
    }
  },
  {
    "node": {
      "id": 154182,
      "title": "Akuyaku Reijou to Akuyaku Reisoku ga, Deatte Koi ni Ochita nara: Nanashi no Seirei to Keiyaku shite Oidasareta Reijou wa, Kyou mo Reisoku to Kisoiatteiru you desu",
      "main_picture": {
        "medium": "https://cdn.myanimelist.net/images/manga/3/276621.jpg",
        "large": "https://cdn.myanimelist.net/images/manga/3/276621l.jpg"
      },
      "media_type": "manga"
    }
  }
]
ghost commented 10 months ago

Yea