<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>music &amp;mdash; furycd001</title>
    <link>https://write.as/furycd001/tag:music</link>
    <description></description>
    <pubDate>Tue, 01 Sep 2026 07:07:20 +0000</pubDate>
    <item>
      <title>Download music without vocals....</title>
      <link>https://write.as/furycd001/download-music-without-vocals?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[alt text&#xA;&#xA;Ever wanted to download a song without the vocals :? I have and well apparently it&#39;s really super easy. All you need is Firefox &amp; wget. Conversion and download times will vary depending on track length.&#xA;&#xA;  For this post I&#39;m going to be using Dratna - An Cath (The Battle) (Full EP). An awesome atmospheric black metal ep. You can use whatever you want, be it on youtube or a local file already that you already have saved.&#xA;&#xA;Lets start by opening Vocal Remove Pro.&#xA;&#xA;Once open, upload your music file or paste in the youtube url.&#xA;&#xA;Enter the verification code and start the conversion process.&#xA;&#xA;Once the conversion has completed right click on the page and select Inspect Element.&#xA;&#xA;Using the Inspect Element tool, follow your way through the code until you find the url for the music file. An easy way to do this is to hover &amp; click sections of code and follow the blue trail showing in the web view.&#xA;&#xA;Once you have found the url, copy it and shorten it using bit.ly.&#xA;&#xA;Copy the shortened bit.ly url and open up a new terminal window.&#xA;&#xA;With a new terminal window now open use wget to download the newly converted music file.&#xA;&#xA;     wget https://bit.ly/2UIkVgh&#xA;&#xA;Please note that I just happened to stumble upon this randomly. This blog post has been written purely for educational purposes only. It can also be improved.&#xA;&#xA;----&#xA;&#xA;#musicwithoutvocals #download #terminal #wget #bitly #music]]&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://www.youtube.com/watch?v=Ohf3Gy07WFc" rel="nofollow"><img src="https://i.imgur.com/oZbG8ot.jpg" alt="alt text" title="Dratna - An Cath - The Battle - Full EP"/></a></p>

<p>Ever wanted to download a song without the vocals :? I have and well apparently it&#39;s really super easy. All you need is Firefox &amp; wget. Conversion and download times will vary depending on track length.</p>

<blockquote><p>For this post I&#39;m going to be using <a href="https://www.youtube.com/watch?v=Ohf3Gy07WFc" rel="nofollow">Dratna – An Cath (The Battle) (Full EP).</a> An awesome atmospheric black metal ep. You can use whatever you want, be it on youtube or a local file already that you already have saved.</p></blockquote>
<ol><li><p>Lets start by opening <a href="https://www.vocalremoverpro.com/online-vocal-remover.html" rel="nofollow">Vocal Remove Pro.</a></p></li>

<li><p>Once open, upload your music file or paste in the youtube url.</p></li>

<li><p>Enter the verification code and start the conversion process.</p></li>

<li><p>Once the conversion has completed right click on the page and select Inspect Element.</p></li>

<li><p>Using the Inspect Element tool, follow your way through the code until you find the url for the music file. An easy way to do this is to hover &amp; click sections of code and follow the blue trail showing in the web view.</p></li>

<li><p>Once you have found the url, copy it and shorten it using bit.ly.</p></li>

<li><p>Copy the shortened bit.ly url and open up a new terminal window.</p></li>

<li><p>With a new terminal window now open use wget to download the newly converted music file.</p></li></ol>

<blockquote><p>wget <a href="https://bit.ly/2UIkVgh" rel="nofollow">https://bit.ly/2UIkVgh</a></p></blockquote>

<p><strong>Please note that I just happened to stumble upon this randomly. This blog post has been written purely for educational purposes only. It can also be improved.</strong></p>

<hr/>

<p><a href="https://write.as/furycd001/tag:musicwithoutvocals" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">musicwithoutvocals</span></a> <a href="https://write.as/furycd001/tag:download" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">download</span></a> <a href="https://write.as/furycd001/tag:terminal" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">terminal</span></a> <a href="https://write.as/furycd001/tag:wget" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">wget</span></a> <a href="https://write.as/furycd001/tag:bitly" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">bitly</span></a> <a href="https://write.as/furycd001/tag:music" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">music</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/download-music-without-vocals</guid>
      <pubDate>Fri, 19 Apr 2019 17:53:39 +0000</pubDate>
    </item>
    <item>
      <title>Creating a .m3u playlist file</title>
      <link>https://write.as/furycd001/creating-a-m3u-playlist-file?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[alt text&#xA;&#xA;Creating a .m3u playlist file is super easy. All you need is to know the path to the files and have access to a text editor. &#xA;&#xA;Simply open your text editor of choice....&#xA;Add the path to each file on a new line....&#xA;Save the file ending it with &#34;.m3u&#34;&#xA;Done.&#xA;&#xA;Now that you have your playlist file created and saved you can go ahead and open it with your media player of choice. My current media player of choice is mpv for both music &amp; video. The screenshot above shows a playlist I created recently for Demon Hunters new War &amp; Peace albums.&#xA;&#xA;----&#xA;#playlist #music #video #texteditor]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="http://i.imgur.com/316qBbw.png" alt="alt text" title="Peace &amp; War"/></p>

<p>Creating a .m3u playlist file is super easy. All you need is to know the path to the files and have access to a text editor.</p>
<ol><li>Simply open your text editor of choice....</li>
<li>Add the path to each file on a new line....</li>
<li>Save the file ending it with “.m3u”</li>
<li>Done.</li></ol>

<p>Now that you have your playlist file created and saved you can go ahead and open it with your media player of choice. My current media player of choice is <a href="https://mpv.io/" rel="nofollow">mpv</a> for both music &amp; video. The screenshot above shows a playlist I created recently for <a href="https://merchconnectioninc.com/collections/demon-hunter/products/demon-hunter-war-peace-deluxe-edition-book-preorder" rel="nofollow">Demon Hunters new War &amp; Peace albums.</a></p>

<hr/>

<p><a href="https://write.as/furycd001/tag:playlist" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">playlist</span></a> <a href="https://write.as/furycd001/tag:music" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">music</span></a> <a href="https://write.as/furycd001/tag:video" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">video</span></a> <a href="https://write.as/furycd001/tag:texteditor" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">texteditor</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/creating-a-m3u-playlist-file</guid>
      <pubDate>Mon, 25 Feb 2019 22:42:29 +0000</pubDate>
    </item>
    <item>
      <title>Sometimes</title>
      <link>https://write.as/furycd001/sometimes?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[----&#xA;&#xA;Sometimes is a song written by David Crowder. It&#39;s a song that I listen to often and have done since it was released. I love this song and think it&#39;s pretty awesome. Here&#39;s the song on youtube &amp; here&#39;s the lyrics below. The word &#34;sometimes&#34; is a pretty awesome word and would be my favorite word from the english language...&#xA;&#xA;Sometimes every one of us feels&#xA;Like we&#39;ll never be healed&#xA;Sometimes&#xA;&#xA;Sometimes every one of us aches&#xA;Like we&#39;ll never be saved&#xA;Sometimes&#xA;&#xA;When you&#39;ve given up&#xA;Let your healing come&#xA;Till you&#39;re rising up&#xA;Let your healing come&#xA;&#xA;It&#39;s your love that we adore&#xA;It&#39;s like a sea without a shore&#xA;We&#39;re lost in you, we&#39;re lost in you&#xA;It&#39;s your love that we adore&#xA;It&#39;s like a sea without a shore&#xA;We&#39;re lost in you, we&#39;re lost in you&#xA;Sometimes&#xA;&#xA;Sometimes&#xA;It&#39;s like we&#39;ll never atone&#xA;For all the love we&#39;ve known&#xA;Sometimes&#xA;Like in a smile or a song&#xA;When you feel love come&#xA;And that feeling&#39;s gone&#xA;It flies&#xA;&#xA;When we&#39;ve given up&#xA;Let your healing come&#xA;When there&#39;s nothing left&#xA;Let your healing come&#xA;Till we&#39;re rising up&#xA;Let your healing come&#xA;Where you go, we will follow&#xA;Where you go, we will follow&#xA;&#xA;It&#39;s your love that we adore&#xA;It&#39;s like a sea without a shore&#xA;We&#39;re lost in you, we&#39;re lost in you&#xA;It&#39;s your love that we adore&#xA;It&#39;s like a sea without a shore&#xA;We&#39;re lost in your, we&#39;re lost in you&#xA;It&#39;s your love that we adore&#xA;It&#39;s like a sea without a shore&#xA;We&#39;re lost in you, we&#39;re lost in you&#xA;It&#39;s your love that we adore&#xA;It&#39;s like a sea without a shore&#xA;Don&#39;t be afraid&#xA;Don&#39;t be afraid&#xA;Just set your sail&#xA;&#xA;And risk the ocean, there&#39;s only grace&#xA;Let&#39;s risk the ocean, there&#39;s only grace&#xA;Let&#39;s risk the ocean, there&#39;s only grace&#xA;Let&#39;s risk the ocean, there&#39;s only grace&#xA;&#xA;It&#39;s your love that we adore&#xA;It&#39;s like a sea without a shore&#xA;We&#39;re lost in you, we&#39;re lost in you&#xA;It&#39;s your love that we adore&#xA;It&#39;s like a sea without a shore&#xA;We&#39;re lost in you, we&#39;re lost in you&#xA;&#xA;Where you go we will follow&#xA;I&#39;m on my knees&#xA;Where you go we will follow&#xA;Oh, God send me&#xA;&#xA;Where you go we will follow&#xA;I&#39;m on my knees&#xA;Where you go we will follow&#xA;&#xA;Sometimes&#xA;&#xA;----&#xA;&#xA;#Sometime #Music #Davidcrowder #Davidcrowderband]]&gt;</description>
      <content:encoded><![CDATA[<hr/>

<p>Sometimes is a song written by David Crowder. It&#39;s a song that I listen to often and have done since it was released. I love this song and think it&#39;s pretty awesome. <a href="https://www.youtube.com/watch?v=TOwdJT6fNNk" rel="nofollow">Here&#39;s the song on youtube</a> &amp; here&#39;s the lyrics below. The word “sometimes” is a pretty awesome word and would be my favorite word from the english language...</p>

<p>Sometimes every one of us feels
Like we&#39;ll never be healed
Sometimes</p>

<p>Sometimes every one of us aches
Like we&#39;ll never be saved
Sometimes</p>

<p>When you&#39;ve given up
Let your healing come
Till you&#39;re rising up
Let your healing come</p>

<p>It&#39;s your love that we adore
It&#39;s like a sea without a shore
We&#39;re lost in you, we&#39;re lost in you
It&#39;s your love that we adore
It&#39;s like a sea without a shore
We&#39;re lost in you, we&#39;re lost in you
Sometimes</p>

<p>Sometimes
It&#39;s like we&#39;ll never atone
For all the love we&#39;ve known
Sometimes
Like in a smile or a song
When you feel love come
And that feeling&#39;s gone
It flies</p>

<p>When we&#39;ve given up
Let your healing come
When there&#39;s nothing left
Let your healing come
Till we&#39;re rising up
Let your healing come
Where you go, we will follow
Where you go, we will follow</p>

<p>It&#39;s your love that we adore
It&#39;s like a sea without a shore
We&#39;re lost in you, we&#39;re lost in you
It&#39;s your love that we adore
It&#39;s like a sea without a shore
We&#39;re lost in your, we&#39;re lost in you
It&#39;s your love that we adore
It&#39;s like a sea without a shore
We&#39;re lost in you, we&#39;re lost in you
It&#39;s your love that we adore
It&#39;s like a sea without a shore
Don&#39;t be afraid
Don&#39;t be afraid
Just set your sail</p>

<p>And risk the ocean, there&#39;s only grace
Let&#39;s risk the ocean, there&#39;s only grace
Let&#39;s risk the ocean, there&#39;s only grace
Let&#39;s risk the ocean, there&#39;s only grace</p>

<p>It&#39;s your love that we adore
It&#39;s like a sea without a shore
We&#39;re lost in you, we&#39;re lost in you
It&#39;s your love that we adore
It&#39;s like a sea without a shore
We&#39;re lost in you, we&#39;re lost in you</p>

<p>Where you go we will follow
I&#39;m on my knees
Where you go we will follow
Oh, God send me</p>

<p>Where you go we will follow
I&#39;m on my knees
Where you go we will follow</p>

<p>Sometimes</p>

<hr/>

<p><a href="https://write.as/furycd001/tag:Sometime" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Sometime</span></a> <a href="https://write.as/furycd001/tag:Music" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Music</span></a> <a href="https://write.as/furycd001/tag:Davidcrowder" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Davidcrowder</span></a> <a href="https://write.as/furycd001/tag:Davidcrowderband" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Davidcrowderband</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/sometimes</guid>
      <pubDate>Thu, 18 Oct 2018 16:11:30 +0000</pubDate>
    </item>
    <item>
      <title>Vanilla Music Player.</title>
      <link>https://write.as/furycd001/vanilla-music-player?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[---&#xA;&#xA;Vanilla Music Player is an awesome music player for android. Check out the website or look it up on the Google Play. It’s now my go-to music player app on all my android devices....&#xA;&#xA;#Vanilla #Musicplayer #Music #Android #Mobile]]&gt;</description>
      <content:encoded><![CDATA[<hr/>

<p><a href="http://vanillamusic.io/" rel="nofollow">Vanilla Music Player</a> is an awesome music player for android. Check out the website or look it up on the <a href="https://play.google.com/store/apps/details?id=ch.blinkenlights.android.vanilla&amp;hl=en_US" rel="nofollow">Google Play.</a> It’s now my go-to music player app on all my android devices....</p>

<p><a href="https://write.as/furycd001/tag:Vanilla" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Vanilla</span></a> <a href="https://write.as/furycd001/tag:Musicplayer" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Musicplayer</span></a> <a href="https://write.as/furycd001/tag:Music" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Music</span></a> <a href="https://write.as/furycd001/tag:Android" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Android</span></a> <a href="https://write.as/furycd001/tag:Mobile" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Mobile</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/vanilla-music-player</guid>
      <pubDate>Wed, 22 Aug 2018 17:34:02 +0000</pubDate>
    </item>
  </channel>
</rss>