-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Comments
Import + ExportThese two functions are really important. |
Yeah you guys are right, it's a necessary feature. |
It's been added in 2.0.6. Check it out! |
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? |
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. |
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 |
Thank you for your time, this is really helpful. |
To achieve that, we need some changes in the app structure and i hope it happens soon. |
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
The text was updated successfully, but these errors were encountered: