Moode Forum
MPD auto update - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: MPD auto update (/showthread.php?tid=2327)

Pages: 1 2 3


RE: MPD auto update - TheOldPresbyope - 04-05-2020

Obviously, I wasn't as familiar with the complete update chain as I thought and got too focused on MPD itself. Sorry for taking you around the barn several times.

Thanks, Tim, for outlining the three current steps as well as the coming changes.

Regards,
Kent


RE: MPD auto update - Coustard - 04-05-2020

No problem, Kent. I very much appreciate your help and I learned a few things along the way.

Now delving in to SSH keys so I can script the whole process with minimum interaction. It's a brave new world... 

Cheers,
Roger


RE: MPD auto update - TheOldPresbyope - 04-05-2020

(04-05-2020, 01:03 PM)Coustard Wrote: No problem, Kent. I very much appreciate your help and I learned a few things along the way.

Now delving in to SSH keys so I can script the whole process with minimum interaction. It's a brave new world... 

Cheers,
Roger

I was just about to suggest you looking into the cool tricks you can do with ssh (the man page is almost 1000 lines!). You can "automagically" launch a series of commands on a remote host in a one-line command from your local host. Perfect for scripting.



Regards,
Kent


RE: MPD auto update - Coustard - 04-05-2020

Yep - well outside my comfort zone. It's good to learn.


RE: MPD auto update - TheOldPresbyope - 04-05-2020

Check also the new "How To" I just posted to the FAQ and Guides section. You may find it useful as an alternative to ssh.

Regards,
Kent


RE: MPD auto update - Coustard - 04-05-2020

Great, will do.