Re: Help with --command syntax

2014-10-23 Thread Vangelis forthnet
On Fri Oct 24 00:25:01 BST 2014, Peter S Kirk wrote: I'm sure you already know this, but others may not. For inputs to a batch file create a .txt with the inputs and example.bat < inputs.txt Hi, Peter. I do know about "redirection operators", but when I started exploring batch file usage I d

Re: Help with --command syntax

2014-10-23 Thread Peter S Kirk
On 23 Oct 2014 at 19:38, Vangelis forthnet Vangelis forthnet wrote: > On Wed Oct 22 20:50:10 BST 2014, I wrote: > > > But if I, somehow, tell GiP to run the command > > I originally posted: > > > > cmd /k "cd /d "F:\Downloads\FLVtoMP4remux" & "remux.bat" ^&& exit" > > > > that "cd"s to where bo

Re: Help with --command syntax

2014-10-23 Thread Vangelis forthnet
On Wed Oct 22 20:50:10 BST 2014, I wrote: But if I, somehow, tell GiP to run the command I originally posted: cmd /k "cd /d "F:\Downloads\FLVtoMP4remux" & "remux.bat" ^&& exit" that "cd"s to where both the EXEs & .bat are found, I'd expect it should work. Just for the history of it, and prio

Re: "default" is not defined in %Encode::EXPORT_TAGS

2014-10-23 Thread Colin Law
On 23 October 2014 16:51, dinkypumpkin wrote: > On 23/10/2014 16:03, dinkypumpkin wrote: >> >> perl, v5.10.0 built for arm-linux-gnueabi-thread-multi > > > BTW, what system are you running with this old version of Perl? Is this > from a NAS device? It is a Sheeva Plug running Ubuntu 9.04. I can

Re: "default" is not defined in %Encode::EXPORT_TAGS

2014-10-23 Thread dinkypumpkin
On 23/10/2014 16:03, dinkypumpkin wrote: perl, v5.10.0 built for arm-linux-gnueabi-thread-multi BTW, what system are you running with this old version of Perl? Is this from a NAS device? ___ get_iplayer mailing list get_iplayer@lists.infradead.or

Re: "default" is not defined in %Encode::EXPORT_TAGS

2014-10-23 Thread Colin Law
On 23 October 2014 16:18, dinkypumpkin wrote: > On 23/10/2014 16:12, Colin Law wrote: >> >> On 23 October 2014 16:03, dinkypumpkin wrote: >>> >>> It looks like the Encode module picked up an explicit "default" export >>> tag >>> with v5.10.1. Looking at the module code, it doesn't appear to serv

Re: "default" is not defined in %Encode::EXPORT_TAGS

2014-10-23 Thread dinkypumpkin
On 23/10/2014 16:12, Colin Law wrote: On 23 October 2014 16:03, dinkypumpkin wrote: It looks like the Encode module picked up an explicit "default" export tag with v5.10.1. Looking at the module code, it doesn't appear to serve any purpose after all, so score that as an own goal. Will fix for

Re: "default" is not defined in %Encode::EXPORT_TAGS

2014-10-23 Thread dinkypumpkin
On 23/10/2014 15:29, Colin Law wrote: "default" is not defined in %Encode::EXPORT_TAGS at ./get_iplayer line 77 main::BEGIN() called at /usr/lib/perl/5.10/Encode.pm line 77 eval {...} called at /usr/lib/perl/5.10/Encode.pm line 77 Can't continue after import errors at ./get_iplayer line

"default" is not defined in %Encode::EXPORT_TAGS

2014-10-23 Thread Colin Law
I have been running get_iplayer v2.86 with no problems, but when I upgrade to 2.87 using curl -kLO https://raw.github.com/dinkypumpkin/get_iplayer/latest/get_iplayer set the execute permissions then run ./get_iplayer I see "default" is not defined in %Encode::EXPORT_TAGS at ./get_iplayer line 77