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

Yamtrack csv import format information #246

Open
SirMartin opened this issue Oct 15, 2024 · 1 comment
Open

Yamtrack csv import format information #246

SirMartin opened this issue Oct 15, 2024 · 1 comment

Comments

@SirMartin
Copy link

It would be nice, if somewhere we can get an example of the import format of CSV that needs Yamtrack, so can parse my own data to Yamtrac's format.

I didn't found anywhere, and try to find in the code, but it was not enough clear for me.

@FuzzyGrim
Copy link
Owner

It expects:

source: tmdb/mal/igdb

media_id: the id used in the source API

media_type: movie/TV/season/episode/anime/manga/game

title: title of the media

image: image URL of the image

season_number: required if the entry is a season or an episode

episode_number: required if the entry is an episode

score: your score

progress: your progress. For games it expects something like `1h 30min`.

status: Completed/In progress/Repeating/Planning/Dropped/Paused

repetitions: number of times consumed

start_date: mm/dd/yyyy, not used for episodes

end_date: mm/dd/yyyy, not used for episodes

notes: comments for multimedia input

watch_date: for episodes

You can get a sample csv by exporting the data from the demo instance on the profile page. I will probably create a Github Wiki page with some documentation like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants