smirgol / plugin.video.crunchyroll

Watch videos from the anime platform Crunchyroll.com on Kodi
GNU Affero General Public License v3.0
49 stars 10 forks source link

Support for profiles. #67

Closed RealAmethyst closed 4 months ago

RealAmethyst commented 4 months ago

Would it be possible to ad support for profiles? Crunchyrol recently introduced different profiles on a single account and it would be great to have them supported on Kodi.

smirgol commented 4 months ago

Please upgrade to the latest staging version of this addon. Profiles have already been added. :)

I should add to the Readme, that you usually should go for the -staging versions I guess.

RealAmethyst commented 4 months ago

I downloaded the repo a few hours ago and installed the zip file. Am I doing something wrong? I don't see the profiles.

smirgol commented 4 months ago

Which Kodi version are you on? It's only implemented for Matrix and Nexus. Also you need to reboot your Kodi for the changes to take effect.

RealAmethyst commented 4 months ago

I am running Omega 21.0. Watching anime is fine on that version, but no profiles.

smirgol commented 4 months ago

Are you sure you have downloaded from here? https://github.com/smirgol/plugin.video.crunchyroll/tree/nexus-staging ? The direct link to the zip would be this: https://github.com/smirgol/plugin.video.crunchyroll/archive/refs/heads/nexus-staging.zip

It definitely got merged 3 weeks ago. scratches head

RealAmethyst commented 4 months ago

that could be why, as I just went on your repo and downloaded the zip. I'm not really good at github sorry.

RealAmethyst commented 4 months ago

Now it shows up. Thank you for telling me which version to download!

smirgol commented 4 months ago

Yes it is a bit confusing. I try not to push too many things to the main version, as I still have a Pull Request open for MrKrabat to include my changes into his version. So I only update it when it is broken and all of the latest changes are in the -staging branches, where you need to switch to them manually, as by default you will be on the main branch.

grafik

I'll update the Readme next time I add changes and will start to update the main version more regularly. But still, if you always want the latest features, they can be found in the -staging branches (for Omega, choose nexus-staging). :)

Cheers!