MovieLab icon indicating copy to clipboard operation
MovieLab copied to clipboard

Import

Open Gottarocket opened this issue 2 years ago • 9 comments

Is your feature request related to a problem? Please describe.

Option to import from similar apps or service like tracktv

Describe the solution you'd like Option to import from service via their api or import json or csv

Describe alternatives you've considered

Sync like showly app or option to import other formats

Additional context Need export on app too

Gottarocket avatar Aug 25 '22 00:08 Gottarocket

Import + Export

These two functions are really important. If an update doesn't work or you have to uninstall the app, all your data is gone, Therefore, it should be possible to export and re-import all the data entered (wathlist, history, collections, etc.).

mondlicht-und-sterne avatar Aug 25 '22 20:08 mondlicht-und-sterne

Yeah you guys are right, it's a necessary feature.

ErfanRht avatar Aug 26 '22 04:08 ErfanRht

It's been added in 2.0.6. Check it out!

ErfanRht avatar Aug 26 '22 11:08 ErfanRht

Appreciate import export option but my import request was related to import from other services like tracktv

Gottarocket avatar Aug 31 '22 10:08 Gottarocket

Appreciate import export option but my import request was related to import from other services like tracktv

I'm afraid I couldn't find a way to do that, can you share a method or documentation of how can that be done?

ErfanRht avatar Sep 01 '22 07:09 ErfanRht

I've digged a little in Trakt API documentation. It seems possible, but you will have to implement OAuth (there are some packages available on pub.dev). For example, the request to get watched movies. Also, it returns the IMDb id of each movie/serie.

BrightDV avatar Sep 09 '22 14:09 BrightDV

If it can import just .txt with all show names and values its more than enough. There are scripts on github which can export it as csv too. So instead of exporting it as csv, it should be imported into app directly

Gottarocket avatar Sep 09 '22 14:09 Gottarocket

I've digged a little in Trakt API documentation. It seems possible, but you will have to implement OAuth (there are some packages available on pub.dev). For example, the request to get watched movies. Also, it returns the IMDb id of each movie/serie.

Thank you for your time, this is really helpful.

ErfanRht avatar Sep 11 '22 05:09 ErfanRht

If it can import just .txt with all show names and values its more than enough. There are scripts on github which can export it as csv too. So instead of exporting it as csv, it should be imported into app directly

To achieve that, we need some changes in the app structure and i hope it happens soon.

ErfanRht avatar Sep 11 '22 05:09 ErfanRht