You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation of ISO9660 reader does not support multi-extent files, so sector ranges and file sizes can report truncated values.
Switching to UDF reader is not an option: it does not implement some features used for PS3 volumes, and does not expose required data, such as sector ranges.
In the short term there needs to be a rework to not rely on the reader structures for progress reporting, in the long term we need better joliet/udf library.
The text was updated successfully, but these errors were encountered:
Current implementation of ISO9660 reader does not support multi-extent files, so sector ranges and file sizes can report truncated values.
Switching to UDF reader is not an option: it does not implement some features used for PS3 volumes, and does not expose required data, such as sector ranges.
In the short term there needs to be a rework to not rely on the reader structures for progress reporting, in the long term we need better joliet/udf library.
The text was updated successfully, but these errors were encountered: