Created
January 14, 2013 22:57
-
-
Save stengland/4534343 to your computer and use it in GitHub Desktop.
Uploads all photos and videos from my Lumix to flickr. Run from XBMC 'Advanced Launcher'. Logs results to file. Uses my forked version of flickr-shell-uploader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo start `date` >> /home/xbmc/lumix.log | |
| /home/xbmc/bin/flickr-shell-uploader -r /media/LUMIX >> /home/xbmc/lumix.log | |
| echo end `date` >> /home/xbmc/lumix.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment