You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Great !
But what about integrating guessit into flinck ?
cause what I like in flinck is its ability to build a directory tree
consistent with metadata.
So i think it would indeed be a nice complement.
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 ofWARNING: /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.
The text was updated successfully, but these errors were encountered: