| |
instant
Registered: Mar 2020 Posts: 20 |
Release id #217324 : Meatloaf Media Explorer v1.0
Meatloaf Media Explorer
March 23rd, 2022 - v1.0
=======================
This is a tool for exploring media file formats. It shows the structure of the file down to the block/sector level. It displays a visualization of the disk map that lets you click around to look at the contents of the blocks. It shows a directory listing the way it would look on the Commodore 64 and lets you select files to see their content and where they are stored on the disk.
It's similar to DirMaster but works on all systems since it is a browser type app.
Install & Run
-------------
Currently it requires a web server to host the web app. I've included a simiple python3 http server script "mme.py". Python3 will need to be in your path. Execute the script in the folder with the rest of the MME files and then browse to http://localhost:8000 to access the app.
Release Notes
-------------
v1.0 - Initial release.
Current Features
----------------
* Supported Media File Formats
Commodore:
DISK: D64 / D71 / D80 / D81 / D82
HARD DRIVE: DNP
ARCHIVE: D8B / DFI
* Show's BAM Message for disks and SYS Line for PRG files
* Displays Disk Map of current Media file
* Select Disk block to show sector contents
* Click "DISK" header to toggle map orientation
* Click "DIRECTORY", "FILE", "SECTOR", "BLOCK" header to toggle UPPER/lower case
* Select file in Directory listing to show details
* Selected file shows blocks highlighted in disk map
* Selecting individual "FILE" blocks highlights them in disk map and file data
Future Features
---------------
* Add viewers for different file types
* Edit disk title, id, and file entries
* Edit BAM
* Edit sector
More Info, Questions, Suggestions & Support
-------------------------------------------
Please join the Meatloaf Discord or leave comments at CSDb.
https://meatloaf.cc
https://meatloaf.cc/tool/mme
https://discord.gg/FwJUe8kQpS
Meatloaf Media Explorer V1.0 |
|
| |
Claus_2015
Registered: Oct 2012 Posts: 53 |
I threw some mean disk images from my cc1541 testing horror cabinet at it. This one makes the site hang when clicking the first dir entry "Loading...": Diskplosion |
| |
instant
Registered: Mar 2020 Posts: 20 |
haha... nice. I will check it out. Thanks for letting me know. |
| |
instant
Registered: Mar 2020 Posts: 20 |
The block chain for the file is an endless loop. I'll account for this so it's not an issue and report it as a file error. (Even though I'm sure it is by design.) |
| |
instant
Registered: Mar 2020 Posts: 20 |
Fixed... try now. |
| |
Claus_2015
Registered: Oct 2012 Posts: 53 |
Yep, much better. |