tel8618217223380 / sagetv-addons

Automatically exported from code.google.com/p/sagetv-addons
0 stars 0 forks source link

Additional Varibles for Windows Batch File Procc. #271

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would love to have separate variables for PathOnly, FileNameOnly, and 
FileNameExtensionOnly. 

Thank A Million!

Original issue reported on code.google.com by Loade...@gmail.com on 17 Dec 2010 at 12:29

GoogleCodeExporter commented 9 years ago
Thought of one more: FileNameWithExtOnly

Original comment by Loade...@gmail.com on 18 Dec 2010 at 4:05

GoogleCodeExporter commented 9 years ago
Can you provide some examples of the values you're expecting these vars to 
provide?

Original comment by de...@battams.ca on 19 Dec 2010 at 6:03

GoogleCodeExporter commented 9 years ago
"C:\VideoCaptures\BigCatOdyssey-1851976-0.ts"

"C:\VideoCaptures\" <<< PathOnly

"BigCatOdyssey-1851976-0" <<< FileNameOnly

"ts" <<< FileNameExtensionOnly

"BigCatOdyssey-1851976-0.ts" <<< FileNameWithExtOnly

Original comment by Loade...@gmail.com on 19 Dec 2010 at 7:33

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1338.

Original comment by de...@battams.ca on 19 Jan 2011 at 9:24

GoogleCodeExporter commented 9 years ago
"C:\VideoCaptures\" <<< PathOnly

Already exists as SJQ4_PATH

"BigCatOdyssey-1851976-0" <<< FileNameOnly

Now exists as SJQ4_SEGMENT_x_NAME (where x is the segment number); also 
available as SJQ4_LAST_SEGMENT_NAME

"ts" <<< FileNameExtensionOnly

Now exists as SJQ4_SEGMENT_x_TYPE (where x is the segment number); also 
available as SJQ4_LAST_SEGMENT_TYPE

Original comment by de...@battams.ca on 19 Jan 2011 at 9:32

GoogleCodeExporter commented 9 years ago
Fix verified.

Original comment by de...@battams.ca on 12 May 2011 at 1:36