Search Criteria
Package Details: mopidy-ytmusic 0.3.9-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mopidy-ytmusic.git (read-only, click to copy) |
|---|---|
| Package Base: | mopidy-ytmusic |
| Description: | Mopidy extension for playing music from Youtube Music |
| Upstream URL: | https://github.com/jmcdo29/mopidy-ytmusic |
| Licenses: | Apache |
| Submitter: | kmacleod |
| Maintainer: | kmacleod |
| Last Packager: | kmacleod |
| Votes: | 2 |
| Popularity: | 0.35 |
| First Submitted: | 2022-05-01 03:58 (UTC) |
| Last Updated: | 2024-01-12 14:25 (UTC) |
Latest Comments
1 2 Next › Last »
kmacleod commented on 2023-12-31 14:33 (UTC)
Thanks cprn, looks good - pushed
cprn commented on 2023-12-31 10:32 (UTC) (edited on 2023-12-31 11:23 (UTC) by cprn)
Working PKGBUILD but I don't know if it's correct (standards, versioning, etc - I only bumped
$pkgrel). OAuth used inmopidy ytmusic setup. Tested, no issues.Also, I pushed a PR so
sedlines might not be needed soon: https://github.com/jmcdo29/mopidy-ytmusic/pull/4/files.cprn commented on 2023-12-31 08:49 (UTC)
OK, no, I get what's going on. PKGBUILD isn't pointing to
masterbranch, it's downloading0.3.8tag which doesn't have the required changes.kmacleod commented on 2023-12-30 23:05 (UTC)
Hey cprn, I'm not sure why you're seeing this tbh, if you look at the setup.py for this package, at https://github.com/jmcdo29/mopidy-ytmusic/blob/master/setup.py, it's referencing:
"ytmusicapi>=0.22.0,<2.0.0"
Before I go looking further (I have this installed and working on my system), can you double-check your environment?
BTW I was able to get authentication to work with this but it's on my work laptop, so I won't be able to look things up for another week.
cprn commented on 2023-12-30 14:52 (UTC)
Sorry for responding with such a delay but I didn't have a need to use this PKGBUILD again up until now. Installing on a clean system currently ends up with:
So I also added in
package():and it makes the plugin work but without authorization for a given user so it acts as a non logged-in user. With
ytmusicapi 1.x.xauthorization changed so it's no longer possible to usemopidy ytmusic setupto createauth.json. No idea how to solve it. I guess we have to wait for the upstream update which might not happen because Ubuntu still uses old python libraries and it works there as is.kmacleod commented on 2023-11-09 02:00 (UTC)
Yes I also made that switch locally and have been running with the jmcdo29 fork for a while. I've pushed a new PKGBUILD to make the switch.
cprn commented on 2023-11-08 11:01 (UTC) (edited on 2023-12-31 09:22 (UTC) by cprn)
Unfortunately
OzymandiasTheGreat's repository seems abandoned. AFAICT switching to https://github.com/jmcdo29/mopidy-ytmusic fork and updatingpytuberequirement insetup.py(so it'd include the current15.0.0) fixes all known issues.1 2 Next › Last »