Trying to contact Behan Webster / Video::Filename Maintainer.

2019-04-08 Thread Adam Spann
Hi folks, I have tried reaching out to Behan Webster to provide a small patch to his Video::Filename module. I have been using it for a while. But found that it does not support things like Jimmy Kimmel 2019 04 05 Celine Dion WEB h264-TBS I created a patch to provide this support. I have tried

Re: [RFC] Video::File::TVShow::Import

2019-02-25 Thread Adam Spann
comments and thoughts. Sincerely, Adam On Mon, 25 Feb 2019 at 00:29, Yanick Champoux wrote: > > On 2019-02-23 08:59 AM, Adam Spann wrote: > > Hi Everyone, > > > > I wrote a programme a while back and decided to make a module out of the > > core elements. > >

[RFC] Video::File::TVShow::Import

2019-02-23 Thread Adam Spann
start. The module code can be found here: https://github.com/Bas-Man/Video-File-TVShow-Import There is also a reference to it on prepan: http://prepan.org/module/nYmTLYacoVJ I am also including pod2readme output. I look forward to getting your comments. Sincerely, Adam Spann README Description

Re: [RFC] File::TVShow::Parse

2019-03-20 Thread Adam Spann
ersions of 5.10.1, or > 5.16.1, depending on whether I might have to deal with Unicode. I've never > had a complaint (I don't write pragmas or system-oriented code, so it's > never been anything I've need to worry about). > > -john > > On Thu, March 14, 2019 10:56 pm,

[RFC] File::TVShow::Parse

2019-03-14 Thread Adam Spann
perl versions less than 5.10 Looking forward to hearing back. Best, Adam Spann NAME File::TVShow::Parse VERSION Version 0.01 SYNOPSIS This module is intended to parse and identify information in the file name of a TV show. These details can then be accessed by calling

Re: [RFC] File::TVShow::Parse

2019-04-15 Thread Adam Spann
Note that VERSION is 0.01.0.0 so if EpsiodeName is updated Info would become 0.01.0.1 and a minor update to Info would make the version 0.01.1.0 with a major code change resulting in 0.02.0.0 I look forward to hearing some feedback. Kind Regards, Adam Spann NAME File::TVShow::Info - Perl

rt.cpan.org sunsetting / updating module git and issues

2020-12-08 Thread Adam Spann
Hi All, With the prospect of RT being sunset. I am looking into updating my two humble modules so that they contain issues links on metacpan. Currently they default to rt.cpan.org I have the example config details from: https://www.perl.com/article/how-to-upload-a-script-to-cpan/ and