-
Notifications
You must be signed in to change notification settings - Fork 130
[Question] Discussion and Questions #112
Comments
Thank you for the thread! |
Hello. I was wondering where can I get the .exe file of the latest release. Unfortunately, I don't have VS2015 or higher, but I wanted to test out the app. |
@AnryCryman: Under releases, download the latest release. Currently that is v1.0.8.4, so the right file is TumblThree-v1.0.8.4.zip |
@johanneszab Yeah, I downloaded it. But there are no executables there, only source code. Can you possibly email me the .exe file of the latest release to anrycryman@gmail.com? |
.. I've uploaded that file myself and I'm pretty sure that there is a file called TumblThree/TumblThree.exe in that particular zip file. I cannot send you the .exe itself since it needs some more .dlls which are included in the zip file. Thus, I'd have to send you the exact same file I've linked above. Why do you download the file called source code if you don't want the source code? Since I've already received five similar emails there must be a reason. Should I rename the link to binary? Did you download the source code .zip file from the main page by pressing the green download or clone-button? |
@johanneszab Sorry, my mistake. Must have hit the wrong link. I downloaded TumblThree-v1.0.8.4.zip and found TumblThree.exe in there. |
No, there will be 20 streams opened to the Tumblr servers. Actually it was more hard coded at the beginning. Right now it checks the current amount of active blogs give each active blog it slice of downloads. Thus, if you have the parallel connections setting set to 20 but only one blog in the queue active, it will consume all 20 connections. If you have 2 active blogs, they both will get 10 streams. It's probably a bit wonky but should work most of the time.
I've decoupled the scan/crawler connection at some point from the above settings. The Tumblr api/svc service/the parsing of the website usually is quite quick since it's only a few KB text. In the beginning of TumblThree the crawler was started first and after it finished the downloader started. Thus it made sense to allow more connections for parsing the website and grabbing the urls as for downloading the heavy binary data. Right now the values are superfluous because of two reasons:
|
Exactly.
|
Also take a look into #107 for some more program details. |
Please redesign the whole UI to sane level, where it conforms to common expectations:
|
I wonder: Would it be possible to be able to auto upload files to queue them? As in point the app to a folder / folders and provide a text file with a tag or make it configurable. Have the app then process the folder, upload and queue the images as per setting (one at a time, two, three, four) add the tag etc. |
@Kvothe1970: Maybe it's a good thing to also implement TumblThree GUI-less at the same time and let it start it from the command line. That might reduce resource usage. |
@johanneszab Considering I am a big fan of GUIs I would support this being optional ;) |
Can I download my own liked photos and videos? |
|
|
Thank you for the great tool! |
douww2000, this is for tag pages only. If you need to partially download blogs, use the function of downloading pages. For example, if you only need 1000 last posts and you have 50 posts per page by default in the detail views, then set the interval to 1-20 in the field "Download pages:". Or 1-1000, if you set 1 posts per page. |
Well, not entirely right. I've included it in the release notes (v1.0.8.18) because downloading posts in a defined time span is possible for (private) blog downloads too. So, I guess you'll have to update to the latest version. |
I can't get into any private blogs. I went to settings and successfully authenticated with my Tumblr login credentials, but none of the private blogs I want to back up will download? I've attempted both on a friend's private blog and my own private blog and neither will work. Am I missing a step? |
Yes. Describing exactly what happens if you try to download a private blog. Since you aren't the first person reporting this (see #118 for more), there might be something missing, but the blog posted there actually worked for me. Thus, I cannot do anything, since I cannot reproduce the error. Of course, you could also debug the code/error yourself, if there is one after all .. |
Ok, that won't work right now since you need to password to view your blog. What I meant with a private blog is a blog like this: https://privtumbl.tumblr.com/ where you need to be logged in in order to see them. It's probably possible to implement something that it will work with password protected blogs too, but it's not possible right now. |
Okay, one thing that works in the meantime is that you just update the cookie with the Internet Explorer. TumblThree uses the Internet Explorer to login to tumblr.com. The Internet Explorer is just opened in a different window. Thus, they share the same cookie. To download your password-protected blog, try the following:
|
@PonyGirl6763: |
Something like a hidden (login required) and password protected blog does not exist? I can set both options in my second tumblr blog, but then it's impossible to access it from another account? After I login with a second account, i always get a 404 page (this tumblr does not exist) without seeing any password request page at all. |
Hi @johanneszab, thanks for this questions-threat (and for a really amazing good app)! :) |
Previously it was implemented differently, but the number of the download is the number of downloads (posts, videos, images, external images/videos) TumblThree detected during the current crawl with your given settings, yap. Thus, it's not the total number of possible downloads, nor the total number of posts of the blog. Previously I've tried to calculate the total number, but it's never really consistent. As I've just mentioned, the number of posts can be lower than the downloads if the blog contains a picture set as TumblThree will download all pictures from that set. Or there is an embedded picture withing a post. Someone deletes things from the blog, then the Downloaded Files will be higher than the Number of Downloads. It just was never really right, and people kept complaining, thus I've changed it to the current behavior. It should be (almost) complete in your case if you download the whole blog at once, yes. But some urls TumblThree grabs aren't accessible on the Tumblr servers anymore. I've seen a few cases (pictures), and I'm sure those images are the reason for the lower count. They just return a 403 error code. I cannot give you an example right now though. So, it's more or less a rough estimate. |
I see, great response @johanneszab thanks! :) I'll keep that in mind and, I assume, I can safely ignore the numbers and use them only as an estimate of amounts/size. :) Thanks again! |
A short question: How does TumblThree determine its "duplicate found" elements? I have tried the program with a single blog (with a rather big post count) and the number of found duplicates seems a bit high to me. Although that's just a guess, I admit. But given that each post on a blog has its own unique post ID, it can't be the posts itself, or am I mistaken? |
It simply count the occurrences of a generic data type that show up in the download queue. The queue is filled from the website/api crawler tasks and are emptied from the downloader task. For photos/videos/audio files, it's based on the url. For text posts, based on the post id. |
@johanneszab Ah, okay. But the url is unique for media files? As opposed to post IDs? |
Is it possible to download the items in Drafts? |
is it possible to get an outout of the errors at the top of the window since there's no way to scroll or wraparound? apparently some of the _files.tumblr files disappeared when i updated, and i don't know what all of them are due to limited frame where it displays. the tooltip displays "Serialization Error" |
@dsteiger: Currently. no. Possible, I don't know. I've never looked into that. |
@tehgarra: does it help to move the mouse cursor on the error? If the information isn't in the tool tip, then, no. |
@johanneszab it doesn't. i'll just try matching matching everything and see which ones have the _file.tumblr files missing and redownload from there. i think that's my best option. in context i transfered everything from one harddrive to another and haven't had any problems so far, but then i updated the version and came across that error, that's all. i'll try deleting the child id for the directory and see if that works imo the only real issue is the entry being deleted off of the list of blogs |
You can do a "blog url" export in the settings somewhere once you've loaded all your blogs again. With that file, if you open it in an editor, you can simply re-add all missing blogs by just copy them all to the clipboard (ctrl-a, ctrl-c) and letting the clipboard monitor add the missing blogs. |
That's a shame, but understandable. And probably too complex to implement soon. Thanks for the quick reply! |
Sorry for the newb question, but I haven't found an answer after reading the wiki or (briefly) looking through submissions: Is there a way, after fully downloading a blog, to go back a week later and have TumblThree update it to include posts that have been posted to that blog since then? Great program by the way; I was happy to "donate a beer" :-) |
i usually just put it back in the crawl queue and it starts downloading the new images. haven't had any issues at all with it so far. sometimes i'll do a rescan but that isn't always necessary imo unless you had files moved and wanted to redownload them |
@johanneszab does tumblthree have the ability to delete files? the reason i ask was because i downloaded files from a blog, and ended up having to redownload the blog again and the filecount in the foulder decreased noticable from before I redownloaded. Could that possibly be duplicate removal? |
In what file are the blog URLs stored? Because I deleted a blog folder but it remains in the program's list of URLs. It gives an error when I shift-delete it. |
The index folder with the .tumblr files @bepis
On Dec 10, 2018 9:50 PM, bepis <notifications@github.com> wrote:
In what file are the blog URLs stored? Because I deleted a blog folder but it remains in the program's list of URLs. It gives an error when I shift-delete it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#112 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/APG2w_BezBIj_cbG2or8A095R8fF4crBks5u3x19gaJpZM4OdUCk>.
|
Hi @tommynomad: Thanks a lot for posting your question in this particular thread! And sorry for the late reply, but Tumblr should have picked a different day for this crap they are pulling, and not just before christmas, ... Any chance you didn't tick the "download reblogged posts" checkbox further down in your appended screenshot? I know, I should have reversed that logic and instead is should be a "download only original posts"-checkbox, thus the default would be to grab everything (#332). |
Dear Johannes,
Thank you for the reply.
I made sure to also check that box.
…On Saturday, 15 December 2018, Johannes Meyer zum Alten Borgloh < ***@***.***> wrote:
Hi @tommynomad <https://github.com/tommynomad>:
Thanks a lot for posting your question in this particular thread! And
sorry for the late reply, but Tumblr should have picked a different day for
this crap they are pulling, and not just before christmas, ...
Any chance you didn't tick the "download reblogged posts" checkbox further
down in your appended screenshot?
[image: tumblthree_nomadicpassions]
<https://user-images.githubusercontent.com/1684561/50043254-1bd8ac80-0071-11e9-8ebb-4843dc8b422e.png>
I know, I should have reversed that logic and instead is should be a
"download only original posts"-checkbox, thus the default would be to grab
everything (#332 <#332>).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#112 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ArvVkt8kaKUO5CjE-0HNy9cot3h9O187ks5u5PHagaJpZM4OdUCk>
.
|
Well, for me it seems to work. Maybe you can try to re-add this blog. Close TumblThree for this, and remove the corresponding index files in the |
That worked. Thank you Johannes.
peace and love,
Tommy
----
"I don't need fame and I don't need power and I don't need wealth. I'm
in need of friends, which I have found in abundance."-- Utah Phillips
On Sat, Dec 15, 2018, at 10:27 PM, Johannes Meyer zum Alten Borgloh wrote:> Well, for me it seems to work. Maybe you can try to re-add this blog.
Close TumblThree for this, and remove the corresponding index files in
the Blogs\Index\ folder (e.g. nomadicpassions.tumblr> and nomadicpassions_files.tumblr).
— You are receiving this because you were mentioned. Reply to this
email directly, view it on GitHub[1], or mute the thread[2].
|
@johanneszab Probably too late for this, and I saw a question similar to it above but I didnt fully understand it. So I set up the app to download only the liked posts (I think), but the numbers are a bit screwy. According to tumblr, I have 2692 liked posts, but my numbers on the app currently look like this pic. Should it download properly? Regardless, great app and thanks for helping everyone above! |
With the program display, it appears that there's a lot of duplicate posts and the program only Sometimes I check the images in the folder to make sure those check out. So far I haven't had any problems doing this and have gotten all the images/bids so far. I don't think the counter lists the number of downloaded posts but rather the downloaded files the posts have.
For instance. I like 10 posts that have 10 photos each, my download count will be 100 if they are all unique images, or 80 if 20 of the photos were similar. Same for audio files. That way you cut down on wasted bandwith and files
On Dec 16, 2018 6:35 PM, MustangWestern <notifications@github.com> wrote:
@johanneszab<https://github.com/johanneszab> Probably too late for this, and I saw a question similar to it above but I didnt fully understand it. So I set up the app to download only the liked posts (I think), but the numbers are a bit screwy. According to tumblr, I have 2692 liked posts, but my numbers on the app currently look like this pic. Should it download properly? Regardless, great app and thanks for helping everyone above!
[tumblethreee]<https://user-images.githubusercontent.com/45925261/50060371-09d63700-0161-11e9-84d8-167d72ced081.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#112 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/APG2w5Awn5S9yhgitk0MhgF-lqkN_DDBks5u5tjDgaJpZM4OdUCk>.
|
It seems that after December 17, TumblThree can still download NSFW images and metadata, although now I can no longer see these images in the browser. Probably, they did not close access to NSFW blogs through API. |
@johanneszab Is "CheckDirectoryForFiles": false in an individual blog.tumblr file used? I don't see a reference to it in the program itself, besides the "check for file existence globally across all loaded blogs". not sure if this has to do with the closing an reopening during a queue, but I feel like the program is just redownloading an overwriting images from a blog in this one case and I'm not sure how to make sure the files in the folder are being checked. |
For non-issue related questions, please ask here instead of creating new issues.
The text was updated successfully, but these errors were encountered: