user-586
18-03-2016, 10:26 AM
get_iplayer is the tops!
...
Q: Is there proper way to stop get_iplayer assigning genre tags
to the audio files it generates?
I've failed miserably hacking the perl code get_iplayer.pl
by changing the line:
to
I know this isn't a sustainable way of doing anything but ...
if it worked it would save me significant post-processing work
at my end.
...
Q: Is there proper way to stop get_iplayer assigning genre tags
to the audio files it generates?
I've failed miserably hacking the perl code get_iplayer.pl
by changing the line:
Code:
$tags->{genre} = $meta->{category};
Code:
$tags->{genre} = "";
if it worked it would save me significant post-processing work
at my end.