![]() |
|
[Windows] One Button DVD/BluRay Ripping using a Launcher from within XBMC - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85) +--- Forum: Tips, tricks, and step by step guides (/forumdisplay.php?fid=110) +--- Thread: [Windows] One Button DVD/BluRay Ripping using a Launcher from within XBMC (/showthread.php?tid=105168) |
RE: [WINDOWS] - One Button DVD/BluRay Ripping using a Launcher from within XBMC - Spinalcrack - 2012-03-15 04:22 (2012-03-15 02:43)GJackson Wrote: My music library is left with an empty folder that matches the name of the disc up to the space. Is this a problem with your script or MakeMKV? This will only rip video. You mentioned music library? Are you trying to rip music from a dvd? Can you post the disc title for me please? And also copy and paste your AutoRipDVD.bat file RE: [WINDOWS] - One Button DVD/BluRay Ripping using a Launcher from within XBMC - GJackson - 2012-03-16 03:03 Here is my file, only slightly edited from the original. It is a 64-bit OS. This particular DVD is one that I believe was created from a movie file, and the creation proggy must have allowed spaces in the filename. The DVD name is Grown Ups, I got a folder "Grown". If spaces are an unsupported name convention, so be it, I just figured I would post it in case other people had similar problems or it was an easy fix. Let me know if you'd like me to try any changes. Code: @Echo offSetlocal enableextensionsRE: [WINDOWS] - One Button DVD/BluRay Ripping using a Launcher from within XBMC - Spinalcrack - 2012-03-16 07:41 (2012-03-16 03:03)GJackson Wrote: Here is my file, only slightly edited from the original. It is a 64-bit OS. This particular DVD is one that I believe was created from a movie file, and the creation proggy must have allowed spaces in the filename. The DVD name is Grown Ups, I got a folder "Grown". If spaces are an unsupported name convention, so be it, I just figured I would post it in case other people had similar problems or it was an easy fix. Let me know if you'd like me to try any changes. You are right. It appears you have found a bug with this script where it will fail with spaces in the disk's volume name. Took a bit, but I managed to get it fixed, so below is the new shiny code. Please copy the code below and paste it into your AutoRipDVD.bat file replacing the existing code. Be sure to ONLY REPLACE THE CODE BELOW the settings you changed at the top of the file. Basically where it says, "Do Not Edit Anything Below This!", well.... yeah... paste over that part and below with this new code. Worst case if you break it, I have updated the files in the links on the first post to this version, so re-download, install and set your paths again. If you're careful with the cut and paste though you shouldn't need to do that. Code: ::*********************************************************************************************RE: [WINDOWS] - One Button DVD/BluRay Ripping using a Launcher from within XBMC - SamHill - 2012-03-16 21:25 (2012-03-16 07:41)Spinalcrack Wrote: You are right. It appears you have found a bug with this script where it will fail with spaces in the disk's volume name. Took a bit, but I managed to get it fixed, so below is the new shiny code. Please copy the code below and paste it into your AutoRipDVD.bat file replacing the existing code. Be sure to ONLY REPLACE THE CODE BELOW the settings you changed at the top of the file. Basically where it says, "Do Not Edit Anything Below This!", well.... yeah... paste over that part and below with this new code. Thanks. this seems awesome, I will have to check this out when I get home. I recommend you edit your first post and add this in for new people trying your script in case they dont read the whole thread and realize there is more to add.
RE: [WINDOWS] - One Button DVD/BluRay Ripping using a Launcher from within XBMC - Spinalcrack - 2012-03-16 21:41 (2012-03-16 21:25)SamHill Wrote: Thanks. this seems awesome, I will have to check this out when I get home. Ya the download in the first post is now patched with this new code, so any new users should not have the problem. Any existing users that stumble across a volume name with spaces, will hopefully either read the thread or see the changelog in the first post. Let me know how it goes ![]() Cheers! RE: [WINDOWS] - One Button DVD/BluRay Ripping using a Launcher from within XBMC - GJackson - 2012-03-19 01:57 Seems to work great!! Thanks for fixing it!
RE: [WINDOWS] - One Button DVD/BluRay Ripping using a Launcher from within XBMC - Spinalcrack - 2012-03-19 02:45 (2012-03-19 01:57)GJackson Wrote: Seems to work great!! Thanks for fixing it! Good to hear
RE: [WINDOWS] - One Button DVD/BluRay Ripping using a Launcher from within XBMC - WanderingIA - 2012-03-22 22:03 Thanks for this little script !! It's work great.... But, there's is a problem in the name of the folder and mkv after the rip. I'm french, and the folder's name is "E s'appelle [DVDName]" (E is named [DVDName]) E is my DVD drive letter It's a little weird, since it seems English User doesn't have this problem. From what it's come from?? RE: [WINDOWS] - One Button DVD/BluRay Ripping using a Launcher from within XBMC - Spinalcrack - 2012-03-22 22:20 (2012-03-22 22:03)WanderingIA Wrote: Thanks for this little script !! Je regrette, mais mon Francais ce n'est pas bien. Je comprend un peu seulment. Merci pour parler a la Englais. Are you saying that the folder name is the same as the DVD name? I am sorry, I do not understand what issue you are having. RE: [WINDOWS] - One Button DVD/BluRay Ripping using a Launcher from within XBMC - macky - 2012-04-11 13:09 I would like to amend the last line of the code, the file rename, but I'm not sure of the coding used. I want DVD in the filename so XBMC shows a DVD case e.g. Moviename.dvd.mkv What would be the code for that? |