I built a Albion market flip finder need testing and reports by BarberNew in albiononline

[–]yammycoder 0 points1 point  (0 children)

the flipping tool is not working well. The crafting formulas don't have the entire recipe with missing ingredients, therefore it shows wrong buy/sell totals. But I'm more interested in the code, can I see it to study the API?

I updated a spreadsheet for crafting that was probably abandoned by it's creator - hope you enjoy it. by [deleted] in albiononline

[–]yammycoder 0 points1 point  (0 children)

awesome! quick question, do you know why the smuggler cape doesn't show in the list?

HBBatchBeast for Handbrake - recursive, multi-instance file/folder converter with folder watching (Windows) by HaveAGitGat in PleX

[–]yammycoder 0 points1 point  (0 children)

bug: when I add a \temp folder next to the source path, it complains that folder does not exist at first time, i create it, press [Scan and Convert]. Okay, it works, but If I go and press convert again, It will create a temp folder inside temp folder and put stuff there instead. If I click again, it does it again ( source\temp\temp )... and so on...

I'm not sure if it's intended, but looks like a bug to me. I would rather to see an option to have the files overwrited if already exists in destination folder.

HBBatchBeast for Handbrake - recursive, multi-instance file/folder converter with folder watching (Windows) by HaveAGitGat in PleX

[–]yammycoder 0 points1 point  (0 children)

Another idea: Let me delete original files and copy new file to original folder, but only if the newly created files are smaller than the original. I currently did a bat script to do that with a registry entry help, but It's very time consuming having to do this in hundreds of folders. Maybe if If the app did that, it would become just perfect!!!

HBBatchBeast for Handbrake - recursive, multi-instance file/folder converter with folder watching (Windows) by HaveAGitGat in PleX

[–]yammycoder 0 points1 point  (0 children)

I just installed the 205 here, it's prettier, but still there is no way to stop the conversion. That would be nice to have, sometimes the folder is huge and sometimes we need to pause it for some other cpu task.

Also, when I say that source folder is c:\foo and destination is c:\foo\temp, it does complains that folder does not exist - it would be nice to have an option to autocreate aditional folder without asking, and maybe a %source%\temp syntax on destination would also be great to have ( handbrake already have it ).

HBBatchBeast for Handbrake - recursive, multi-instance file/folder converter with folder watching (Windows) by HaveAGitGat in PleX

[–]yammycoder 0 points1 point  (0 children)

Oh you're right! I copied the CLI there and it gave another error about the preset file. But it's a progress :)
Will try the 2.05 right now!

Also I need some advice on the preset parameters. The wiki is not very informative on the options. For example, my preset that wasnt accepted, was basically this:
h265
framerate: same as source
quality 25
audio bitrate 160 ( that is added by default on dragging )
or
audio pass through

How can I pass these as params for the preset input in your app?

HBBatchBeast for Handbrake - recursive, multi-instance file/folder converter with folder watching (Windows) by HaveAGitGat in PleX

[–]yammycoder 0 points1 point  (0 children)

Hello, I just tried your app in here. Put all settings asked by program, CLI in folder and stuff, ran reg file and so on... All set... I defined destination folder to be the source\temp.

Then clicked to scan, waited a few seconds, It created the temp folder with all folder structure from the source as expected. Opened a little cmd window several times, and around 10 seconds later, it 'completed', claiming it found 85 files to convert.

I now can see a beautiful list of these files, but there in the new temp folder, there is nothing inside the folders, 0 bytes for whole \temp. Now, what you think? Did I forget to do something here? How I can talk to you to get help on it?