Alcidauk / CineLog

A fork of KinoLog Android app with some extra functionnalities
GNU General Public License v3.0
47 stars 15 forks source link

Migrating from TMDB [Import/Export]. #84

Open Jey-Galactica opened 3 months ago

Jey-Galactica commented 3 months ago

Hi! Firs of all thanks for a good app.

I'm now trying to completely migrate from TMDB to CineLog and noticed that TMDB's exported tables and CineLog's import/export tables are quite differ. It's ok for me to play around with text editors and office (changing columns, titles, formats and so on) to get the TMDB's tables to way, which CineLog can read properly. And it worked fine. The main issue for me at the moment is that TMDB's CSV has no "overview" and "poster_path" fields at all. So all of my imported entries look a bit... sad: just titles, dates and ratings. I could try to copy all the rest by hands, but making it for all of my ~3000 entries gonna become a challenge even for my will.

So I'm wondering if there is a way to somehow synchronize all the data, filling the empty fields, using e.g. TMDB ID. Or may be any other way to make it look right?

Thank you for your work. Looking forward to some news.