maxDorninger
|
7e1365479c
|
refactor ml module
|
2025-03-27 19:56:18 +01:00 |
|
maxDorninger
|
9d3e6d6eba
|
refactor indexer module
|
2025-03-27 19:14:31 +01:00 |
|
maxDorninger
|
89f53040ed
|
refactor download client class
|
2025-03-27 18:44:14 +01:00 |
|
maxDorninger
|
450514f549
|
moving AuthConfig Class
|
2025-03-27 18:36:06 +01:00 |
|
maxDorninger
|
8408cc77ad
|
moving TmdbConfig Class
|
2025-03-27 18:32:06 +01:00 |
|
maxDorninger
|
6f57e744e3
|
moving DbConfig Class
|
2025-03-27 18:25:56 +01:00 |
|
maxDorninger
|
fb4a26ba24
|
renaming directory
|
2025-03-27 18:25:31 +01:00 |
|
maxDorninger
|
994ef66835
|
Merge pull request #3 from maxdorninger/create-database-module
Decouple all the classes more from one another
|
2025-03-27 17:26:09 +01:00 |
|
maxDorninger
|
3bf70b44fa
|
add search function to metadata providers
|
2025-03-27 17:21:17 +01:00 |
|
maxDorninger
|
219f1d6571
|
add ability to add different versions of the same show
|
2025-03-26 19:49:02 +01:00 |
|
maxDorninger
|
f347a36767
|
create metadataProvider Module and fix different logging formats
|
2025-03-26 19:48:22 +01:00 |
|
maxDorninger
|
eb044c9d6b
|
fix a few bugs and make everything a bit more reusable
|
2025-03-24 17:58:42 +01:00 |
|
maxDorninger
|
dd8350b3c6
|
create torrents table
|
2025-03-23 18:30:23 +01:00 |
|
maxDorninger
|
a06c2b2bc9
|
I realize i should have made a torrents table in the db
|
2025-03-23 17:55:51 +01:00 |
|
maxDorninger
|
ac9d932771
|
improve detection of quality in torrents and add support for multi season torrents
|
2025-03-23 16:46:08 +01:00 |
|
maxDorninger
|
7ef57226c0
|
switched up greater and lesser than magic functions
|
2025-03-23 12:42:46 +01:00 |
|
maxDorninger
|
4e3f1576b1
|
Merge pull request #2 from maxdorninger/create-database-module
Milestone: Automatically searches for torrents and downloads them
|
2025-03-23 11:25:45 +01:00 |
|
maxDorninger
|
707fae5c5a
|
add function to directly add torrents by season id
|
2025-03-23 11:19:15 +01:00 |
|
maxDorninger
|
6ba346e262
|
move sqlmodels to database module and merge Season model with SeasonTorrents model
|
2025-03-22 20:05:18 +01:00 |
|
maxDorninger
|
49c88a8f29
|
add release year field to shows
|
2025-03-22 17:29:48 +01:00 |
|
maxDorninger
|
183fbc86d8
|
add downloadClients module
|
2025-03-22 17:29:21 +01:00 |
|
maxDorninger
|
b452299444
|
make ml module configurable and add quality field to IndexerQueryResult class
|
2025-03-20 15:55:09 +01:00 |
|
maxDorninger
|
1e58d1f67d
|
work on getting the season number by asking an llm and implementing a indexer module to connect with prowlarr api
|
2025-03-19 20:17:18 +01:00 |
|
maxDorninger
|
0659e62ed2
|
work on getting the season number by asking an llm
|
2025-03-17 21:08:49 +01:00 |
|
maxDorninger
|
1d532b1f08
|
switch to the SQLModel ORM and add more tv routes
|
2025-03-16 12:01:02 +01:00 |
|
maxDorninger
|
82026b9a1b
|
Merge pull request #1 from maxdorninger/create-database-module
Create database and tv module
|
2025-03-02 21:23:31 +01:00 |
|
maxDorninger
|
b88cb1b042
|
switch to the SQLModel ORM
|
2025-03-02 21:14:07 +01:00 |
|
maxDorninger
|
b890b9e8dc
|
work on the tv module, automatically gets metadata from tmdb, you can add seasons and shows to the db
|
2025-03-01 20:37:30 +01:00 |
|
maxDorninger
|
069d7e9236
|
add tables and pydantic class for tv shows and remove unneeded imports
|
2025-02-26 22:06:38 +01:00 |
|
maxDorninger
|
297edb3884
|
working on getting the config
|
2025-02-26 19:22:09 +01:00 |
|
maxDorninger
|
3f54871f8c
|
move config.py to a seperate module
|
2025-02-23 22:48:43 +01:00 |
|
maxDorninger
|
de5047c269
|
add config.py to access configuration more easily
|
2025-02-23 12:51:44 +01:00 |
|
maxDorninger
|
58c23eb69c
|
remove drop tables function
|
2025-02-23 11:41:44 +01:00 |
|
maxDorninger
|
606d233ec4
|
rename user.py to users.py and clean up code
|
2025-02-23 11:38:56 +01:00 |
|
maxDorninger
|
aca686d1e0
|
add tv_shows table, refactor code to make to more readable and remove the .env file for postgres from the repo
|
2025-02-23 11:25:35 +01:00 |
|
maxid
|
420df19363
|
convert database.py to database module and convert to UUID datatype in postgres
|
2025-02-22 22:31:21 +01:00 |
|
maxid
|
8e8fbe456a
|
reformat code
|
2025-02-22 20:44:04 +01:00 |
|
maxid
|
49c1b319e1
|
fix auth, so swagger shows an authorize button, add /api/v1 base url path and massively improve logging
|
2025-02-22 19:45:59 +01:00 |
|
maxid
|
8b6d31c6a0
|
add working auth and sessions with passwords, refactor variable names and make psycopg cursor return a dictionary instead of an unnamed tuple
|
2025-02-22 18:15:08 +01:00 |
|
maxid
|
e38d2e872c
|
enhance reponses and openapi docs on create_user endpoint
|
2025-02-16 22:23:06 +01:00 |
|
maxid
|
ebdf27def5
|
add comments and remove unused imports
|
2025-02-16 21:17:43 +01:00 |
|
maxid
|
5ac7e0a0d4
|
add ability to create user, add password auth, add logging and work on dev containers
|
2025-02-16 20:52:05 +01:00 |
|
maxid
|
ab6fc52e42
|
add basic db and auth functionality and dev container
|
2025-02-13 21:03:51 +01:00 |
|
maxid
|
f22eeef608
|
Initial commit
|
2025-02-08 18:35:32 +01:00 |
|