Commit Graph

45 Commits

Author SHA1 Message Date
de41769e5f Add proxy export to file for JDownloader 2026-01-01 20:56:54 +01:00
f9ba535c56 Merge pull request #6 from DasPoschi/codex/analysieren-und-beheben-von-fehlern-4xbqut
Fetch and prefill proxy lists from TheSpeedX on Proxies page
2026-01-01 20:35:46 +01:00
32f159c03a Merge branch 'main' into codex/analysieren-und-beheben-von-fehlern-4xbqut 2026-01-01 20:35:33 +01:00
30329ef72a Fetch proxy lists from upstream sources 2026-01-01 20:18:30 +01:00
1f5fa2e31d Merge pull request #5 from DasPoschi/codex/analysieren-und-beheben-von-fehlern-8ffk1k
Auto-refresh progress display
2026-01-01 20:08:58 +01:00
b42fda4852 Auto-refresh progress display 2026-01-01 20:08:34 +01:00
e8dfe28b0b Merge pull request #4 from DasPoschi/codex/analysieren-und-beheben-von-fehlern-g3are0
Add download cancel and progress display
2026-01-01 20:02:04 +01:00
0d4f030f2c Add download cancel and progress display 2026-01-01 20:01:46 +01:00
812cb08df7 Change jd-output volume from read-only to read-write 2026-01-01 19:19:31 +01:00
063c22ab86 Merge pull request #3 from DasPoschi/codex/analysieren-und-beheben-von-fehlern
Handle TMDB auth failures gracefully
2026-01-01 18:49:14 +01:00
93fc395ebc Handle TMDB auth failures gracefully 2026-01-01 18:49:00 +01:00
800f50eca7 Merge pull request #1 from DasPoschi/codex/uberprufen-und-beheben-von-fehlern
Fix MyJDownloader device status indentation
2025-12-31 13:12:20 +01:00
73756574e5 Fix MyJDownloader device status indentation 2025-12-31 13:10:35 +01:00
5bddd63ec1 Update device status handling in app.py
Change device status check to warn on non-ONLINE states.
2025-12-31 12:49:07 +01:00
7fe5a410cc Refactor device selection logic in get_device function 2025-12-31 11:55:48 +01:00
653e5fb163 Refactor device retrieval logic in get_device() 2025-12-31 11:48:42 +01:00
db7aa503b3 Refactor get_device function for better device retrieval 2025-12-31 11:44:13 +01:00
6e9c2dc08b Update app.py 2025-12-31 11:36:40 +01:00
3977da4291 Update app.py 2025-12-31 10:15:36 +01:00
59ab38ab7b Add .env file from example 2025-12-31 09:34:14 +01:00
0b9a3eabfa Update Docker Compose configuration for JDownloader 2025-12-31 09:33:18 +01:00
b037c614f2 Update docker-compose.yml 2025-12-31 09:30:54 +01:00
c4f8ee3d19 Fix formatting in Dockerfile 2025-12-31 09:18:51 +01:00
cf98dcde52 Refactor app.py for better readability and structure
Refactor environment variable handling and improve code structure.
2025-12-31 09:18:32 +01:00
a5bcfe7078 Add .gitignore to exclude environment and cache files 2025-12-31 09:17:52 +01:00
a7f70659fc Add example environment configuration file 2025-12-31 09:17:18 +01:00
490ae5443a Delete jd-webgui/.gitignore 2025-12-31 09:16:23 +01:00
30c5d23e0f Delete jd-webgui/.env.example 2025-12-31 09:16:14 +01:00
0221e051e7 Add .gitignore to exclude environment and cache files 2025-12-31 09:14:11 +01:00
1872bc811d Add example environment configuration file 2025-12-31 09:13:49 +01:00
717c1eef75 Revise README for improved clarity and setup steps
Updated README to enhance clarity and add setup instructions.
2025-12-31 09:13:06 +01:00
7c4857244a Refactor docker-compose to use environment variables
Updated environment variables and paths to use variables from .env file.
2025-12-31 09:12:47 +01:00
13daf39adc Integrate Jellyfin and TMDB API functionality
Added configuration for Jellyfin API and TMDB API. Implemented functions for searching movies and TV shows, and for refreshing the Jellyfin library.
2025-12-30 23:15:17 +01:00
1801cd388f Add Jellyfin and TMDB configuration options 2025-12-30 23:06:35 +01:00
d9924d6d27 Refactor Myjdapi usage in app.py 2025-12-30 22:02:48 +01:00
b4f2a28d2a Revise README for Jellyfin WebGUI project
Updated README to reflect changes in project name and features.
2025-12-30 22:02:01 +01:00
f4e23045c7 Update docker-compose.yml for Jellyfin settings
Added environment variables for Jellyfin configuration and updated directory paths.
2025-12-30 22:01:21 +01:00
9967d7d14f Update CSS styles for improved layout and appearance 2025-12-30 22:01:08 +01:00
a219501e07 Update Dockerfile 2025-12-30 22:00:52 +01:00
87e8d987dc Enhance app.py with directory options and auth
Added support for separate movie and series directories, implemented basic authentication, and improved error handling.
2025-12-30 22:00:27 +01:00
a6c3af46af Create README.md 2025-12-27 22:55:19 +01:00
1ea985c7c5 Create app.py 2025-12-27 22:54:44 +01:00
e1994cea7c Create style.css 2025-12-27 22:53:05 +01:00
ccc3ad26e3 Create Dockerfile 2025-12-27 22:52:34 +01:00
27738706c3 Create docker-compose.yml 2025-12-27 22:51:59 +01:00