Dapbler / cbr2cbz

Python script that converts compressed CBR and CBZ comic archives to stored CBZ. Many options.
GNU General Public License v3.0
26 stars 5 forks source link

Load RE exclude list for archive pages #6

Closed Dapbler closed 6 years ago

Dapbler commented 6 years ago

Add an option to load a list of regular expressions to exlude or change file names within archives (eg. ads of a particular format name that appear in the wrong place).

Dapbler commented 6 years ago

Added page exclusion directly via command line (--excludepage) and via loaded exclusion file (--excludepagefile)

Dapbler commented 6 years ago

Renaming is harder and was more an extension of my original exclusion plan. Dropping and will raise if I find a need for it later.