Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend flinck to work with series #31

Open
Riduidel opened this issue Feb 16, 2017 · 2 comments
Open

Extend flinck to work with series #31

Riduidel opened this issue Feb 16, 2017 · 2 comments

Comments

@Riduidel
Copy link

Typically, I store my series episodes using series name, then numbering (which may be inconsistent)
as a consequence, I have, as an example, a bunch of Doctor.Who.2005.S01E01.FRENCH.BDRip.XviD-MiND.avi files.
But flinck will try to write them all in the same file :

So I get on one side Videos/flinck/genre/Adventure/Doctor Who -> Videos/dns323/Doctor_Who/Doctor.Who.2005.S01E01.FRENCH.BDRip.XviD-MiND.avi and on the other side a bunch of WARNING: /home/pi/Videos/flinck/genre/Adventure/Doctor Who already exist messages.

So, is it possible to add support for series and episodes to flinck ?
I think the typical pain point would be the support for seasons/episodes numbering, which would require some kind of regexp magick.

@Kraymer
Copy link
Owner

Kraymer commented Feb 16, 2017

Related to series : see #27

I think the typical pain point would be the support for seasons/episodes numbering, which would require some kind of regexp magick.

I would delegate that to another library like guessit

@Riduidel
Copy link
Author

Riduidel commented Feb 16, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants