-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Profiles tab missing on Jellyfin 10.9.2 #49
Comments
workaround - if you have created custom profile in the older versions , they would be stored in your config directory |
Will the UI get back in the future? It is a very important setting. |
I started crafting this up this morning locally to add a profiles tab similar to how it used to be. The Playback reporting plugin has a tabbed structure which I like and I was able to get the profiles tab to show like that plugin does on the dlna plugin page in my local environment. Lots more would need to be built out for this. Editing the xml files in the profiles folder in the plugin folder is a decent workaround. i built a branch on my local repo with the profiles tab working in the plugin settings page. need to fill out the rest of the ui and controls for editing with how it used to look. mapped the below out from the old version. some of this could probably be cleaned up a bit and organized differently as the old ui wasnt very clear what you were editing.
|
I can't seem to get this working. I use jellyfin on ubuntu 22.04. My configuration seems to be in Just to make sure I'm looking in the correct directory, I changed the Client Discovery Interval from 60 to 55 and saw indeed the change in that directory:
looking in |
What version are you on? I'm using latest with the plugin but I'm in docker, you should have something similar though. My profiles are stored inside /config/plugins/DLNA_2.0.0.0/profiles/ |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Any updates on this, @disgustipated? I kinda want to try and have a go at it, both because I want to utilize the functionality and for a little bit of fun. I don't want to be a nuisance, though, so if you're cooking up something cool, I'll wait. |
I have a branch in my fork that has the UI tab showing. There's a bunch of things that still need done though. This morning I started looking at some of where the profiles are stored and understand better where user profiles are and how the system profiles are used. In short, kinda getting there and I was thinking of starting to tackle that now that dlna is working well again. This is going to be a big task though, and I thought I saw some more work from the jf server project with how profiles are used there too so I wanted to look into what their plans were there. |
May I try and help, i.e. fork your branch and try to bring some of the profile settings back? I found a PR in jellyfin-web that removed DLNA plugin settings, and it seemed to me like some of the code would probably be transferrable. API endpoints seem to still be there (though I haven't checked that thoroughly), so bringing back at least some of the old UI back appears to be an achievable goal. Then, I believe, it can be modified from there to be more betterer. |
You're free to do whatever ya want 😁 |
Yeah, I agree the profiles UI needs some love... Just making a sanity check here, is my understanding correct that, most of the times, when you use device profiles, you leave most settings at default, and tweak only the few that you need? |
I had to downgrade my Jellyfin to the version with profiles. I don't understand the logic. From the user perspective, I don't care what kind of old or new way of handling xml files is being used as long as I have all the functionality that I used to have. Making a "new and cool" version of a plugin with half of it's functionality is a huge downgrade, specially when the dlna mode is the mosltly used by tv users since the lg app is not available for old lg tvs and the samsung app still in development. I just don't understand why the DLNA did not move to a plugin in a state that it was originally and then just do a refactor or modify that code to be as perfect as it can be without destroying things. I really hope that some day this functionality will come back so I can update to the latest version of Jellyfin. |
dlna user transcoding profiles are not working for me now that dlna is a plugin either. I copied my previously working profiles from server is version 10.10.3 (native installation, not docker) |
I should have checked the log. [ERR] Error parsing profile file: "/var/lib/jellyfin/plugins/configurations/dlna/user/iTuner 320 ME.xml" So at least jellyfin reads the profile. Any hint what's wrong here? It used to work before dlna became a plugin. |
@SamHawkens log a separate issue as its not related to this thread. |
The tab to configure DLNA profiles is missing on the 10.9.2 Jellyfin web client.
10.8.13
10.9.2
The text was updated successfully, but these errors were encountered: