[PATCH] new tagging implementation

dinkypumpkin dinkypumpkin at gmail.com
Mon May 30 09:54:25 EDT 2011


On 14/05/2011 17:09, dinkypumpkin wrote:
> I have implemented new tagging code in my fork of get_iplayer. This new code:

If anyone happens to be using this along with iTunes: there was an error 
in tagging TV show names, now fixed.  You can download my fork again, as 
described here:

https://github.com/dinkypumpkin/get_iplayer/wiki/instructions

You can also just make the one-line change in your copy of get_iplayer, 
as follows -

Find this line:

$tags->{TVShowName} = $tags->{title};

and replace it with:

$tags->{TVShowName} = $meta->{name};




More information about the get_iplayer mailing list