[mythtv-users] mythlink.pl

John Pilkington J.Pilk at tesco.net
Fri Aug 11 11:22:09 UTC 2017


On 11/08/17 12:05, John Pilkington wrote:
> On 11/08/17 11:35, Mark Perkins wrote:
>> Has anyone tried mythlink.pl on 0.28 or 29?
>>
>> I note on the wiki that it lists compatibility only as far as 0.27.
>>
>> https://www.mythtv.org/wiki/Mythlink.pl
> 
> I use it regularly, from the command line, in master.  But with a patch:
> 
> $ diff mythlink.pl mythlink_KN2.pl
> 4a5,8
>  > ## With patch by Karl Newman to skip deleted recordings
>  > ## 
> http://www.mythtv.org/pipermail/mythtv-users/attachments/20131125/ab4f1992/attachment.obj 
> 
>  > ## or
>  > ## http://www.gossamer-threads.com/lists/mythtv/users/558623#558623
> 352a357,358
>  >     # Skip deleted recordings
>  >         next unless ($show->{'recgroup'} ne 'Deleted');
> 
> 
> John P

Second thoughts again.  I run this:

#!/bin/bash
# Create a readable list of recordings in /home/john/pretty
#
echo "Creating a pretty list of recordings in /home/john/pretty"
#
perl /usr/share/doc/mythtv-docs-master/contrib/user_jobs/mythlink_KN2.pl 
--link \
  /home/john/pretty --format  '%T-%cn-%Y%m%d-%H%i-%S'
date
exit







More information about the mythtv-users mailing list