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

Import #16

Open
Gottarocket opened this issue Aug 25, 2022 · 9 comments · Fixed by #17
Open

Import #16

Gottarocket opened this issue Aug 25, 2022 · 9 comments · Fixed by #17
Labels
enhancement New feature or request

Comments

@Gottarocket
Copy link

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

@mondlicht-und-sterne
Copy link

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.).

@ErfanRht ErfanRht added the enhancement New feature or request label Aug 26, 2022
@ErfanRht
Copy link
Owner

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

@ErfanRht ErfanRht linked a pull request Aug 26, 2022 that will close this issue
@ErfanRht
Copy link
Owner

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

@Gottarocket
Copy link
Author

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

@ErfanRht
Copy link
Owner

ErfanRht commented Sep 1, 2022

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 ErfanRht reopened this Sep 1, 2022
@BrightDV
Copy link

BrightDV commented Sep 9, 2022

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.

@Gottarocket
Copy link
Author

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

@ErfanRht
Copy link
Owner

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
Copy link
Owner

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.

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

Successfully merging a pull request may close this issue.

4 participants