maxDorninger
f755589258
add new sponsor https://github.com/SeimusS
2025-08-02 03:36:40 +02:00
maxDorninger
56a215de97
update shadcn components
2025-08-02 03:24:13 +02:00
maxDorninger
fb095e61cb
update from tailwindcss 3 to 4
2025-08-02 02:56:28 +02:00
maxDorninger
8cf62004a2
update package lock
2025-08-02 02:29:35 +02:00
maxDorninger
60f129af3a
make tv and movie page use cards
2025-08-02 01:50:45 +02:00
maxDorninger
9fcb7b1d20
organize the controls on the movie and tv pages in cards
2025-08-02 01:19:55 +02:00
maxDorninger
233044a429
make layout of the movie and tv show page better, i.e. set the content's max width to 80em instead of the full width of the page; replace checkbox for continuous download of show with switch
2025-08-02 01:08:01 +02:00
maxDorninger
0046fc473c
add torrents field to public movie schema, and fix movie's torrents not correctly displaying in the web ui
2025-08-01 23:15:38 +02:00
maxDorninger
29ee6ed53b
add library field to PublicShow schema
2025-08-01 22:52:13 +02:00
maxDorninger
9f9431dbaf
add new sponsor https://github.com/brandon-dacrib to docs, about page and readme
2025-08-01 15:47:54 +02:00
Maximilian Dorninger
89f4a76825
Fix regex for importing episodes ( #128 )
...
This pull request makes a small but significant change to the
`import_torrent_files` method in `media_manager/movies/service.py`. The
change updates the regular expression used to match subtitle file names,
making it more flexible in recognizing language codes.
*
[`media_manager/movies/service.py`](diffhunk://#diff-57cfa309860beba31573487107eba3f7ef8ef60429c48c02fb262b9f4ff9b8d3L527-R527):
Updated the regular expression in `import_torrent_files` to match
language codes in subtitle file names that are separated by either a dot
(`.`) or a space (` `), instead of only a dot.
It fixes #124 .
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-01 15:21:55 +02:00
Maximilian Dorninger
2bcec538a3
Merge pull request #127 from maxdorninger/remove-special-chars-from-media-file-names
...
Remove certain special chars from file names
2025-08-01 14:31:01 +02:00
Maximilian Dorninger
35de9629ec
Update media_manager/torrent/utils.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-31 22:48:15 +02:00
maxDorninger
a095e1987f
add function remove_special_characters and use it in the import torrent files functions, it removes characters that break SMB or jellyfin
2025-07-31 22:42:31 +02:00
maxDorninger
f8f21df913
add warning to the callback uri documentation, reminding users to set the correct one
2025-07-31 14:31:43 +02:00
maxDorninger
818dd4428f
add callback uri to troubleshooting.md
2025-07-31 14:28:17 +02:00
maxDorninger
405f807c1e
add callback uri for oidc auth to documentation, also add screenshots of Authentik and PocketId configuration
2025-07-31 14:25:57 +02:00
Maximilian Dorninger
1862707ae3
Merge pull request #119 from maxdorninger/make-prowlarr-follow-redirects
...
make prowlarr follow redirects for every url
2025-07-31 12:54:40 +02:00
maxDorninger
c8d0ec2a5f
raise Runtime error instead of returning None when final url could not be determined
2025-07-30 22:37:57 +02:00
Maximilian Dorninger
6c20f7f026
Update media_manager/indexer/utils.py
...
use redirect_url instead of final_url
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-30 22:34:45 +02:00
Maximilian Dorninger
e2c65c9231
Update media_manager/indexer/utils.py
...
use redirect_url instead of final_url
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-30 22:34:37 +02:00
maxDorninger
9c84e04de2
make prowlarr follow redirects for every url
2025-07-30 22:29:30 +02:00
Maximilian Dorninger
369ae87f88
Merge pull request #117 from maxdorninger/fix-password-updating-instead-of-email
...
fix password being set to new email when trying to update oneself's email
2025-07-29 16:21:44 +02:00
maxDorninger
c773bf41b6
keep users who change their email verified status
2025-07-29 16:20:11 +02:00
maxDorninger
99c0a7dafa
remove duplicate input field
2025-07-29 16:04:44 +02:00
maxDorninger
bb294225f2
fix formatting
2025-07-29 15:36:50 +02:00
maxDorninger
a83a7d8c08
fix password being set to new email when trying to update oneself's email
2025-07-29 15:22:23 +02:00
maxDorninger
73e2ecefeb
update troubleshooting.md with second default email
2025-07-29 14:40:14 +02:00
maxDorninger
799d7ea240
fix formatting of frontend files
2025-07-29 13:53:23 +02:00
maxDorninger
0ac029d5c9
update troubleshooting page
2025-07-29 13:52:09 +02:00
maxDorninger
6cdb2dbfe3
add footer to docs
2025-07-29 13:31:23 +02:00
maxDorninger
68c1634ef5
add sitemap to docs
2025-07-29 13:10:55 +02:00
maxDorninger
ace5ac3f9b
format startup script
2025-07-29 13:03:20 +02:00
maxDorninger
575efddf53
improve error message that appears when trying to add duplicate filepath suffix for a season/movie file
2025-07-29 13:02:50 +02:00
Maximilian Dorninger
e6319c8893
Merge pull request #112 from maxdorninger/add-magnet-link-support
...
This pull request introduces several updates to improve torrent handling, streamline code, and enhance functionality in the MediaManager project. Key changes include the addition of a utility function for calculating torrent hashes, refactoring of download logic to reduce redundancy, and updates to dependencies and environment configurations.
2025-07-29 12:49:35 +02:00
maxDorninger
61c6f50c5c
add algolia index variable to writerside build config
2025-07-28 23:08:45 +02:00
maxDorninger
7886d86c72
update algolia index name
2025-07-28 22:55:04 +02:00
maxDorninger
7e6b4652f2
fix formatting of build-docs.yml GH workflow
2025-07-28 22:38:02 +02:00
Maximilian Dorninger
afe42d084d
Merge pull request #114 from maxdorninger/add-search-and-startpage-to-docs
...
Rework the docs, Make proper introduction page, replace BuyMeACoffee button with Get MediaManager button, add Algolia Search to the docs
2025-07-28 22:35:00 +02:00
Maximilian Dorninger
2905651bd7
Apply suggestion from @Copilot to fix formatting
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-28 22:34:31 +02:00
Maximilian Dorninger
7f431d29e9
Apply suggestion from @Copilot to fix formatting
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-28 22:34:23 +02:00
maxDorninger
fb3e64359f
remove badges from sponsor cades on start page
2025-07-28 22:30:50 +02:00
maxDorninger
80a58d4a02
replace donation call to action with download mediamanager button
2025-07-28 22:30:26 +02:00
maxDorninger
0abc09f130
Rework introduction topic to use the writerside section-starting-page tag. Also add sponsors and sponsoring call to action to introduction topic.
2025-07-28 22:12:31 +02:00
maxDorninger
9735fce4ae
move screenshots to a separate topic
2025-07-28 22:10:28 +02:00
maxDorninger
ed2ff16dd6
add algolia deploy step and env variables to gh workflow
2025-07-28 21:25:57 +02:00
maxDorninger
b2635cc650
add algolia config to build config
2025-07-28 21:10:20 +02:00
maxDorninger
d3c8e6ea1f
make prowlarr use the guid (magnet link) instead of the weird http url that's stored in the magnetUrl field
2025-07-27 15:19:05 +02:00
Maximilian Dorninger
4a3dea3cab
Update media_manager/torrent/download_clients/qbittorrent.py
...
initialize answer instead of marking it with global
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-27 15:03:02 +02:00
maxDorninger
c56aebd85d
extract logic for downloading torrent file and parsing the magnetlink/torrent file into separate function
2025-07-27 14:42:26 +02:00