user-47
08-08-2013, 05:28 PM
On my windows GiP setup I've put together a batch script to get a radio show based on a supplied PID which is working fine for m4a recordings but for mp3 recordings I'm unable to get my command working so the mp3 gets the metadata on the programme applied, using the Web PVR Manager the mp3 recording gets the metadata added correctly so the manager seems to be using the MP3:Tag perl module to do that, so I would of through it would do the same via a command.
I've tried playing about with the --id3v2 argument but I've not been able to find a windows binary to use with the argument that shows as working.
It's not a big issues for me as it's looks like it's just the local programmes that are mp3 and I can use the manager as a last resort but would prefer to use my main solution for everyone via command, plus the metadata allows me to find it on my playlist on my ipod
Any advise from any appreciated, thanks
I've tried playing about with the --id3v2 argument but I've not been able to find a windows binary to use with the argument that shows as working.
It's not a big issues for me as it's looks like it's just the local programmes that are mp3 and I can use the manager as a last resort but would prefer to use my main solution for everyone via command, plus the metadata allows me to find it on my playlist on my ipod
Any advise from any appreciated, thanks
Code:
SET iplayer_path="C:\Program Files (x86)\get_iplayer"
SET ffmpeg_path="C:\Program Files (x86)\get_iplayer\FFmpeg\ffmpeg-shared\bin\ffmpeg.exe"
SET Lame="C:\Program Files (x86)\get_iplayer\LAME\lame.exe"
SET RTMPDump_path="C:\Program Files (x86)\get_iplayer\RTMPDump\rtmpdump.exe"
SET Meta_Path="C:\Program Files (x86)\get_iplayer\AtomicParsley\AtomicParsley\AtomicParsley.exe"
SET MPlayer="C:\Program Files (x86)\get_iplayer\MPlayer\mplayer-svn-36348\mplayer.exe"
SET ID3V2 = "C:\Program Files (x86)\get_iplayer\id3\metamp3.exe"
%iplayer_path%\get_iplayer.pl --type=radio --pid=%1 --modes default --rtmpdump %RTMPDump_path% --ffmpeg %ffmpeg_path% --atomicparsley %Meta_Path% --mplayer %Mplayer% --lame %Lame% --id3v2 %ID3V2% --tag-podcast --file-prefix="<nameshort>-<episodeshort>" --force > .\%1.log