-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable network path field #5098
Conversation
0af15ff to
ec82e67
Compare
|
Cloudflare Pages deployment
|
|
Sorry to resurrect an old MR, but I just noticed this change when I was messing with my libraries. I was relying on the network path because performance was a lot better through the Kodi addon and it helps Kodi pick up some other files the normal Jellyfin playback mode does not (like the files the intro skipper plugin generates), but I like having Jellyfin manage my metadata. I'm having a hard time finding any context for why this feature is being hidden, is the intent to drop the ability to set a network path entirely long term? Or is this just pushing it out to a hidden setting in the XML? Just wanna know if I eventually need to find a workaround, since removing this breaks the native playback feature in the Kodi addon. Sorry if this is the wrong place to ask and thanks for your work on Jellyfin. |
More discussion on this is in the below PR. I believe the short of it is it's causing some challenges and proving hard to maintain as-is. Unfortunately, it's unlikely that re-adding the feature "properly" will ever get prioritized, and any integration using it would have to be updated to use the fix. |

Changes
Disables the network path configuration field
Issues
N/A