-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Latest omega alpha build revved the db version so it is no longer supported by the addon #1988
Comments
Thanks! It would be really nice if this could be merged. 👍 |
Ah jeez - was wondering why this completely broken. Thank you for the PR. |
21 a3 also drove me crazy due to xbmc/xbmc#23765, so much so I went back to 20. So I would advise anyone who wants to apply/use this patch to use a nightly after 9/19 (tonight at the time of this posting) either way. |
Is there any way to run the PlexKodiConnect on Kodi Omega at the moment? Editing variables.py doesn't work for me :( |
You need to delete the old database manually. The script is bugged and looks for the old one first. |
@KyleSanderson please what is the file? thank you. |
@GG-76 what isn't working, installing PKC or getting the db loaded? |
@BaukeZwart I guess I don't understand. What is modifed PKC and where can I find it? i installed the latest version of kodi omega and PKC 3.8.1 from the library and it still says unsupported version. I didn't see anywhere that there was a modified version available for download. |
You can't find it, you need to make the change yourself. |
@BaukeZwart and how? i try edit variables.py but its not working :/ |
That worked for me. |
@BaukeZwart I don't know what the correct procedure is, but I have a clean install of kodi, then PKC, then edited the file, run kodi, error message, reset DB, run kodi again, but still the same error message :/ |
Downloaded and unpacked PKC, edit and zip again. Downloaded and install the following Plugins: https://github.com/croneter/plugin.video.plexkodiconnect.movies/tree/python3 https://github.com/croneter/plugin.video.plexkodiconnect.tvshows/tree/python3 Install the modified PKC.zip If all that goes without errors you should be good to go. |
@BaukeZwart i see, ok thanks edit: I followed the exact procedure and still the same result... Now I don't understand what the problem is... |
@croneter Hi, when will the working version work with Kodi Omega be released please? thank you. |
For god sake thanks for the fix, I almost lost my sanity between the investigation and pkc installation... |
Does the manual fix work for you too? I'm probably the only one who doesn't :/ I'm already pissed off. Can someone please share with me the already modified PKC zip, because I'm probably stupid if I can't modify it so that it works... |
I have been running like this with no issues since alpha3 came out, but I suggest using a nightly instead of alpha 3 |
I did reset the database through pkc (last red setting if I remember) A bit out of subject but why do you suggest the nightly over alpha3 ? |
see my message above #1988 (comment) |
I have a different situation. I have a clean install of Kodi alpha 3, a clean install of PKC and it creates /userdata/Database/MyVideos122.db and I do anything with it, it always says unsupported version... |
Then you probably did not do step 1 correctly of editing variables.py Sorry, I would just stay on alpha 2 (or just 20.2...) until this gets merged if you continue to have problems. |
I guess I don't understand how I didn't edit variable.py correctly. it probably doesn't even work :D I copied exactly this code and rewrote it in the original... I've done it 20 times already, so what can I do wrong???? I think the problem must be somewhere else, when the db is already 122 after the first installation, even before the modification... |
Where are Kodi nighties btw ? All omega folders seems empty either for Android or windows edit : nvm they are under "master" folder which is used for current developed branch |
I am forced to go back to Nexus because Omega Alpha 3 causes a lot more errors compared to previous versions and a lot of things that used to work for me stopped working, it is no longer usable for me... It not unfortunately only about PKC,,, |
Just to add to this, on beta 1 the music database has also changed, so there is a further modification needed to the variables.py file:
|
Ok I will make the change in my MR just in case @croneter pops up |
FYI: Kodi Omega is now at Version 123 for Video DB (idk where it is for music, as i only use it for movies) |
Updated my MR, it was at 124 as of today 💀 |
It's now revved to 127 last i checked on December 30th, 2023 |
Yea...FWIW you can find it here, and git blaming it gives you context on what changed along with the number change: https://github.com/xbmc/xbmc/blob/master/xbmc/video/VideoDatabase.cpp#L6256 in a function called I will just update as I need to personally (probably sticking to betas and release candidates now, no more nightlies for me). There is also always the chance a DB change has breaking changes for plexkodiconnect that is more than a number change I also am not infinitely far away from just using the plex frontend... |
I have tried updating the variables.py and deleting the db file but i keep getting the error. Anyways I am assuming once the final version is released, PKC will get updated with a compatible release version. |
Fixed in PKC version 3.8.3 for Kodi Omega BETA. I do NOT support nightly versions - too much stuff breaks with these |
It seems the database is revved up to another version. |
you can try the beta of plexkodiconnect https://github.com/croneter/PlexKodiConnect/releases/tag/3.8.4 |
I have this version. |
Nah, it doesn't work anymore. Editing variables.py doesn't work either. |
@bokkoman try resetting the PKC database. In the PKC settings go to Advanced, then hit "Reset the Kodi database" (in red). Reset the database only, do not reset the PKC add-on itself |
I tried. |
@bokkoman try re-installing Kodi completely from scratch |
I'll do this. |
Just a heads up, the jellyfin plugin is broken as well because of beta 3. |
Ok, this is confirmed broken. |
https://kodi.tv/article/kodi-omega-alpha-3/
Pretty sure this isnt working right/supported correctly. It also doesn't handle the rev nicely because the old db was still there. When I manually cleared them I got the "this addon doesnt support this db" error which was nice
xbmc/xbmc#23346
The text was updated successfully, but these errors were encountered: