Skip to content

Commit

Permalink
version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
addon-rajada committed Mar 27, 2024
1 parent a293437 commit c69f929
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
24 changes: 20 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,31 @@

- comics by first letter
- update check_tool
- remove plot references as Picture ListItem doesn't have it
- remove plot references as Picture ListItem doesn't have it ?
- download chapter as zip ?
- blogspot quality settings ?

### GUI
### Default GUI

- ...

### Custom GUI

- add rotate buttons to portrait mode ?
- setting for sectors number ?
- use keys to navigate image instead controls ?
- zoom and rotate animations to image control ?
- crrt page loading bar at portrait mode ?
- use arrow keys to navigate image instead controls click ?

- zoom and rotate animations to image control ? it won't work
- unstretch button ? nope, as it would be same as scale down

### Image Processing

- split comic panels ?
- https://maxhalford.github.io/blog/comic-book-panel-segmentation
- https://github.com/kanjieater/ComicEater
- https://github.com/Ajira-FR/comics-splitter
- https://github.com/slee500/cs543-sp19

### Providers

Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.image.k-viewer" name="K-Viewer" version="0.3" provider-name="gbchr">
<addon id="plugin.image.k-viewer" name="K-Viewer" version="0.4" provider-name="gbchr">

<requires>
<import addon="script.module.kodi-six" />
Expand Down

0 comments on commit c69f929

Please sign in to comment.