<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Linux on yozy//NET</title>
    <link>https://yozy.net/tags/linux/</link>
    <description>Recent content in Linux on yozy//NET</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 22 May 2011 13:49:31 +0000</lastBuildDate>
    <atom:link href="https://yozy.net/tags/linux/feed.xml" rel="self" type="application/rss" />
    <item>
      <title>Get ID3 tags right on your Cowon S9 with Linux</title>
      <link>https://yozy.net/2011/05/get-id3-tags-right-on-your-cowon-s9-with-linux/</link>
      <pubDate>Sun, 22 May 2011 13:49:31 +0000</pubDate>
      <guid>https://yozy.net/2011/05/get-id3-tags-right-on-your-cowon-s9-with-linux/</guid>
      <description>&lt;p&gt;Those ID3 tags on Cowon can be pesky. Sometimes you do not see the embedded&#xA;images, sometimes you see things like [11] instead of genres and if you are&#xA;really unlucky you will not see any tags at all. So, as a quick hint on how to&#xA;get all of this right:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Use &lt;a href=&#34;http://easytag.sourceforge.net/&#34; title=&#34;EeasyTAG for Linux&#34;&gt;EasyTAG&lt;/a&gt; (can be downloaded using your package manager in most&#xA;distributions)&lt;/li&gt;&#xA;&lt;li&gt;In Settings → Preferences go to the ID3Tag settings and do the following&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Check Automatically convert old ID3v2 tag versions&lt;/li&gt;&#xA;&lt;li&gt;Check Write ID3v2 tag → &lt;strong&gt;Version 2.3&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;Uncheck Write ID3v1.x tag&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Edit tags of your files, be sure to re-save all files which appear in red&#xA;in EasyTAG as they have probably different versions of ID3 tags&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://yozy.net/images/EasyTAG-Cowon-settings.png&#34; alt=&#34;easytag-settings&#34; title=&#34;EasyTAG Cowon settings&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;If you want to use images from the tags instead of the per-folder cover.jpg&#xA;files you can use EasyTAG to include them in the tags as well. Bear in mind&#xA;though that only &lt;strong&gt;jpeg&lt;/strong&gt; files will be taken into account and only in mp3&#xA;files (no love for ogg users). Also for best effects use images of 272  x 272&#xA;pixels large.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Quick access to the last public url of a file in Dropbox</title>
      <link>https://yozy.net/2011/05/quick-access-to-the-last-public-url-of-a-file-in-dropbox/</link>
      <pubDate>Sun, 08 May 2011 08:00:14 +0000</pubDate>
      <guid>https://yozy.net/2011/05/quick-access-to-the-last-public-url-of-a-file-in-dropbox/</guid>
      <description>&lt;p&gt;I got bored to search for the url after uploading a file to the Dropbox&amp;rsquo;s&#xA;public folder. So I have hacked a quick shell script that takes the public url&#xA;of the latest file you uploaded to your public Dropbox folder and copies it to&#xA;the clipboard. I thought I could share:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;cp&#34;&gt;#!/bin/sh&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;cp&#34;&gt;&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;DROPBOX&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;$HOME&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;/Dropbox&amp;#34;&lt;/span&gt; dropbox puburl &lt;span class=&#34;s2&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;$DROPBOX&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;/Public/\`ls -1 -t &lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;$DROPBOX&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;/Public | head -n 1\`&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; xclip&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Now, on OS X I have a folder action which does the same thing automatically&#xA;when a new file is uploaded. I will have to tinker with inotify and get it to&#xA;work on Linux as well.&lt;/p&gt;&#xA;</description>
    </item>
  </channel>
</rss>
