-
Notifications
You must be signed in to change notification settings - Fork 81
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
Is this compatible with ani-cli? #600
Comments
You'll have to use mpv-mpris and mpris tracker. |
Sorry, could you elaborate on what mpris tracker is |
mpris tracker is the module that tracks your playback using the org.mpris.MediaPlayer2.Player interface. |
You also have to hope that the media title is set correctly or the URL is decipherable, otherwise trackma has no chance of guessing what you're currently viewing. At least in the preview gif it seemed to have a lot of gibberish from HTTP GET parameters. |
I doubt it since this kind of mix of spaces and hyphens isn't accounted for in the title matching code, although you may be lucky. Stripping |
hi there, ani-cli maintainer. in the latest ani-cli release the title has been changed for better compatibility with trackma, an example would look like this in mpv "Akebi Chan No Sailor Fuku Episode 5" |
You also need to |
Consider my adl script as a possible alternative. |
Out of the box it doesn't seem to be.. Is it just that I'm doing something wrong?
https://github.com/pystardust/ani-cli
The text was updated successfully, but these errors were encountered: