-
Notifications
You must be signed in to change notification settings - Fork 129
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
Delete all scraped scenes not currently downloaded #1704
Comments
and...... then it would just rescrape all that metadata. |
@theRealKLH not necessarily true. You could just turn off the scrapers and scrape new scenes individually. That might not be sustainable/scaleable if you're downloading hundreds of scenes in rapid succession, but you probably don't care about space if you're doing that, anyway. for me, after seeing the eye-popping amount of space the metadata gobbles up, I would prefer to individually scrape any scene I grab here or there moving forward. |
That is true (your response). But I leave all "active" scrapers I'm slightly interested in enabled. Got no time to be scraping single scenes from 2018. It kinda defeats the purpose of the utility. Scrapes are to have the data BEFORE you know you want the video.. Grin Just thinking... You mentioned 15gb in xbvr.log. If this is what you are equating to your metadata size, it's not your metadata.. Just delete the log file. Boom... instant 15gb recovered. What is the size of your main.db (metadata)? can't be THAT big.. maybe you are talking preview videos directory (video_preview) or images/covers directory (imageproxy)? |
ah, okay, thanks for explaining that. what is contained in the log file, out of curiosity? (i have some technical skills, but i'm not an engineer, so the thought of peeking in a file that big using the methods i'm aware of gives me hives.) nothing i'll need to redownload? my main.db is ~150mb, which is definitely not big enough for me to worry about. and just fwiw, my suggestion was more an add'l feature, to include the option to delete unused scraped data, not to, uh, "scrap" scrapers altogether 😅. but if we're talking about a file that isn't even a gb in my case, that seems hardly worth the effort. edit: nvm, i moved the file and launched XBVR, then opened the new log file it created. it's 470 bytes and literally just a log. how tf does that get to be 15gb? am i that much of a perv? |
I have something like 15 gigabytes in xbvr.log. I have something like 20k scenes' worth of metadata downloaded but only ~150 scenes. A way to delete all scraped data except for downloaded scenes would be great.
The text was updated successfully, but these errors were encountered: