Win One Button DVD/BluRay Ripping using a Launcher from within XBMC
#31
(2012-04-11, 13:09)macky Wrote: 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?

XBMC should autodetect the resolution as soon as you play the disc and set the DVD box... but to do what you are requesting, add this line to the code to the AutoRipDVD.bat file:

Code:
set volid="%volid%.dvd."

Add it in the last section so it reads as follows, (positioning is critical)

Code:
:rename
::Cuts off 1st 5 characters of fname, then appends prefix
set volid="%volid%.dvd."
ren %fname% "%volid%"_%fname:~5%

I haven't tested this as I am currently not on my main computer, but it should work. Let me know how it goes.

*Note: This will flag all rips as DVD's even if they are Blu-Ray's
Reply


Messages In This Thread
[No subject] - by Spinalcrack - 2011-07-10, 23:22
New forum member is here - by Geatteevold - 2012-08-23, 03:11
[No subject] - by Johnnovision - 2011-07-12, 22:39
[No subject] - by patm95 - 2011-07-13, 05:03
[No subject] - by Spinalcrack - 2011-07-13, 05:40
[No subject] - by realjobe - 2011-07-13, 13:30
[No subject] - by Spinalcrack - 2011-07-13, 14:20
[No subject] - by publicENEMY - 2011-12-09, 04:40
RE: - by apr0mpt - 2013-01-16, 23:53
[No subject] - by Valdysses - 2012-02-25, 19:17
[No subject] - by Spinalcrack - 2012-02-26, 00:30
[No subject] - by cank - 2012-02-26, 21:32
[No subject] - by Spinalcrack - 2012-02-26, 23:45
[No subject] - by cank - 2012-02-27, 03:31
[No subject] - by Spinalcrack - 2012-02-27, 03:52
any news? - by TheOutlawEzE - 2012-02-28, 07:44
[No subject] - by Spinalcrack - 2012-02-28, 15:34
Updated version - by Spinalcrack - 2012-02-29, 06:46
[No subject] - by TheOutlawEzE - 2012-03-01, 06:24
[No subject] - by Spinalcrack - 2012-03-01, 06:38
RE: [WINDOWS] - One Button DVD/BluRay Ripping using a Launcher from within XBMC - by Spinalcrack - 2012-04-15, 03:33
*** Major Bug Fix *** - by Spinalcrack - 2012-08-06, 21:42
Logout Mark Read Team Forum Stats Members Help
One Button DVD/BluRay Ripping using a Launcher from within XBMC9