-
Notifications
You must be signed in to change notification settings - Fork 482
Add wishlist category support in anidb_list #1031
Description
Hi
I've recently stumbled on this plugin, that would be very interesting for my setup, but it would need some improvements to fit my needs. Basically im talking about multiple lists from the same account, similar to what you can have with trakt. I am aware that this is a limitation from anidb itself, but we could use some of the default wishlist categories (To Get, To Watch, Buddy Recommendations, Undefined and Blacklist). I would be happy with just one option, like To Get.
I looked at the code and the request is being made directly to the url:
url = 'http://anidb.net/perl-bin/animedb.pl?show=mywishlist&uid=%s' % config['user_id']
So it would be just a matter of adding "&mode=3" to the url, for the "To Get" category. The default "All" category seems to be "&mode=0" in case that makes it easier.
Looks simple enough so i gave it a go, but i couldnt even get it to work hardcoded, so ill just leave it for those that know what they are doing.
Thanks