-
Notifications
You must be signed in to change notification settings - Fork 160
Both options on importing save data do the same thing #16
Comments
It appears that each option functions as intended, but if you choose "No Ask", files get replaced no matter what you choose. |
This is in the method |
@irbyjm, any progress? |
@drinfernoo I might have had this fixed in an earlier commit but then dumped it because I misinterpreted what was supposed to happen. Can you validate my thought process? Is it supposed to:
I am still wrapping my head around default.py's shutil.copy(temp, old)
traktit.importlist('all')
traktit.traktIt('restore', 'all') traktit.py's traktIt() if user == '' and do == 'update': continue
updateTrakt(do, log) and traktit.py's updateTrakt() elif do == 'restore': Which looks like no matter what you choose for |
I need to dig into it more as well, as I'm not exactly sure how it's supposed to work, but that's my understanding as well. |
This is the relevant code related to Trakt importing, from It appears that what this does is: on line 2129, loops through all the files in the If we can fix this for Trakt, we can also fix it for debrid and login saving, since the code is identical. |
This will hopefully become simpler if modular add-on support is implemented, as mentioned in #32. |
Closed for inactivity. Much of this code is outdated and needs to be fixed up anyways. |
When importing save data, both options make you go through the list and choose for each one.
The text was updated successfully, but these errors were encountered: