Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dvd_drives [2014/02/17 00:18] beandog [DVD Drives] |
dvd_drives [2018/03/28 14:45] (current) beandog |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== DVD Drives ====== | ====== DVD Drives ====== | ||
- | * [[DVD Regions]] | ||
* [[dvd_drive_status]] | * [[dvd_drive_status]] | ||
- | * [[eject]] | + | * [[dvd_eject]] |
* [[regionset]] | * [[regionset]] | ||
* [[trayopen]] | * [[trayopen]] | ||
Line 9: | Line 8: | ||
==== Polling a Drive: Is Open / Has Media ==== | ==== Polling a Drive: Is Open / Has Media ==== | ||
- | Polling DVD drives to see if it is closed or not is a real pain to do in Linux. | + | Polling DVD drives to see if it is closed or not is a real pain to do in Linux. (**Edit:** it was! Check out [[dvd_drive_status]] which solves everything here) |
I highly recommend reading [[http://wonkabar.org/2013/07/03/reading-ejecting-ripping-and-polling-dvd-devices-in-linux-also-notes-on-my-dvd-library/| this blog post]] where I describe various ways I poll the drive to see if it is empty or not. | I highly recommend reading [[http://wonkabar.org/2013/07/03/reading-ejecting-ripping-and-polling-dvd-devices-in-linux-also-notes-on-my-dvd-library/| this blog post]] where I describe various ways I poll the drive to see if it is empty or not. |