Skip to content

jakobbbb/anipresence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anipresence

discord rich presence for ani-cli/animdl:

screenshot

deps

your player must be mpv, and you must have pypresence installed.

from AUR: yay -S python-pypresence.

note that this probably won't work on Windows.

how

start the anipresence.py after mpv has been started. there's many ways to do this. one hacky way: add this to your mpv.conf:

[discord-rpc]
profile-cond=os.execute("/path/to/anipresence.py > /dev/null &")

nicer titles

patch ani-cli:

-       mpv*) nohup "$player_function" --force-media-title="${allanime_title}episode-${ep_no}-${mode}" "$episode" >/dev/null 2>&1 & ;;
+       mpv*) nohup "$player_function" --force-media-title="${title}episode-${ep_no}-${mode}" "$episode" >/dev/null 2>&1 & ;;

check ./ani-patch.sh for an automated way of pataching ani-cli

About

discord rich presence for ani-cli/animdl

Topics

Resources

License

Stars

Watchers

Forks