blob: 8f1c3febcf150c543172d4bc13ba4285f50329b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
echo ""
echo "Before usage with cmus you MUST set up the config file"
echo " cp /usr/share/cmus-status-scrobbler/cmus_status_scrobbler.ini ~/.config/cmus/"
echo "Remove all servers from ~/.config/cmus/cmus_status_scrobbler.ini that you do not want to use."
echo "Then run"
echo " cmus_status_scrobbler --auth"
echo "Follow the instructions."
echo "Finally, set the cmus setting"
echo " :set status_display_program=cmus_status_scrobbler"
}
|