We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. Manuawwy adding anime to aniwist is time-consuming owu.
Describe the solution you'd like Add a featuwe to impowt anime data fwom a xml fiwe to aniwist thwough chibi owu.
Describe alternatives you've considered none
Additional context Add any other context or screenshots about the feature request here. none
The text was updated successfully, but these errors were encountered:
Can u provide me a sample row column format which chibi can expect while importing?
Sorry, something went wrong.
At the moment, anilist can onwy impowt xml fiwes, suwch as this fowmat.
<?xml version="1.0" encoding="utf-8"?> <myanimelist> <myinfo> <user_id /> <user_name>kirbon</user_name> <user_export_type>2</user_export_type> <user_total_manga>1</user_total_manga> <user_total_reading>1</user_total_reading> <user_total_completed>0</user_total_completed> <user_total_onhold>0</user_total_onhold> <user_total_dropped>0</user_total_dropped> <user_total_plantoread>0</user_total_plantoread> </myinfo> <manga> <manga_mangadb_id>156735</manga_mangadb_id> <manga_title><![CDATA[The Genius Medicinal Mage]]></manga_title> <manga_volumes>0</manga_volumes> <manga_chapters>0</manga_chapters> <my_id>0</my_id> <my_read_volumes>0</my_read_volumes> <my_read_chapters>48</my_read_chapters> <my_start_date>0000-00-00</my_start_date> <my_finish_date>0000-00-00</my_finish_date> <my_scanalation_group /> <my_score>10</my_score> <my_storage /> <my_status>Reading</my_status> <my_comments /> <my_times_read>0</my_times_read> <my_tags /> <my_reread_value>Low</my_reread_value> <update_on_import>1</update_on_import> </manga> </myanimelist>
CosmicPredator
No branches or pull requests
Is your feature request related to a problem? Please describe.
Manuawwy adding anime to aniwist is time-consuming owu.
Describe the solution you'd like
Add a featuwe to impowt anime data fwom a xml fiwe to aniwist thwough chibi owu.
Describe alternatives you've considered
none
Additional context
Add any other context or screenshots about the feature request here.
none
The text was updated successfully, but these errors were encountered: