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 might be hard to achieve
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 ISO 9660. Cannot emula
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 (nextSessionStart == 0)
at the end
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 already implemented
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( trackData, 0x1, nextTra
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 special handling for pseud
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 source file.
Just a
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 wrong.
We need to acces
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 0,0 despite the eff
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 ISO has a size of 17
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 and not the filesys
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 = from_733(descr->volu
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?
It failed together
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.
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:
---
# Creat
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 = d->multiSessionInfo.spl
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 growisofs and
xorriso
https://bugs.kde.org/show_bug.cgi?id=360184
Thomas Schmitt changed:
What|Removed |Added
CC||scdbac...@gmx.net
--- Comment #3 from Thomas S
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 life
back in the 1980
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 packaging, or file a
Debia
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 of Firefox puts the
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 to
the review.)
You
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 i am not logged in
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: "Code reviewed but
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 the situation
and ma
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
http://sources.debian.net/src/k3b/2.0.3
https://bugs.kde.org/show_bug.cgi?id=344392
Thomas Schmitt changed:
What|Removed |Added
CC||scdbac...@gmx.net
--- Comment #8 from Thomas S
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 play video files fr
https://bugs.kde.org/show_bug.cgi?id=356434
Thomas Schmitt changed:
What|Removed |Added
CC||scdbac...@gmx.net
--
You are receiving this m
https://bugs.kde.org/show_bug.cgi?id=281818
Thomas Schmitt changed:
What|Removed |Added
CC||scdbac...@gmx.net
--
You are receiving this m
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, SBC-2.
https://en.
https://bugs.kde.org/show_bug.cgi?id=367639
Thomas Schmitt changed:
What|Removed |Added
CC||scdbac...@gmx.net
--- Comment #14 from Thomas
32 matches
Mail list logo