mdvtool

Anything QL Software or Programming Related.
User avatar
Popopo
Gold Card
Posts: 479
Joined: Wed Apr 07, 2021 10:37 am

Re: mdvtool

Post by Popopo »

RalfR wrote: Thu Jun 12, 2025 1:21 pm Right. I thought it was the program he used in his video.
In the video description you have the link to the MDVTool of the video.


User avatar
RalfR
QL Wafer Drive
Posts: 1199
Joined: Fri Jun 15, 2018 8:58 pm

Re: mdvtool

Post by RalfR »

Ah, yes, thank you, that works. Interesting GUI, reminds me of the old DOS days. ;)


7000 4E75
User avatar
XorA
Site Admin
Posts: 1643
Joined: Thu Jun 02, 2011 11:31 am
Location: Shotts, North Lanarkshire, Scotland, UK

Re: mdvtool

Post by XorA »

Maybe the author of the new tool could consider using a more original name to save confusion?


User avatar
dilwyn
Mr QL
Posts: 3114
Joined: Wed Dec 01, 2010 10:39 pm

Re: mdvtool

Post by dilwyn »

Thank you XorA for the Windows binary of MDVtool. I've been playing with it, seems to work OK so far, once my brain is in gear to handle the command line command formats. Reading the generated .MDV image in QL2K seems to work, albeit very slowly, I get the impression that "Fast microdrives" in the QL2K setup screen doesn't seem to work on my Win11 system - the microdrive images seem to be the same speed as a regular BBQL microdrive cartridge (unless I'm misunderstanding how that's meant to work).

I hope I'm correct in thinking that the correct mdvtool format is generally based on:

mdvtool image_to_work_from.mdv command filename image_to_write_it_out_to.mdv

and that the input .mdv file and output .mdv can either be the same image or written out to a completely new image if you give different .mdv image names, e.g.

Code: Select all

mdvtool blank.mdv import test.txt write MyNew.mdv
Would take blank.mdv, add the file test.txt (without putting it into the original blank.mdv) and write it out as a new MDV image called MyNew.mdv

And if I wanted to add it to the original MDV image I'd need to do something like:

Code: Select all

mdvtool blank.mdv import test.txt write blank.mdv
I feel a short user manual coming on as I'm sure I'll never remember these commands!


User avatar
dilwyn
Mr QL
Posts: 3114
Joined: Wed Dec 01, 2010 10:39 pm

Re: mdvtool

Post by dilwyn »

Although it probably won't be needed if a command line dummy like me can master mdvtool, I did make a short 4-page manual for my own reference, with a few examples of how to use mdvtool (in case I don't use it for a while and forget all the commands and their syntax).

Happy to make any corrections anyone notices are necessary.

And XorA is completely free to add it to mdvtool if he wishes.

Note that it's written from a Windows user point of view. I've only used mdvtool to manipulate MDV images for QL2K so far, not any other emulator which uses the format.
Attachments
mdvtool_XorA.pdf
mdvtool (Windows) manual
(190.31 KiB) Downloaded 9 times


Post Reply