This website requires JavaScript.
Explore
idra
informatica
.it
Help
Register
Sign In
starred
/
MediaManager
Watch
1
Star
0
Fork
0
You've already forked MediaManager
mirror of
https://github.com/maxdorninger/MediaManager.git
synced
2026-04-19 12:54:12 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e04e11d8c8facf525b7644ecee25341416c181e
MediaManager
/
media_manager
/
tv
History
maxDorninger
3088c65b09
fix bugs which causes imported torrents to not be marked as such, add try-except to extract archive function which prevents the import from stopping if the archives are already extracted,
2025-07-01 11:52:23 +02:00
..
__init__.py
refactor: change folder structure
2025-05-29 15:36:35 +02:00
dependencies.py
add get_torrent_by_id dependency, add 404 error message and make NotFoundException globally available
2025-06-08 18:40:30 +02:00
models.py
format code with ruff
2025-06-22 17:41:50 +02:00
repository.py
format code with ruff
2025-06-22 17:41:50 +02:00
router.py
fix code for importing movies
2025-06-24 17:37:58 +02:00
schemas.py
add proper validation error messages to custom model validators for requests
2025-06-24 19:31:08 +02:00
service.py
fix bugs which causes imported torrents to not be marked as such, add try-except to extract archive function which prevents the import from stopping if the archives are already extracted,
2025-07-01 11:52:23 +02:00