Hello to all ;_=)
Ok here is the release ...
http://luemmels-dvd-ripper.googlecode.co...x-0.5B.tar
and the Readme for 0.5b
http://code.google.com/p/luemmels-dvd-ri...Redpill05B
Please read it carefully .... There are a lot software packages that should be installed If you wish transcode to divx / h264 / ogg-vorbis
- All log-files from transcode and dd are located inside ~/dvdripper
- Audio-Selection is now corrected
- You can stop anytime a rip-job / even If you exit the script and comes later back !!!!!
Best regards ...
Linuxluemmel
[RELEASE] Luemmel's DVD-Ripper (Script) for Linux, Mac, and Windows
linuxluemmel
Member+ Joined: Jun 2009 Reputation: 0 Location: Lucern / Switzerland |
2009-07-12 21:45
Post: #41
|
| find quote |
The-Boxhead
Member+ Joined: May 2005 Reputation: 17 Location: Norway |
2009-07-12 23:17
Post: #42
your script sounds very nice !
i followed your guide, since im no linux guru i made a few mistakes and misunderstood some of your guideance ![]() however i got to this: ssh xbmc@localhost ./dvdrip.sh /dev/sr0 /dvdrip change-me.iso which in turn got me this output: Code: (T: XBMCLive)xbmc@XBMCLive:~$ ssh xbmc@localhost ./dvdrip.sh /dev/sr0 /dvdripper change-me.isobut i get no iso in the folder just some more log files. it doesent seem to actually start ripping. i also tried the script directly from xbmc but i get a error that the iso output directory has no write access. ? okay figured out the error in the terminal: ssh xbmc@localhost ./dvdrip.sh /dev/sr0 /dvdrip change-me.iso should be: ssh xbmc@localhost ./dvdrip.sh /dev/sr0 /home/xbmc/dvdrip change-me.iso ![]() now its ripping an iso to my dvdrip folder
(This post was last modified: 2009-07-12 23:23 by The-Boxhead.)
|
| find quote |
linuxluemmel
Member+ Joined: Jun 2009 Reputation: 0 Location: Lucern / Switzerland |
2009-07-12 23:48
Post: #43
The-Boxhead Wrote:your script sounds very nice ! As I saw this T: XBMCLive)xbmc@XBMCLive:~$ ssh xbmc@localhost ./dvdrip.sh /dev/sr0 /dvdripper change-me.iso ./dvdrip.sh: line 20: cd: /dvdripper: No such file or directory It was clear .... it was startet with the wrong directory .... If something is not clear I try to help ... BTW : I would symlink the directory /dvdrip to your greatest partition ln -s /media/big-mama-partition /dvdrip and you don't have to touch the directory inside the script ... regards from switzerland Linuxluemmel |
| find quote |
linuxluemmel
Member+ Joined: Jun 2009 Reputation: 0 Location: Lucern / Switzerland |
2009-07-12 23:57
Post: #44
The-Boxhead Wrote:your script sounds very nice ! Ok You may help me to produce a better help and documentation .... I do working as system engineer since many years with linux and windows .... therefore sometimes I do not thinking about poeple who don't know linux very well ... You could give me some hints .... Hans |
| find quote |
The-Boxhead
Member+ Joined: May 2005 Reputation: 17 Location: Norway |
2009-07-13 00:11
Post: #45
Okay ripping dvd works.
Some sugestions: each time i start to rip a dvd i have to go trough the same screens, typing in with my remote all the info needed to change. This is not user friendly. There should be some way to config these settings so that the ripping starts right away after you have choosen the iso name. then im thinking of: /dev/sr0 /dvdrip /ssh user@localhost About the /dvdrip - this only works if you symlink. to use a local folder in the home directory you need to edit the line to: /home/xbmc/dvdrip I also bellive that when you have setup your enviroment the only popup for the user should be about the iso file name, and possibly a "start" button. theres to much popups now ![]() also a bug: if you try to enter a directory that doesent exist it will crash. Also when the ripping actually starts a progress bar in would be nice. Possibly with a "pause" and "cancel" button on it. I love your work and cant wait for the burn to dvd to become a feature ![]() this script has a high waf factor when tweaked a little ![]() gonna try transcoding soon and report back. |
| find quote |
linuxluemmel
Member+ Joined: Jun 2009 Reputation: 0 Location: Lucern / Switzerland |
2009-07-13 00:25
Post: #46
The-Boxhead Wrote:Okay ripping dvd works. Most of the things you said are allready in the pipeline ... if you define 1. time -> -the source dvd -the rip directory -the proper ssh-command should be fine .... I will try to write this settings into a configuration-file ... and BTW beta software has a lot of changes during development .-) Thanks for the feedback ... Linuxluemmel :_) |
| find quote |
The-Boxhead
Member+ Joined: May 2005 Reputation: 17 Location: Norway |
2009-07-13 00:26
Post: #47
okay transcoding
![]() from my terminal- ./dvd2mpeg2.sh /dev/sr0 /home/xbmc/dvd-rip dvdvolume 1 1 works like a charm. but from xbmc i just get tossed back to the main script after i have entered where to store the transcoded file... no options for formats etc ? okay EDIT: ./dvd2mpeg2.sh /dev/sr0 /home/xbmc/dvd-rip dvdvolume 1 1 that line transcodes the dvd directly from the disc... i tried to use the iso file from xbmc.... |
| find quote |
The-Boxhead
Member+ Joined: May 2005 Reputation: 17 Location: Norway |
2009-07-13 00:34
Post: #48
i get carried away you know
thanks for all the hard work i knowyou put into this. and i understand that this is beta but i gonna try and help you as much as i can with testing. i could also write up some new setup guidelines, but maybe wait until you are at a more stable state ? I also think that adding a file browser window to select ripping directory would be a huge improvement. |
| find quote |
linuxluemmel
Member+ Joined: Jun 2009 Reputation: 0 Location: Lucern / Switzerland |
2009-07-13 00:47
Post: #49
The-Boxhead Wrote:i get carried away you know Thanks :-=) I don't look on the time I needed. I never programmed in python before 1. june .... I still learning .... BTW The xbmc-script engine enables you to do allmost anything ... Yes there is a lot ow work to do .... If you would like to help me to produce a better documentation ... fine .. you are my hero ;-) In a week I would like to produce version 05.C in witch all settings storend inside a configuration directory ~/dvdripper/configuration and the parameters for device and ssh and directory never come up anymore :_= This week I should also prepare some documentations for my students ;-) TX you Linuxluemmel
(This post was last modified: 2009-07-13 01:11 by linuxluemmel.)
|
| find quote |
linuxluemmel
Member+ Joined: Jun 2009 Reputation: 0 Location: Lucern / Switzerland |
2009-07-13 02:00
Post: #50
The-Boxhead Wrote:Okay ripping dvd works. Could you please tell me what you mean with waf-factor ? ok ... my native language is German but waf .... I miss maybe something .... CU Hans Edit OK I got it :_) http://en.wikipedia.org/wiki/Woman_acceptance_factor I have a also a WAF at home .... LOL
(This post was last modified: 2009-07-13 08:54 by linuxluemmel.)
|
| find quote |



Search
Help