-
Notifications
You must be signed in to change notification settings - Fork 1
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
Resulting MKVs ripped in target directory. #9
Comments
Hi! I'm not sure I understand your question right. You have the path |
All of the movies are generated in the ~/bulkmakemkv/target directory. Where the script is located... I'll definitely take a look at your game. Sounds like you put a lot of effort in this one. Bruno-Pierre Jobin
|
Hmmm. I see... My first reaction was: As for the game: |
Hmmm. Could you look where your temp-dir gets created? It should be |
I already created it myself at this location but should I let the program create it by itself? Bruno-Pierre Jobin
|
It can, but it doesn't have to. The temp-dir is only checked to be empty when a conversion starts (in order to prevent you from accidentally deleting a previous conversion that didn't finish properly). |
Also: |
I've pushed a new version. Beware Start the program, as you would start any jar by typing:
or put these lines in a batch-file (should be more convenient):
So I hope all is well, send an email so that I can send you the key for the game back and happy new year. Psilo |
So here's the output I have. I checked the created directories and the new and temp dirs are created at the right location
Also, the log.err file gives me this error.
|
Jup. You have to change your startup-file (it's a batch-file in windows) like I told you in my last reply (please read the last post, especially the part under the title 'BEWARE' ;). cu, |
It's weird because I did. Here's my sh file :
In any case, I'm starting it manually for testing purposes. I'm basically doing the same thing. I don't understand why it's not converting since it works when I paste the line manually... Also, you should check at how you format special characters in OSX. I don't know about Windows, but when you want to type parentheses in OSX, you need to precede it with a backslash. Same as the space character. So instead of The log.err is empty btw.
|
Hi again!
I've been using bulk for a few weeks now and today I noticed something weird. When I cd into the target dir, here's what I find.
I went checking my config file but nothing in there seems to tell bulk to rip into this dir. Maybe the program is formating paths with backslashes in OSX and the result is that OSX is making a new dir with the path as the name and puting it at the root of the program (the target dir)? Every paths should be formated with forwardslahes in OSX.
Thank you.
The text was updated successfully, but these errors were encountered: