32 Commits

Author SHA1 Message Date
lordwelch
19b764ba55 Add publisher and imprint handling
Imprint handling has been added to utils and uses a subclassed dict to
return a tuple for imprint matching, this may not be the best idea but
it works for now.

Add settings option auto_imprint
Add cli flag -a, --auto-import
2021-12-15 10:54:16 -08:00
Timmy Welch
55cacf8f37 Merge pull request #206 from lordwelch/rarOptionalFix
Fix rarfile import as by default it is optional
2021-12-12 18:49:05 -08:00
lordwelch
10a3aa8080 Fix rarfile import as by default it is optional 2021-12-12 18:46:28 -08:00
Timmy Welch
3bba3f6667 Merge pull request #204 from lordwelch/buildSystem
Update build
2021-12-12 18:15:58 -08:00
lordwelch
4acfa2d2d7 Update build
Separate dependencies into files and add optional dependencies
Update natsort usage to be compliant with the latest version (#203)
Set PyQt5 to 5.15.3, 5.15.4 has issues with pyinstaller
Add pyproject.toml with setuptools, isort and black configuration
Add optional dependencies (#191)
Update README (#174)
2021-10-23 21:39:58 -07:00
lordwelch
a884974a9c Improve issue identification
Move title sanitizing code to utils module
Update issue identifier to compare sanitized names
2021-09-26 17:06:30 -07:00
lordwelch
9abd8f0cc8 Improve searchForSeries
Refactor removearticles to only remove articles
Add normalization on the search string and the series name results

Searching now only compares ASCII a-z and 0-9 and all other characters
are replaced with single space, this is done to both the search string
and the result. This fixes an with names that are separated by a
hyphen (-) in the filename but in the Comic Vine name are separated by a
slash (/) and other similar issues.
2021-08-29 17:35:34 -07:00
lordwelch
4c103d1ad8 Cleanup metadata handling
Mainly corrects for consistency in most situations
CoMet is not touched as there is no support in the gui and has an odd requirements on attributes
2021-08-07 21:54:29 -07:00
davide-romanini
c813126fa2 Changed: use unrar-cffi for cbr handling (#151) 2019-10-05 23:59:52 +02:00
Davide Romanini
0c426a3af6 Merge tag '1.2.0+2' into develop
1.2.0+2
2019-09-25 01:55:29 +02:00
Davide Romanini
f0da9b8b3e Merge branch 'release/1.2.0+2' 2019-09-25 01:55:15 +02:00
Davide Romanini
547ff34afc Merge tag '1.2.0+1' into develop
1.2.0+1
2019-09-25 01:30:32 +02:00
Davide Romanini
d66af813a6 Merge branch 'release/1.2.0+1' 2019-09-25 01:30:03 +02:00
Davide Romanini
1fa0604218 Release 1.2.0 2019-09-25 00:51:28 +02:00
Davide Romanini
57763c74ae Release 1.2.0 2019-09-25 00:50:50 +02:00
beville
3506befd0c Limit Comic Vine search result queries (#119)
* Tweaked search string based on new comic vine search behavior
Placated Beaufitul Soup by passing the parser

* Limit search results fetching after recent Comic Vine changes.
Also, minor debug comment tweaks.
2019-02-04 20:16:44 +01:00
tlc
6667f4a24f Enable Zip64 (#96) 2018-09-20 00:09:24 +02:00
davide-romanini
8918369b05 Python3 and QT5 upgrade (#109)
* Tweaked search string based on new comic vine search behavior
Placated Beaufitul Soup by passing the parser

* First cut at porting to Python 3 and PyQt5

* remove debug print

* tweaked progress dialog handling for issues on ubuntu gui

* Handle bad key more gracefullu

* More integration of unrarlib into settings and rest of app

* Better handling of "personal" unrar lib setting

* PEP 440-compliant version string

* Tuned linux rar help strings

* Got setup working again
* Attempts to build unrar on install
* Some minimal desktop integration on various platforms

* Fix wrong shortfile

* More setup.py enhancements
* Use proper temp file
* Added comment block at top

* Comment out desktop integration attempt for now

* Updated some links and info

* Fixed the html a bit

* Repaired some images that caused libpng to complain

* update readme re:  py3qt5 branch changes

* another note

* #108 feat: try to simplify windows build using only pip and python3

* #108 feat: fix python location on appveyor (try 1)

* #108 feat: use venv (try 2)

* #108 feat: use venv (try 3)

* #108 feat: update to latest pyinstaller develop branch

* #108 feat: update to latest pyinstaller develop branch (again)

* #108: add ssl libraries for windows packaging

* #108: refresh env in win build to pick the right mingw

* #108: change order of win build script operations

* #113: fix subprocess usage in pyinstaller package

* bump version
2018-09-19 22:05:39 +02:00
davide-romanini
d05133bd57 #98 Multiplatform pyinstaller dist (#99)
Multiplatform pyinstaller dist (#98)
2018-01-14 16:41:27 +01:00
davide-romanini
efd4a08d51 #87 Update comic vine url and ssl config (#93)
* #87 fix ssl comicvine communication

* handle missing libunrar. update macos makefile. remove version check window. bump version.

* update release notes

* #87 fix ssl context in several places. update comicvine api url.

* fix drag and drop issues on macOS

* bump version to 1.1.16-beta-rc2

* use PNG conversion for Windows build
2017-12-21 15:19:45 +01:00
fcanc
10d78ca536 fixed typo 2015-03-06 11:26:47 +01:00
davide-romanini
54011ae5a6 updated to unrar 0.3 2015-03-01 16:14:01 +01:00
davide-romanini
d84110ccb2 Merge branch 'fcanc-master' 2015-03-01 15:44:11 +01:00
fcanc
e71bf98c26 Huge code cleanup
- `autopep8 -aa` for general cleanup;
- Changed order of imports, they should be ordered into 3 groups:
1. standard library imports;
2. 3rd party packages;
3. project imports.
- I commented various imports that were reported as unused by my IDE.
If everything goes fine we can consider to delete them;
- The Apache license disclaimers are now comments since triple-quotes
should be used only for docstrings;
- Fix - `utils.centerWindowOnParent` did not resolve, changed to
`centerWindowOnParent`
2015-02-22 03:30:32 +01:00
fcanc
2a08e57318 Merge pull request #1 from davide-romanini/master
Merge davide-romanini commits
2015-02-18 20:44:28 +01:00
Davide Romanini
65bc97f3f6 various fixes after merging comicstream-integr 2015-02-16 16:19:38 +01:00
Davide Romanini
259769ae59 Merge commit '17f74cf2968a4e0aa01d7309afe7e1407b8abef2' into comicstream-integr 2015-02-16 14:09:21 +01:00
Davide Romanini
ceb089908d Merge commit 'f6439049d8d8b5a4709f1b78afbfd289d00e8c25' as 'comicapi' 2015-02-16 13:27:21 +01:00
Davide Romanini
e1d5677343 removed splitted comicapi 2015-02-16 13:25:35 +01:00
Davide Romanini
bfc2bed737 refactor (continue) 2015-02-11 19:45:45 +01:00
Davide Romanini
3138f65394 refactor core comicarchive classes in its own package comicapi 2015-02-11 19:45:02 +01:00
(no author)
2f21c2f4d2 Initial directory structure.
git-svn-id: http://comictagger.googlecode.com/svn/trunk@1 6c5673fe-1810-88d6-992b-cd32ca31540c
2012-11-02 20:46:37 +00:00