|
SageTV Linux Discussion related to the SageTV Media Center for Linux. Questions, issues, problems, suggestions, etc. relating to the SageTV Linux should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
How are you Linux users copying DVDs to hard drive?
I have a WHS and have been using ANYDVD along with MyMovies for WHS. It works good, but I am looking to evict WHS from the house and possibly try out the Sage Server on a Stick when it comes out. Am also looking for something that I can build/recommend to friends. WHS is just too hard to get 64k clusters. At least with Linux, I could add another raid drive pool and extend the volume across it. But the problem is, with Linux, I would lose My Movies, and with it, the ease of inserting a disk and having it ripped automatically. What are you veteran Linux users doing to burn movies to the hard drive?
|
#2
|
||||
|
||||
As a verteran linux user, I'm using AnyDVDHD on a windows box
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#3
|
|||
|
|||
DVDFab HD under Wine in Ubuntu 9.04. Wine straight from Ubuntu repositories, then DVDFab HD installed using the Wine. Works like a charm.
__________________
TV: Samsung UN46D8000 Server: Intel Core i3 540, 4G RAM, Matrox G450, 70GB EXT3 encrypted software RAID1 system drive, 1TB XFS tv recording drive, 2TB EXT3 encrypted data drive mirror across 2 machines, 2TB EXT3 encrypted media drive mirror across 2 machines, CentOS 6 64 bit, Experimenting with DNLA servers 1Gb wired network Disconnected after G day[HD 100 Media Extender, Placeshifter 7.x, SageTV 7.x, HDHomeRun] |
#5
|
|||
|
|||
I rip DVDs on a Windows XP box using DVD Fab, then if bigger than a single layer DVD (4.5 GB) I run it thru DVD-Rebuilder to re-encode it to the smaller size (similar to DVD-Shrink but better quality), add a folder.jpg (cover art) and finally copy to my Ubunto SageTV server.
__________________
SageTV Server v9.2.2, Ubuntu Server 18.04.4 x64, Java 1.8.0_252, Xeon E5-2690, 32GB, 6X6TB WD Red - Software Raid 6, 2X HDHR3 (OTA), 3X HD-200 |
#6
|
|||
|
|||
On Ubuntu 8.04, I use k9copy to do straight rips. This preserves menus, etc, and they work fine in an hd100. I use handbrake (also on Ubuntu) to extract the features from kids DVDs, and convert them to mpeg4, since we never seem to delete them, and I want to eliminate the marketing. No Windows (or Mac) required.
Drew |
#7
|
|||
|
|||
Okay, I did some playing around and came up with the following pure open source solution:
Install the following packages: vobcopy and ivman. If it is legal where you are at, you can also install libdvdcss Make sure that your cdrom or dvd drive is readable by the ivman user. Add the following to /etc/ivman/IvmConfigActions.xml <!-- autocopy video DVDs --> <ivm:Match name="hal.volume.disc.is_videodvd" value="true"> <ivm:Option name="mount" value="true" /> <ivm:Option name="exec" value="sleep 20 && /usr/bin/vobcopy -m -o /mnt/stuff/dvds/ && pumount /media/cdrom0 && eject -r /dev/sr0" /> </ivm:Match> Change the -o parameter for vobcopy to reflect your directory. Also, edit the references to drives to reflect those on your system. To test, stop the ivman service and run it from a console using: sudo -u ivman ivman -d -c /etc/ivman --nofork Insert a DVD, and it should copy it to your directory and eject it when done. If not, look at the output for a hint to what went wrong. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Marking DVDs On The Hard Drive As Watched? | Nick_W | SageTV Software | 2 | 02-19-2008 02:22 AM |
Playing DVDs from hard drive doesn't work | aclarke | SageTV Software | 1 | 11-05-2006 06:50 PM |
DVD copying to hard drive for viewing with SageTV? | steingra | SageTV Software | 14 | 10-29-2005 02:36 AM |
playing dvds from the hard drive | maclayer | SageTV Software | 2 | 02-19-2005 03:15 PM |
Viewing DVDs from your Hard Drive | rogersoles | SageTV Software | 18 | 11-02-2004 11:14 PM |