-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Section "audiobooks and shows" not shown #12
Comments
Yes. Audiobooks and podcasts are not explicitly supported by Muzika (and https://github.com/vixalien/muse). I don't know if the support is worth it to be honest. They will possibly be supported later. |
The way I understand it, a "Show" is just another I totally understand if that's not your priority, but if it's really this straight-forward I'd be willing to give it a try. |
Ah, I see. It's still going to get a bit complicated though. Here's a rough guide to get you started. You'll run into a few issues as the muse stuff isbt that documented yet, but you can give it a go. First, you gotta download and prepare https://github.com/vixalien/muse by cloning it and then installing deno.land. Then you're gonna log in by running the file. deno run -A client.ts Then you're going to want to add the Line 27 in fda6e76
Then add the channel for the artist above here Line 210 in fda6e76
Then you can run the After that the After that it's time to make sure that information shows up in channel pages (I'm assuming it's a channel, not an artist page). Add a line here Line 296 in fda6e76
To test all this, update the code in the After that, the libmuse part will be done and we will need to update Muzika. Sorryy this stuff is not really documented but I'm working on improving it and ask questions when you get confused. |
Thanks for the intro! I already played around with the library earlier, I'll definitely give it a try and let you know if it worked out :) |
The section "audiobooks and shows" is not shown on an artist's profiles. The albums in question can still be found and played back by searching for them.
As an example, here's one of the affected artists: https://music.youtube.com/channel/UCkBOK5_V5AcQlye0TV2g0-A (you might not see all the items since most of them are premium-only)
The text was updated successfully, but these errors were encountered: