PaulLereverend / NextcloudVideo_Converter

Video converter app for nextcloud
GNU Affero General Public License v3.0
58 stars 35 forks source link

Please add compatibility with Nextcloud v 28 #93

Open johnnyq1987 opened 10 months ago

johnnyq1987 commented 10 months ago

I modified the file info.xml with

<nextcloud min-version="13" max-version="28"/>

But the option dont show for to convert.

maxi1134 commented 8 months ago

Anyone knows how to get it to work?

iPiet commented 8 months ago

I would also be very happy about a solution :-) @PaulLereverend

major-mayer commented 6 months ago

But the option dont show for to convert.

The reason for this is that Nextcloud has removed almost all client side APIs (OCA.Files namespace) that this app is using. The transition to their new libraries is not as simple as a version bump (I experienced it myself for the HEIC image converter app).

Reference: https://docs.nextcloud.com/server/latest/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.html#removed-apis

ruedigerkupper commented 3 months ago

Any chance for NC 29?