<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>google photos on foosel.net</title><link>https://foosel.net/tags/google-photos/</link><description>Recent content in google photos on foosel.net</description><generator>Hugo</generator><language>en-us</language><copyright>Gina Häußge (foosel)</copyright><lastBuildDate>Sun, 19 Feb 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://foosel.net/tags/google-photos/feed.xml" rel="self" type="application/rss+xml"/><item><title>TIL: How to automatically sync screenshots from the Steamdeck to Google Photos</title><link>https://foosel.net/til/2023-02-19-how-to-automatically-sync-screenshots-from-the-steamdeck-to-google-photos/</link><pubDate>Sun, 19 Feb 2023 00:00:00 +0000</pubDate><guid>https://foosel.net/til/2023-02-19-how-to-automatically-sync-screenshots-from-the-steamdeck-to-google-photos/</guid><description>&lt;p&gt;As a follow-up to &lt;a href="https://foosel.net/til/how-to-automatically-sync-screenshots-from-the-steamdeck-to-google-drive/"&gt;my earlier post about how to sync screenshots to Google Drive&lt;/a&gt; here&amp;rsquo;s how to achieve the same but with a dedicated &amp;ldquo;Steamdeck&amp;rdquo; album on Google Photos instead.&lt;/p&gt;
&lt;p&gt;Once again we are using &lt;code&gt;rclone&lt;/code&gt; for syncing.&lt;/p&gt;
&lt;p&gt;First I created a new target &lt;code&gt;gphoto&lt;/code&gt; by running &lt;code&gt;~/bin/rclone config&lt;/code&gt; again and then following &lt;a href="https://rclone.org/googlephotos/"&gt;these steps&lt;/a&gt;. Quick summary:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;New remote&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;gphoto&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Empty application ID and secret&lt;/li&gt;
&lt;li&gt;Full access&lt;/li&gt;
&lt;li&gt;No advanced config&lt;/li&gt;
&lt;li&gt;Use web browser to authenticate&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I then created a new album:&lt;/p&gt;</description><content:encoded><![CDATA[<p>As a follow-up to <a href="https://foosel.net/til/how-to-automatically-sync-screenshots-from-the-steamdeck-to-google-drive/">my earlier post about how to sync screenshots to Google Drive</a> here&rsquo;s how to achieve the same but with a dedicated &ldquo;Steamdeck&rdquo; album on Google Photos instead.</p>
<p>Once again we are using <code>rclone</code> for syncing.</p>
<p>First I created a new target <code>gphoto</code> by running <code>~/bin/rclone config</code> again and then following <a href="https://rclone.org/googlephotos/">these steps</a>. Quick summary:</p>
<ol>
<li><code>New remote</code></li>
<li><code>gphoto</code></li>
<li>Empty application ID and secret</li>
<li>Full access</li>
<li>No advanced config</li>
<li>Use web browser to authenticate</li>
</ol>
<p>I then created a new album:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>rclone mkdir gphoto:album/Steamdeck
</span></span></code></pre></div><p>and adjusted <code>~/bin/sync_screenshots</code> to use the new remote and remote path:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>REMOTE_NAME<span style="color:#f92672">=</span><span style="color:#e6db74">&#39;gphoto&#39;</span>
</span></span><span style="display:flex;"><span>REMOTE_DIR<span style="color:#f92672">=</span><span style="color:#e6db74">&#39;album/Steamdeck&#39;</span>
</span></span></code></pre></div><p>That was all.</p>
<p>Obviously the same can be done with any of the other sync targets that <code>rclone</code> supports, of which <a href="https://rclone.org/overview/">there are many</a>. For ownCloud or NextCloud it looks like <a href="https://rclone.org/webdav/">WebDAV</a> is the right option to choose.</p>
<p><em>Update 2025-03-25</em>: There&rsquo;s now also a <a href="https://foosel.net/til/how-to-automatically-sync-screenshots-from-the-steamdeck-to-immich/">TIL on how to do the same for Immich</a>.</p>
]]></content:encoded></item></channel></rss>