Skip to content
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

rawcooked --check ITEM.MKV -o SOURCE/DIRECTORY fails #214

Open
digitensions opened this issue Apr 5, 2019 · 6 comments
Open

rawcooked --check ITEM.MKV -o SOURCE/DIRECTORY fails #214

digitensions opened this issue Apr 5, 2019 · 6 comments

Comments

@digitensions
Copy link
Contributor

I'm running through some --check / --hash tests and everything is running perfectly except for the check -o command which is throwing up this error:

C:\RAWcooked Beta>rawcooked --check "T:\COMPLETED\Scan01.mkv" -o "T:\COMPLETED\Scan01"
Using default license.
Consider to support RAWcooked: https://MediaArea.net/RAWcooked

114 MiB/s, 0.94x realtime

Reversability was checked, issues detected, see below.

Error: can not open file for reading.
Scan01/24198_01_000000.dpx
Scan01/24198_01_000001.dpx
Scan01/24198_01_000002.dpx
Scan01/24198_01_000003.dpx
Scan01/24198_01_000004.dpx
Scan01/24198_01_000005.dpx
Scan01/24198_01_000006.dpx
Scan01/24198_01_000007.dpx
Scan01/24198_01_000008.dpx
Scan01/24198_01_000009.dpx
...
Error: file names listed in source but not present.
Scan01/24198_01_000000.dpx
Scan01/24198_01_000001.dpx
Scan01/24198_01_000002.dpx
Scan01/24198_01_000003.dpx
Scan01/24198_01_000004.dpx
Scan01/24198_01_000005.dpx
Scan01/24198_01_000006.dpx
Scan01/24198_01_000007.dpx
Scan01/24198_01_000008.dpx
Scan01/24198_01_000009.dpx
...

@digitensions
Copy link
Contributor Author

I'll run some more checks on different directories and see if it comes up again! Working on the RAWcooked 18.10.1.20190329

@JeromeMartinez
Copy link
Member

This is not intuitive, the main directory name is stored (the MKV file name can be changed, so not reliable) so the comparison need to be done with the upper directory, in your case :
C:\RAWcooked Beta>rawcooked --check "T:\COMPLETED\Scan01.mkv" -o "T:\COMPLETED"

This is definitely not intuitive, the support of both the upper directory ("T:\COMPLETED") and the main directory ("T:\COMPLETED\Scan01") is on my todo-list, will come soon.

@digitensions
Copy link
Contributor Author

Ah okay, thank you! I'll try again with the upper directory only.

@digitensions
Copy link
Contributor Author

That worked a treat. Thank you :)

@JeromeMartinez
Copy link
Member

IMO it should be still open, I was using ticket for tracking the support of both the upper directory ("T:\COMPLETED") and the main directory ("T:\COMPLETED\Scan01") is on my todo-list, will come soon.

@digitensions digitensions reopened this May 15, 2019
@digitensions
Copy link
Contributor Author

Sorry, opened again. Trying to be too tidy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants