home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Codecs, External Players
Playing recorded TV in external player (mpc-hc)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="kiwijunglist" data-source="post: 940394" data-attributes="member: 76888"><p>No please don't use that first script I made it better</p><p><strong>also the way you changed the script would make it delete your entire tv recording folder, because you left out the temp directory.</strong></p><p> </p><p>you can use both comskip and filerename just change to the following</p><p> </p><p>[code]</p><p>call "c:\comskip\comskip.exe -t %*"</p><p>ren "%*" "*.mp4"[/code]</p><p> </p><p>if it doesn't work change to</p><p>[code]</p><p>c:\comskip\comskip.exe -t "%*"</p><p>ren "%*" "*.mp4"[/code]</p><p> </p><p>I made the file shorter as I just released the string manipulation is not needed.</p></blockquote><p></p>
[QUOTE="kiwijunglist, post: 940394, member: 76888"] No please don't use that first script I made it better [B]also the way you changed the script would make it delete your entire tv recording folder, because you left out the temp directory.[/B] you can use both comskip and filerename just change to the following [code] call "c:\comskip\comskip.exe -t %*" ren "%*" "*.mp4"[/code] if it doesn't work change to [code] c:\comskip\comskip.exe -t "%*" ren "%*" "*.mp4"[/code] I made the file shorter as I just released the string manipulation is not needed. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Codecs, External Players
Playing recorded TV in external player (mpc-hc)
Contact us
RSS
Top
Bottom