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

[✨] add a xml impowtew #9

Open
fuwarc opened this issue Feb 24, 2025 · 2 comments
Open

[✨] add a xml impowtew #9

fuwarc opened this issue Feb 24, 2025 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@fuwarc
Copy link

fuwarc commented Feb 24, 2025

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

@fuwarc fuwarc added the enhancement New feature or request label Feb 24, 2025
@CosmicPredator
Copy link
Owner

Can u provide me a sample row column format which chibi can expect while importing?

@fuwarc
Copy link
Author

fuwarc commented Feb 24, 2025

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 CosmicPredator added this to the v1.1.0 milestone Feb 27, 2025
@fuwarc fuwarc changed the title [✨] add a csv impowtew [✨] add a xml impowtew Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants