<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: A surprisingly un-awful interface</title>
	<link>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/</link>
	<description>the blog that is not dansdata.com</description>
	<pubDate>Sun, 06 Dec 2009 21:09:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>

	<item>
		<title>by: hs</title>
		<link>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4977</link>
		<pubDate>Fri, 05 Jun 2009 20:42:07 +0100</pubDate>
		<guid>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4977</guid>
					<description>You can download a software for each little task that you want to do. Or, you can use the software that you already have. I really advise using UnxUtils as shown here: http://blog.hardeep.name/computer/20081010/moving-multiple-files/</description>
		<content:encoded><![CDATA[	<p>You can download a software for each little task that you want to do. Or, you can use the software that you already have. I really advise using UnxUtils as shown here: <a href='http://blog.hardeep.name/computer/20081010/moving-multiple-files/' rel='nofollow'>http://blog.hardeep.name/computer/20081010/moving-multiple-files/</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: hitmouse</title>
		<link>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4908</link>
		<pubDate>Sat, 23 May 2009 19:53:57 +0100</pubDate>
		<guid>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4908</guid>
					<description>You can rename files using wildcards in the standard CMD console window.

e.g. ren *.foo *.fo1

if you are dealing with an illegal char, you could simply handle it with the * (even if necessary by moving all other files with the same extension out of that folder)</description>
		<content:encoded><![CDATA[	<p>You can rename files using wildcards in the standard CMD console window.</p>
	<p>e.g. ren *.foo *.fo1</p>
	<p>if you are dealing with an illegal char, you could simply handle it with the * (even if necessary by moving all other files with the same extension out of that folder)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Anthony Hersey</title>
		<link>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4907</link>
		<pubDate>Sat, 23 May 2009 13:10:52 +0100</pubDate>
		<guid>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4907</guid>
					<description>I use this interface on a semi regular basis:

http://views-help.doc.logrus.com/sites/all/modules/views/help/images/overview-ui-large.png

It's actually quite an improvement over the earlier incarnation of this module.

</description>
		<content:encoded><![CDATA[	<p>I use this interface on a semi regular basis:</p>
	<p><a href='http://views-help.doc.logrus.com/sites/all/modules/views/help/images/overview-ui-large.png' rel='nofollow'>http://views-help.doc.logrus.com/sites/all/modules/views/help/images/overview-ui-large.png</a></p>
	<p>It's actually quite an improvement over the earlier incarnation of this module.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Stark</title>
		<link>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4906</link>
		<pubDate>Sat, 23 May 2009 02:40:45 +0100</pubDate>
		<guid>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4906</guid>
					<description>Mayhem - quick update for ya.  I just tried it (created a file with ? in the name in linux, then booted back to windows), MV failed at the task.... but... REN did it without a hiccup.  So, there ya go.</description>
		<content:encoded><![CDATA[	<p>Mayhem - quick update for ya.  I just tried it (created a file with ? in the name in linux, then booted back to windows), MV failed at the task.... but... REN did it without a hiccup.  So, there ya go.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Stark</title>
		<link>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4905</link>
		<pubDate>Sat, 23 May 2009 02:17:58 +0100</pubDate>
		<guid>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4905</guid>
					<description>Mayhem - try this: http://sourceforge.net/project/showfiles.php?group_id=23617&amp;amp;package_id=142775&amp;amp;release_id=322317

That a windows complied version of the GNU core utilities - basically native windows versions of the standard Linux command line tools.  Download the CoreUtils-5.3.0.exe and then just use the 'mv' command to rename your pesky &quot;?&quot; file.

*note - I've not tried to actually do this but there is no reason I can see it should not work. &quot;?&quot; itself is not actually an illegal character in the NTFS namespace - only in the Windows file tools and since the GNU file tools are actually NTFS standard compliant it should work.

Alternatively - you could try to access and rename the file from the Windows command line using it's 8.3 format name.  See http://support.microsoft.com/kb/101601 for clarification.  </description>
		<content:encoded><![CDATA[	<p>Mayhem - try this: <a href='http://sourceforge.net/project/showfiles.php?group_id=23617&amp;package_id=142775&amp;release_id=322317' rel='nofollow'>http://sourceforge.net/project/showfiles.php?group_id=23617&amp;package_id=142775&amp;release_id=322317</a></p>
	<p>That a windows complied version of the GNU core utilities - basically native windows versions of the standard Linux command line tools.  Download the CoreUtils-5.3.0.exe and then just use the 'mv' command to rename your pesky "?" file.</p>
	<p>*note - I've not tried to actually do this but there is no reason I can see it should not work. "?" itself is not actually an illegal character in the NTFS namespace - only in the Windows file tools and since the GNU file tools are actually NTFS standard compliant it should work.</p>
	<p>Alternatively - you could try to access and rename the file from the Windows command line using it's 8.3 format name.  See <a href='http://support.microsoft.com/kb/101601' rel='nofollow'>http://support.microsoft.com/kb/101601</a> for clarification.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: mayhem</title>
		<link>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4904</link>
		<pubDate>Fri, 22 May 2009 21:33:54 +0100</pubDate>
		<guid>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4904</guid>
					<description>So does anyone have a good way of removing illegal characters from a filename under windows?
I have several files copied over from a linux system onto ntfs with ? in the filename, but now I've moved countries so can't use the same machine to rename them.

And I really like the idea of a program to pull the album art off amazon, though does it embed the album art in the tag or store it as a separate file?</description>
		<content:encoded><![CDATA[	<p>So does anyone have a good way of removing illegal characters from a filename under windows?<br />
I have several files copied over from a linux system onto ntfs with ? in the filename, but now I've moved countries so can't use the same machine to rename them.</p>
	<p>And I really like the idea of a program to pull the album art off amazon, though does it embed the album art in the tag or store it as a separate file?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Darien</title>
		<link>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4903</link>
		<pubDate>Fri, 22 May 2009 18:39:10 +0100</pubDate>
		<guid>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4903</guid>
					<description>All this talk of The Daily WTF makes me wonder if this would make a good contest for them, along the lines of the OMGWTF contest from a few years back. This time: design a monstrosity of an interface that's actually usable and performs a useful function.</description>
		<content:encoded><![CDATA[	<p>All this talk of The Daily WTF makes me wonder if this would make a good contest for them, along the lines of the OMGWTF contest from a few years back. This time: design a monstrosity of an interface that's actually usable and performs a useful function.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: steveg</title>
		<link>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4902</link>
		<pubDate>Fri, 22 May 2009 14:40:23 +0100</pubDate>
		<guid>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4902</guid>
					<description>I use this for all my bulk renaming needs:  http://tools.tortoisesvn.net/StExBar. It's got the preview thing happening. It's regex enabled, which can be handy if you're into that sort of thing.
</description>
		<content:encoded><![CDATA[	<p>I use this for all my bulk renaming needs:  <a href='http://tools.tortoisesvn.net/StExBar' rel='nofollow'>http://tools.tortoisesvn.net/StExBar</a>. It's got the preview thing happening. It's regex enabled, which can be handy if you're into that sort of thing.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Bedlam</title>
		<link>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4900</link>
		<pubDate>Fri, 22 May 2009 12:37:57 +0100</pubDate>
		<guid>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4900</guid>
					<description>While we're evangelising, allow me to recommend &lt;a href=&quot;http://www.mediamonkey.com/&quot; rel=&quot;nofollow&quot;&gt;Media Monkey&lt;/a&gt;.  This marvellous app, while probably still too daunting for neophytes and Luddites, sounds like exactly what Dan and Chazzozz needed.

Among its many talents is its ability to rename and organise your files based on ID3 tags.  It's similar to MP3tag, but more flexible and with a nicer interface.

I used to have all my MP3s in a flat folder until they became too numerous for that to be effective any more.  At the moment, I have them in M:[Album Artist][Album][Track#] [Artist] - [Title].  Media Monkey's Auto Organise feature allows you to structure and restructure your files any way you want.

You can also set it to sync with portable media players and rename and organise the files separately.  For instance, on my phone, the files are in a more simple [Genre][Artist] - [Title].  

What's that you say?  No order and consistency to your ID3 files?  Shame on you.  Try the Auto Update from Web function, which searches Amazon for your album and allows you to update any or all parts of the ID3 and (joy) download the album art.

Worth checking out for anyone with an undiagnosed Anal File Organisation Disorder.</description>
		<content:encoded><![CDATA[	<p>While we're evangelising, allow me to recommend <a href="http://www.mediamonkey.com/" rel="nofollow">Media Monkey</a>.  This marvellous app, while probably still too daunting for neophytes and Luddites, sounds like exactly what Dan and Chazzozz needed.</p>
	<p>Among its many talents is its ability to rename and organise your files based on ID3 tags.  It's similar to MP3tag, but more flexible and with a nicer interface.</p>
	<p>I used to have all my MP3s in a flat folder until they became too numerous for that to be effective any more.  At the moment, I have them in M:[Album Artist][Album][Track#] [Artist] - [Title].  Media Monkey's Auto Organise feature allows you to structure and restructure your files any way you want.</p>
	<p>You can also set it to sync with portable media players and rename and organise the files separately.  For instance, on my phone, the files are in a more simple [Genre][Artist] - [Title].  </p>
	<p>What's that you say?  No order and consistency to your ID3 files?  Shame on you.  Try the Auto Update from Web function, which searches Amazon for your album and allows you to update any or all parts of the ID3 and (joy) download the album art.</p>
	<p>Worth checking out for anyone with an undiagnosed Anal File Organisation Disorder.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: rndmnmbr</title>
		<link>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4899</link>
		<pubDate>Fri, 22 May 2009 10:56:44 +0100</pubDate>
		<guid>http://dansdata.blogsome.com/2009/05/21/a-surprisingly-un-awful-interface/#comment-4899</guid>
					<description>So, would this handy dandy program let me make strange, arbitrary renamings? Like, for example, turn files 1 - 10 of an awesome book series from &quot;SomeAuthor-unintelligiblecrap-variablelengthtitle.pdf&quot; into Author, Some - Awesome Series N of Q - Variable Length Title.pdf&quot;?

Basically, what I need is an option that will whack off everything in a file name up to a demarcation character (usually the last dash) and append what remains to the new file name.

i figure you could do this with regexp, but after a little bit of learning I figured there are Some Things Man Is Not Meant To Know, and gave up.</description>
		<content:encoded><![CDATA[	<p>So, would this handy dandy program let me make strange, arbitrary renamings? Like, for example, turn files 1 - 10 of an awesome book series from "SomeAuthor-unintelligiblecrap-variablelengthtitle.pdf" into Author, Some - Awesome Series N of Q - Variable Length Title.pdf"?</p>
	<p>Basically, what I need is an option that will whack off everything in a file name up to a demarcation character (usually the last dash) and append what remains to the new file name.</p>
	<p>i figure you could do this with regexp, but after a little bit of learning I figured there are Some Things Man Is Not Meant To Know, and gave up.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
