<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.tinkernet.ca/index.php?action=history&amp;feed=atom&amp;title=Linux_-_Ripping_Optical_Media</id>
	<title>Linux - Ripping Optical Media - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tinkernet.ca/index.php?action=history&amp;feed=atom&amp;title=Linux_-_Ripping_Optical_Media"/>
	<link rel="alternate" type="text/html" href="https://wiki.tinkernet.ca/index.php?title=Linux_-_Ripping_Optical_Media&amp;action=history"/>
	<updated>2026-05-22T17:58:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.tinkernet.ca/index.php?title=Linux_-_Ripping_Optical_Media&amp;diff=477&amp;oldid=prev</id>
		<title>Tinker: Created page with &quot;==Automatic Ripping Machine==  *[https://b3n.org/automatic-ripping-machine/ Automatic Ripping Machine | Headless | Blu-Ray/DVD/CD] *[https://github.com/automatic-ripping-machi...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.tinkernet.ca/index.php?title=Linux_-_Ripping_Optical_Media&amp;diff=477&amp;oldid=prev"/>
		<updated>2020-07-01T03:56:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Automatic Ripping Machine==  *[https://b3n.org/automatic-ripping-machine/ Automatic Ripping Machine | Headless | Blu-Ray/DVD/CD] *[https://github.com/automatic-ripping-machi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Automatic Ripping Machine==&lt;br /&gt;
&lt;br /&gt;
*[https://b3n.org/automatic-ripping-machine/ Automatic Ripping Machine | Headless | Blu-Ray/DVD/CD]&lt;br /&gt;
*[https://github.com/automatic-ripping-machine/automatic-ripping-machine On GitHub]&lt;br /&gt;
&lt;br /&gt;
===There are some potential issues with this...===&lt;br /&gt;
&lt;br /&gt;
*I've only been able to install it on Ubuntu so far...  Not Mint. :(&lt;br /&gt;
*Ubuntu Desktop has an issue when installed on a Dell Server...  It seems to dislike the onboard graphics &amp;amp; refuses to show the cursor.&lt;br /&gt;
&lt;br /&gt;
Create the file &amp;lt;code&amp;gt;/etc/X11/xorg.conf.d/90-cursoron.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Put in it the following content&lt;br /&gt;
 &amp;lt;code&amp;gt;#--makes mouse cursor re-appear&lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
     Identifier  &amp;quot;Device0&amp;quot;&lt;br /&gt;
     Driver      &amp;quot;intel&amp;quot;&lt;br /&gt;
     Option      &amp;quot;AccelMethod&amp;quot; &amp;quot;uxa&amp;quot;&lt;br /&gt;
     Option      &amp;quot;SWCursor&amp;quot;    &amp;quot;on&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 #--&amp;lt;/code&amp;gt;&lt;br /&gt;
The keyword is &amp;lt;code&amp;gt;uxa acceleration&amp;lt;/code&amp;gt; method here. &amp;lt;code&amp;gt;Logout-login&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Even after eventually getting it to install, there are difficulties.====&lt;br /&gt;
&lt;br /&gt;
*As installed, it flat out fails to do shit when you insert a disk...&lt;br /&gt;
**Turns out, [https://github.com/automatic-ripping-machine/automatic-ripping-machine/issues/327 THIS] is the issue&lt;br /&gt;
**Fortunately, one more install step fixes it...&lt;br /&gt;
**&amp;lt;code&amp;gt;python3 -m pip install -U werkzeug==0.16.0&amp;lt;/code&amp;gt;&lt;br /&gt;
*ARM uses &amp;quot;windows media web service&amp;quot; which has been discontinued by Microsoft...&lt;br /&gt;
&lt;br /&gt;
===Things you'll need to do:===&lt;br /&gt;
&lt;br /&gt;
*[https://www.makemkv.com/forum/viewtopic.php?f=5&amp;amp;t=1053 MakeMKV needs an activation key]&lt;br /&gt;
*You'll want an [http://www.omdbapi.com/apikey.aspx?__EVENTTARGET=freeAcct&amp;amp;__EVENTARGUMENT=&amp;amp;__LASTFOCUS=&amp;amp;__VIEWSTATE=%2FwEPDwUKLTIwNDY4MTIzNQ9kFgYCAQ9kFgICBw8WAh4HVmlzaWJsZWhkAgIPFgIfAGhkAgMPFgIfAGhkGAEFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxYDBQtwYXRyZW9uQWNjdAUIZnJlZ OMDb API key] too.&lt;br /&gt;
*Create the folders where it'll be putting everything...&lt;br /&gt;
**~/logs&lt;br /&gt;
**~/media&lt;br /&gt;
**~/media/raw&lt;br /&gt;
**~/media/movies&lt;br /&gt;
**~/media/unidentified&lt;br /&gt;
**/mnt/media&lt;br /&gt;
&lt;br /&gt;
===My progress getting it to work...===&lt;br /&gt;
&lt;br /&gt;
*So far, I've managed to get it to rip 1 movie...&lt;br /&gt;
**Resulting in a file called title_t00.mkv...  @ 640x480...  (the movie)&lt;br /&gt;
**And a file called title_t01.mkv...  @ 629x392...  (the extras as one big file)&lt;br /&gt;
**At least it seems to have got the DVD title correct as it put it in ~/media/unidentified/SERENITY&lt;br /&gt;
*No luck at all with TV shows on DVD...&lt;br /&gt;
*Music CDs seem to work well...&lt;br /&gt;
**BUT:  You need to create /mnt/media &amp;amp; make it writeable by the user 'arm' as that's where it seems to want to put the files.&lt;/div&gt;</summary>
		<author><name>Tinker</name></author>
		
	</entry>
</feed>