You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to run the software to update the user_data.db databases only? I.e., just do that, and don't attempt to download anything? For various reasons, my database got corrupted and I had to delete it, so on a new run, it is re-downloading everything, even though I have the "overwrite_files" option set to false.
From the code, it looks like it looks for the value of the "downloaded" field in the medias table in user_data.db. Since my user_data.db file is "new", I'm assuming all the downloaded fields get set to 0. What I'm trying to do is either get them set to 1 either on initial creation, then modify to download just the ones I am missing, or create the user_data.db file without downloading the content, then modify to download just the ones I am missing.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Is there a way to run the software to update the user_data.db databases only? I.e., just do that, and don't attempt to download anything? For various reasons, my database got corrupted and I had to delete it, so on a new run, it is re-downloading everything, even though I have the "overwrite_files" option set to false.
From the code, it looks like it looks for the value of the "downloaded" field in the medias table in user_data.db. Since my user_data.db file is "new", I'm assuming all the downloaded fields get set to 0. What I'm trying to do is either get them set to 1 either on initial creation, then modify to download just the ones I am missing, or create the user_data.db file without downloading the content, then modify to download just the ones I am missing.
Beta Was this translation helpful? Give feedback.
All reactions