NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 264 265 266 267 268 … 433 Next »
Need some emergency bat file help

Need some emergency bat file help
Elmo Putney
Offline

Senior Member

Posts: 615
Threads: 119
Joined: Feb 2008
#1
2013-03-13, 11:08 PM
I was hoping to get newa transcoding working before going away so I could watch the formula 1 in france but I don't think I will be able to do it. As a backup I am trying to copy recordings into a folder for automated processing while im away.

I urgently need a simple postprocessing bat file that will copy all recordings while i'm away into a separate folder where they will be recoded for download.

I'm close but running out of time, so has anyone got any good examples of simple postprocessing files. I don't really understand how to call the file i want to copy-don't understand the syntax needed.
[SIZE="4"]Elmo Putney[/SIZE]
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#2
2013-03-13, 11:17 PM
the full file name (i.e. F:\Recordings\ShowName\ShowName_20130312_20002100.ts) passed from NRecord that you want to copy is just %1:
Code:
copy "%1" d:\recoding
if you want another file to go with it, like a comskip .edl file then:
Code:
copy "%~dpn1.edl" d:\recoding
%~dpn1 just means "use the drive letter, path and name of the file passed as %1, but not the extension", which then allows you to provide a different extension.

I'm assuming from the way you worded your request that you already have something running that will see the file copied over and automatically transcode it? or do you mean you need the postprocessing.bat to do that too?
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  incorrect frequency in adelaide .ini file spin35 5 3,056 2023-02-01, 05:40 PM
Last Post: sub
  ts file shows length too long? SuttonWillow 2 1,934 2021-03-15, 01:56 PM
Last Post: mvallevand
  Unhandled Exception: file name too long (idiots at pbs made it super long) jobby99 1 1,411 2020-10-29, 09:40 PM
Last Post: mvallevand
  ts file shows length too long SamM 4 2,342 2020-10-06, 02:45 AM
Last Post: Ehrlichia
  EPG displaying small subset of xmltv file. Esteban 9 3,035 2020-07-18, 10:07 PM
Last Post: Esteban
  Max File Size jrockow 2 1,537 2020-04-21, 02:38 PM
Last Post: jrockow
  Skip causes fast-forward to the end of the file madbrain 9 3,909 2020-02-27, 10:24 PM
Last Post: Esch
  Be notified when EPG (xml file) is empty ? nonob 2 1,431 2020-02-14, 05:00 PM
Last Post: nonob
  Recording extra 0-byte .ts file seeker_ktf 6 2,687 2020-01-25, 08:40 PM
Last Post: seeker_ktf
  Pass M3U File from NextPVR to VLC/Other Mark-McG 3 5,568 2019-12-16, 10:26 AM
Last Post: Mark-McG

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode