Opened 17 years ago
Closed 17 years ago
#6302 closed defect (invalid)
Mytharchive dual layer settings don't always work
| Reported by: | anonymous | Owned by: | paulh |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | Plugin - MythArchive | Version: | 0.20.2 |
| Severity: | medium | Keywords: | Dual Layer size |
| Cc: | Ticket locked: | no |
Description
I have a spindle of dual layer writable DVDs from HP. The label identifies them as Double Layer HP DVD+R, and says "Almost twice the storage of standard DVDs". These disks have 4173824 2kB blocks. That works out to 8152 Mb. The mytharchive settings for dual-layer DVDs in mythplugins-0.20.2/mytharchive/mytharchive/archiveutil.cpp set the size at 8964 Mb. ISOs created with those settings cannot be burned to these writable DVDs. I suggest that a new record be created in that array for these lower-capacity dual-layer DVDs.
Change History (2)
Note:
See TracTickets
for help on using tickets.

0.20.2 is no longer supported.
8152 MiB (that's not MB--and definitely not Mb ;) is the standard size of DVD+R DL. http://en.wikipedia.org/wiki/DVD#DVD_capacity
(my numbers truncated, the wikipedia numbers rounded).
In mytharchive/mythburn/scripts/mythburn.py in /both/ 0.21-fixes and trunk, we see that MythArchive is currently using 4482MiB for SL discs and 8106MiB for DL discs (line 96, "dvdrsize=(4482,8106)"). (Sure, the DL could be 8147, but may have been lowered due to the slop in requantizing or something, IIRC.)
So, basically, you just need to upgrade to 0.21-fixes or fix your own legacy copy.