[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-10-17 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #51 from Thomas Schmitt --- http://commits.kde.org/k3b/15d3b05ce24a9158e120d4eaf0caadb0407fc0e7 looks good to me. Now we'd need a tester who confirms that DVD-RAM can be used for multi-session like DVD+RW. (BD-R RRM

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-09-27 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #49 from Thomas Schmitt --- Hi, > http://commits.kde.org/k3b/b189d1c39b52d5b646a089863eb8f44d3eeaa333 > libk3bdevice/k3bdevice.cpp: > emit infoMessage(i18n("Medium is not of multi-session type and does not > contain

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-09-26 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #47 from Thomas Schmitt --- Hi, > http://commits.kde.org/k3b/cbe652000292dc5a6c9e36de0d1000ca0d84f75d > libk3b/projects/datacd/k3bdatamultisessionparameterjob.cpp Actually one should still throw error if

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-09-25 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #45 from Thomas Schmitt --- Hi. a summary of the winded road which brought me to the current diagnosis. After my theory of lack of multi-session support on overwritable media brought us to the code where this support is

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-09-24 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #44 from Thomas Schmitt --- Hi, libk3bdevice/k3bdevice.cpp , K3b::Device::Device::getNextWritableAdress() has // Read start address of the incomplete track if( readTrackInformation(

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-09-24 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #43 from Thomas Schmitt --- Hi, Surprise: growisofs does not inspect the ISO with BD-R profile 0x41 ! So adding MEDIA_BD_R_SRM_POW will not be correct. Do Not Commit, Please. I rather see in growisofs_mmc.cpp a

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-09-24 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #42 from Thomas Schmitt --- Hi, > libk3b / projects / datacd / k3bdatamultisessionparameterjob.cpp I hate to say it, but it looks like there is already handling for growisofs multi-session on overwritable media in this

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-09-22 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #40 from Thomas Schmitt --- Hi, > http://commits.kde.org/k3b/ae0413daf1df44cb2c8c6e88a5b86180f1f52c3a > libk3b/projects/datacd/k3bisoimager.cpp Then let's see ... > +char* in_image = "/dev/fd/0"; This is still

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-09-21 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #38 from Thomas Schmitt --- Hi, Leslie Zhai wrote: > Hi Thomas, please review it ;-) Most problematic: I do not see where you hand over the growisofs-ly computed -C values to mkisofs. It could be that it gets to see -C

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-09-20 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #34 from Thomas Schmitt --- Hi, it really works when you tell growisofs -M the correct -C values which match the ones computed by growisofs. Session 1: genisoimage -R file1 | \ growisofs -Z /dev/sr4=/dev/fd/0 The

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-09-20 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #33 from Thomas Schmitt --- Hi, > If ScsiCommand 0x52 (MMC_READ_TRACK_INFORMATION) 0x1(incomplete) wrongly > return 0 (as mnl experienced), The answer 0 is correct. It is just given by the wrong entity, namely the drive

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-09-20 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #31 from Thomas Schmitt --- Hi, > Plan A - rewrite K3b::Device::Device::getNextWritableAdress() Augment it by the equivalent of growisofs code, if the multisession -C parameters turn out as 0,0: next_session =

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-09-19 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #29 from Thomas Schmitt --- Hi, i wrote: > > I should mention that session 2 tests with growisofs -M instead of -Z > > failed Leslie Zhai wrote: > growisofs -M /dev/sr0=/dev/fd/0 ... > you mean the above failed to work?

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-09-18 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #26 from Thomas Schmitt --- I should mention that session 2 tests with growisofs -M instead of -Z failed. -- You are receiving this mail because: You are watching all bug changes.

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-09-18 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #25 from Thomas Schmitt --- Hi, i tested growisofs and separately running mkisofs/genisoimage/xorrisofs on DVD+RW to show how i imagine this could be done in K3B:

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-09-18 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #24 from Thomas Schmitt --- Hi, > please review it https://git.reviewboard.kde.org/r/128932/ My browser seems not to be ready for the layout or your changeset is much too small. I only see: QStringList ms =

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-09-13 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #21 from Thomas Schmitt --- Hi, this is about the effort needed to implement multi-session on DVD+RW, DVD-RAM, formatted DVD-RW, BD-RE, overwritably formatted BD-R. It should be possible by duplicating capabilities of

[k3b] [Bug 360184] k3b should offer option to select either md5 sum or sha256 when loading dvd iso

2016-09-13 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360184 Thomas Schmitt changed: What|Removed |Added CC||scdbac...@gmx.net ---

[k3b] [Bug 344392] Can't burn BD50 ISO image - Seems not to be a usable image

2016-09-12 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344392 --- Comment #29 from Thomas Schmitt --- Hi, Leslie Zhai wrote: > D-Pointer https://wiki.qt.io/D-Pointer Looks like somebody had to work around some consequences of the decision to use C++. (Oh if only Bjarne Stroustrup had a real

[k3b] [Bug 344392] Can't burn BD50 ISO image - Seems not to be a usable image

2016-09-09 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344392 --- Comment #27 from Thomas Schmitt --- Hi, Phil wrote: > Are there any easy to install and use Linux ".deb" files Well, as soon as it becomes a released feature of K3B, one may ask pkg-kde-ext...@lists.alioth.debian.org for

[k3b] [Bug 344392] Can't burn BD50 ISO image - Seems not to be a usable image

2016-09-09 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344392 --- Comment #25 from Thomas Schmitt --- Hi, i wanted to paste to following text into the "Edit header" field of https://git.reviewboard.kde.org/r/128860/. But neither the paste function of the window manager nor the paste menu item

[k3b] [Bug 344392] Can't burn BD50 ISO image - Seems not to be a usable image

2016-09-08 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344392 --- Comment #23 from Thomas Schmitt --- Hi, i reviewed the whole patch as "Looks good to me". Since i see no problematic details i think i can skip for now learning how to comment on single lines. (Tell me if i shall add more info

[k3b] [Bug 344392] Can't burn BD50 ISO image - Seems not to be a usable image

2016-09-08 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344392 --- Comment #22 from Thomas Schmitt --- Hi, Leslie Zhai wrote: > Please click 'Review' to review the patch: > You can click 'Expand All' to be familiar with KDE's review process Probably i do not see any text fields to fill because

[k3b] [Bug 344392] Can't burn BD50 ISO image - Seems not to be a usable image

2016-09-08 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344392 --- Comment #17 from Thomas Schmitt --- Hi, Leslie Zhai wrote: > Please review it https://git.reviewboard.kde.org/r/128860/ I see a box "Testing Done" but no place to state that i did a code review but did not test. Shall i write:

[k3b] [Bug 344392] Can't burn BD50 ISO image - Seems not to be a usable image

2016-09-07 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344392 --- Comment #14 from Thomas Schmitt --- Hi, Leslie Zhai: > I am reading carefully about your implementation about IMAGE_RAW. and please > rebase your patch for image-raw branch Well, i did not implement anything but only inspected

[k3b] [Bug 344392] Can't burn BD50 ISO image - Seems not to be a usable image

2016-09-06 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344392 --- Comment #10 from Thomas Schmitt --- I had a look at the spots where Debian's source search finds IMAGE_ISO. Whether IMAGE_RAW is really needed seems to depend only on the tolerance towards the size test in

[k3b] [Bug 344392] Can't burn BD50 ISO image - Seems not to be a usable image

2016-09-06 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344392 Thomas Schmitt changed: What|Removed |Added CC||scdbac...@gmx.net ---

[k3b] [Bug 257602] K3B cannot burn Blurays (or AVCHDs)

2016-09-06 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=257602 --- Comment #9 from Thomas Schmitt --- The main problem is that google does not find any free tool to master a UDF filesystem for Blu-ray. Burning the filesystem to media would then be easy. Aren't any Blu-ray players out there which

[k3b] [Bug 356434] Cannot Burn Multisession DVD's on Linux Mint System

2016-09-06 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356434 Thomas Schmitt changed: What|Removed |Added CC||scdbac...@gmx.net -- You

[k3b] [Bug 281818] K3B - Crash - "Fatal error during recording: input/output error" - at end of 21.2gb burn

2016-09-06 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=281818 Thomas Schmitt changed: What|Removed |Added CC||scdbac...@gmx.net -- You

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-09-01 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 --- Comment #16 from Thomas Schmitt --- Hi, Leslie Zhai wrote: > I am starting to read the source code of growisofs.c this morning ;-) As a new fellow burn programmer you should get your hands on SCSI specs SPC-3, MMC-5 or MMC-6,

[k3b] [Bug 367639] k3b fails to continue multisession (blue ray)

2016-09-01 Thread Thomas Schmitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367639 Thomas Schmitt changed: What|Removed |Added CC||scdbac...@gmx.net ---