Solved 10.6 SyncPlay Feature
-
Wondering if we could get a package update for Jellyfin to 1.6? https://jellyfin.org/posts/jellyfin-10-6-0/
There is a new SyncPlay feature where two users can watch the same show together
Installed and tested mainly for this feature to discover its on another version =/Regardless wanted to point this out, figured others would enjoy the feature as well =]
Best,
Nick
+1 -
I had to do this update on my river app, and it was a bit of a pain...
I'm willing to help with the update on the Jellyfin app, if necessary
-
Hm indeed this will be a bit of work, I just checked and even the packaging itself has to be changed, and then apparently config file and data migration!
-
@nebulon I'll try doing a Merge Request this week end, if that's OK with you
I've already done it, so I'll just have to replicate what I did in river, won't take too much time
-
That would be great of course!
-
@mehdi @nebulon Once you guys are done, would be great to have VAAPI stuff enabled as well (and I guess in river also?).
https://git.cloudron.io/cloudron/emby-app/-/commit/830a0ccb25502437d12b8c5e267e53bb417b075b and https://git.cloudron.io/cloudron/emby-app/-/commit/6ed9d686c89d5b608f0ae1e13d4d23c6067008c9 are the changes needed. I am happy to test it on my home cloudron since it's hard to test on VPS.
-
@nebulon I pushed a Merge Request and assigned it to you for review
I tested it both as a fresh install and as an update, seems to work OK.
FYI, there's a bug in the LDAP plugin that affects river, but does not affect the Jellyfin app, as it does not use the ldap to set admin rights : https://github.com/jellyfin/jellyfin-plugin-ldapauth/issues/55
@girish I won't be able to take care of the VAAPI stuff
I'm still on 16.04 and it's not compatible I think. If it's implemented in the Jellyfin app, I'll port it to River though.
-
@nebulon Gentle reminder that the MR is waiting to be published
-
Yes, I was actually commenting on that MR already, since for some reason the default admin account does not work anymore.
Not sure if it was removed entirely, changed default credentials or is not working? Maybe you can shed some light.
Also apparently the GitLab notifications don't work as expected
-
@nebulon Sorry, I missed the comment (i would swear I checked before writing this comment, but apparently...)-_- my bad, I may have disabled the email notifications
I'll investigate the admin thing. I think I know why it does this.
-
No worries at all, thanks for all the effort!
-
@nebulon After a bit of investigation, it's even more annoying than it used to be to pre-create an admin user. I suggest to just display the install wizard on the first start, which allows the user to select the language, and create an admin user.
The migration for existing users should still work without problem, their existing admin will be migrated correctly, and they will not be shown the wizard.
Is this acceptable for you?
-
Totally as long as the setup wizard only shows relevant setup steps to a user. Like doing database setup would not be useful to a user
-
Just a heads up, the tests required quite some changes due to the update and are still failing and also flaky.
Last status is that after a restore the LDAP login does not work anymore. Have to debug this another day.
-
@nebulon well, I wanted to fix up the test this week-end but you were faster than me ^^
About the LDAP not working after restore: I think it may be the symlink to the ldap plugin that's broken by the backup/restore process somehow. I'm not sure what may cause this, I think backups are supposed to work with symlinks, aren't they?
It's not a regression though, it worked the exact same way in the old version.
A simple fix would be to always re-create the symlink in the start.sh, instead of only doing it when initializing the config directory.
However, I cannot test this / debug any further : I do not have backups at all on my cloudron ^^" (I like to live dangerously :p)
-
I pushed my current state to the repo, feel free to pick that up from there as far as you get
-
-
Thanks, it seems to fix the issue so I merged it. Currently fixing up update tests before I make the release.