Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regression: mal_search.type does not accept a commalist even though it seems it should #2443

Open
merc1031 opened this issue Jan 11, 2025 · 0 comments
Assignees
Labels
bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet

Comments

@merc1031
Copy link

Version Number

2.1.0

What branch are you on?

master

Describe the Bug

The commit here: 27a6c48#diff-9cd20785e748deea5b742126c8ad37c2959c1a1c943a21c4d008e988a5600eceR1742-R1743

Removed the capability to have mal_search type be a commalist . It seems to be in an unrelated change about imdb.

From using a python library and the corresponding query, it appears that mal api does accept list for type

>>> [a.title for a in c.anime_search("type=movie,ova", limit=2)]
DEBUG:urllib3.connectionpool:https://api.myanimelist.net:443 "GET /v2/anime?q=type%3Dmovie%2Cova&limit=2&fields=status%2Cmedia_type%2Cgenres%2Cmean%2Cstatus%2Cnum_episodes%2Cstart_season%2Cbroadcast%2Csource%2Clist_status HTTP/1.1" 200 None
['K-On! Movie', 'X/1999']

Relevant Collection/Overlay/Playlist Definition

No response

Logs

No response

@merc1031 merc1031 added bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet
Projects
None yet
Development

No branches or pull requests

2 participants