Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Audio / Video  |  Rip / Burn / Image  |  MissingMediaBurner

MissingMediaBurner

MissingMediaBurner - 0.6.2

Burn ISO format images to CD/DVD media

All Time: (4.0)
This Version: Not rated (0.0)
Current Version: 0.6.2
Release Date: 2003-11-18
License: Freeware
Downloads (this version): 41,737
Downloads (all versions): 65,811

Information Related to Version:

Broken Link? Newer Version? Tell us!

What's new in this version:

Many tweaks including:

  • detects burning dives at start-up
  • will no longer unmount drives unexpectedly
  • more reliable mount and eject functions

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.3
  • Mac OS X 10.2

Additional Requirements:

  • Mac OS X 10.2 or higher

Screenshots:

Download Links:

Your Installed Versions:


 

Feedback Summary:

This Version:
Overall Rating: Not rated (0.0) Features: Not rated (0.0) Support: Not rated (0.0)
Ease of Use: Not rated (0.0) Quality / Stability: Not rated (0.0) Price: Not rated (0.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

MissingMediaBurner ReviewDODO bird - Version: 0.6.2, 11/5/2006 04:22AM PST

Amavida
Gone the way of the dodo bird i'm afraid chaps.

The developers web site is gone from the web...
Post a commentAlert Admin

MissingMediaBurner Troubleshooting ReportMore Troubleshooting on not found files - Version: 0.6.2, 10/22/2005 10:02AM PST

mircoweb.de (mircoweb.de)
jla320af's tip is very useful but only step one on the corrections you have to make in the MissingMediaBurner scripts. Had also the trouble with error messages like "File Volumes/ipod/blablabla.iso wasn't found.". Another bug - under Tiger - seems to be in the Main.scpt.

So open 'MissingMediaBurner.app/Contents/Resources/Scripts/Main.scpt' with AppleScript Editor and look for if the name of theObject is "theBurn" then - that is what happens when you press the "Burn"-button.

There you will find the code
set thePath to POSIX path of theItem

Replace it with
set thePath to text 10 thru -1 of theItem
set thePath to POSIX path of thePath


This worked for me. Under Tiger there seems to be a problem when paths like "/Volumes/myHD/myFolder" - with the alteration it's only "myHD/myFolder" and works fine.
Post a commentAlert Admin

Most Recent Replies: View All 3 Replies

MissingMediaBurner Troubleshooting Reportthe trick of jla320af doesn't fix mmb under tiger! - Version: 0.6.2, 7/10/2005 08:40AM PST

ecyras
i've tried the fix of jla320af and mmb started up fine and has found my cd-burner. but if you drag'n'drop some file on mmb and try to burn that, it gives me an applescript error message "File Volumes/ipod/blablabla.iso wasn't found." I've tried to fix this too, but unfortunately i don't have enough applescript experience. the other scripts need to be fixed too..! greetings ecyras
Post a commentAlert Admin

Most Recent Replies: View All 2 Replies