[PR #4399] [CLOSED] Adds more options to pathexists and allows uploading media files/book files if not currently for item #4239

Closed
opened 2026-04-25 00:18:57 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/4399
Author: @Vito0912
Created: 6/11/2025
Status: Closed

Base: masterHead: feat/fixCheckPath


📝 Commits (8)

📊 Changes

4 files changed (+137 additions, -45 deletions)

View changed files

📝 client/pages/upload/index.vue (+9 -1)
📝 server/controllers/FileSystemController.js (+26 -42)
📝 server/controllers/MiscController.js (+14 -2)
📝 server/utils/fileUtils.js (+88 -0)

📄 Description

TBA

Brief summary

Which issue is fixed?

In-depth Description

How have you tested this?

Screenshots


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/4399 **Author:** [@Vito0912](https://github.com/Vito0912) **Created:** 6/11/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/fixCheckPath` --- ### 📝 Commits (8) - [`d2d5587`](https://github.com/advplyr/audiobookshelf/commit/d2d558754f290b56cf1e7a73c765337cb0ddba5d) Add new options and fix path - [`d0e091f`](https://github.com/advplyr/audiobookshelf/commit/d0e091f659a65f2ece6a6360b422ab02d396065c) Merge branch 'advplyr:master' into feat/fixCheckPath - [`67e0a6a`](https://github.com/advplyr/audiobookshelf/commit/67e0a6a945488c0f8f8734b48ebf2698ece7513f) revert changes fixed by prior PR - [`4e67d56`](https://github.com/advplyr/audiobookshelf/commit/4e67d56cd5c3bf63c28ef2240cc7e164ca0db3f8) misc - [`11cc9f2`](https://github.com/advplyr/audiobookshelf/commit/11cc9f256261678cd43210b419d51593f853d8c5) filenames - [`ce3c08c`](https://github.com/advplyr/audiobookshelf/commit/ce3c08c11c62f8066d6937b39e5814ecf6a64b7c) fix logic - [`7e4d0da`](https://github.com/advplyr/audiobookshelf/commit/7e4d0daf82049227cf8944571f06b137ecceac46) allow Overwrite - [`4b91a7e`](https://github.com/advplyr/audiobookshelf/commit/4b91a7e3f9112796b1a93a5e40ede2f8a2ef3ce4) added podcast support ### 📊 Changes **4 files changed** (+137 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `client/pages/upload/index.vue` (+9 -1) 📝 `server/controllers/FileSystemController.js` (+26 -42) 📝 `server/controllers/MiscController.js` (+14 -2) 📝 `server/utils/fileUtils.js` (+88 -0) </details> ### 📄 Description <!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. If you do not follow this template, the PR may be closed without review. Please ensure all checks pass. If you are a new contributor, the workflows will need to be manually approved before they run. --> # TBA ## Brief summary <!-- Please provide a brief summary of what your PR attempts to achieve. --> ## Which issue is fixed? <!-- Which issue number does this PR fix? Ex: "Fixes #1234" --> ## In-depth Description <!-- Describe your solution in more depth. How does it work? Why is this the best solution? Does it solve a problem that affects multiple users or is this an edge case for your setup? --> ## How have you tested this? <!-- Please describe in detail with reproducible steps how you tested your changes. --> ## Screenshots <!-- If your PR includes any changes to the web client, please include screenshots or a short video from before and after your changes. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:18:57 +02:00
adam closed this issue 2026-04-25 00:18:57 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4239