Commit Graph

60 Commits

Author SHA1 Message Date
Kharec 53284d7c0a refactor: do a bit a code architecture 2025-12-07 00:08:28 +01:00
Kharec 7951373033 fix: use constant now that authenticate is in Auditui class 2025-12-06 16:22:46 +01:00
Kharec cc3a1c6818 feat: move authentication inside Auditui class 2025-12-06 16:04:09 +01:00
Kharec 1088517cd5 refactor: reduce code 2025-12-06 15:57:05 +01:00
Kharec a62c3e9bf4 clean: remove player.py, now useless 2025-12-06 15:48:21 +01:00
Kharec fc15096918 refactor: rename AudituiApp to Auditui to have the right name in TUI interface 2025-12-06 15:46:16 +01:00
Kharec 37ac47698c docs: update readme with play/pause implementation 2025-12-06 15:44:57 +01:00
Kharec d6e2284db1 feat: play/pause implementation based on local download 2025-12-06 15:44:45 +01:00
Kharec 1cac45e6cf feat: get signup year in the least shitty way possible 2025-12-06 15:11:08 +01:00
Kharec 70e106208b refactor: get_stat() to be done yet 2025-12-05 17:14:21 +01:00
Kharec 73dc453c18 feat: prepare code 2025-12-05 17:13:13 +01:00
Kharec 2d038fc811 feat: add base class and authentication for now 2025-12-05 17:05:54 +01:00
Kharec fbd987d353 docs: add stats.py 2025-12-05 17:05:44 +01:00
Kharec df0f0612ab docs: update readme 2025-12-05 16:07:59 +01:00
Kharec 8287b0ee16 docs: update roadmap 2025-12-05 16:06:49 +01:00
Kharec 4cbb13e371 docs: rephrase roadmap 2025-12-05 15:57:46 +01:00
Kharec a45230c940 clean: duplicate code 2025-12-05 15:55:03 +01:00
Kharec ffaf998225 docs: update dependencies for ffmpeg 2025-12-05 15:36:43 +01:00
Kharec ad6060395b docs: update roadmap with new concerns 2025-12-05 15:34:07 +01:00
Kharec a7feeb9789 feat: output possible track in json and quit 2025-12-05 15:32:03 +01:00
Kharec c40444d587 feat: add a first try of playing a song 2025-12-05 15:29:41 +01:00
Kharec 46deb2baac docs: update readme 2025-12-05 15:29:12 +01:00
Kharec 79af9b2af6 docs: update readme 2025-12-04 16:14:55 +01:00
Kharec 2b21484309 clean: remove old tries 2025-12-04 16:14:51 +01:00
Kharec c691c49530 git: include .venv to .gitignore 2025-12-04 09:41:17 +01:00
Kharec 76a1c28510 docs: update readme 2025-12-04 09:41:04 +01:00
Kharec a67d0b4324 feat: migrate dependencies management to uv 2025-12-04 09:40:14 +01:00
Kharec 2e4ae1c1cb clean: remove requirements.txt as we're migrating to uv 2025-12-04 09:39:55 +01:00
Kharec d5f6510553 refactor: different formatting 2025-12-02 10:48:28 +01:00
Kharec 67fefeb679 typo: controle -> control 2025-11-26 11:01:52 +01:00
Kharec b44ba70b6d build: update requirements with pip freeze 2025-11-25 22:05:15 +01:00
Kharec c3c3b083f9 feat: add first successful and consistent attempt textualize+audible 2025-11-25 22:05:08 +01:00
Kharec 1ead1d3e74 docs: update readme 2025-11-25 22:04:38 +01:00
Kharec 43e41c2f9a oups: audible, not audit 2025-11-25 19:45:24 +01:00
Kharec 2482103162 clean: rename my test of audible api 2025-11-25 19:44:38 +01:00
Kharec 727148b3ca build: add versions in requirements 2025-11-25 12:28:17 +01:00
Kharec 5c64ee3e37 fix: get the column key from the columns attribute 2025-11-25 12:24:25 +01:00
Kharec aa4a016a1a feat: add Textual first try with random data 2025-11-25 12:05:58 +01:00
Kharec d4d978a77b build: update requirements 2025-11-25 12:05:48 +01:00
Kharec 72033ce16a git: add __pycache__ to .gitignore 2025-11-25 11:58:06 +01:00
Kharec 56780dae28 clean: remove traceback remnants 2025-11-18 21:16:36 +01:00
Kharec bf77209618 refactor: convert static methods to regular methods 2025-11-18 21:10:44 +01:00
Kharec f45388ca91 feat: extract data getters 2025-11-18 21:06:16 +01:00
Kharec 333b40c339 feat: extract duplicated pagination logic into a helper private method 2025-11-18 21:04:07 +01:00
Kharec e018ea6160 feat: create client in constructor after authentication 2025-11-18 16:19:00 +01:00
Kharec 2ed6414583 docs: update readme 2025-11-17 20:40:39 +01:00
Kharec 91cc5e3e6b docs: new idea + goal 2025-11-17 20:36:11 +01:00
Kharec e35030b73e docs: update readme 2025-11-17 20:32:47 +01:00
Kharec 1d258fd01f clean: remove asin from output 2025-11-17 20:29:41 +01:00
Kharec 02ea6baa0d feat: add a method to list unfinished books with percentage and duration 2025-11-17 20:28:24 +01:00